/*
	Theme Name: Media Consult Child
	Description: A Child Theme of Media Consult
	Template: mediaconsult
	Author: Starshade
	Author URI: http://goldenworks.eu
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html		
*/

@import url(../mediaconsult/style.css);
#logo a img{
width:400px;
height:110px;
margin-bottom: 0px !important
}
#body-wrapper{
padding-top: 0px !important;
}
body, input, textarea {
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-weight: normal;
}


p {
    margin: 6px 0 25px 0;
}

#nf-field-14 {
    background: #E1E1E1 !important;
    box-shadow: none !important;
    text-shadow: none;
    width: 100%;
    height: 40px;
    min-width: 240px;
    margin: 0 15px 0 0; 
    border: 0;
    transition: background 0.2s ease-in-out;
}

#nf-field-14:hover {
    background: #EFF4F6 !important;
    border: 0;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
    display: none !important;
}