/*!
Theme Name: Digital Impressions
Theme URI: http://underscores.me/
Author: Redmark Agency
Author URI: https://redmark.agency
Description: Custom WordPress theme for Digital Impressions website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitalimpressions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digital Impressions is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #0C6AB4;
	border-radius: 3px;
	background: #0C6AB4;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	text-transform: uppercase;
	border-radius: 26px;
	padding: 16px 32px;
}

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: #000;
    border: 1px solid #ccc;
    border-radius: 26px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none!important;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
	max-width: 1360px;
}

body {
	font-family: Poppins, Sans-serif;
	font-weight: 500;
}

p, a, li {
	font-family: Poppins, Sans-serif;
	font-weight: 500;
}

h1 {
	font-family: Montserrat, Sans-serif;
	font-weight: 900;
}

.site-header {
	padding: 10px 0;
}

.site-header .main-navigation {
	display: flex;
	align-self: center;
}

.site-header .main-navigation li {
	margin-right: 30px;
}

.site-header .main-navigation li a {
	font-size: 18px;
	font-weight: 500;
	color: #58585B;
	transition: 0.3s;
	line-height: 53px;
}

.site-header .main-navigation li.current-menu-item a {
	color: #F68D20;
}

.site-header .main-navigation li a:hover {
	color: #F68D20;
}

.site-header .main-navigation li.login {
	margin-left: 60px;
	margin-right: 0;
}

.site-header .main-navigation li.login a {
	padding: 16px 32px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	background-color: #0C6AB4;
	border-radius: 26px;
}

.site-header .main-navigation li.login a:hover {
	color: #0C6AB4;
	background-color: #fff;
}

.site-footer .banner img{
  width: 100%;
  height: auto;
}

.site-footer .footer-main {
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 100px;ž
	color: #fff;
}

.site-footer .footer-main .overlay {
	background-color: #0C6AB4;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.site-footer .footer-main .copy {
	padding: 30px 0;
	border-top: 1px solid #fff;
	color: #fff;
}

.site-footer .footer-main h3 {
	font-family: "Poppins";
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 30px;
}

.site-footer .footer-main .newsletter {
	text-align: center;
}

.site-footer .footer-main .newsletter h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 61px;
	color: #fff;
	margin-bottom: 25px;
}



.site-footer .footer-main .newsletter h3 {
	font-family: "Poppins";
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 30px;
	color: #F68D20;
	margin-bottom: 30px;
}

.site-footer .footer-main .newsletter input[type="email"] {
	font-size: 16px;
	line-height: 16px;
	padding: 16px 55px;
	border-radius: 26px;
	font-weight: 500;
	border: none;
	outline: none!important;
}

.site-footer .footer-main .newsletter input[type="submit"] {
	background-color: #F68D20;
	border: none;
	box-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 21px;
	padding: 16px 32px;
	border-radius: 26px;
	color: #fff;
	letter-spacing: 0.7px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	top: -1px;
	margin-left: -120px;
	outline: none!important;
}

/*.site-footer .footer-main .newsletter input[type="checkbox"] {
	border: 1px solid #000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}*/


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
margin-bottom: 10px;
}
.wpcf7-acceptance label {
position: relative;
cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-acceptance input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-acceptance input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 50%;
height: 22px;
width: 22px;
top: 0px;
left: -30px;
border: 1px solid #FFF;
}
.wpcf7-acceptance input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\f058";
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
font-size: 30px;
color: #F68D20;
height: 22px;
width: 22px;
top: 0;
left: -30px;
visibility: hidden;
font-size: 18px;
line-height: 22px;
text-align: center;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
line-height: 22px;
display: inline-block;
}

.site-footer .footer-main .newsletter .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	top: -4px;
    position: relative;
    margin-left: 10px;
}

.site-footer .footer-main .newsletter .wpcf7-list-item-label a {
	color: #F68D20;
}

.site-footer .footer-main .newsletter .wpcf7-list-item {
	margin-top: 20px;
}

