/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.error.file-missing {
    font-weight: bold;
    color: red;
}

.field-colored {
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    text-align: center;
    width: auto;
    display: inline-block;
}

.field-green,
.field-Visable{
	color: #ffffff;
    background-color: #82c182;
}
.field-red,
.field-Hidden {
	color: #ffffff;
    background-color: #d77676;
}


.inner-page-pad {
	padding-right: 15px;
	padding-left: 15px;
}

body #hr-form .signature img {
    width: auto;
    height: 100px;
    position: relative;
    mix-blend-mode: darken;
    max-width: unset;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.flexed-actions {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.flexed-actions form:has(+ form)::after {
	content: "|";
	
}

.decrypted-actions {
/*  display: none; */
}

button.decrypt-file-btn {
    padding: 0;
    margin: 0;
    background: none;
    color: #1f7fba;
}

/* temp START */

div:has(+ .sibling-no-mb),
p:has(+ .sibling-no-mb),
span:has(+ .sibling-no-mb),
li:has(+ .sibling-no-mb),
ul:has(+ .sibling-no-mb),
ol:has(+ .sibling-no-mb) {
    margin-bottom: 0 !important;
}

.max600{
	max-width: 600px;	
}

.max700{
	max-width: 700px;	
}

.max800{
	max-width: 800px;	
}

.max900{
	max-width: 900px;	
}

.max1100{
	max-width: 1100px;	
}

.max1200{
	max-width: 1200px;	
}

.minh100 {
	min-height: 100px;
}

.minh150 {
	min-height: 150px;
}
.minh200 {
	min-height: 200px;
}
.minh250 {
	min-height: 250px;
}
.minh300 {
	min-height: 300px;
}


.inline-pad {
    padding-left: 15px;
    padding-right: 15px;
}
.but-pad15 { padding-bottom: 15px; }
.but-pad20 { padding-bottom: 20px; }
.but-pad25 { padding-bottom: 25px; }
.but-pad30 { padding-bottom: 30px; }
.but-pad40 { padding-bottom: 40px; }
.block-pad {
	padding-top: 15px;
    padding-bottom: 15px;
}

.block-pad25 {
	padding-top: 25px;
    padding-bottom: 25px;
}

.block-pad30 {
	padding-top: 30px;
    padding-bottom: 30px;
}

.block-pad40 {
	padding-top: 40px;
    padding-bottom: 40px;
}

.no-pad {
    padding: 0;
}

body {
    min-height: 100vh;
/*    padding-bottom: 301px; */
    position: relative;
}
body, body * {
    box-sizing: border-box;
}



.hide {
	display: none;
}

.hidden {display: none !important;}


body > .site-footer {
/*    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;  */
}

body > .site-footer footer.site-info {
    max-height: 61px;
    font-size: 14px;
    height: 61px;
    box-sizing: border-box;
}

.display-mobile {
	display: none;
}
.display-desktop {
	display: block;
}


@media (max-width: 768px) {
	.display-desktop {
		display: none;
	}
	.display-mobile {
		display: block;
	}
	.display-mobile.main-slider {
		margin-bottom: 55px;
	}
}


body dl, body ol, body ul {
    margin: 0;
    margin-bottom: 0;
}

body ol {
    margin-left: 15px;
}

body a, 
body a:visited, 
body a:focus, 
body a:active {
/*color: #016fb2; */
  cursor: pointer;
}

a.hover-underline,
.main-navigation a:hover {
	text-decoration: none !important;
}

a.hover-underline:hover {
	text-decoration: underline !important;
}

a.wrapper-link {
    display: block;
}

.page-item.active .page-link {
    background-color: #016fb2;
	color: #fff;
}
body .page-item:first-child .page-link {
    margin-right: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.wpv-archive-pagination-nav-links-container a.page-link, 
.wpv-archive-pagination-nav-links a.page-link, 
.wpv-pagination-nav-links-container a.page-link, 
.wpv-pagination-nav-links a.page-link, 
.wpv-pagination-preview-element a.page-link {
    color: #016fb2;
}

h1.page-title {
    margin-top: 20px;
}
h2 {
    margin-bottom: 0;
}
.img-card01 p {
    display: none;
}

.img-card01:hover .item-img {
    filter: brightness(0.8);
}

button, button.btn, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    padding: 1px 15px 2px;
    border-radius: 20px;
    border: none;
}

body a.generate-back-to-top {
    text-align: center;
    text-decoration: none !important;
    border-radius: 30px;
}


/*
.product-list .row > div > .product-item .product-img-wrap > img {
    filter: brightness(1.45) contrast(0.85);
}

.product-list .row:first-of-type > div:first-of-type > .product-item .product-img-wrap > img {
    filter: brightness(1) contrast(1);
}
*/

.font-12 {
font-size: 12px;
}

.font-13 {
font-size: 13px;
}

.font-14 {
font-size: 14px;
}

.font-16 {
font-size: 16px;
}



body .fw3 {
	font-weight: 300;
}
body .fw4 {
	font-weight: 400;
}
body .fw5 {
	font-weight: 500;
}
body .fw6 {
	font-weight: 600;
}
body .fw7 {
	font-weight: 700;
}
body .fwb {
	font-weight: bold;
}
body .fwn {
	font-weight: normal;
}
body .fwl {
	font-weight: lighten;
}

body #hr-form .fw6 {
    font-weight: 700;
}

.rfq_msg-wrap {
    padding: 20px 10px;
}

.woocommerce table.shop_table td.product-thumbnail {
    padding: 0;
}

.woocommerce table.shop_table td.product-thumbnail a {
    display: block;
    height: 100%;
}

.woocommerce table.shop_table td.product-thumbnail a img {
    width: 90px;
}

.form-elemnt.newsletter.checkbox .checkbox-newsletter span.wpcf7-list-item {
	margin: 0;
	font-size: 17px;
}

/* temp END  */

.status {
    padding: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display:block;
    text-align: center !important;
}

