/*
Theme Name: RFS Technologies
Version: 1.0
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  Roboto  ***/ 

/* Regular */
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	src: url('fonts/roboto/roboto-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	src: url('fonts/roboto/roboto-italic.woff2');
}

/* Bold */
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	src: url('fonts/roboto/roboto-bold.woff2');
}

/***  Rubik  ***/ 

/* Medium */
@font-face {
	font-family: 'Rubik';
	font-weight: 500;
	src: url('fonts/rubik/rubik-medium.woff2');
}
 


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}

.main-container.sm-container{max-width: var(--wp--custom--container--small);}

/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--primary--light);
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: var(--wp--custom--dark--1);
}

h1 {
	font-size: 3em;
}

.single h1{
	font-size: 2.25em;
}

h2 {
	font-size: 2.25em;
	color: var(--wp--custom--primary--main);
	text-transform: uppercase;
	letter-spacing: .5px;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

@media screen and (max-width:900px) {
	h1 {
	font-size: 2.5em;
	}

	.single h1,
	h2 {
		font-size: 2em;
	}
}

@media screen and (max-width:600px) {
	h1 {
		font-size: 2.25em;
	}

	.single h1,
	h2 {
		font-size: 1.75em;
	}
}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	color: white;
	font-family:var(--wp--custom--font--2);
	font-weight: 500;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background: var(--wp--custom--primary--light);
	color: white;
}



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: inherit;
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"],
.brand-list li:before {
	color: var(--wp--custom--primary--main);
	font-weight: 900;
}

.icon-list li.website:before, .contact-list li.website:before{
	content: '\f37e';
}

.icon-list li.more-contacts:before, .contact-list li.more-contacts:before{
	content: '\f2b9';
}

.brand-list li:before{
	content:'\f8dd';
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	border-bottom: 1px solid var(--wp--custom--light--1);
}

.scroll-logo {
	max-height: 40px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: unset;
	padding-bottom: 0;
}

.top-bar-inner{
    border-bottom: 1px solid var(--wp--custom--light--1);
    padding-bottom: 15px;
}

.top-bar a{color: var(--wp--custom--dark--1);}

.top-bar a:hover{color: var(--wp--custom--primary--main);}

.top-bar p i{font-weight: 900;}

@media screen and (min-width:1200px) {
	.top-bar .search-col{flex-basis: 350px!important;}
}

@media screen and (max-width:900px) {
	.top-bar .wp-block-group{ justify-content: center;}
}

@media screen and (max-width:700px) {	
	.top-bar .wp-block-group{gap:40px;}

	.top-bar p a span{display: none!important;}

	.top-bar p i{font-size: 2em;}
}


.top-bar .wp-block-search__inside-wrapper {
	justify-content: flex-end;
}
 
.wp-block-search__inside-wrapper input[type="search"]{
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__button{padding: 10px!important;}



/***  HEADER  ***/

#header-wrap{
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 0, 0, 0) 100%);
	position: absolute;
	z-index: 10;
}

.header-logo {
	max-height: 60px;
}

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 8px;
}

@media screen and (max-width:1400px) {
	.nav-menu > li{padding: 0 5px;}

	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button {
		font-weight: 400;
		font-size: 0.9em;
	}
}

@media screen and (max-width:1300px) {
	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button {
		font-size: 0.85em;
	}
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	padding: 0.75em 1em;
	color: white;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
}

.nav-menu > li:last-of-type.nav-button{ padding-right: 0; }

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--3);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}

/*SIMPLE MEGA MENU*/
.nav-menu,
.nav-menu li.mega-menu{position: unset;}

.scroll-bar-inner{position: relative;}

.nav-menu li.mega-menu > ul{
	top: 92%;
    display: flex;
    width: 100%;
    padding-top: 1em;
    border-top: 3px solid var(--wp--custom--primary--main);
    border-bottom: 3px solid var(--wp--custom--primary--main);
}

.nav-menu li > ul:before{transform: unset;}

