
/*   
Theme Name: D-Fi Productions Inc. Custom Theme
Description: My Custom Website Theme
Author: D-Fi Productions Inc.
*/

@media screen {
	.logo-bar{background-image: url(images/header-bg-shop.jpg);background-repeat: repeat;}
	.social a{color:#FFF; font-size:17px; }
.nivo-caption {
    font-family: 'Oswald' !important;
    align-content: center !important;
    justify-content: center;
    text-align: center;
    margin: auto;
    font-size: 45px !important;
    top: 0;
    bottom: 0;
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nivo-caption div {
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(3,27,98,0.55) !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.64);
    width: 100%;
    line-height: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
	
.nivosubtitle {
    font-size: 30px !important;
}
.entry {
    width: 100%;
    padding-bottom: 20px;
	padding-top:10px;
}
a {
    color: #001347;
}
h1 {
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
}
html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.flexmiddle {
    padding-left: 10px;
    padding-right: 10px;
}
.phone-number, .phone-number a {
    font-size: 18px;
    color: #e8e8e8;
    align-self: center;
}
.p1, .p2, .p3, .phone-number, .phone-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.phone-pretext {
    font-weight: bold;
    color: #000;
}
.phone-number a[href^=tel] {
    color: #363636;
    text-decoration: none;
}
a[href^=tel] {
    color: #000;
    text-decoration: none;
}
.vcenter {
    align-items: center;
    display: flex;
}
html {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
    box-sizing: content-box;
}
.top-bar {
    background-color: #000;
    color: #FFF;
}
.top-bar {
    pading-top: 3px;
    padding-bottom: 3px;
    min-height: 40px;
}
.top-bar div {
    min-height: 100%;
}
.street-address {
    font-size: 12px;
}
.theme-DFi {
    overflow: hidden;
}

} /* END screen media */