.status.In-process, .status.Reception, .status.Opened,
body ul.wpt-form-set li.radio-in-process input.wpt-form-radio + label { background-color: #9de1ff;}

.status.RFI,
body ul.wpt-form-set li.radio-rfi input.wpt-form-radio + label { background-color: #ffd557;}

.status.Completed, .status.Canceled,
body ul.wpt-form-set li.radio-completed input.wpt-form-radio + label { background-color: #ace9ae;}

body ul.wpt-form-set li.radio-canceled input.wpt-form-radio + label { background-color: #ace9ae;}

/* margins */
.no-bottom-margin {
	margin-bottom: 0 !important;
}

/* Floats */

.floatL {float: left;}

.floatR {float: right;}

.floated:after, .float-parent:after {
	content: "";
  display: table;
  clear: both;
}

.img-wrap.floatL {
    margin-right: 30px;
}

.img-wrap.floatR {
    margin-left: 30px;
}

/* Modal */

.light-color, 
.light-color div, 
.light-color h1, 
.light-color h2, 
.light-color h3, 
.light-color h4, 
.light-color h5, 
.light-color h6, 
.light-color p, 
.light-color span, 
.light-color a {
	color: #bbbbbb;
} 

#modal-content .popup-newsletter .img-wrap {
	margin: 0 auto 30px;
    max-width: 150px;
}

.modal-wrapper {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
/*
.modal-wrapper .wp-post-modal .close-modal {
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 42px;
    color: #666666;
    cursor: pointer;
    line-height: 1;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-color: #aaa;
    border-radius: 0 0 0 30px;
	margin: 0 !important;
	z-index: 1;
} */
.modal-wrapper .wp-post-modal .close-modal {
    background: transparent;
    position: sticky;
    left: 0;
    top: 0px;
    right: auto;
    font-size: 42px;
    color: #666666;
    cursor: pointer;
    line-height: 1;
    border: 1px solid #666;
    border-radius: 30px 0 30px 0;
    margin: 0 !important;
    z-index: 1;
}
.modal-wrapper .wp-post-modal .close-modal:hover {
    background-color: #d1d1d1;
}

.modal-wrapper .wp-post-modal .loading {
    display: block;
    width: 100px;
    margin: auto;
    padding: 25vh 0;
}

.modal-wrapper .wp-post-modal {
    position: relative;
    background-color: transparent;
    margin: 10vh auto;
    padding: 0;
    border: unset;
    width: 54%;
    height: auto;
    transition: all 2s ease;
}


#modal-content > .max-600 > .modal-content-inner {
    max-width: 600px;
    margin: 0 auto;
}

#modal-content > .max-500 > .modal-content-inner {
    max-width: 500px;
    margin: 0 auto;
}

.popup-newsletter {
    background-color: #050505;
    padding: 30px;
    border-radius: 8px;
}


#modal-content button, html #modal-content input[type="button"], #modal-content input[type="submit"], #modal-content a.button, #modal-content a.button:visited, #modal-content a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #5B8EAD;
    border-radius: 22px;
    margin: 0;
}

#modal-content button:hover, html #modal-content input[type="button"]:hover, #modal-content input[type="submit"]:hover, #modal-content a.button:hover, #modal-content button:focus, html #modal-content input[type="button"]:focus, #modal-content input[type="submit"]:focus, #modal-content a.button:focus, #modal-content a.wp-block-button__link:not(.has-background):active, #modal-content a.wp-block-button__link:not(.has-background):focus, #modal-content a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #6895b1;
}

.modal-wrapper .wp-post-modal {
    max-width: 1047px;
}

@media all and (max-width: 1600px) {
.modal-wrapper .wp-post-modal {
    width: 70%;
}
}

@media all and (max-width: 1200px) {
.modal-wrapper .wp-post-modal {
    width: 100%;
}
}

@media all and (max-width: 768px) {
.modal-wrapper .wp-post-modal {
    width: 100%;
	max-width: 600px;
}
}

.modal-wrapper #modal-content {
    padding: 0 50px 50px 60px;
}
.modal-wrapper .wp-post-modal.show {
    background-color: #f0f0f0;
	border-radius: 30px;
}

.modal-wrapper #modal-content ul li {list-style: none;}

/* cards, sections */

.section-card {
    position: relative;
    background-color: hsl(200deg 20% 90%);
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Forms - CF7 */

.form-elemnt.submit {
    text-align: right;
}

.form-elemnt {
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
  /*  display: block; */
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.form-elemnt input[type=text], 
.form-elemnt input[type=email], 
.form-elemnt input[type=url], 
.form-elemnt input[type=password], 
.form-elemnt input[type=search], 
.form-elemnt input[type=tel], 
.form-elemnt input[type=number], 
.form-elemnt textarea, 
.form-elemnt select {
    padding: 5px 10px;
	width: 100%;
}


/* List Fixes and reset */

ul.clean-list {
    list-style: none !important;
    margin: 0 !important;
}

ul.clean-list li {
    list-style: none !important;
    margin-left: 0 !important;
}

ul.horizontal {}

ul.horizontal.border-list-items {
	display: block;
    position: relative;
    height: 54px;
}

ul.horizontal > li {
    display: inline-block;
    margin-right: -5px;
}

ul.link-list > li {
    padding: 10px;
}


/* General Site Layout Fixes */

.site-header {
    background-color: #ffffff;
	z-index: 200;
		position: relative;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%) !important;
    position: relative;
}

header#masthead {
    display: none; 
}

body.logged-in header#masthead {
    display: block;
}

@media (max-width: 1130px) {
	.top-bar .inside-top-bar, .inside-header {
    }
	
}



body .main-navigation .main-nav ul li > a {
    padding-left: 15px;
    padding-right: 15px;
}

body .main-navigation .main-nav > ul > li.menu-item-has-children > a {
    padding-right: 10px;
    padding-left: 15px;
}

body .main-navigation .main-nav > ul > li.menu-item-has-children > a .dropdown-menu-toggle {
    padding: 0 0 0 2px;
}

body .main-navigation a {
/*    font-weight: 300;
    font-size: 20px; */
}

.main-navigation .main-nav ul li a, .menu-toggle {
    color: #444444;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #444444;
	background-color: #e2e2e2;
}

.main-navigation ul#menu-nav > li.menu-item {
}

.main-navigation ul#menu-nav ul.sub-menu {
    background-color: #cfcfcf;
}

.main-navigation ul#menu-nav ul.sub-menu > li.menu-item a {

}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
.main-navigation .main-nav ul li > a:hover, .main-nav ul li[class*="current-menu-"] > a:hover, .main-nav ul li > a:hover {
    color: #000000;
    background-color: #e2e2e2;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a {
    color: #444444;
    background-color: #e2e2e2;
}

