/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 12 2023 | 12:54:13 */
#lang-dropdown #all-languages {
    background: #163342 !important;
	color: white !important;
}

div#lang-dropdown {
    color: white !important;
}

.top-devices-list {
    padding: 20px 0;
}


.top-devices-list a {
    display: block;
}

@media only screen and (max-width: 767px) {

	.show-tablet-desktop {
		display: none!important
	}

}

@media only screen and (min-width: 768px) {


	.show-mobile-only {
		display: none!important
	}
}

.main-navigation ul ul {
	background: rgba(34,34,34,0.9)!important;
}


/*Icon Brightness landing page*/

.icon-brightness {
	filter: brightness(1.75);
}

/*Post plugin*/
.pcp-readmore-link:hover {
    background: #6AB165!important;
    color: #fff!important;
	font-weight: bold!important;
    border-color: #6AB165!important;
}
.pcp-readmore-link {
    background: #97bc39!important;
    color: #fff!important;
	font-weight: bold!important;
    border-color: #97bc39!important;
}

.sp-pcp-readmore {
	text-align: center;
}