.nav-menu li.mega-menu ul li:first-child{padding-top:0;}

.nav-menu .mega-menu > ul > li.menu-item-has-children > a,
.nav-menu .mega-menu > ul > li.menu-item-has-children > span{
    font-weight: 700;
	text-transform: uppercase;
    font-size: .9em;
}

.nav-menu .mega-menu > ul > li.menu-item-has-children:hover > span{ color: var(--wp--custom--dark--3);}

.nav-menu .mega-menu > ul > li.menu-item-has-children > button{display: none;}

.nav-menu li.mega-menu ul li > span [class*="fa-"]{display:none;}

.nav-menu li.mega-menu > ul ul{
	height:auto;
	width: auto;
	visibility: visible;
    opacity: 1;
	position: initial;
    box-shadow: unset;
}





/***  HIDDEN NAV  ***/

.hidden-menu li a {
	color: var(--wp--custom--dark--3);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}

.hidden-menu .sub-menu{ padding-left: 10px;}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--light--3);
	color: var(--wp--custom--dark--1);
	padding-top: 140px;
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6{
	color: var(--wp--custom--primary--dark);
}

.banner .deck-wrap,
.banner .banner-content-wrap{
	max-width: 1000px;
	margin: 1em auto 0;
}

.banner a {
	color: var(--wp--custom--primary--main);
}

.banner a:hover {
	color: var(--wp--custom--primary--dark);
}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
	box-shadow: var(--wp--custom--shadow--1);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

.entry-cols .entry-date{
	font-size: .85em;
	text-transform: uppercase;
	opacity: .8;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

.left-align-cols .cols{
	justify-content: left;
}

@media screen and (min-width: 601px) {
	.entry-cols .col-full .entry-link {
        display: flex;
    }

    .entry-cols .col-full .entry-link .entry-thumb-wrap {
        width: 30%;
        text-align: center;
    }

	.entry-cols .col-full .entry-link .entry-text-wrap {
        width: 70%;
    }
}

@media screen and (max-width: 600px) {
	.entry-cols .col-full .entry-thumb{
		aspect-ratio: unset;
	}
}

/*BROCHURES*/

.brochure-cols .entry-thumb{object-fit: cover;}

.brochure-cols .entry-link{ display: flex; }

.brochure-cols .entry-thumb-wrap{width: 40%;}

.brochure-cols .entry-text-wrap{
	width: 60%;
	padding: 10px 10px 30px!important;
}

.brochure-cols .entry-title{font-size: 1.25em;}

.brochure-cols .entry:not(.col-full) .entry-link-text-wrap{
	left: unset;
	bottom: 10px;
}

.brochure-cols .brochure-text-wrap p{
	max-height: 52px;
    overflow: hidden;
}

@media (min-width:901px) and (max-width:1300px){
	.brochure-cols .brochure{width: 50%;}
}

/*PRESS RELEASES*/
.press-release-cols .entry-thumb{
	object-fit: contain;
    object-position: left;
}

/***  SINGLE  ***/
.after-banner-thumb{
	text-align: center;
	margin-top: -140px;
	margin-bottom: 40px;
    position: relative;
	z-index: 1;
}

@media screen and (max-width:900px) {
	.after-banner-thumb{margin-top: -120px;}
}

.after-banner-thumb img{
	max-height: 400px;
	border-radius: var(--wp--custom--radius--sm);
	box-shadow: var(--wp--custom--shadow--1);
}

/*BROCURE SINGLE*/
body.single-brochure .banner:before{display: none;}


/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/
.cta-bar {
	background-color: var(--wp--custom--dark--3);
	padding:0;
	color: white;
}

.cta-bar .cta-bar-container{
	max-width:unset;
	padding:0;
}


.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--dark--1);
	color: white;
	font-size: 0.9em;

}

.footer .wp-block-heading{color: white;}

.footer h3{font-size: 1.75em;}

