/* Enter Your Custom CSS Here */

#masthead .layer {
    background: rgba(0,0,0,0.0) !important;
}

#masthead h1.site-title a {
    color: yellow;
    text-shadow: 2px 2px #000 !important;
}

#masthead h2.site-description {
    color: yellow !important;
    font-weight: bold; 
    text-shadow: 2px 2px #000 !important;
}

#static-bar #static-logo h1 a {
    color: yellow !important;
    text-shadow: #777 1px 0px 1px;
}

#top-bar {
    background: rgba(122, 132, 145, 0.95);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    border-bottom: solid 6px #f9da37;
}

#top-menu ul li a, #static-bar #static-menu ul li a {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

#static-bar {
    background: rgba(122, 132, 145, 0.95) !important;
    border-bottom: solid 3px rgba(221, 221, 221, 0.8);
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
}

#secondary h3.widget-title {
    font-weight: lighter;
    color: #777;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #FFF;
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    border-bottom: solid 3px #f9da37;
}

#tpbr_box {
		color: red !important;
		font-size: 24px !important;
		font-weight: bold !important;
		padding: 4px !important;
}

#tpbr_calltoaction {
    background: #f60d0d !important;
    display: inline-block;
    padding: 2px 10px 1px;
    color: white;
    font-size: 16px !important;
    text-decoration: none;
    margin: 0px 20px 0px;
    border-radius: 3px;
    line-height: 28px; 
}	

.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}