/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 14 2024 | 04:54:27 */
#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: #2E4758!important;
    color: #fff!important;
	font-weight: bold!important;
    border-color: #2E4758!important;
}

.pcp-readmore-link {
    background: #11B98F!important;
    color: #fff!important;
	font-weight: bold!important;
    border-color: #11B98F!important;
}

.sp-pcp-readmore {
	text-align: center!important;
}