.site-footer .footer-main .newsletter {
	margin-bottom: 80px;
}

#sb_instagram {
	margin-left: -10px;
}

.site-footer .footer-main .contact ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.site-footer .footer-main .contact li {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
	display: flex;
	align-items: top;
}

.site-footer .footer-main .contact li:first-child {
	margin-bottom: 50px;
}

.site-footer .footer-main .contact li .icon {
	width: 40px;
	display: inline-block;
	align-self: top;
}

.site-footer .footer-main .contact li .icon i {
	font-size: 18px;
}

.site-footer .footer-main .contact li .icon img {
	width: 16px;
	height: auto;
}

.site-footer .footer-main .contact li .text {
	display: inline-block;
	width: calc(100% - 40px);
}

.site-footer .footer-main .footermenu ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.site-footer .footer-main .footermenu ul li {
	margin-bottom: 25px;
}

.site-footer .footer-main .footermenu ul li a {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
}

.site-footer .footer-main .footermenu ul li a {
	position: relative;
	padding-left: 40px;
}

.site-footer .footer-main .footermenu ul li a:before {
	content: '';
	background-image: url("/wp-content/uploads/2020/06/Group-5-1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 24px;
	left: 0;
	position: absolute;
}

.homepage section {
	padding: 80px 0;
}

h1.title {
	font-family: Montserrat;
	font-size: 50px;
	line-height: 61px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
	max-width: 640px;
}

h3.overtitle {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #F68D20;
	font-weight: 500;
	text-transform: uppercase;
}

.homepage #hero h2.title {
	font-family: Montserrat;
	font-size: 62px;
	line-height: 93px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
}

.homepage #hero h3.overtitle:before {
	content: url('');
	margin-right: 0;
	top: 0;
	position: relative;
}

.homepage h3.overtitle:before {
	content: url('/wp-content/uploads/2020/06/Group-60.svg');
	margin-right: 10px;
	top: 8px;
	position: relative;
}

.homepage h2.title {
	font-family: Montserrat;
	font-size: 50px;
	line-height: 66px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
}

.homepage p {
	font-size: 16px;
	line-height: 30px;
	color: #58585B;
	font-weight: 500;
}

a.bluebutton {
	padding: 16px 32px;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	background-color: #0C6AB4;
	display: inline-block;
	margin-top: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 26px;
	border: 1px solid #0C6AB4;
	transition: 0.3s;
	text-decoration: none;
}

a.bluebutton:hover {
	background-color: #fff;
	color: #0C6AB4;
}

a.bluebutton.active {
	background-color: #fff;
	color: #0C6AB4;
}

.homepage #services h2.title {
	max-width: 720px;
}

.servicegrid .service {
	padding: 50px 45px;
	background: #F8F8F8;
	position: relative;
}

.servicegrid .service img.servimg {
	margin-bottom: 40px;
	z-index: 2;
	position: relative;
	transition: 0.5s;
}

.servicegrid .service h3 {
	font-size: 30px;
	font-weight: 900;
	color: #0C6AB4;
	line-height: 37px;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	transition: 0.5s;
}

.servicegrid .service p {
	font-size: 16px;
	line-height: 30px;
	color: #58585B;
	font-weight: 500;
	z-index: 2;
	position: relative;
	transition: 0.5s;
}


.servicegrid .service a.more {
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background-color: #F68D20;
	display: block;
	text-align: center;
	position: absolute;
	bottom: -26px;
	right: 45px;
	z-index: 2;
}

.servicegrid .service a {
	text-decoration: none;
}

.servicegrid .service a.more img {
	margin-top: 12px;
	display: inline-block;
	z-index: 3;
}

.servicegrid .service a.more img.mainarrow {
	display: inline;
}

.servicegrid .service a.more img.altarrow {
	display: none;
}

.servicegrid .service:hover a.more img.mainarrow {
	display: none;
}

