﻿/*
Theme Name: Celebrate
Author: OutsourceToAsia
Author URI: http://www.outsourcetoasia.de/
Description: Custom Wordpress Child Theme 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. 
Template: dt-the7
*/

/* bugfix */
li.draft {display:none}

::-webkit-input-placeholder { color:  #666 !important; }
::-moz-placeholder { color:  #666 !important; }
:-ms-input-placeholder { color:  #666 !important;}
:-moz-placeholder { color:  #666 !important; }

.form-element-type-checkbox,.form-element-type-checkbox a {color:#fff!important}

.form-control-celebrate option {
    padding:4px 0!important;
}
.form-control-celebrate {
    border-radius: 5px!important;
    border-width: 1px!important;
}

.mehrfachauswahl {font-size:11px; margin-top:-15px}

input[readonly].classname{
    background-color:transparent;
    border: 0;
    font-size: 1em;
}

.evo_month_title{
    font-size:16px!important;
}

.fileupload-header-text-title{
    font-size: 15px!important;
}

.fileupload-requirements-button{
    display:none!important;
}

.fileupload-table {
    max-width:350px;
    min-width:300px!important;
}

.product-name a {
    font-size: 18px;
}
.variation{
    line-height: 8px;
    font-size: 11px;
}