/* 
 Theme Name:   rmi test
 Theme URI:    
 Description:  
 Author:       fran
 Author URI:   
 Template:     vantage
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../vantage/style.css");

 /* == Add your own styles below this line ==
--------------------------------------------*/


.main-navigation ul li:hover > a {
    background: none repeat scroll 0 0 #d5241c;
    color: #ffffff;
}
.main-navigation ul ul li:hover > a {
    background: none repeat scroll 0 0 #d5241c;
    color: #ffffff;
}
header#masthead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    padding: 0 35px;
}
header#masthead hgroup {
    padding-bottom: 2px;
    padding-top: 5px;
    position: relative;
}
#page-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 20px;
    width: 1080px;
}
.widget_headline-widget h3 {
    color: #ba1111;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.widget_circleicon-widget .circle-icon-box h4 {
    color: #ba1111;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8em;
    margin-top: 0;
}
#main {
    background: none repeat scroll 0 0 #ffffff;
    padding: 35px;
    box-shadow: 1px 1px 2px -1px;
}
.widget_headline-widget h1 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 36px;
    margin: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.widget img {
    border-radius: 5px;
    height: auto;
}
.main-navigation ul li a {
    box-sizing: border-box;
    padding: 20px 25px;
}