/*
Theme Name:     Winner Child Theme
Description:    Child theme Winner theme
Author:         Oitentaecinco
Author URI:     http://www.oitentaecinco.com
Template:       winner
Version:        1.0.0
Text Domain:    winner
*/

body {
}

.shop_product_iconboxes .sc85_iconbox {
    margin-bottom: 7px;
}

.page_menu .wpcf7 {
	margin-bottom: 0;
}

/****to change background of header to red**/
.page_header {
    background-color: #bd1e24;
    border-bottom: 1px solid black;
    color: blue;
  
}


/****to reduce size of the logo**/
.page_logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

/***to change coloro of main body
#winner_page_body {
    background-color: #bd1e24;
}**/