/**
 * Copyright © 2018 Jamnet, INC. All rights reserved.
 *
 * This implement styles for The Guitar Factory website
 *
 * Purple      - #9XD29B1
 * Deep Purple - #6X73BB9
 *
 */

/**
.home-slide-left {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.home-slide-right {
    padding-right: 0px !important;
}

*/

/* Fix header height margins... */

.logo {
    margin: -8px auto 10px 0 !important;
}

.logo img {
    width: 610px;
}

.header.content {
    padding: 10px 25px 0 !important;
}

/* ======================== */

.panel {
     background-color: #673BB9 !important;
     margin-bottom: 0px !important;
}

.panel.header {
    background-color: #673BB9;
    color:  #ffffff !important;
}

.page-footer {
     /* background-color: #673BB9;  */
     background-color:  #3C3C3C !important;
}

.panel.wrapper { 
     color: #000000 !important;
     background-color: #673BB9 !important;
     /** font-weight: bold !important; **/
}

.page-header {
    padding-bottom: 0px !important;
    margin: 0px 0 0px !important;
    background-color: #3C3C3C !important;
    /*
    background-color: #A98DDB !important;
    */
}

.page-wrapper .page-header .panel.wrapper {
    background-color: #673BB9   !important;
}

.footer.content .links a {
    color: #ffffff   !important;
}

.footer.content .links {
    font-size: 14px !important;
    color: #ffffff   !important;
}

.page-header .widget.block, .page-footer .widget.block {
    margin: 0px 0  !important;
}

.copyright {
    background-color: #555555;
}

.block.newsletter .action.subscribe {
    background-color: #555555 !important;
}

.footer.content .links {
    padding-right: 0px !important;
}

.footer.content {
    position: relative;
}

.label {
    font-size: 14px !important;
    color: #000000 !important;
}

.address-hover:hover {
    text-decoration: underline;
}

/** ================ Styles from earlier Vicomage theme ================ **/

.teachers-block { border-bottom: solid 1px black; }

.lessons-menu { }

.lessons-signup { background-color: #6X73BB9; /** #dddddd; **/
	color: #FFFFFF;
	padding: 8px;
	border-radius: 8px;
}

.social-list .list-inline li .social-link {
    background: #d1d1d1 none repeat scroll 0 0;
        background-color: rgb(209, 209, 209);
    color: #333;
    border: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
        border-right-color: rgb(209, 209, 209);
        border-bottom-color: rgb(209, 209, 209);
        border-left-color: rgb(209, 209, 209);
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

.social-list .list-inline li .social-link {
    color: #333;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.block-content-statick ul li {
    list-style: outside none none;
    margin: 0 0 5px;
}

.fa-twitter {
     vertical-align: middle;
}

.fa-facebook{
     vertical-align: middle;
}

.fa-instagram{
     vertical-align: middle;
}

.fa-pinterest {
     vertical-align: middle;
}

.block.newsletter input {
    color: black !important;
}

/*====================== The map (background) =========================*/
.map {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* map Content */
.map-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 640px;
	height: 540px;
}

/* The map-close Button */
.map-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.map-close:hover,
.map-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

