/*
 Theme Name:   Petal Child Theme
 Theme URI:    http://example.com/wheels/
 Description:  Petal Child Theme
 Author:       Aislin
 Author URI:   http://example.com
 Template:     petal
 Version:      1.0.0
 Tags:
 Text Domain:
*/

@import url("../petal/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

h1 h2 h3 h4{
  font-family: helvetica,arial, sans-serif;
}



p{
  font-family: monospace;
}

a{
  font-family: helvetica,arial, sans-serif;
}


.sf-menu.wh-menu-main a, .respmenu li {
  font-family: helvetica,arial, sans-serif;
}


.wh-header.is_stuck .sf-menu.wh-menu-main > li > a{
  color: #ff0000;
}

.wp_wrapper  button .wh-button{
    border: 3px solid #ff0000;
    color: #ff0000;
}



.sf-menu, .sf-menu *{
  padding-right: 5px;
}

.wh-portfolio-grid{
    margin-top: 0px;
}