.servicegrid .service:hover a.more img.altarrow {
	display: inline;
}


.servicegrid .service .overlay {
	transition: 0.75s;
	background-color: #F68D20;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.servicegrid .service:hover .overlay {
	height: 100%;
}

.servicegrid .service:hover p {
	color: #fff;
}

.servicegrid .service:hover h3 {
	color: #fff;
}

.servicegrid .service:hover img.servimg {
	filter: brightness(0) invert(1);
}

.servicegrid .service:hover a.more {
	background: #fff;
}

.servicegrid .service:hover a.more .img {
	filter: brightness(0);
}

#about {
	background-color: #F8F8F8;
	padding-top: 0;
	padding-bottom: 80px;
	box-shadow: inset 0px 20px 0px 0px rgba(255,255,255,1);
}

#about .slide {
	padding-top: 60px;
}

#about .desc h2.title {
	font-size: 50px;
	line-height: 61px;
	max-width: 300px;
	color: #0C6AB4;
	font-weight: 900;
	font-family: Montserrat;
}

#about .image img {
	margin-top: -60px;
}

#about .desc {
	padding-left: 65px;
}

#about .desc p {
	margin-bottom: 15px;
	max-width: 520px;
}

#about .desc a {
	color: #F68D20;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 21px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}


#about .desc a:hover {
	color: #FFF;	
}

.slick-arrow {
    width: 56px;
    height: 56px;
    background: #F68D20;
    border: 1px solid #F68D20;
    border-radius: 50%;
}

.slick-arrow:hover {
	background: #FFF;
	border: 1px solid #F68D20;
}

.slick-prev {
	bottom: -103px;
    position: absolute;
    right: 150px;
    top: auto;
    left: auto;
    transform: scale(-1, 1);
}

.slick-next {
    bottom: -130px;
    position: absolute;
    right: 56px;
    top: auto;
}

.slick-next:before {
	content: url('/wp-content/uploads/2020/07/arrows.svg');
}

.slick-prev:before {
	content: url('/wp-content/uploads/2020/07/arrows.svg');
}

.slick-next:hover:before {
	content: url('/wp-content/uploads/2020/07/arrows_alt.svg');
}

.slick-prev:hover:before {
	content: url('/wp-content/uploads/2020/07/arrows_alt.svg');
}


.slick-next:before, .slick-prev:before {
	font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homepage #products {
	text-align: center;
}

.homepage section#services {
	padding-bottom: 0;
}

.homepage #products .nav-item a.bluebutton {
	padding: 16px 32px;
	font-size: 14px;
	line-height: 21px;
	color: #0C6AB4;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 26px;
	border: 1px solid #fff;
	transition: 0.3s;
	text-decoration: none;
	outline: none!important;
	margin-right: 20px;
}

.homepage #products .nav-item a.bluebutton:hover {
	background-color: #0C6AB4;
	color: #fff;
	border: 1px solid #0C6AB4;
}

.homepage #products .nav-item a.bluebutton.active {
	background-color: #0C6AB4;
	color: #fff;
	border: 1px solid #0C6AB4;
}

.homepage #products h2 {
	max-width: 500px;
	margin: 0 auto;
}

.homepage #products .nav {
	text-align: center;
    margin-left: 0;
    padding: 0 15px;
    justify-content: center;
}

.homepage #products .productsgrid {
	margin-top: 50px;
}

.productcol .product {
	background: #F8F8F8;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.productcol .product .image {
	height: 280px;
	width: 100%;
	background: #fff;
	display: block;
	text-align: center;
}

.productcol .product .image img {
	height: 240px;
	margin-top: 20px;
	width: auto;
	display: inline-block;
}

