html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.subcats{
margin: -24px 0 20px;
background: #f3f3f3;
padding: 25px 0 10px 0;
}
.subcats img{
max-height: 255px;
}
.copyright{
background: #0E245C;
padding: 10px 0;
}
.copyright span, .copyright a{
color: #fff;
font-size: .8em;
}
.copyright a:hover{
color: #00ada8;
}
.footer--menus{
margin-left: 0;
padding-left: 0;
}
.footer--menus a:hover{
color: #00ada8;
text-decoration: none;
}
.woocommerce ul.products li.product a img{
max-height: 350px;
width: auto;
margin: auto;
}
.woocommerce-pagination{
display: block !important;
margin: 20px;
}
.footer .main-menu .col-md-4:first-child img{
margin-top: 49px;
}
.search-results .content-area figure .entry-title{
line-height: 1.2rem;
text-align: center;
}
.search-results .content-area figure .entry-title a{
font-family: 'Poppins',sans-serif;
color: #565656;
text-decoration: none;
font-size: 20px;
}
.search-results .content-area figure .entry-title a:hover{
color: #00ada8;
}
.woocommerce div.product div.images img {
max-height: 530px !important;
width: auto !important;
margin: auto !important;
}
form{
display:inherit;
width:100%;
}
.subfooter{
padding:40px 20px;
background: #0d74a8;
margin-top:40px;
}
.slick-slide img {
display: table;
width: 150px;
margin: 0 auto;
}
.subfooter h1 {
color: #07295b;
font-size: 28px;
font-weight: 700;
}
.subfooter input[type="text"] {
width: 100%;
padding: 6px 15px;
}
.subfooter input:focus { 
outline: none !important;
border-color: #07295b;
box-shadow: 0 0 10px #07295b;
}
.subfooter input[type="submit"] {
width: 100%;
background: #00ada8;
border: none;
padding: 10px;
color: white;
font-size: 16px;
font-weight: 700;
}
.ourclients {
margin-top: 40px;
}
.woocommerce-products-header .cat-img img{
max-height: 405px;
}
.homepageCat a figcaption{
margin-bottom: 0;
} 
ul.woocommerce-mini-cart.cart_list.product_list_widget {
margin: 0;
padding: 0;
list-style: none;
}
.page-header{
padding-top: 30px;
}
.titleform{
color: #0E245C;
}
div#ariticform_wrapper_newslettersubscriptionform {
display: table !important;
margin: 0 auto !important;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: #0E245C;
font-size: 15px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
color: #0E245C;
font-size: 18px;
}
.woocommerce div.product form.cart .variations label {
font-weight: 700;
color: #07295b;
}
label.labelinputcontact {
color: #0d74a8;
font-size: 16px;
}
.inputformcontact {
margin-bottom: 20px;
width: 100%;
}
div#formgraphic2 .col-md-6 {
float: left;
height: 80px;
}
div#formgraphic2{
display: block;
margin-bottom: 12%;
}
input.wpcf7-form-control.wpcf7-submit.btnsubmitcontact {
background: #07295b;
padding: 10px 20px;
font-size: 20px;
color: white;
margin: 20px 0px;
border:none;
}
.tooltip-toggle {
cursor: pointer;
position: relative;
background: #0d74a8;
border-radius: 100%;
width: 15px;
height: 15px;
display: inline-block;
text-align: center;
color: #fff;
margin: 0 1em;
font-size: 11px;
}
.tooltip-toggle::before {
position: absolute;
top: -80px;
left: -80px;
background-color: #0d74a8;
border-radius: 5px;
color: #fff;
content: attr(data-tooltip);
padding: 1rem;
text-transform: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 250px;
}
.tooltip-toggle::after {
position: absolute;
top: -12px;
left: 9px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #0d74a8;
content: " ";
font-size: 0;
line-height: 0;
margin-left: -5px;
width: 0;
}
.tooltip-toggle::before,
.tooltip-toggle::after {
color: #efefef;
font-family: monospace;
font-size: 12px;
opacity: 0;
pointer-events: none;
text-align: center;
}
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
opacity: 1;
-webkit-transition: all 0.75s ease;
transition: all 0.75s ease;
}
.inHands-class .tooltip-toggle{
font-size: 9px;
}
.inHands-class .tooltip-toggle::before{
content: "Please enter the date you need your order delivered. The in-hands date you request may be pushed back if there is a delay in receiving artwork or if your artwork has any issues. We may also adjust your requested shipping method to match delivery date. Please chat with our team if you need clarification before placing your order.";
line-height: 1em;
}
.reset_variations{
display: block;
margin: 1em;
font-style: italic;
}
.woocommerce-variation-price .price .woocommerce-Price-amount {
font-size: 22px;
font-weight: bold;
margin: 20px 0;
display: block;
}
.customize_btn{
background: #00ada8 !important;
color: #fff !important;
display: inline-block;
padding: 5px 20px;
font-weight: bold;
cursor: pointer;
border-bottom: #00ada8;
}
.customize_btn:hover{
color: #07295b;
}
.customize_product-form{
display: none;
}
.woocommerce-terms-and-conditions-wrapper .fondoterms{
padding: 1em;
margin-bottom: 1em;
}
.woocommerce-terms-and-conditions-wrapper .fondoterms .relative{
display: none;
}
.woocommerce-terms-and-conditions-wrapper .fondoterms .titlepage{
width: 700px;
}
.personalize-contact-form p{
margin-bottom: 7px;
}
.personalize-contact-form input[type="tel"], .personalize-contact-form input[type="text"], .personalize-contact-form input[type="email"]{
width: 100%;
}
.personalize-contact-form input[type="submit"]{
background: #00ada8 !important;
color: #fff;
margin: auto;
border-radius: 0;
border: none;
width: 25%;
}
@media screen and (max-width: 37.6em) {
.site-header .main-container.main-menu{
padding: 20px; 
}
.display--menus{
position: relative;
margin-bottom: 0;
}
.display--menus li{
margin-bottom: 14px;
position: relative;
}
.display--menus li a{
position: relative;
}
.display--menus li a:after{
position: absolute;
content: "+";
right: 0;
top: 0;
font-size: 20px;
color: #fff;
}
.display--menus .sub-menu{
display: none;
position: absolute;
}
}
.site-topTools img.inc5000{
position: absolute;
top: 13px;
left: 4px;
display: inline-block;
width: 71px;
}
.uploadArt--text{
font-size: .9em;
width: 58px;
display: inline-block;
line-height: 1em;
top: 7px;
position: relative;
text-align: right;
margin-right: 10px;
}
@media screen and (max-width: 989px) {
.site-topTools img.inc5000 {
display: none;
}
}