.main-navigation ul#menu-nav ul.sub-menu > li.menu-item:hover > a, .main-navigation ul#menu-nav ul.sub-menu > li.menu-item:focus > a, .main-navigation ul#menu-nav ul.sub-menu > li.menu-item.sfHover > a {
    background-color: #f2f2f2;
    color: #444444;
}

.main-navigation ul#menu-nav ul.sub-menu > li.menu-item:not(:last-of-type) {
    border-bottom: 1px solid #ffffff;
}



.top-bar .inside-top-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}

body .top-bar .user-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


body .top-bar .widget {
    margin: 0;
}

body .top-bar .user-menu a, body .top-bar .user-menu a:visited {
    color: #ffffff;
}

body .top-bar .user-menu a {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
/*	text-decoration: underline; */
}
body .top-bar .user-menu a:hover {
    text-decoration: none;
}
body .top-bar .user-menu.last a {
    border-right: none;
	margin-right: 0;
    padding: 0 0 0 10px;
}

body .top-bar ul#menu-login-menu-1 li:last-of-type a {
    border-right: none;
    padding-right: 0;
}

body .top-bar div.user-menu a {
    margin-right: 5px;
}

body .top-bar .widget_nav_menu li:last-child:nth-child(2) {
    margin-left: 10px;
}

body .top-bar .widget_nav_menu {
    line-height: 60px;
    vertical-align: middle;
}

.top-bar .inside-top-bar > .widget {
    flex: 1 0 100%;
    display: block;
    width: 100%;
}

body .top-bar figure.wp-block-image.tb-image {
    /* text-align: left; */
}

.wp-block-image {
    margin: 0 0 0;
}

.nav-align-right .inside-navigation {
    justify-content: space-between;
}

body .inside-navigation form.search-form.navigation-search.nav-search-active {
 /*   left: auto;
    width: 30%;
    right: 0;
    border-left: 1px solid #ccc;*/
}



body #site-navigation,
body.nav-float-left #site-navigation,
body.nav-float-right #site-navigation {
    flex-grow: 1;
}



body.secondary-nav-float-right .secondary-navigation,
body.secondary-nav-float-left .secondary-navigation {
    background-color: rgba(99,99,99,0);
}

body .menu-bar-items {
    /* text-align: right; */
}

body .inside-navigation form.search-form.navigation-search.nav-search-active {
	max-width: 300px;
    margin-left: auto;
    margin-right: 0;
    right: 0;
}

ul#menu-english-nav.secondary-menu > li > ul {
    left: 0;
    right: auto;
}

div#login-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.header-img-wrap .header-img, .header-img-wrap img, .page-header-image img {
	/* z-index: -1;*/
}


body.right-sidebar #right-sidebar ul.menu > li.menu-item > a {
    width: 100%;
    display: block;
    padding: 15px;
}

body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item {
    background-color: #f2f2f2;
}

body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item > a {
    color: #333333;
}
.sidebar .widget a, .sidebar .widget a:visited {
    color: #333333;
}

body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item:not(:last-of-type) {
    border-bottom: 1px solid #ffffff;
}


body.right-sidebar #right-sidebar .menu-company-container ul.menu > li[class*="current-menu-"] {
    background-color: #e2e2e2;
}

body.right-sidebar .container-fluid {
}

body.right-sidebar .entry-content > .container-fluid {
    border-left: unset;
}



body.right-sidebar .entry-content > .container-fluid:first-of-type {
    border-right: 1px solid #bbb;
}
body.right-sidebar .entry-content > .container-fluid {

}

body.right-sidebar .entry-content > .container-fluid:last-of-type {
    
}

#main {
    min-height: calc(100vh - 420px);
}

body.single #main, 
body.right-sidebar #main {
    padding-top: 20px;
    padding-bottom: 30px;
}

body.archive.right-sidebar #main,
body.search.right-sidebar #main {
    padding-left: 15px;
    padding-right: 15px;
}

body.page.right-sidebar #main,
body.single.right-sidebar #main {
    padding-left: 15px;
    padding-right: 15px;
}
 
body.page:not(.no-sidebar) #main,
body.single:not(.no-sidebar) #main,
body.archive:not(.no-sidebar) #main,
body.search:not(.no-sidebar) #main{
    background-color: var(--global-color-10);
}

.wp-block-columns {
    margin-bottom: 0px;
}

:where(.wp-block-columns.has-background.no-pad) {
    padding: 0;
}

.one-container .site-content {
}
.one-container .container {
    background-color: unset; 
}

body.no-sidebar #page #content #primary {
    background-color: var(--global-color-10);
}

body.no-sidebar #page #content #primary,
body.no-sidebar .container .site-content .content-area {
	width: 100%;
}
/*
body .site.grid-container, body #page.grid-container {
    max-width: 100%;
}
*/
.header-section {
    margin-bottom: 40px;
}

body.right-sidebar #right-sidebar {
    /* padding-left: 0; */
}

body.right-sidebar #primary + #right-sidebar, body.right-sidebar #primary {
    padding-top: 0;
}

.inside-right-sidebar,
.inside-left-sidebar {
    height: 100%;
    background-color: rgb(232 235 238);
}

.page-section {
    margin-bottom: 40px;
}
/*
.page-section:not(.full-width), .grid-container, header.entry-header, .entry-content > .woocommerce {
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*/
.full-bg .container {
    max-width: 100%;
}

.entry-header .entry-title {
    margin-top: 0;
}

header.entry-header, .entry-content > .woocommerce {
    padding-right: 15px;
    padding-left: 15px;
}


.breadcrumbs {
    font-size: 16px;
}

body .ltr-left, 
body .ltr-left * {
  text-align: left;
}

body .ltr-right, 
body .ltr-right * {
  text-align: right;
}

body .ltr, body .ltr-left, body .ltr-right, 
body .ltr *, body .ltr-left *, body .ltr-right * {
  direction: ltr !important;
}

body .ltr.bidi-plaintext {
	unicode-bidi: plaintext;
}
body .ltr.bidi-embed {
	unicode-bidi: embed;
}
/* Footer fix  */

.footer-widgets-container {

}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin: 0px;
}

.footer-widgets h2.widget-title {
    margin-bottom: 5px;
}