.productcol .product .desc {
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.productcol .product .desc p {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.7px;
	font-weight: 500;
	color: #F68D20;
}

.productcol .product .desc a {
	text-decoration: none;
}

.productcol .product .desc h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #0C6AB4;
	height: 58px;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productcol .product .desc a:hover h3 {
	color: #F68D20;
}

.productcol .product a.price {
	padding: 16px 32px;
	border-radius: 26px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.7px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	background: #0C6AB4;
	position: relative;
	bottom: -26px;
	transition: 0.3s;
	text-decoration: none;
}

.productcol .product a.price:hover {
	color: #0C6AB4;
	background: #fff;
}

.productcol .product a.price.login {
	color: #0C6AB4;
	background: #fff;
}

.productcol .product a.price.login:hover {
	color: #fff;
	background: #0C6AB4;
}

.worksgrid .work a.image {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	display: block;
}

.worksgrid .work a.image img {
	width: 100%;
	height: auto;
}

.worksgrid .work {
	text-align: center;
	background: #f8f8f8;
}

.worksgrid .work .desc {
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.worksgrid .work .desc p {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.7px;
	font-weight: 500;
	color: #F68D20;
}

.worksgrid .work .desc a {
	text-decoration: none;
}

.worksgrid .work .desc h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #0C6AB4;
	height: 58px;
	transition: 0.3s;
}

.worksgrid .work a.seemore {
	padding: 16px 32px;
	border-radius: 26px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.7px;
	color: #0C6AB4;
	background: #fff;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	bottom: -26px;
	transition: 0.3s;
	text-decoration: none;
}

.worksgrid .work a.seemore:hover {
	color: #fff;
	background: #0C6AB4;
}

.seeall {
	text-align: center;
}

.seeall a {
	padding: 16px 32px;
	border-radius: 26px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.7px;
	color: #0C6AB4;
	background: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.3s;
	text-decoration: none;
}

.seeall a:hover {
	color: #fff;
	background: #0C6AB4;
}

.aboutsection {
	padding: 80px 0;
}

.aboutsection:nth-child(odd) {
	background: #fff;
}

.aboutsection:nth-child(even) {
	background: #f8f8f8;
}

.aboutsection .image img {
	margin-top: 0!important;
}

.page-template-about #about {
	padding: 0;
	background: transparent;
}

.page-template-contact h2.title {
	font-family: Montserrat;
	font-size: 50px;
	line-height: 66px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
}

.cform label {
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	color: #F68D20;
	line-height: 21px;
	letter-spacing: 1.4px;
	width: 100%;
}

.cform input[type="email"],
.cform input[type="text"],
.cform textarea,
.cform input[type="password"],
.cform input[type="file"],
.cform input[type="number"] {
	width: 100%;
	resize: none;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 16px 32px;
	border-radius: 26px;
	outline: none!important;
	max-height: 200px;
}

.cform input[type="submit"] {
	cursor: pointer;
	background: #0C6AB4;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.cform input[type="submit"]:hover {
	background: #FFF;
	color: #0C6AB4;
}

.cform .submitwrap {
	text-align: center;
}

.contact #map {
	margin-top: 50px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

#customer_login .inner h2 {
	font-family: Montserrat;
	font-size: 24px;
	line-height: 29px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
}


#customer_login .inner {
	padding: 40px;
	background-color: #F8F8F8;
}

#customer_login {
	padding-bottom: 50px;
}

.ur-frontend-form {
	border: none;
	padding: 0;
}

.ur-frontend-form.login {
	border: none;
	padding: 0;
}

.ur-frontend-form form label {
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	color: #F68D20;
	line-height: 21px;
	letter-spacing: 1.4px;
	width: 100%;
}

.ur-frontend-form form input[type="email"],
.ur-frontend-form form input[type="text"],
.ur-frontend-form form textarea,
.ur-frontend-form form input[type="password"],
.ur-frontend-form form select {
	width: 100%;
	resize: none;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 16px 32px;
	border-radius: 26px!important;
	outline: none!important;
	width: 100%;
	background: #fff;
}

