/* Custom */

/* Tablet */
@media (max-width: 1024px){
    
}

/* Mobile */
@media (max-width: 768px){
	
}

/* Scroll */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #eeeeee; 
}
::-webkit-scrollbar-thumb {
    background: #303030;
}

/* Selection color */
::selection {
    background: #303030;
    color: #fff;
}
::-moz-selection {
    background: #303030;
    color: #fff;
}

/* Gravity Forms */
label.gform-field-label.gform-field-label--type-sub {
    font-size: 12px !important;
    font-weight: normal !important;
}

p.gform_required_legend {
    display: none !important;
}