.footer-widgets .widget ul li {
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.footer-widgets .widget ul li > a,
.footer-widgets .widget p {
   /* font-weight: 300;
    font-size: 14px;*/
}


/* IMG LINK with caption  */
 
.img_link-grid img + .caption {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 10px 25px;
    background-color: rgba(255,255,255,0.75);
}

.img_link-grid, .img_link-grid .row > div {
    position: relative;
}

.img_link-grid .caption h3 {
    margin: 0;
    font-size: 24px;
}

/* Main Slider - Simple Carousel Captions fix */

.slider-content {
	position: relative;
}

.full-bg > .container.ddl-remove-bs-padding > .row {
    margin: 0;
}

.full-bg > .container.ddl-remove-bs-padding > .row > div {
    padding-right: 0;
    padding-left: 0;
}

.display-mobile .main-slider .carousel-inner > .carousel-item {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}
.display-mobile .main-slider .carousel-inner {
	position: relative;
    display: block;
    padding-top: 62.62%;
    height: 0;
    overflow: hidden;
}
.main-slider .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: left;
    max-width: 100%;
    margin: 0px auto;
    font-size: 20px;
}


.main-slider .carousel-caption a.slider-link, .button-01 {
    display: block;
    width: 150px;
    padding: 4px 8px;
    margin-top: 20px;
    border: 2px solid #5B8EAD;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #5B8EAD;
}

.main-slider .carousel-caption a.slider-link:hover, .button-01:hover {
    color: #5B8EAD;
    background-color: rgb(240,240,240);
}


.main-slider .carousel-caption .light, .main-slider .carousel-caption .light a.slider-link:hover {
    color: #fff;
}

.main-slider .carousel-indicators {
    display: none;
}

.main-slider .carousel-caption > div {
    position: absolute;
    left: 15px;
    top: 150px;
}

.main-slider .carousel-caption .up-right {
    position: absolute;
    top: 60px;
    right: 60px;
    left: auto;
}

/* Header Links over main slider */

.header-links-container {
    transform: translateY(-100%);    
    border-top: 1px solid #ffffff;
    background-color: rgba(10,10,10,0.4);
}

#header-links ul.link-list > li {
    width: 25%;
}

#header-links {
    max-width: 100%;
    margin: 0 auto;
}

#header-links ul.horizontal > li {
    display: inline-block;
    margin-right: -4px;
}


#header-links ul.border-list-items > li {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0;
    height: 54px;
    line-height: 54px;
    border-right: 1px solid #ffffff;
}

#header-links ul.border-list-items > li:first-of-type {
    border-left: 1px solid #ffffff;
}

#header-links ul.link-list > li > a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 0;
    height: 100%;
    width: 100%;
}

.cta-bg.blue {
    background-color: #4C7D0C;
}

#header-links ul.link-list > li > a > span {
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
}

#header-links ul.link-list > li:hover > a {
	background-color: #5B8EAD;
}

a.link-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    color: inherit;
}

.img-card01 {
	margin-bottom: 30px;
}

.img-card01 .item-img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height:auto;
    margin: 0;
    padding: 0;
}

.img-card01 .item-buttom {
    height: 80px;
    position: relative;
    background-color: #93a5b1;
    color: #ffffff;
    padding: 18px 50% 8px 20px;
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
}

.item-buttom h3.item-title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.thumb-img-wrap {
    position: absolute;
    top: 0;
    max-width: 180px;
    width: 50%;
    height: auto;
    padding: 20px;
}

.thumb-img-wrap.right {
    left: auto;
    right: 0;
}

.thumb-img-wrap.bottom {
    top: auto;
    bottom: 0;
}

.thumb-img-wrap img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.thumb-img-wrap.round img {
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.thumb-img-wrap.shad-btm img {
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4) !important;
}

/* Woocommerce - Bootstrap 4 Fix - Col-1, Col-2 conflict */


.woocommerce .col-1, .woocommerce .col-2 {
    max-width: unset;
}

.woocommerce .form-row {
    display: block;
}


/* Listing design  */

.listing:not(:last-of-type) {
    margin-bottom: 40px;
}

.listing .name-title {
    color: #0085ad;
    font-size: 19px;
}

.listing .role-title {
    margin-bottom: 8px;
    color: #0085ad;
    font-size: 16px;
    font-weight: 400;
}

.listing .role-info p {
    line-height: 1.5;
    font-weight: 300;
    font-size: 16px;	
}

.listing .role-info > p:last-of-type {
    margin-bottom: 0;
}

.font18-300 {
	font-size: 18px;
	font-weight: 300;
}

.listing.grid-style {
margin-bottom: 24px;
  padding: 0 20px;
}
.listing.grid-style .listing-info .img-wrap {
position: relative;
  display: block;
  margin-bottom: 6px;
}
.listing.grid-style .listing-info .img-wrap > img {
position: relative;
  display: block;
width: 100%;
  max-width: 100%;
}


/* woocommerce */



.product-list {
    padding-left: 0;
    padding-right: 0;	
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/* woocommerce product item in products & categories lists */


.header-img-wrap .carousel .carousel-inner:before {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) !important;
    position: absolute;
    display: block;
    content: "";
    top: -20px;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.header-image-wrap, .header-img-wrap {
    position: relative;
}

.header-img-wrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
	margin: 0 0 20px
}

.header-img-wrap > a.button-01 {
    position:absolute;
    bottom: 20px;
    left: 20px;
    display:block;
    width: auto;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


.product-list .product-item {margin-bottom: 30px}

.product-list .product-item h2.product-title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 300;
}

.product-list .product-item h3.product-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    min-height: 42px;
	color: #0271b5;
}

.product-list .product-item .product-short-desc {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 300;
    min-height: 32px;
}

.product-list .product-item .product-spec {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 300;
}

.product-list .product-item .product-spec ul.tech-list li {
    line-height: initial;
}

.product-list .product-item .product-spec ul.tech-list li span.label {
    font-weight: 400;
	margin-right: 4px;
}

.product-list .product-item .product-spec ul.tech-list li span.value {
    float: none;
	letter-spacing: -0.2px;
}

.product-list .product-item a.product-link {
    display: block;
    position: absolute;
    width: 42px;
    padding: 1px;
    bottom: 5px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    overflow: hidden;
    background-color: rgba(200,200,200,0.8);
}