.ur-frontend-form form input[type="submit"],
.ur-frontend-form form button[type="submit"] {
	cursor: pointer;
	background: #0C6AB4;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.ur-frontend-form form input[type="submit"]:hover,
.ur-frontend-form form button[type="submit"]:hover {
	background: #FFF;
	color: #0C6AB4;
}


.ur-frontend-form .password-input-group {
	width: 100%;
}

#user-registration {
	background: transparent;
}

#single-product .summary h1 {
	font-size: 24px;
	line-height: 29px;
}

#single-product .summary h1 {
	font-size: 24px;
	line-height: 29px;
}

#single-product .woocommerce-product-rating .star-rating {
	display: inline-block;
	width: 112px;
    margin-right: 20px;
}

#single-product .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	color: #F68D20;
}

#single-product .star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #F68D20;
    font-size: 20px;
    width: 150px;
    letter-spacing: 2px;
}

#single-product .star-rating span::before {
    content: "\53\53\53\53\53";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #F68D20;
    font-size: 20px;
    width: 150px;
    letter-spacing: 2px;
}

#single-product .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #F68D20;
    font-size: 20px;
    letter-spacing: 2px;
    width: 150px;
}

#single-product .pricecont {
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

#single-product .pricecont .woocommerce-Price-amount {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #58585B;
}

#single-product a.bluebutton.ordernow {
	margin-top: 0;
}

#single-product .woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 30px;
	color: #58585B;
}

#single-product .product_meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

#single-product .product_meta .posted_in {
	font-size: 16px;
	line-height: 30px;
	color: #0C6AB4;
	font-weight: 500;
}

#single-product .product_meta .posted_in a {
	color: #F68D20;
}

#single-product .singletabs {
	padding: 40px 0;
	background-color: #F8F8F8;
}

#single-product .tabs li {
	display: inline-block;
	margin-right: 30px;
}

#single-product .tabs li a {
	cursor: pointer;
	background: #fff;
	color: #0C6AB4;
	font-size: 14px;
	line-height: 21px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

#single-product .tabs li a:hover {
	background: #0C6AB4;
	color: #FFF;
}


#single-product .tabs li.active a {
	background: #0C6AB4;
	color: #FFF;
}

#single-product .woocommerce-Tabs-panel {
	font-size: 16px;
	color: #58585B;
	line-height: 30px;
	font-weight: 500;
}

.woocommerce-Tabs-panel--description h2 {
	display: none;
}

.related h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #0C6AB4;
}

#ordermodal .modal-dialog {
	max-width: 800px;
	margin-top: 100px;
}

#ordermodal .modal-dialog h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #0C6AB4;
}

#ordermodal .modal-content {
	padding: 30px;
}

#testimonials {
	background: #f8f8f8;
	text-align: center;
}

#testimonials .testimonial-slide image {
	margin-bottom: 20px;
}

#testimonials .testimonial-slide h2 {
	font-family: Montserrat;
	font-size: 50px;
	line-height: 66px;
	color: #0C6AB4;
	font-weight: 900;
	margin-bottom: 20px;
}


#testimonials .testimonial-slide h3 {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #F68D20;
	font-weight: 500;
	text-transform: uppercase;
}

#testimonials .testimonial-slide p {
	font-size: 16px;
	line-height: 30px;
	color: #58585B;
	font-weight: 500;
	max-width: 900px;
	margin: 20px auto;
}

#testimonials .slick-slide img {
    display: inline-block;
    margin-bottom: 30px;
}

.slick-dots li button:before {
	font-size: 15px;
	color: #58585B;
	opacity: 0.5;
}

.slick-dots li.slick-active button:before {
	color: #0C6AB4;
	opacity: 1;
}

.woocommerce-MyAccount-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
	text-align: center;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin-right: 20px;
}

.woocommerce-MyAccount-navigation li:last-child {
	margin-right: 0;
}


