HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/cheope/theme/assets/css/featurestab.css
/*features tab*/
.features-tab-container {
    background: #fff url(../images/bg-features-tab.png) repeat-y;
	background-position: -180px 0px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    -moz-border-radius: 5px;    
    -webkit-border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.features-tab-container .features-tab-wrapper {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    margin-left: 15px;
}

.content .features-tab-container .features-tab-labels {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    list-style-type: none;
	margin-left: 20px;
}

.features-tab-container .features-tab-labels li {
    border-bottom: 1px solid #d4d4d4;
    color: #727171;
    cursor: pointer;
    font-family: 'Muli', 'Verdana', 'Arial', sans-serif;
    font-size: 14px !important;
    padding: 10px 16px;
    position: relative;
    z-index: 100;
}

.features-tab-container .features-tab-labels li:last-child {
    border-bottom: none;
}

.features-tab-container .features-tab-labels li img {
    margin-right: 10px;
}

img.attachment-features_tab_icon {
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.features-tab-container .features-tab-labels li.current-feature {
    background-color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    color: #000;
}

.features-tab-container .features-tab-content {
    padding: 15px 0px;
}


.features-tab-content div.call-three{ width: 90%; }
.chrome .features-tab-content div.call-three{ width: 100%; }
#ie8 .features-tab-content div.call-three{ width: auto; }
#ie8 .features-tab-content div.call-three .newsletter-call3 {	
	width: 405px;
}
#ie8 .features-tab-content div.call-three .newsletter-call3 .newsletter-input {

}
#ie8 .features-tab-content div.call-three .newsletter-call3 .newsletter-input input {
	width: 141px;
	float: none;
}
#ie8 .features-tab-content div.call-three .newsletter-call3 .newsletter-submit .submit-field{
	width: 200px;
}
@media (min-width: 1200px) {
    .content .features-tab-container .features-tab-labels { margin-left: 30px; }
	.features-tab-container { background-position: -130px 0px; }
}

@media (max-width: 979px) and (min-width: 768px) {
	.features-tab-container { background-position: -234px 0px; }
    .features-tab-container .features-tab-wrapper { margin-left: 10px; }
}

@media (max-width: 767px) {
	.features-tab-container { background: none; }
    .features-tab-container .features-tab-wrapper { margin-left: 0px; }
    .content .features-tab-container .features-tab-labels { margin-left: 0px; }
	.features-tab-container .features-tab-labels li { background-color: #eee; }
	.features-tab-container .features-tab-labels li:last-child { border-bottom: 1px solid #d4d4d4; }
    
	.features-tab-container .features-tab-labels li:first-child {
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}