/* 
The default styles for this skin are in /ordereze/Content/ordereze-skin.css 
You may override any of those CSS styles in this file below
*/

@import url(////fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(////fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(////fonts.googleapis.com/css?family=Indie+Flower);

.social-icons {
    margin-top: -27px;
}

.social-icons h2 {
    font-size: 20px !Important;
}

.social-icons ul li {
    top: -20px;
    left: 5px;
    position: relative;
}

.navbar li {
    white-space: nowrap;
    border-top: 3px solid white;
    line-height: 30px;
}

@media (max-width: 1200px) {
.navbar li {
    white-space: normal;
}
}

.logo img{
    display: block;
    margin: auto auto;
    text-align: center;
    width: 350px;
    padding-bottom: 10px;
}
/* Footer Social Icon Colors */
.footer ul.social-icons-ctrl li a {
	color: #232323;
	background-color: rgba(255, 255, 255, 0.4);
}

.footer ul.social-icons-ctrl li a:hover {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

h1, h2 {
font-family: 'Indie Flower', cursive;
font-weight: bold;
}

.rightDivider span {
font-family: 'Indie Flower', cursive;
font-weight: bold;
}

.middleDivider {
    text-align: center;
    border-bottom: 5px double #111;
    margin-bottom: 20px;
}



.middleDivider span {
font-family: 'Indie Flower', cursive;
font-weight: bold; 
     background: #700c06;
    color: white;
    border-radius: 10px;
}

h1.divider, legend {
       font-family: 'Indie Flower', cursive;
font-weight: bold; 
}

.footer .col-md-3 {
    border-right: 1px solid #fff;
}

.navbar a {
   font-family: 'Indie Flower', cursive;
font-weight: bold;
    color: white;
    font-size: 21px;
}

.navbar a:hover { 
   	-ms-opacity: .5;
	opacity: .5; 
}

.newsletter-btn {
    background:#fbdfa8;
    color: Black;
    border: 0px;
}

.newsletter-btn:hover {
    background:#f8edd6;
    color: Black;
    border: 0px;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background:#fbdfa8;
    color: Black;
    border: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
   background:#f8edd6;
    color: Black;
    border: 0px;
}

.navbar {
    background: #700c06;
    border-bottom: 4px solid #111;
}

div.footer {
    background: #111;
    font-size: 13px;
}

.copyright {
    background: #000;
}