.woocommerce-MyAccount-navigation li a {
	cursor: pointer;
	background: #fff;
	color: #0C6AB4;
	font-size: 14px;
	line-height: 21px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:hover {
	background: #0C6AB4;
	color: #FFF;
}


.woocommerce-MyAccount-navigation li.is-active a {
	background: #0C6AB4;
	color: #FFF;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
	background: red;
	color: #fff;
	opacity: 0.6;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	opacity: 1;
	background: red;
	color: #fff;
}

.woocommerce-EditAccountForm .form-row {
	margin-right: 0!important;
	margin-left: 0!important;
}

.woocommerce-EditAccountForm fieldset legend {
	font-size: 24px;
	line-height: 29px;
	font-weight: 900;
	color: #0C6AB4;
	font-family: Montserrat;
	margin-bottom: 15px;
}

.woocommerce-EditAccountForm label {
	font-size: 14px;
	font-family: Poppins;
	font-weight: 500;
	color: #F68D20;
	line-height: 21px;
	letter-spacing: 1.4px;
	width: 100%;
}

.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm textarea,
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-EditAccountForm select {
	width: 100%;
	resize: none;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 16px 32px;
	border-radius: 26px!important;
	outline: none!important;
	width: 100%;
	background: #fff;
}

.woocommerce-EditAccountForm input[type="submit"],
.woocommerce-EditAccountForm button[type="submit"] {
	cursor: pointer;
	background: #0C6AB4;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce-EditAccountForm input[type="submit"]:hover,
.woocommerce-EditAccountForm button[type="submit"]:hover {
	background: #FFF;
	color: #0C6AB4;
}

.ur-frontend-form .ur-form-row .ur-form-grid select {
	background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 15px top 55%!important;
}

.woocommerce-EditAccountForm span.password-input {
	width: 100%;
}


.servicegrid .service a.imglink {
	height: 150px;
	display: inline-block;
}

.servicegrid .service a.plink {
	height: 100px;
	display: inline-block;
}

.site-header .icons a.carticon {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    display: inline-block;
    background-color: #0C6AB4;
    border-radius: 50%;
    position: relative;
    border: 1px solid #0C6AB4;
}

.site-header .icons a.carticon:hover {
	color: #0C6AB4;
	background: #fff;
}

.site-header .icons a.carticon:last-child {
	margin-left: 10px;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: center;
    font-size: 25px;
    color: #F68D20;
}

table.shop_table_responsive tr td.product-remove a:hover {
	color: #0C6AB4;
	text-decoration: none;
}

table.shop_table_responsive tr td.product-name a {
	color: #F68D20;
}

table.shop_table_responsive tr td.product-name a:hover {
	color: #0C6AB4;
	text-decoration: none;
}


.carticon .items-count {
	font-size: 10px;
	line-height: 10px;
	width: 14px;
    text-align: center;
    height: 14px;
	padding: 2px;
	color: #0C6AB4;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -2px;
}

table.shop_table_responsive tr td.actions {
	padding-top: 20px;
}

table.shop_table_responsive tr td.actions .coupon {
	display: inline;
}

table.shop_table_responsive tr td.actions button[name="update_cart"] {
	float: right;
}

.cart-collaterals {
	padding: 30px 0;
	background-color: #f8f8f8;
}


.cart-collaterals h2 {
    font-size: 24px;
    font-weight: 900;
    color: #F68D20;
}

.cart-collaterals a.checkout-button {
	cursor: pointer;
	background: #0C6AB4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 26px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 16px 32px;
	text-transform: uppercase;
	border: 1px solid #0C6AB4;
}

.cart-collaterals a.checkout-button:hover {
	color: #0C6AB4;
	background-color: #fff;
	text-decoration: none;
}

.wc-proceed-to-checkout {
	padding: 20px 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comment {
	padding: 16px;
	background-color: #F68D20!important;
	color: #0C6AB4;
	border-radius: 10px;
	margin-bottom: 20px;
}

.woocommerce-message a,
.woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a {
	color: #fff;
	float: right;
}

.woocommerce-checkout h3 {
	font-size: 24px;
	font-weight: 900;
	color: #0C6AB4;
}

.woocommerce-billing-fields label, .woocommerce-additional-fields label, .woocommerce-shipping-fields label {
	width: 250px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	line-height: 56px;
}

.woocommerce-billing-fields .form-row,  .woocommerce-additional-fields .form-row, .woocommerce-shipping-fields .form-row {
	margin-left: 0;
}
.woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-shipping-fields .woocommerce-input-wrapper {
	width: calc( 100% - 300px );
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields input{
	width: 100%;
}

.woocommerce-billing-fields .woocommerce-input-wrapper strong, .woocommerce-shipping-fields .woocommerce-input-wrapper strong {
	line-height: 56px;
}

select {
	color: #000!important;
    border: 1px solid #ccc!important;
    border-radius: 26px!important;
    padding: 16px 32px!important;
    font-size: 16px!important;
    line-height: 16px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    outline: none!important;
    height: unset!important;
    -webkit-appearance: none!important;
    background: url('/downchevron.svg') no-repeat right transparent!important;
    background-size: 12px!important;
    background-position: 92% 50%!important;
    width: 180px;
}

a.reset_variations {
	margin-left: 10px;
}

.woocommerce-variation-price .woocommerce-Price-amount bdi {
	font-size: 20px;
	color: #F68D20;
}

.select2-selection {
	color: #000!important;
    border: 1px solid #ccc!important;
    border-radius: 26px!important;
    padding: 16px 32px!important;
    font-size: 16px!important;
    line-height: 16px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    outline: none!important;
    height: unset!important;

}

.woocommerce-additional-fields .woocommerce-input-wrapper {
	width: calc( 100% - 300px );
}

.woocommerce-additional-fields textarea {
	width: 100%;
	resize: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px!important;
    right: 5px!important;
}

.select2-selection__rendered {
	font-weight: 400!important;
	font-size: 16px!important;
    line-height: 16px!important;
}

.woocommerce-checkout-review-order-table th:last-child, 
.woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
}

.wc_payment_method label {
	font-size: 18px;
	font-weight: 900;
	color: #0C6AB4;
	width: calc(100% - 50px);
}

.wc-stripe_cc-container .StripeElement {
	border-radius: 26px!important;
	padding: 16px 32px!important;
	height: unset!important;
}

.ship-to-different-address-checkbox {
	width: unset;
}

#ship-to-different-address input {
	width: unset;
	margin-right: 15px;
}

#ship-to-different-address label {
	width: unset;
}

.download_example a {
	display: inline-block;
	cursor: pointer;
	background: #F68D20;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	transition: 0.3s;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid #F68D20;
	margin-bottom: 15px;
}

.download_example a:hover {
	color: #F68D20;
	background: #fff;
	text-decoration: none;
}

#single-product .quantity {
	display: inline-block;
    margin-right: 10px;
    width: 80px;
}    

#single-product .quantity .input-text.qty {
    width: 80px;
}

table.wccpf_fields_table td.wccpf_label, table.wccpf_fields_table td.wccpf_label label {
	width: 200px!important;
}

.breadcrumbs {
	padding: 15px;
	color: #0C6AB4;
}

.breadcrumbs a {
	text-decoration: none;
	color: #F68D20;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #0C6AB4;
}

#shipping_method input {
	margin-right: 10px;
}

.cart_totals table tr th {
	padding-right: 20px;
}

.cart_totals table tr th, .cart_totals table tr td {
	text-align: right!important;
}

.cart_totals {
	text-align: right;
	float: right;
}

.cart_totals .shop_table {
	text-align: right!important;
}

tr.woocommerce-shipping-totals {
	vertical-align: top;
}


.cart_totals tr {
	border-bottom: 1px solid #aaa;
}

.cart_totals tr td, .cart_totals tr th {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart_totals .woocommerce-shipping-destination {
	margin-bottom: 5px;
}