/*
Theme Name:     DP Striped Child
Description:    Child theme for the Striped theme 
Author:         Dynamicpress
Author URI:     http://www.dynamicpress.eu
Template:       dp-striped
Version:        1.0
*/

#wpadminbar {display: none  !important;}
html{margin-top:0px !important;}
.testimonials h2, .bubble.testimonials h2, .button_dp.readmore span{
color: #ffffff !important
}

@media only screen and (max-width: 640px) {
   .canvas-style-masthead-logo-left #lower-logo,
   .canvas-style-masthead-logo-right #lower-logo {
     clear: both;
     padding: 0;
   }
   .logo-image .logo {
     height: auto;
   }
   .logo-image .logo img {
     max-height: 200px;
     width: auto;
     margin: 0 auto;
   }
 }