.product-list .product-item .product-img-wrap {
    position: relative;
    margin-bottom: 10px;
}

.product-list .product-item .product-img-wrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.product-list .product-item a.product-link > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}


/*
.product-list .product-item .product-links.row {
    padding: 0;
    margin: 0;
}

.product-list .product-item .product-links  .col-sm-6 {
    padding: 0 7px;
}

.product-list .product-item .product-links  .col-sm-6:first-of-type {
    padding-left: 0;
}

.product-list .product-item .product-links  .col-sm-6:nth-of-type(2) {
    padding-right: 0;
}

.product-list .product-item .product-links  .col-sm-6 + .col-sm-6 {
    border-left: 1px solid #1c7cb7;
}

.product-list .product-item .product-links > .col-sm-6:first-of-type a.product-file-link {
    text-align: left;
}

.product-list .product-item .product-links > .col-sm-6:nth-of-type(2) a.product-file-link {
    text-align: right;
}

*/

.product-list .product-item .product-links a.product-file-link {
	color: #1c7cb7;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 300;
    display: inline-block;
}

.product-list .product-item .product-links a.product-file-link:hover {
 color: #00578c;
  text-decoration: underline; 
}


/* product page */

#modal-content .product-page {
    padding: 30px;
	background-color: #ffffff;
}

.product-page > .row > .col-md-6 {
    padding: 0 22px;
}

.product-page h3.product-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 300;
    text-transform: none;
}

.product-page .short-desc {
    margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
}

.product-page form.cart .single_add_to_cart_button {
    display: block !important;
    width: 40%;
}

.product-page .image-container img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.product-page h3.sub-label {
    font-weight: 400;
    font-size: 20px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0px 0 15px !important;
}

.product-page .rfq-message {
	padding-right: 30px;
}

.product-page p.small {
	font-size: 13px;
	font-weight: 300;
}

.product-page .specs-info-box {
    margin: 0 15px 25px;
	font-size: 16px;
	font-weight: 300;
}

.product-page .tech-list {}

.product-page .tech-list > li > .label {
	margin-right: 5px;
}

.product-page .tech-list > li > .value {
    float: right;
	text-align: right;
}

.woocommerce div.product form.cart select {
    max-width: 100%;
    min-width: 100%;
    display: block;
    margin-right: 0;
	border-radius: 5px;
	padding: 2px;
	margin: 0;
	line-height: 1.2;
	height: 30px;
}


.woocommerce div.product form.cart div.quantity {
    margin-right: calc(60% - 150px);;
}

.wapf-product-totals {
    display: none;
}

.product-page .wapf-field-description {
    font-size: 12px;
	position: absolute;
}

.wapf-field-container.product-form-element .wapf-field-input input, .wapf-field-container.product-form-element .wapf-field-input select {
    height: 32px !important;
    border-radius: 4px;
}


.woocommerce div.product .wapf-wrapper label {
    font-weight: 400;
    font-size: 16px;
}

.wapf-wrapper {
    margin: 0 0 20px;
}

.wapf-field-container.product-form-element .wapf-field-input select, .wapf-field-container.product-form-element .wapf-field-input select option {
    font-size: 16px;
    font-weight: 300;
}

.wapf-field-label.wapf--above {
    margin-bottom: 5px;
    line-height: 1;
}

.wapf-field-container.product-form-element .wapf-field-input input, .wapf-field-container.product-form-element .wapf-field-input select {
    padding: 3px 10px;
}

.wapf-field-container {
    padding: 5px;
}


/*
.woocommerce div.product form.cart .reset_variations {
    visibility: visible;
    font-size: 12px;
	display: none;
}

.woocommerce input.ywapo_input_text {
    margin-left: 0;
	height: 30px;
    width: 135px;
	border-radius: 5px;
}

.woocommerce .ywapo_input_container label.ywapo_label_tag_position_before {
    margin-right: 30px;
    font-size: 16px;
}


.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 1.5;
}

.woocommerce .yith_wapo_groups_container {
    margin-top: 0;
}

.woocommerce .ywapo_input_container {
    margin-bottom: 10px;
}

.woocommerce .ywapo_group_container.form-row.form-row-wide {
    margin-bottom: 0;
}

*/


/* testing */

.text-box.f-light, .text-box.f-light p {
	font-weight: 300;
}

.page-header-image, .header-img-wrap {
    margin-bottom: 30px;
	position: relative;
}

input[type=checkbox] {
    transform: scale(1.5);
	transform-origin: right;
    margin-left: 8px;
}

ul.horizontal {
 display: block;
 vertical-align: middle;
 line-height: 1.8;
}
ul.horizontal li {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
ul.seperate-line li:after {
  position: relative;
  display: inline-block;
  line-height: 1;
  content: "|";
  margin: 0 5px;
}  
ul.seperate-line li:last-of-type:after {
  display: none;
  margin:0;
}  

#page {margin-bottom: 0px; padding: 0;}

:focus {
    outline: unset !important;
}

.ywapo_group_container h3 {
    display: none;
}

html.no-scroll, body.no-scroll {
    cursor: default;
}




.woocommerce #order_review table.shop_table th.product-total, .woocommerce #order_review table.shop_table td.product-total, .woocommerce .order_details table.shop_table th.product-total, .woocommerce .order_details table.shop_table td.product-total {
    display: none;
}

.contact-page .form-elemnt textarea.wpcf7-textarea {
    height: 65px !important;
    max-height: 65px !important;
}


.text-img-box {
    margin-bottom: 28px;
}

.listing-cards .listing-card {
    padding: 15px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 8px;
	margin-bottom: 30px;
}

.listing-card .card-img {
    margin-bottom: 10px;
    display: none;
}

.listing-card .card-element {
    margin-bottom: 10px;
}

.listing-card .card-element.distributor-address, .listing-card .card-element.distributor-phone, .listing-card .card-element.distributor-info {
    font-weight: 300;
}


ul.items-3 > li, ul.items-4 > li, ul.items-5 > li , ul.items-6 > li   {
    vertical-align: top !important;
    margin: 0 -4px 30px 0px;
    padding: 0 15px;
}

ul.items-3 > li {
    width: 33.33%;
}

ul.items-4 > li {
    width: 25%;
}

