/* Theme Name: Prairie Street Brewing */

@import url('assets/stylesheets/psb-styles.css');

.title-area .brand-menu li a {
	font-size: 0.8;
}

.page-content {
  margin-top: 0px;
}

.hero-area .info-area .page-title h1 {
	font-size: 1.2em !important;
}

.hero-area .info-area .page-title-current h2 {
	 padding: 2px 30px 0px 20px;
}

.default, .beers {
	border-bottom: 0px !important;
}

.page-content img {
	width: 100%;
	height: auto;
}

.editor-content ul {
	padding: 0;
}

body.no-scroll {
	overflow: hidden;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #23A259;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.psb-menu li a:hover {
	color: #0F7C45 !important;
	cursor: default;
}

.psb-menu li.nolink > a:hover {
	color: #C5E4C6 !important;
	cursor: default;
}



/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.page-content {
			  margin-top: 60px;
			}

			.hero-area .info-area .page-title h1 {
				font-size: 1.5em !important;
			}

			.hero-area .info-area .page-title-current h2 {
				 padding: 0px 30px 0px 20px;
			}
			.title-area .brand-menu li a {
				font-size: 0.8 !important;
			}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }


