/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input[type="checkbox"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s; background: #f78f1e; border: 0; color: #fff; border-radius: 100px;}

#searchsubmit {background: #00A1E0; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* This makes sure that images scales properly on all browsers*/
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* This makes sure that images scales properly on all browsers*/
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

.nav-single {border-top: 5px solid #888; background:#f4f4f4; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center; color: #444;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.4;
	font-size: 16px;
	font-family: "montserrat", Arial, sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #f78f1e;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.site-content article.sticky  {
    background: #F8F8F8;
    border-color: #DDDDDD;
    border-style: solid solid double;
    border-width: 1px 1px 1px 7px;
    box-shadow: 0.01em 0.1em 0.1em 0.1em #EEEEEE;
	clear: both;
    font-size: 13px;
    line-height: 1.19231;
    margin-bottom: 24px;
    padding: 17px;
    text-align: left;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.6;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 15px;
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {
	font-size: 36px;
	color: #00619a;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 25px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title,
#post-contact h2 {
	font-size: 22px;
	font-weight: 500;
	color: #f78f1e;
	text-transform: uppercase;
}
h2.entry-title {color: #016199; font-weight: 600; line-height: 1.2;}
.entry-content h2 span {display: inline-block; color: #00619a; font-size: 75%; text-transform: none; border-left: 1.5px solid #00619a; padding: 0 0 0 8px; margin: 0 0 0 2px;}
.entry-content h2:not(first-child) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 20px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 15px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 15px;
	line-height: 1.4;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 5px 25px;
	position: relative;
	list-style: none;
}
.entry-content li::after, .comment-content li::after, .mu_register li::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #f78f1e;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #FAFAFA;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 15px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%;}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 15px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 900px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

#nav-bar {background: #f4f4f4;}

.themonic-nav {text-align: center;}
.themonic-nav .nav-menu {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%,0); transform: translateX(-50%); z-index: 10; text-align: center; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {flex-grow: 1;}
.themonic-nav .nav-menu > li:first-of-type {flex-grow: 0; flex-shrink: 0; padding-right: 2.2%;}
.themonic-nav .nav-menu > li:last-of-type {flex-grow: 0; flex-shrink: 0; padding-left: 2.2%;}
.themonic-nav .nav-menu > li > a {line-height: 5; color: #747b77; text-transform: uppercase; font-size: 15px;}
.themonic-nav .nav-menu > li > a:hover {}

.themonic-nav .sub-menu {display: none;}
.themonic-nav .nav-menu li:hover > .sub-menu {display: block;}
.themonic-nav .sub-menu > li {}
.themonic-nav .nav-menu > li::after {content: ""; position: absolute; right: 0; top: 50%; width: 9px; height: 9px; background: #00619a; border-radius: 30px; -webkit-transform: translate(50%,-50%); transform: translateX(50%) translateY(-50%);}
.themonic-nav .nav-menu > li:nth-of-type(3n + 2)::after {background: #007d7a;}
.themonic-nav .nav-menu > li:nth-of-type(3n + 3)::after {background: #f78f1e;}
.themonic-nav .nav-menu > li:last-of-type::after {content: none;}
.themonic-nav .sub-menu > li > a {background: #f2f2f2; font-size: 13px; line-height: 1.4; padding: 8px 10px; width: 175px;}
.themonic-nav .sub-menu > li > a:hover {background: #e9e9e9;}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}
	
.themonic-nav .current-menu-item > a {}

}

/* iPad fix*/
@media screen and (max-width: 849px) {
.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul, .themonic-nav li {
    background: none;
    border-bottom: none;
    border-top: none;
    display: none;
    }
}

#page-wrap {padding: 0 15px 115px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 30px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 30px 0 30px 25px; width: 290px; box-sizing: border-box; flex-shrink: 0; border-left: 2px solid #00619a; color: #00619a;}

img {max-width: 100%;}

a.assistive-text {display: none;}

#aurora-nav-btn {padding: 15px 0; width: 100%; background: #f4f4f4;}
.anb-line {border-top: 4px solid #000; width: 40px;}
#aurora-mobile-menu {background: #000034;}

.limit {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 650px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 30px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.flex.column {-webkit-box-orient: vertical; flex-direction: column;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-of-type, .flex:not(.rows).p2 > *:first-of-type, .flex:not(.rows).p3 > *:first-of-type, .flex:not(.rows).p4 > *:first-of-type, .flex:not(.rows).p5 > *:first-of-type, .flex:not(.rows).p6 > *:first-of-type {padding-left: 0;}
.flex:not(.rows).p1 > *:last-of-type, .flex:not(.rows).p2 > *:last-of-type, .flex:not(.rows).p3 > *:last-of-type, .flex:not(.rows).p4 > *:last-of-type, .flex:not(.rows).p5 > *:last-of-type, .flex:not(.rows).p6 > *:last-of-type {padding-right: 0;}
.flex:not(.rows) > *:first-of-type {margin-left: 0;}
.flex:not(.rows) > *:last-of-type {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%;}
.entry-content .video-wrap:not(:last-child) {margin: 0 0 30px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.pad {padding: 30px 0;}
.featured {background: url(//thecopyshop.com/wp-content/uploads/bg-texture.jpg) no-repeat center center / cover; padding: 20px 30px; color: #fff; text-shadow: 2px 3px 4px rgba(0,0,0,0.3); text-transform: uppercase; font-size: 34px; font-weight: bold;}
.f-head {background: #fff; text-shadow: none; color: #f78f1e; margin: -20px 0 20px -30px; width: calc(100% + 60px); padding: 10px 0; font-weight: 600;}

.testimonial.t-big {font-size: 16px; margin: 30px 0 50px;}

a.button {display: inline-block; background: #f78f1e; color: #fff; border-radius: 8px; padding: 8px 15px; text-decoration: none;}
a.button:hover {box-shadow: 0 8px 35px rgba(0,0,0,0.35);}
.small {font-size: 14px;}
.smaller {font-size: 13px; line-height: 1.3; color: #777; margin: 0 0 15px;}
.icon-blue, .icon-green, .icon-yellow {display: inline-block; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 30px; background: #00619a; color: #fff; font-size: 16px; margin: 0 0 8px;}
.icon-green {background: #007d7a;}
.icon-yellow {background: #f78f1e;}
.icon-blue + a, .icon-green + a, .icon-yellow + a {color: inherit;}
.testimonial {font-size: 13px; line-height: 1.3; color: #777; border-bottom: 1.5px solid #00619a; padding: 0 0 30px; margin: 0 0 30px;}
.entry-content .testimonial:last-of-type {margin: 0; padding: 0; border: 0;}
.testimonial .t-by {text-align: right; font-style: italic; color: #f78f1e;}
.full {position: relative; width: 100vw; left: 50%; transform: translate(-50%,0);}
.announcement {background: #e6e6e6; padding: 30px 15px; text-align: center; line-height: 1.6;}

#top {text-align: center; background: #f78f1e; color: #fff; padding: 7px 15px; text-transform: uppercase; font-weight: 400; font-size: 15px;}
#top a {text-decoration: none; color: #fff;}

#header {text-align: center; background: url(//thecopyshop.com/wp-content/uploads/header-bg.jpg) no-repeat center center; background-size: cover; padding: 50px 15px; line-height: 1;}
#logo {margin: 0 0 25px;}
#h-header h1, #h-header h2 {color: #747b77; font-size: 66px; font-weight: 500; text-transform: uppercase; margin: 0 0 15px;}
#h-subhead {color: #747b77; font-size: 36px; font-weight: 400;}
#h-subhead .limit {position: relative; max-width: 750px;}
#h-subhead span {color: #f78f1e;}
#h-soc {position: absolute; right: 0; bottom: 0;}

#slider {padding: 50px 15px 30px;}
#slider img {box-shadow: 0 5px 35px rgba(0,0,0,0.35);}

#signup {background: url(//thecopyshop.com/wp-content/uploads/signup-bg.jpg) no-repeat center center / cover; padding: 30px 0; color: #fff; margin: 0 0 30px;}
#signup #s-head1 {background: url(//thecopyshop.com/wp-content/uploads/signup-head-bg.png) no-repeat left center / auto 100%; padding: 0 15px 0 35%; font-size: 45px; text-transform: uppercase; line-height: 1.2; margin: 0 0 25px;}
#signup #s-head1 span {display: block; font-size: 55%;}
#signup form {padding: 0 20px;}
#signup .flex {font-size: 22px; line-height: 1.2; margin-bottom: 10px;}

#signup input[type="text"], #signup input[type="email"] {border: 0; border-radius: 50px; font-size: 18px; box-shadow: 6px 2px 0 rgba(0,19,44,0.5);}
#signup input[type="submit"] {width: 100%; font-size: 18px; box-shadow: 6px 2px 0 rgba(0,19,44,0.5);}

#footer {background: url(//thecopyshop.com/wp-content/uploads/header-bg.jpg) no-repeat center center / cover; color: #fff; font-size: 13px; font-weight: 300; padding: 0 15px 15px;}
#f-logo {text-align: center; position: relative; top: -78px; margin: 0 0 -48px; line-height: 0;}
#footer .f-head1 {text-transform: uppercase; font-size: 18px; margin: 0 0 15px;}
#footer .flex > div:last-of-type {flex-grow: 0.7; flex-shrink: 0;}
#footer p {margin: 0 0 10px;}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #f78f1e;}
#footer .display-posts-listing a.title, .excerpt-dash {display: none;}
.display-posts-listing .read-more {display: block; margin: 10px 0 0;}

#bottom {margin: 40px 0 0; font-size: 12px; text-align: center;}
#bottom #b-copy {color: #f78f1e; margin: 0 0 10px;}
#bottom #b-copy a {color: #f78f1e;}
#b-nav .menu {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
#b-nav .menu > li {flex-grow: 1; display: block; position: relative;}
#b-nav .menu > li:first-of-type {flex-grow: 0; flex-shrink: 0; padding-right: 3%;}
#b-nav .menu > li:last-of-type {flex-grow: 0; flex-shrink: 0; padding-left: 3%;}
#b-nav .menu > li::after {content: ""; position: absolute; right: 0; top: 50%; width: 7px; height: 7px; background: #00619a; border-radius: 30px; -webkit-transform: translate(50%,-50%); transform: translateX(50%) translateY(-50%);}
#b-nav .menu > li:nth-of-type(3n + 2)::after {background: #007d7a;}
#b-nav .menu > li:nth-of-type(3n + 3)::after {background: #f78f1e;}
#b-nav .menu > li:last-of-type::after {content: none;}
#b-nav a {text-transform: uppercase;}

#services > a {display: block; height: 200px; background: url(//thecopyshop.com/wp-content/uploads/placeholder.jpg) no-repeat center center; background-size: cover; position: relative;}
#services #s-off {background-image: url(//thecopyshop.com/wp-content/uploads/services-offset-printing.jpg);}
#services #s-ful {background-image: url(//thecopyshop.com/wp-content/uploads/services-full-color-printing.jpg);}
#services #s-bla {background-image: url(//thecopyshop.com/wp-content/uploads/services-black-white-printing.jpg);}
#services #s-eng {background-image: url(//thecopyshop.com/wp-content/uploads/services-engineering.jpg);}
#services #s-fin {background-image: url(//thecopyshop.com/wp-content/uploads/services-finishing.jpg);}
#services #s-wid {background-image: url(//thecopyshop.com/wp-content/uploads/services-wide-format-printing.jpg);}
#services h2 {position: absolute; left: 0; bottom: 15px; margin: 0; padding: 6px 10px; box-sizing: border-box; line-height: 1.2; width: 100%; background: rgba(0,97,152,0.85); color: #fff; font-size: 18px; text-transform: uppercase; font-weight: 400; -webkit-transition: .3s; transition: .3s;}
#services > a:hover h2 {bottom: 25px;}

#logos > div {width: 23%; text-align: center;}
#logos img {max-height: 120px; max-width: 240px;}

.smaller h2 {padding: 0!important;}
.smaller > h2 {margin: 0 0 5px; padding: 15px 0 0!important;}
#macy {background: url(//thecopyshop.com/wp-content/uploads/macy.jpg) no-repeat center center; background-size: cover; width: 200px; flex-shrink: 0; flex-grow: 0;}

.blog article {border-bottom: 2px solid #00619a; margin: 0 0 30px; padding: 0 0 30px;}
.blog article:last-of-type {margin: 0; padding: 0; border: 0;}
.blog article p {line-height: 1.6;}
.blog article img {margin: 0 0 18px;}

.post-layout .excerpt-thumb {width: 25%; flex-shrink: 0; margin: 0 30px 0 0;}
.post-layout .excerpt-thumb img {margin: 0; float: none;}
.post-layout h2.entry-title, .entry-content .display-posts-listing a.title {display: block; color: #016199; font-weight: 600; line-height: 1.2; font-size: 22px; text-transform: uppercase; margin: 0 0 15px;}

.entry-content .display-posts-listing .listing-item a.image {display: inline-block; float: left; margin: 0 30px 0 0; max-width: 26%;}
.entry-content .display-posts-listing .content {line-height: 2.2;}

#eddm {text-align: center; border-top: 3px solid #f78f1e; padding: 40px 0 0;}

#post-contact {padding: 30px 0 0;}

#site-popup {padding: 0; width: 100%; max-width: 900px; background: url(//thecopyshop.com/wp-content/uploads/tcs-july2025-vacation2.webp) no-repeat center center / contain; aspect-ratio: 2.08;}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 20px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.widget-area {width: 100%; margin: 0;}

	#top {padding: 8px 15px;}

	#header {padding: 30px 5px;}
	#logo img {max-width: 200px;}
	#h-header h1, #h-header h2 {font-size: 54px;}
	#h-subhead {font-size: 28px;}

	#page-wrap {padding: 0 15px 85px;}

	#f-logo {top: -62px; margin: 0 0 -32px;}
	#f-logo img {max-width: 300px;}

	#logos img {max-width: 90%;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	#top {padding: 6px 15px; font-size: 14px;}

	#logo {margin: 0 0 15px;}
	#h-header h1, #h-header h2 {font-size: 44px; margin: 0 0 10px;}
	#h-subhead {font-size: 25px;}

	#signup #s-head1 {font-size: 35px;}
	#signup .flex {font-size: 18px;}

	#footer {text-align: center;}
	#f-logo {top: -52px;}
	#footer .flex > div {max-width: 350px; margin: 0 auto 25px!important; padding: 0;}
	#footer .flex > div:last-of-type {margin: 0 auto!important;}

	#bottom {margin: 20px 0 0;}
	#bottom #b-copy {margin: 0;}
	#b-nav {display: none;}

	#site-popup {background-image: url(//thecopyshop.com/wp-content/uploads/tcs-july2025-vacation.webp); aspect-ratio: 0.548; width: calc(100% - 100px); max-width: 400px;}
}
@media screen and (max-width : 575px){
	body {font-size: 15px;}
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single span {display: none;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}
	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 34px;}

	#logo img {max-width: 175px;}
	#h-header h1, #h-header h2 {font-size: 38px;}
	#h-subhead {font-size: 22px;}

	#slider {padding: 0 15px;}

	#signup {padding: 30px 0 10px;}
	#signup #s-head1 {font-size: 25px;}
	#signup .flex {font-size: 14px;}
	#signup input[type="text"], #signup input[type="email"] {font-size: 14px;}

	#f-logo img {max-width: 250px;}

	#logos > div {width: 48%;}

	#macy {float: right; width: 45%!important; height: 154px!important;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak3.p1 > *, .flex.fbreak3.p2 > *, .flex.fbreak3.p3 > *,
	.flex.fbreak3.p4 > *, .flex.fbreak3.p5 > *, .flex.fbreak3.p6 > * {padding: 15px 0;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-of-type(3), .fbreak3.f4-break > *:nth-of-type(4) {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	#header {padding: 20px 5px 46px;}
	#h-soc {right: auto; left: 50%; -webkit-transform: translate(-50%,0); transform: translateX(-50%); bottom: -35px;}
	#h-header h1, #h-header h2 {font-size: 34px;}
	#h-subhead {font-size: 20px;}

	#signup #s-head1 {background: none; padding: 0 15px; text-align: center; line-height: 1.4;}
	#signup .fbreak3 > div {margin: 0 0 5px!important;}

	#macy {float: none; width: 100%!important; height: 210px!important;}

	.entry-content .display-posts-listing .listing-item a.image {float: none; max-width: 100%; margin: 0 auto 15px; display: block;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}