ul.items-5 > li {
    width: 20%;
}

ul.items-6 > li {
    width: 16.67%;
}


ul.items-3, ul.items-4, ul.items-5, ul.items-6, .negative-hor-margin {
    margin: 0 -15px !important;
    
}

.ratio-list .ratio-wrap {
    position: relative;
    display: block;
    padding-top: 56.62%;
    height: 0;
    overflow: hidden;
}

.ratio-list.ratio-a4 .ratio-wrap {
    padding-top: 141.45%;

}

.ratio-wrap > iframe, .ratio-wrap > img, .ratio-wrap > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ratio-wrap > a > img {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
	
}

.img-border {
	border-width: 1px;
	border-style: solid;
}
.img-border.border-999 {
	border-color: #999999;
}

.title-wrap {
    margin: 5px 0 0;
    line-height: 1.4;
}



/* bypass general rules */

.popup-newsletter input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
}

.popup-newsletter .form-elemnt.submit {
    margin-top: 20px;
}

.popup-newsletter input:not([type="submit"]), .popup-newsletter select, .popup-newsletter textarea {
    background-color: #262626 !important;
}

.popup-newsletter p, .popup-newsletter span, .popup-newsletter label, .popup-newsletter input.wpcf7-form-control.wpcf7-submit  {
    font-weight: 300;
}


.woocommerce #payment input#place_order, .woocommerce-page #payment input#place_order {
    font-weight: 400;
    font-size: 130%;
}

ul.wc_payment_methods.payment_methods.methods {
    visibility: hidden;
    opacity: 0;
    height: 0;
}


/* archive view fix */

#view-container {
  /*  padding-top: 25px; */
}
body.search-results .breadcrumbs {
	margin-top: 15px;
}

#view-container .archive-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
}

#view-container .archive-title h1.page-title {
  font-weight: 600;
	font-size: 32px;
    margin: 0;
    color: #606060;
}

#view-container .items-count {
	font-size: 18px;
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 5px;
}

#view-container .items-amount {
 	color: #016fb2;
    font-weight: 400;
}

#view-container nav#nav-below {
    margin: 20px auto;
    padding: 10px 5px;
    border-top: 1px solid #e6e6e6;
}

#view-container nav#nav-below.paging-navigation {
    display: none;
}

#view-controls .form-group.pagination-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

body #view-controls ul.categorychecklist {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
    padding: 10px 0px;
	font-size: 14px;
}

#view-controls .form-group {
    margin-bottom: 0;
}

body #view-controls ul.categorychecklist {
    margin: 0;
}

#view-controls .categorychecklist li {
    position: relative;
}

#view-controls .categorychecklist li label.filter-label {
    position: relative;
    border: 1px solid #a5a5a5;
    padding: 2px 6px;
    background-color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #222;
    display: block;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

#view-controls .categorychecklist li label.filter-label:hover {
    background-color: #e8ebee;
}

#view-controls .categorychecklist li label.filter-label input[type=checkbox] {
    display: none;
}

#view-controls .categorychecklist li label.filter-label input[type=checkbox]:checked {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#view-controls .categorychecklist li label.filter-label input[type=checkbox]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ecedee;
}


#view-controls .categorychecklist li label.filter-label {}

#view-controls .categorychecklist li label.filter-label span.tax_count {
    background-color: #e6e6e6;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    margin-right: 5px;
}

#view-controls .categorychecklist li label.filter-label:hover span.tax_count   {
    background-color: #ffffff;
}

#view-controls .categorychecklist li label.filter-label input[type=checkbox]:checked ~ .tax_count {
    background-color: #ffffff;
}

/* view controls checkbox, radio to button */
#view-controls .check-list.form-group,
.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input {
 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 0px;
    font-size: 14px;
    position: relative;
}

#view-controls .check-list.form-group .form-check,
.control-buttons.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input .radio, 
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input .form-check {
 position: relative;
 padding: 0;
}

#view-controls .check-list.form-group .form-check input[type=checkbox],
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input input[type=checkbox], 
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input input[type=radio] {
    display: none;
}

#view-controls .check-list.form-group .form-check label.filter-label,
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input label.form-check-label {
 position: relative;
 border: 1px solid #a5a5a5;
 padding: 2px 6px;
 background-color: #ffffff;
 border-radius: 8px;
 cursor: pointer;
 font-size: 14px;
 color: #222;
 display: block;
 margin: 0;
 overflow: hidden;
}

#view-controls .check-list.form-group .form-check label.filter-label:hover,
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input label.form-check-label:hover {
    background-color: #e8ebee;
}

#view-controls .check-list.form-group .form-check input[type=checkbox]:checked ~ label.filter-label,
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input input[type=checkbox]:checked ~ label.form-check-label,
.control-buttons.wpv-custom-search-filter .form-group .wpv-custom-search-filter__input input[type=radio]:checked ~ label.form-check-label {
 background-color: #efefef;
}

#view-controls .check-list.form-group .form-check label.filter-label span.tax_name {}

#view-controls .check-list.form-group .form-check label.filter-label span.tax_count {
 background-color: #efefef;
    line-height: 16px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    margin-right: 5px;
}

#view-controls .check-list.form-group .form-check label.filter-label:hover .tax_count {
    background-color: #ffffff;
}

#view-controls .check-list.form-group .form-check input[type=checkbox]:checked ~ label.filter-label .tax_count {
 background-color: #ffffff;
}


#view-output-items.items__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    margin: 20px auto 60px;
}

#view-output-items.items__container .item__container {
    display: grid;
	grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-bottom: 20px;
    margin: 0;
    flex: 1 1 100%;
    border-bottom: 1px solid #808080;
}


#view-output-items.items__container .item__title-wrap, 
#view-output-items.items__container .item__title-wrap.wrapper-link {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    text-decoration: none;
    color: #333;
}

#view-output-items.items__container .item__title-wrap .item__title,
#view-output-items.items__container h2.item__title,
#view-output-items.items__container h3.item__title {
 	margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
}  

#view-output-items.items__container .item__date {
	margin-bottom: 2px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
    gap: 25px;
}

#view-output-items.items__container .item__date__label {
    margin-right: 5px;
}

#view-output-items.items__container .item__date .item__date__element {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

#view-output-items.items__container .item__date__label {
    color: #016fb2;
    font-weight: 400;
}

