/*
 Theme Name:   Glamour Nightclub Child
 Description:  Glamour Nightclub Child Theme
 Author:       Asaf Meisels
 Template:     glamour-nightclub
 Version:      1.0.0
 Text Domain:  glamour-nightclub-child
*/

@import url("../glamour-nightclub/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@media only screen and (max-width: 970px) {
#menu-primary-menu a {
    font-size: 12px;
}
ul.top-nav.nav-bar.hide-for-small {
    width: 550px !important;
}
}

@media only screen and (max-width: 865px) {
#menu-primary-menu a {
    font-size: 10px;
}
ul.top-nav.nav-bar.hide-for-small {
    width: 500px !important;
}
}

@media only screen and (max-width: 815px) {
#menu-primary-menu a {
    font-size: 8px;
}
ul.top-nav.nav-bar.hide-for-small {
    width: 430px !important;
}
}

img.attachment-bones-thumb-300.wp-post-image {
    width: 100%;
}

div.three.mobile-two.columns.events {
    height: 190px;
}

h1 span {
    color: #000000;
    text-shadow: 1px 1px 0px #ffffff,
                -1px 1px 0px #ffffff,
                1px -1px 0px #ffffff,
                -1px -1px 0px #ffffff,
                4px 4px 2px #ffffff;
}

a.addthis_button_google_plusone {
    width:60px;
}

a.addthis_button_tweet {
    width:0px;
}

div.addthis_toolbox.addthis_default_style {
    width: 370px;
    margin: 0 auto;
}

a.ngg-fancybox img {
    height: 75px;
}

p.footer-headline {
    text-align: center;
}

div.partner_list {
    display: none;
}

nav h1 {
    margin-top: 0;
}

h1 a img {
    margin-top: -30px;
}

div.nav-wrapper {
    background: none !important;
    background-color: black !important;
    height: 105px !important;
}

ul.top-nav.nav-bar.hide-for-small {
    width: 650px;
}

.header .nav-bar > li > a {
    padding: 10px 7px 11px;
}

#caroufredsel-pager {
    width: 330px !important;
    left: 1385px !important;
}

#learnmore {
    position: absolute;
    left: 525px;
    top: 485px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#toursched {
    position: absolute;
    left: 430px;
    top: 155px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

footer ul li a {
    float: inherit;
}

div.tm_lcptu_post_date {
    float: right;
    margin-top: -5px;
    margin-bottom: 20px;
}

#bigbutton {
    float: right;
    padding-top: 30px;
    padding-left: 20px;
}

#social {
    float: right;
    margin-top:20px;
}

#social2 {
    float: right;
    margin-top: -24px;
}

input[type="tel"] {
color: #8e71ad;
font-weight: bold;
border: 1px solid #573F5A;
background: #0A0A0A;
font-size:18px;
padding:10px 5px;
}

input[type="tel"]:focus {
color: #ffffff;
font-weight: bold;
border: 1px solid #8e71ad;
background: #000000;
}