.footer .wp-block-search__input{
	background-color: unset;
    border: none;
}

.footer a {
	color: white
}

.footer a:hover {
	color: var(--wp--custom--dark--3);
}

.footer .widget_nav_menu{margin-block-start: 18px;}

@media screen and (min-width: 1199px) {
	.footer #menu-learn-more { columns: 2; }
}

@media (min-width:601px) and (max-width:900px) {
	.footer #menu-learn-more { columns: 2; }
}
 



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--secondary--dark);
	font-size: 0.9em;
	color: white;
	padding-top: var(--wp--custom--spacer--sm);
    padding-bottom: var(--wp--custom--spacer--sm);
}

/* Menus */

.copyrights-credits-wrapper{
	display: flex;
    flex-direction: column;
}

.bottom-bar a {
	color: var(--wp--custom--primary--light);
}

.bottom-bar a:hover {
	color: var(--wp--custom--dark--3);
}

@media screen and (max-width:1200px){
	.bottom-bar-widget > .wp-block-group{
		flex-direction: column-reverse;
		gap: 15px;
	}
}




/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/*.img-decor*/
.img-decor {
    position: relative;
}

.img-decor::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 64px;
    height: 64px;
    background-image: url(/wp-content/uploads/circuit.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    transform: rotate(214deg);
}

/*DETAILS BLOCK*/
details summary{border-radius: var(--wp--custom--radius--sm);}

details summary:hover{
	background-color: var(--wp--custom--light--3);
}

details[open] summary,
details[open] summary:after{
	background-color: var(--wp--custom--primary--main);
	color: white;
}

/*border-radius-sm*/
.border-radius-sm,
.wp-block-column.has-background{border-radius: var(--wp--custom--radius--sm);}


/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}

/*circle-icon*/
.circle-icon .icon-container{
	background-color: var(--wp--custom--primary--main);
    border-radius: var(--wp--custom--radius--sm);
    padding: 30px;
    box-shadow: var(--wp--custom--shadow--1);
}

/*boxed-cols*/
.boxed-cols .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	border-radius: var(--wp--custom--radius--sm);
	transition: all 350ms ease-in-out;
}

.boxed-cols .wp-block-column .icon-container{
	background-color: white;
	border-radius: var(--wp--custom--radius--full);
	padding: 20px;
}

.boxed-cols .wp-block-column .wp-block-separator{
	width: 100px;
	margin-top: 0;
}

/* Add custom theme styles here */

/*tablepress*/
.tablepress td{border: 1px solid #dddddd}

.tablepress>:where(thead,tfoot)>*>th{
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.dt-container .dt-layout-cell.dt-layout-end{margin-left: unset;}

.dt-container .dt-length, .dt-container .dt-search{gap: 15px;}

.dt-container .dt-input{min-height: unset;}

/*CO swiper*/
.product-release-swiper-cols{position: relative;}

.co-swiper-container{
	overflow: hidden;
	padding-bottom: 60px;
}

.co-swiper-container div[class*="swiper-button"]{
    padding: 5px;
	box-shadow: var(--wp--custom--shadow--1);
    background-color: var(--wp--custom--primary--main);
    border-radius: var(--wp--custom--radius--sm);
}

.co-swiper-container div[class*="swiper-button"]:hover{
	background-color: var(--wp--custom--primary--light);
}

.co-swiper-container div[class*="swiper-button"]:after{
	font-size: 1.5em;
	color: white;
}


.co-swiper-container .swiper-button-prev, 
.co-swiper-container .swiper-rtl .swiper-button-next {
    left: -20px;
}

.co-swiper-container .swiper-button-next,
.co-swiper-container .swiper-rtl .swiper-button-prev {
    right: -20px;
}

/*gutena tabs*/
li.gutena-tab-title{
	margin-left:0;
}

.gutena-tab-title{
	min-width: unset!important;
}

@media screen and (max-width:1200px){
    li.gutena-tab-title{
    	flex:1;
    }
}