#view-output-items.items__container .item_inner__element {
    grid-column-start: 1;
    grid-column-end: 3;
}

#view-output-items.items__container .item__category {
    margin-bottom: 4px;
}

#view-output-items.items__container .item__excerpt {
    margin-bottom: 0;
    margin-top: 0;
	margin-left: 2px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

#view-output-items.items__container .item__excerpt p {
    margin-bottom: 4px;
    line-height: 1.3;
}


#view-output-items.items__container .item__links {
    grid-column-start: 1;
    grid-column-end: 2;
}

#view-output-items.items__container .item__links a {
	text-decoration: underline;
	color: #808080;
}
#view-output-items.items__container .item__links a.edit-link {
 color: var(--accent);
}

#view-output-items.items__container .item__links a:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #808080;
}

#view-output-items.items__container .item__links a:hover {
	text-decoration: none;
	
}


body #view-output-items.items__container .item__tags {
  grid-column-start: 2;
    grid-column-end: 3;
  text-align: right;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

#view-output-items.items__container .item__tags a {
    color: #016fb2;
    background-color: #fff;
    padding: 2px 4px;
}




/* forms boilerplate fix and style */

body .cred-form .form-check,
body .cred-user-form .form-check {
    padding-right: 0;
    padding-left: 20px;
}

body ul.wpt-form-set .wpt-form-radio {
    margin-right: 10px;
    transform: scale(1.2);
}

body .cred-form .form-check-input,
body .cred-user-form .form-check-input {
    margin-right: 0;
    margin-left: -20px;
}

body .cred-form input[type="text"], 
body .cred-form input[type="email"], 
body .cred-form input[type="url"], 
body .cred-form input[type="password"], 
body .cred-form input[type="search"], 
body .cred-form input[type="tel"], 
body .cred-form input[type="number"], 
body .cred-form textarea, 
body .cred-form select {
    height: 30px;
    padding: 2px 5px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

body .cred-form textarea {
    height: 60px;
    max-height: 240px;
}

body .cred-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 5px;
}

body .cred-form .row > .form-group, 
body .cred-form .row > div[class^="col"] {
    margin-bottom: 15px;
    margin-top: 0px;
}

body .cred-form .form-group > label {margin-bottom: 0;flex: 0 1 80px;}

body .cred-form .form-group > label + div {flex: 1 1 calc(100% - 80px);}


/* cred form group inner div flex */
/*
body .cred-form .form-group > div {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
    gap: 3px;
}
*/

body .cred-form .form-group > div.js-wpt-field-items {
    display: block;
    justify-content: flex-start;
}

body .cred-form .form-group > div.js-wpt-field-items:has(.js-wpt-date.hasDatepicker) {
    gap: 0;
}

body .cred-form .form-group > label + div > div:only-child {
    width: 100%;
}

body .cred-form .form-group >  div button, 
body .cred-form .form-group >  div button.btn, 
body .cred-form .form-group >  div input[type="button"], 
body .cred-form .form-group >  div input[type="reset"], 
body .cred-form .form-group >  div input[type="submit"], 
body .cred-form .form-group >  div a.button {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
}

html body .cred-form .quicktags-toolbar input,
html body .cred-form .wp-switch-editor {
    font-family: 'Assistant';
}

body .cred-form .wp-core-ui .wp-editor-tabs button {
    border-radius: 15px 15px 0 0;
    font-weight: 300;
    font-size: 14px;
    margin-top: 0;
    padding: 2px 12px 0px;
}

