body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container.grid-container {
width: 100%;
} .top-bar{
max-height:45px;
background-color:#3e4551;
}
.topcontact {
vertical-align: middle;
margin-top:10px;
}
.topcontact svg{
vertical-align: middle;	
margin-top:-3px;
}
.topcontact span{
margin-left:3px;
font-size:16px!important;	
}
.topcontact a:hover{
color:#fafafa;
}
.topcontact a{
margin-right:15px;
}
.topcontact-right {
vertical-align: middle;
margin-top:10px;
float:right;
}
.topcontact-right svg{
vertical-align: middle;	
margin-top:-3px;
}
.topcontact-right span{
margin-left:3px;
font-size:16px!important;	
}
.topcontact-right a:hover{
color:#fafafa;
}
.topcontact-right a{
margin-right:15px;
}
.top-bar .gb-button{
max-width:40px!important;	
}
.top-bar .gb-button-wrapper{
float:right;
}
@media (max-width: 768px) {
.top-bar
{
display: none!important;
}
} .main-nav > ul.menu > li.menu-item > a {
position:relative;
}
.main-nav > ul.menu > li.menu-item > a:after {
content: "";
width: 100%;
height: 20px;
position: absolute;
top:50%;
left:0;
transform: translateY(-50%);
border-right: 1px solid #e6e6e6;
z-index:9999; 
}
@media (max-width: 768px) {
.main-nav > ul.menu > li.menu-item > a:after {
border-right: none!important;   
}
}
@media (min-width: 769px) {
nav .main-nav .mega-menu {
position: static;		
}
nav .main-nav .mega-menu > ul {
position: absolute;
width: 100%;
left: 0 !important;
display: flex;
flex-wrap: wrap;
border-top:3px solid #e5ad1c;
background-color:#ffffff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
nav .main-nav .mega-menu > ul > li > a {
text-align:center;
}
nav .main-nav .mega-menu>ul>li {
display: inline-block;
width: 25%;
vertical-align: top;
}
nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
width: 50%;
}
nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
width: 33.3333%;
}
nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
width: 20%;
}
nav .main-nav .mega-menu > ul > li:hover > a,
nav .main-nav .mega-menu > ul > li:focus > a,
nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
nav .main-nav .mega-menu ul ul {
background-color: transparent !important;
color: inherit;
}
nav .main-nav .mega-menu ul .sub-menu {
position: static;
display: block;
opacity: 1;
visibility: visible;
width: 100%;
box-shadow: 0 0 0;
left: 0;
height: auto;
pointer-events: auto;
transform: scale(1);
}
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
pointer-events: auto;
}
nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
display: none;		
}
.navigation-stick #primary-menu {
float: right;
position: relative;
}	
}
.mega-menu li img:hover{
opacity: 0.7;	
}
.menu-label{
border-bottom:1px dashed #333333;
padding:5px;
}
.mega-menu .sub-menu li{
margin-bottom:15px;
}
@media (max-width: 768px) {
.main-navigation .main-nav ul ul li a {
line-height: 20px !important;
}	
.secondary-navigation {
display: none;
}
}
.secondary-navigation {
position: relative;
}
.secondary-navigation,
.site-header,
#mobile-header
{
position: relative;
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
}
.main-navigation {
position: relative;
}
.sticky-enabled .main-navigation.is_stuck {
border-top:3px solid #e5ad1c !important;
}
a {
text-decoration: none;
}
@media (max-width: 768px) {
.search-item {
display: none;
}
}
ul .sub-menu   {
border-top:3px solid #e5ad1c!important;	
background-color:#ffffff!important;		
border-radius:0px!important;	
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
} .aioseo-breadcrumbs {
max-width: 1600px;
margin: 0px auto;	
font-size: 14px;
}
.breadcrumbs {
padding: 18px 0;
background: #eeeeee;
min-height: 40px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.breadcrumbs a {
font-size: 14px;
font-weight: 400;
margin: 10px;
}
.aioseo-breadcrumbs {
max-width: 1600px;
margin: 0px auto;
}
@media (max-width: 768px) {
.aioseo-breadcrumbs,.breadcrumbs
{
display: none;
}
} .gb-headline span.gb-icon {
order: 2;	 
margin-left: 10px!important;    
}
.gb-headline, .gb-headline-text, .gb-button-wrapper {
-webkit-animation: fadein 2s;
animation: fadein 2s;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} .hero-underline{
display: inline;
width:40%;
margin:0 auto;
border-bottom: 1px solid #fff;
}
.hero-section:after {
content: "";
position: absolute;
display: block;
width: 45%;
height: 1px;
background: #fff;
left: 0;
right: 0;	
margin:20px auto;
} .alert-warning{	
background-color: #eadebd;
color: #333333;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.alert-error{	
background-color: #f44336;
color: #ffffff;
padding:20px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.closebtn {
margin-left: 15px;
color: #333;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: #fff;
}
.jobcard{
background-color:#fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.jobcard a:hover {
transition: all 0.55s ease-in-out; }
.hoverable:hover {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: all 0.55s ease-in-out; }
.jobbtn{ 
width:100%;
}
.accordion-container {
display: none;		
}
.accordion-container p{  
margin-left:10px;		
}
.accordion-container.toggle-open {
display: block;	
}
.accordion-toggle {
cursor: pointer;  
}
.accordion-toggle:after {
content: '\002B';
color: #fff;
font-weight: bold;    
text-align:center;
margin-left: 10px;	 
}
.accordion-toggle.toggle-open:after {
content: "\2212";
} .tooltip-text{
text-align:center;
color:#999999;	
}
[data-tooltip] {
position: relative;
display: inline-block;
}
[data-tooltip]:before, [data-tooltip]:after {
position: absolute;
left: 50%;
transform: translate(-50%, -12px);
z-index: 1000;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0;
transition: opacity .35s ease .25s;
}
[data-tooltip]:before {
content: attr(data-tooltip);	
background: #333;
color: #eee;
padding: 18px 12px;
white-space: nowrap;
bottom: 100%;
border-radius: 3px;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.65);
}
[data-tooltip]:after {
content: '';
background: transparent;
border: 8px solid transparent;
border-top-color: #333;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, [data-tooltip]:active:before, [data-tooltip]:active:after {
opacity: 1;
}
[data-tooltip].tooltip-multiline:before {
width: 100vw;
max-width: 300px;
white-space: normal;
}
[data-tooltip][class*="tooltip-bottom"]:before, [data-tooltip][class*="tooltip-bottom"]:after {
transform: translate(-50%, 12px);
}
[data-tooltip][class*="tooltip-bottom"]:before {
bottom: auto;
top: 100%;
}
[data-tooltip][class*="tooltip-bottom"]:after {
bottom: 0;
border: 8px solid transparent;
border-bottom-color: #333;
}
[data-tooltip].tooltip-bottom-left:before {
transform: translate(-24px, 12px);
}
[data-tooltip].tooltip-bottom-right:before {
left: auto;
right: 50%;
transform: translate(24px, 12px);
}
[data-tooltip].tooltip-top-left:before {
transform: translate(-24px, -12px);
}
[data-tooltip].tooltip-top-right:before {
left: auto;
right: 50%;
transform: translate(24px, -12px);
} .tab-wrap {
-webkit-transition: 0.3s box-shadow ease;
transition: 0.3s box-shadow ease;
border-radius: 0px;	
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
list-style: none;
background-color: #fff;
margin: 40px 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {	
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23), 0 5px 5px rgba(0, 0, 0, 0.19);
}
.tab {
display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
transition: 0.5s opacity ease-in, 0.2s transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
transition: 0.5s opacity ease-in, 0.2s transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
transition: 0.5s opacity ease-in, 0.2s transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
transition: 0.5s opacity ease-in, 0.2s transform ease;
position: relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tab:checked + label {
background-color: #fff;
box-shadow: 0 -1px 0 #fff inset;
cursor: default;
border-top: 4px solid #e5ad1c;
}
.tab:checked + label:hover {
box-shadow: 0 -1px 0 #fff inset;
background-color: #fff;
border-top: 4px solid #a3d17b;
}
.tab + label {
width:100%;	  
box-shadow: 0 -1px 0 #eee inset;
border-radius: 0px 0px 0 0;
cursor: pointer;
display: block;
text-decoration: none;
color: #333;
-webkit-box-flex: 3;
-webkit-flex-grow: 3;
-ms-flex-positive: 3;
flex-grow: 3;
text-align: center;
background-color: #f2f2f2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
transition: 0.3s background-color ease, 0.3s box-shadow ease;
height: 50px;
box-sizing: border-box;
padding: 15px;
}
@media (min-width:768px) {		
.tab + label {
width:auto;
}
}
.tab + label:hover {
background-color: #f9f9f9;
box-shadow: 0 1px 0 #f4f4f4 inset;
border-top: 4px solid #e5ad1c;
}
.tab__content {
padding: 25px 25px;
background-color: transparent;
position: absolute;
width: 100%;
min-height:500px;
z-index: -1;
opacity: 0;
left: 0;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);	
} .shadow {
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;	
} .cardshadow{
border-top:3px solid #e5ad1c;	
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;	
}
.card{
min-height:330px;
background-color:#fff;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.hoverable {
transition: all 0.55s ease-in-out; }
.hoverable:hover {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: all 0.55s ease-in-out; }
.bi-car-front,.bi-info-circle,.bi-person-workspace{color:#e5ad1c;
filter: drop-shadow(1px 2px 1px rgb(0 0 0 / 0.4));
}
.h2-underline{
border-bottom: 3px solid #e5ad1c;
padding:10px;	
width:30%;
margin:0 auto;	
}
.imgshadow{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;	
}
.imgborder {
border: 1px solid #ddd;
border-radius: 4px; 
padding: 5px;  
}
.imgborder:hover {
box-shadow: 0 0 2px 1px rgba(204,204,204, 0.5);
}
.textshadow{
text-shadow: 1px 1px 2px black;	
} .card-border{	
padding:25px;
min-height:160px;
background-color:#ffffff;
border-top:3px solid #e5ad1c;		
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.card-border:hover{
background-color:#ffffff;	
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.contactsvg{
font-size: 20px;
color: #e5ad1c;  
width: 80px;
height: 80px;
background: #edeff1;
display: flex;
justify-content: center;
align-items: center;
margin:0 auto;
border-radius: 50px;
transition: all 0.3s ease-in-out;	
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
background-color: #fff;
color: #000; 
box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.wpcf7-submit {
padding:20px!important;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.wpcf7-submit:hover {
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.wps-form {
width: 100%;
margin: 0 auto;	
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 103%;
}
.wps-form-row .wpcf7-form-control {
width: 100%;  
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
@media only screen and ( min-width: 48em ) { 
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
} span .wpcf7-not-valid {
border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
display: none;
}
div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff0000;
color: #C10000;
}
div.wpcf7-response-output {
background: #ffe2e2;
border: 1px solid #ff0000!important;
color: #C10000;	
margin-right:-10px!important;
padding: 15px;
border-radius: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;	
}
div.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-spam-blocked {
background: #e2e2e2;
border: 1px solid #bcbcbc !important;
color: #383838;
}
.wpcf7-mail-sent-ng {
background: #fcf8e3;
border: 1px solid #ac9163 !important;
color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
background: #dff0d8;
border: 1px solid #3c763d !important;
color: #3c763d;
} #openingdiv {	
background-color:#ffffff;
min-height:483px;	
width:93%;
padding:5px;	
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;	
margin-left:10px!important;
margin-right:20px!important;
margin-top:10px!important;
}
#openingdiv:hover{
background-color:#ffffff;	
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#openingdiv h3{
text-align:center;
padding:10px;
color: #e5ad1c;
}
#openingdiv table{border: 0px!important;}
.termintext {
text-align:center;
padding:5px;
margin-bottom:10px;
border-top:2px solid #e5ad1c;
}
#openings td, #openings th {
border: 0px!important;
padding: 8px;
}
#openings tr:nth-child(even){background-color: #f2f2f2;}
#openings tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
} .wp-block-gallery.has-nested-images figure.wp-block-image img {
aspect-ratio: 1; }
.wp-block-gallery.has-nested-images figure.wp-block-image {
flex-grow: 0; 
margin-bottom:10px!important;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} .filter{display:none!important;}
.vgbVideoGallery{
box-shadow:none!important;	
}
.galleryItem{
flex-grow: 0; 
margin-bottom:10px!important;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} .site-footer {
margin-top: auto;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin-left: -40px;
}
.site-footer .footer-widget-1, .footer-widget-2  {  
border-right:1px dashed #4d4d4d;
}
.site-footer .gb-headline{  
border-bottom:1px dashed #4d4d4d;
color:#fff;
width:90%; 	
}
.site-footer{
font-size:14px;
}
.footeraddress { 	
margin-top:20px!important;  
}
.footer-widgets ul {
list-style: none; 
}
.footer-widgets ul li::before {
content: "\25A0";  
color: #fff; 
display: inline-block; 
margin-right: 0.5em; 
}
@media (max-width: 768px) {
.site-footer .footer-widget-1, .footer-widget-2  {  
border-right:none;	
}
.generate-back-to-top {
display:none!important;
}
} .footernavbar {
overflow: hidden;  
position: fixed;
z-index:99999;	
bottom: 0;
width: 100%;
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top,  #666,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.footernavbar a {
float: left;
display: block;
width:25%;
color: #f2f2f2;
text-align: center;
padding: 18px 20px;
text-decoration: none;
font-size: 17px;  
}
.footernavbar .borderactive {
border-right:1px solid #262626;
}
.footernavbar a:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top,  #444,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.footernavbar a.active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top,  #000,  #444);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.footernavbar svg {
-webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
}
@media (max-width: 768px) {
.footer-bar{
margin-bottom:50px!important;	
}
} .category .page-header {
display: none;
}
.page-header{
background-color:transparent!important;	
}
.page-header .page-title{
padding-bottom: 40px;
font-size: 24px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;	
}
.page-header .page-title::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #e5ad1c;
margin: 4px 10px;
}
.archive .inside-article { 
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.comments-area{ 
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
background-color:#fff!important;
}
.button, .wp-block-button .wp-block-button__link {
padding: 15px 25px;
} .archive .inside-article{
background-color:#ffffff!important;	
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)!important;	
}
.single .inside-article{
background-color:#ffffff!important;	
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)!important;	
}
.single .featured-image {
}
.single .entry-content h2{
font-size: 28px;
font-weight: bold;
padding: 0;
margin: 0 0 20px 0;
}
.single .entry-content h3 {
font-size: 22px;
margin-top: 40px;
font-weight: bold;
}
.single .entry-meta {
margin-bottom: 15px;
color: #c1c8d0;
}
.single .entry-meta a {
color: #777777;
font-size: 14px;
display: inline-block;
line-height: 1;
} .single .entry-meta {
padding-top: 10px;
border-top: 1px solid #e6e6e6;
}
.single .entry-meta svg {
color: #a4afba;
display: inline;
}
.single .entry-meta a {
color: #606f7e;
transition: 0.3s;
}
.single .entry-meta a:hover {
color: #e5ad1c;
}
.single .entry-meta .cat-links {
list-style: none;
display: inline;
padding: 0 20px 0 0;
font-size: 14px;
}
.single .entry-meta .cat-links li {
display: inline-block;
}
.single .entry-meta .tags-links {
list-style: none;
display: inline;
padding: 0;
font-size: 16px;
}
.single .entry-meta .tags-links a  {
display: inline-block;
}
.single .entry-meta .tags-links a::after {
padding-right: 8px;
color: #6c757d;
content: " ";
} @media(min-width: 769px) {
.both-sidebars .site-content {			
display: flex;
}
#left-sidebar, #primary, #right-sidebar {
left: unset;
}
#left-sidebar {
order: -1;
}
.inside-left-sidebar, .inside-right-sidebar {
background-color:#ffffff;
position: -webkit-sticky;
position: sticky;
top: 100px;  
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);			
}
}
.inside-left-sidebar, .inside-right-sidebar h2 {
font-size: 20px;
font-weight: 700;
padding: 0 0 0 0;
margin: 0 0 15px 0;
color: #556270;
position: relative;
}
.inside-left-sidebar, .inside-right-sidebar ul {
list-style: none;
padding: 0;
}
.inside-left-sidebar, .inside-right-sidebar ul li + li {
padding-top: 10px;
}
.inside-left-sidebar, .inside-right-sidebar ul a {
color: #556270;
transition: 0.3s;
}
.inside-left-sidebar, .inside-right-sidebar ul a:hover {
color: #e5ad1c;
}
.inside-left-sidebar, .inside-right-sidebar .tag-cloud-link {
border:1px solid #cccccc;
padding:10px;
} .rpwwt-widget li{
margin-bottom:15px!important;
}
.rpwwt-post-excerpt{
font-size: 13px;	{}
color:#a6a6a6;		
} .widget_search{
height:10px!important;
margin-bottom:40px!important;
}
.wp-block-search__button { 
background: #e5ad1c;
color: #fff;
margin-left:0px!important;
transition: 0.3s;
border-radius: 0 4px 4px 0;
line-height: 0;
} .wp-block-tag-cloud a.tag-cloud-link {
border:1px solid #e6e6e6;
padding:10px;
}
.tag-cloud-link{
margin-bottom:5px!important;	
}
.wp-block-tag-cloud a {
padding: 10px;
background: #fafafa;
color: #333333;
}
.wp-block-tag-cloud a:hover {
padding: 10px;
color: #fff;
border: 1px solid #e5ad1c;
background: #e5ad1c!important;
}
.tag-cloud-link a:hover {
color: #fff;
border: 1px solid #e5ad1c;
background: red!important;
}
span.tags-links {
margin-bottom: 10px;	 
}
span.tags-links a {
background-color: #fafafa;
color: #333;
padding: 10px;
border:1px solid #D8D8D8;
border-radius: 5px;
margin-right:3px;
margin-bottom:5px;
}
span.tags-links a:hover {
background-color: #f2f2f2;
color:#111!important;    
} .paging-navigation{
background:transparent!important;	
padding-left:0px!important;		
}
nav#nav-below.paging-navigation span.page-numbers.current {font-weight:700;border:solid 1px #e5ad1c; background:#e5ad1c; padding:13px 15px 13px 15px; margin-right:10px; color:#fff;}
nav#nav-below.paging-navigation a.page-numbers {font-weight:400;border:solid 1px #e5ad1c; background:transparent; padding:13px 15px 13px 15px; margin-right:10px;}
nav#nav-below.paging-navigation a.page-numbers:hover {font-weight:400;border:solid 1px #e5ad1c; background:#e5ad1c; padding:13px 15px 13px 15px; margin-right:10px; color:#fff;}
.nav-previous{
margin-top:20px;
font-weight:bold;	
} @media (min-width: 769px) and (max-width: 1024px) {
body.nav-float-right #site-navigation {
position: relative;
flex: 1 1 100%;
display: flex;
order: 3;
width: auto;
margin: 0 auto;
}
body.nav-float-right .header-widget {
margin-left: auto;
}
.search-item {
display: none;
}
.gb-headline{
font-size:18px;
}
.top-bar
{
display: none!important;
}
.openingcard {
display: none!important;
}
}.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .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; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 75px; height: 75px; }