body .cred-form .wp-core-ui .quicktags-toolbar {
    display: flex;
    justify-content:space-between;
    padding-left: 10px;
    background-image: linear-gradient(180deg,transparent 60%,#e0e3e5 100%);
}

body .cred-form .wp-core-ui .quicktags-toolbar input.button.button-small {
    line-height: 1;
    min-height: 20px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #666;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 0 1px;
}

body .cred-form .form-group.date-flex > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

body .cred-form .form-group.rows-flex > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

body .cred-form .form-group.rows-flex > div .tagchecklist.tagchecklist-post_tag {
    order: 4;
    margin-bottom: 0px;
    flex: 1 0 100%;
}

body .cred-form .form-group.rows-flex .form-control {
    flex: 0 1 calc(100% - 45px);
}

body .cred-form input[type="text"].wpt-form-textfield.hasDatepicker {
    order: -1;
    border-radius: 6px 0 0 6px;
}

body .cred-form img.ui-datepicker-trigger {
    order: 0;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 5px;
    align-self: flex-start;
    border: 1px solid #cccccc;
    height: 30px;
	margin: -2px 0 0 0;
    display: inline-block;
}

body .cred-form .form-group.date-flex > div > .wpt-form-label {
    margin-left: 4px;
    margin-right: 10px;
}


body .form-group .form-control.form-file {
    padding: 3px 5px;
    line-height: 1;
    height: 30px;
}

body .form-group span.wpt-credfile-preview-item {
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body .cred-form .row:last-of-type > div[class^="col"].submit-box:last-of-type {
 /*   line: 1987;*/
    text-align: left;
    height: 60px;
    line-height: 60px;
}

body .cred-form .row:last-of-type > div[class^="col"].submit-box:last-of-type input.submit {
     /*   line: 1987;*/
    vertical-align: bottom;
    text-align: center;
    height: 30px;
    min-width: 100px;
    font-weight: 600;
    font-size: 20px;
    padding: 0 20px;
}

body .cred-user-form .row .submit-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}

body .cred-user-form .row .col-md-6.submit-box {
    align-items: flex-start;
}

body .cred-form .form-group > label + div {
  /*  line: 1985;*/
    flex: 1 1 calc(100% - 80px);
    position: relative;
}

body .cred-form .row > .form-group {
  /*  line: 1993;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
    position: relative;
}

body .cred-form .form-group > label + div > div:only-child {
  /*  line: 2013;*/
    width: 100%;
}

body .cred-form .wp-core-ui .quicktags-toolbar {
 /*   line: 2042;*/
    display: flex;
    justify-content: center;
    padding-left: 10px;
    background-image: linear-gradient(180deg,transparent 60%,#e0e3e5 100%);
    flex-wrap: wrap;
    align-items: flex-start;
}



body .cred-form .form-group > label {
 /*   line: 1983; */
    margin-bottom: 0;
    flex: 1 1 80px;
}

body .cred-form .form-group .wpt-form-set-checkboxes li.checkbox:has(+ li:not(.checkbox[class*="tax-category"])) input[type="checkbox"] {
    display: none;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes ul.wpt-form-set-children {
    border: 1px solid #ccc;
    padding: 5px;
}
body .cred-form .form-group ul.wpt-form-set-checkboxes > li.checkbox > label {
    padding-right: 6px;
    position: relative;
}
body .cred-form .form-group ul.wpt-form-set-checkboxes li.checkbox {
    margin-top: 5px;
    font-weight: normal;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes > li.checkbox:has(+ li:not(.checkbox[class*="tax-category"])) > label {
    font-weight: bold;
    margin-bottom: 0;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes > li.checkbox:has(+ li:not(.checkbox[class*="tax-category"])) {}

body .cred-form .form-group ul.wpt-form-set-checkboxes.wpt-form-set-checkboxes-category {
    display: flex;
    flex-direction: column;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes.wpt-form-set-checkboxes-category li label {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes.wpt-form-set-checkboxes-category > li > label {}

body .cred-form .form-group ul.wpt-form-set-checkboxes.wpt-form-set-checkboxes-category li label > input[type="checkbox"] {
    margin-left: 0px;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes > li.checkbox:has(+ li:not(.checkbox[class*="tax-category"])) > label::before {
    content: "\025BE";
    display: inline-block;
    position: relative;
    margin-left: 0px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
}

body .cred-form .form-group ul.wpt-form-set-checkboxes > li.checkbox:not(:has(+ [class*="tax-children"])) {
    order: 1;
}

body .cred-user-form .form-group.flex-checkboxes ul.wpt-form-set-checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 0px;
}

body .cred-user-form .form-group.flex-checkboxes ul.wpt-form-set-checkboxes li {
    display: flex;
	flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 48%;
}

body .cred-user-form .form-group.flex-checkboxes ul.wpt-form-set-checkboxes li input[type="checkbox"] {
    margin-left: 0;
}

body .cred-user-form .form-group.flex-checkboxes ul.wpt-form-set-checkboxes li label {
    margin-bottom: 0;
}


/* general responsive fix */

@media (max-width: 1140px) {
    .ddl-full-width-row.row {
        padding: 0 15px;
    }
    body.right-sidebar .container-fluid {

    }
	
	.img-card01 .item-buttom {
		font-size: 18px;
		padding: 18px 42% 8px 10px;
	}

	.img-card01 .thumb-img-wrap {
		max-width: 170px;
		padding: 15px;
	}

}

@media (max-width: 1140px) {
.page-header-image, .header-img-wrap {
    height: 250px;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    display: block;
}

.page-header-image > img, .header-img-wrap > img {
    max-width: unset;
    height: 100%;
    display: block;
    position: absolute;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: 25%;
    transform: translate(-25%, 0);
}
}

@media (max-width: 822px) {
.page-header-image, .header-img-wrap {
    height: 187px;

}

.page-header-image > img, .header-img-wrap > img {

	}
/*
.page-header-image > img, .header-img-wrap > img {
    max-width: unset;
    height: 100%;
    width: auto;
    display: block;
    position: relative;
    margin-left: calc(50% - 550px);
}
*/	
}


@media (max-width: 900px) {
    ul.items-5 > li {
		width: 25%;
	}
	ul.items-4 > li {
		width: 33.33%;
	}
	ul.items-3 > li {
		width: 50%;
		}
	
	
}

@media (max-width: 790px) {
	ul.items-5 > li {
    width: 33.33%;
	}
}

@media (max-width: 768px) {
	.site-content {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
 	}
    
	#left-sidebar {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
    
	.content-area {
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;     
		-ms-flex-order: 2;     
		-webkit-order: 2;  
		order: 2;
	}

	#right-sidebar {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
	
	body.right-sidebar #primary + #right-sidebar, body.right-sidebar #primary {
		padding-top: 0;
		margin-top: 0;
	}

	body.right-sidebar #primary + #right-sidebar {
		margin-bottom: 40px;
	}

	body.right-sidebar .page-header-image {
		margin-bottom: 1px;
	}

	body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item {
		padding: 0;
	}

	body.right-sidebar #right-sidebar ul.menu > li.menu-item > a {padding: 5px 15px;font-weight: 300;}

	body.right-sidebar #right-sidebar .menu-company-container ul.menu > li.menu-item:first-of-type {
		margin-top: 3px;
	}	



	body.right-sidebar .entry-content > .container-fluid:first-of-type {
		border-right: unset;
	}	
	
	.woocommerce table.shop_table td.product-thumbnail a img {
		width: 90px;
	}
	
	
	/* mobile header fix */
	
    .top-bar .inside-top-bar {
        flex-direction: column;
        gap: 15px;
    }
    
    
    nav#secondary-navigation {
        width: auto;
        flex: 0 1 auto;
        margin-top: 0;
        margin-right: 0;
        order: 12;
    }
    
    nav#mobile-menu-control-wrapper {
        flex: 1;
    }
    
    body .secondary-navigation .main-nav {
        display: block;
        width: auto;
        flex: 0 1 auto !important;
    }
    
    .secondary-navigation .menu-toggle {
        display: none;
    }
    
    .has-inline-mobile-toggle .inside-header {
        padding: 0;
    }
    
    .nav-search-enabled .main-navigation .menu-toggle {
        order: -1;
    }
    
    .one-container div#content.site-content {
        padding: 0;
    }

    div#page {
        padding-right: 0;
        padding-left: 0;
    }
	
}



@media (max-width: 690px) {
    
	ul.items-4 > li {
    width: 50%;
}
}
@media (max-width: 590px) {
    ul.items-5 > li {
    width: 50%;
}
	ul.items-3 > li {
    width: 100%;
	}
}


@media (max-width: 540px) {
	.listing.grid-style.col-sm-6 {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

}

@media (max-width: 390px) {
    ul.items-5 > li, ul.items-4 > li {
    width: 100%;
}
	}

.product-page .image-container img {
	margin-bottom: 20px;
}

body a.underline,
body .underline > a {
	text-decoration: underline;	
}

body a.underline:hover,
body .underline > a:hover {
	text-decoration: none;	
}

