/*
Theme Name: Twenty Thirteen Child
Template: twentythirteen
Theme URI: https://wordpress.org/themes/twentythirteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
This is a test message to see if this page is showing up or not.  Yes it does.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


/*changes color for the phone numbers on phones and other devices*/
a[href^=tel] {
    color: white;
    text-decoration: underline;
}


body {
    background-color: #c1a151;
}

img.alignnone {
    margin: 0;
}

/* Form fields, general styles first. */

input {
    border: 1px solid #ccc;

}




/*removed the borders-----------------------------------------*/
.site {
    background-color: #fff;
    border: none;
    max-width: 1280px;
}


.site-main {
    top: 0;
}

.site-info {
    width: 100%;
    font-size: 110%;

}





/*navigation----------------------------------------------------*/

.navbar {
    background-color: #140a05;
}

.home ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 10px;
}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 15px 8px 15px 8px;
    text-transform: uppercase;

}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #c1a151;
    font-style: normal;
}

.nav-menu .sub-menu,
.nav-menu .children {
    border: 0;
    text-transform: uppercase;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #33241c;
}



/*entry-content-------------------------------------------------------------------------------------*/
.entry-content {
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
}

.entry-content-full-width {
    margin: 0;
    padding: 0;
}

.entry-content-interior {
    margin: -100px auto 0 auto;
    max-width: 80%;
    width: 100%;
}

/* NEWS Page----------*/

.entry-content-interior-news {
    margin: 0 auto 0 30px;
    max-width: 75%;
    width: 80%;
}

.entry-title {
    display: none;
}

.entry-header {
    display: none;
}


.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    font-size: 16px;
}

.archive-header {
    background-color: #fff;
}

/*sidebar on the news page---------------------------------------------------------------------*/

.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 0;
    width: 110%;
}

.site-main .widget-area {
    float: right;
    width: 200px;
}

/*news categories ----------------------------*/
.widget {
    background-color: rgba(255, 255, 255, 0);
}


/*social icons and phone etc on the home page----------------------------------------------------*/
.home .social {
    position: relative;
    display: block;
    float: right;
    top: 30px;
    right: 35px;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

/*space to right of each social icon*/
.home .social img {
    margin-right: 5px;
    width: 40px;
}

.home .social-hashtags {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 0.2em;
}

.home .phone-hours {
    text-shadow: 1px 1px #000;
    position: relative;
    display: block;
    font-size: 120%;
    line-height: 1.1em;
    float: right;
    top: 80px;
    right: -120px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    z-index: 100;
}

.home .home-hours {
    font-size: 85%;
}




/*displays the social icons and phone etc on interior pages-----------------------------------------------*/
.social {
    position: relative;
    display: block;
    float: right;
    top: 30px;
    right: 45px;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

/*space to right of each social icon*/
.social img {
    margin-right: 5px;
    width: 30px;

}

.social-hashtags {
    font-size: 9px;
    letter-spacing: 0.2em;
    line-height: 0.15em;
}

.phone-hours {
    text-shadow: 1px 1px #000;
    position: relative;
    display: block;
    font-size: 100%;
    line-height: 1.1em;
    float: right;
    top: 70px;
    right: -70px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    z-index: 100;
}

.home-hours {
    font-size: 85%;
}

/*Calendar widget on home page--------------------------------------------------------------------*/
.home #calendar {
    position: relative;
    display: block;
    float: right;
    top: 210px;
    right: -370px;
    text-align: center;
    z-index: 100;
}

#calendar {
    display: none;
}

/*header on the interior pages----------------------------------------------------------------------*/
.page-header {
    display: block;
    width: 100%;
    height: 170px;
    background-color: #463124;
    position: relative;
    top: 0px;
}

.page-header img {
    max-width: 100%;
    margin: 20px 0 0 40px;

}

.home .page-header {
    display: none;
}

/*----error 404 page---------*/

.error404 .page-title {
    display: none;
}

.error404 .page-header {
    background-color: #463124;
    max-width: 1280px;
}

.error404 .page-content {
    margin: 20px 0 0 40px;
}

.error404 .page-wrapper {
    background-color: #fff;
}

.error404 .page-header img {
    max-width: 100%;
    margin: 20px 0 0 40px;
}

/*images in the custom fields-------------------------------------------------------------------*/
/*interior page template--image at top of interior pages*/
.wide_image_at_top_of_page {
    max-width: 100%;
    height: auto;
    margin: -40px auto 0 auto;
    padding: 0 0px 14px 0;
    background-color: white;
}

/*home template--books--image under the home page navigation*/
.wide-image-4column {
    max-width: 100%;
    height: auto;
    margin: -40px auto -40px auto;
    padding: 0;
    background-color: black;
}

#parallax_container210 title {
    display: none;
}

.wide-image-4column h2 {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 20px 0;
    margin: -20px auto 0 auto;
    text-align: center;
}

.wide-image-4column img {
    width: 100%;
}

div .alert {
    display: none;
}

/*home template----beat-up book-- image on home page */
.wide-image-2 {
    max-width: 100%;
    height: auto;
    margin: 12px auto 0 auto;
    padding: 0;
}

/*text on banner on home page */
.banner_text_on_home_page {
    font-family: serif, "times new roman";
    background-color: #ccc;
    color: #000;
    font-size: 250%;
    line-height: 1.8em;
    margin: 0 80px 100px 80px;
    text-align: center;
    padding: 40px;
}

/*text on top of beat up book*/
.text-over-photo {
    font-family: serif, "times new roman";
    color: white;
    font-size: 450%;
    line-height: 1.8em;
    margin: -700px 80px 220px 80px;
    text-align: center;
}

/*paragraph of text on white background*/
.large-text {

    color: black;
    font-size: 350%;
    line-height: 1.8em;
    margin: 60px 80px;
    text-align: center;
}

/*quote over the bottom image*/
.text-over-bottom-image {
    color: white;
    margin: -220px 50px 0 50px;
    text-align: center;
}

.text-over-bottom-image h1 {
    color: white;
    font-size: 280%;
    line-height: 1.3em;
    text-align: center;
}

.text-over-bottom-image p {
    color: white;
    font-size: 100%;
    line-height: 1.3em;
    margin: 0 50px;
    text-align: center;
}

.text_over_interior_photo {
    color: white;
    margin: -230px 80px 220px 80px;
    text-align: center;
}

.text_over_interior_photo h1 {
    color: white;
    font-style: italic;
    font-size: 250%;
    line-height: 1.8em;
    text-align: center;
    text-shadow: 1px 1px #666;
}

.text_over_interior_photo p {
    font-family: serif, "times new roman";
    color: white;
    font-size: 120%;
    line-height: 1.3em;
    margin: -30px 50px 0 50px;
    text-align: center;
    text-shadow: 1px 1px #666;
}

/*UL events- NOT USING FOR NOW---------------------------------------------*/
#events ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#events ul li {
    display: inline;
}

#events ul li a {
    text-decoration: none;
    padding: 20px;
    display: block;
    width: 243px;
    height: 112px;
    background-color: #fff;
}

#events h1 {
    font-family: "alternate-gothic-no-1-d";
    font-weight: normal;
    font-size: 400%;
    line-height: 0.8em;
    padding: 0 0 0 20px;
    margin: -20px 0 0 0;
}


/*color of the area above the footer-----*/
.site-footer .sidebar-container {
    background-color: #463124;
}


/*color of the footer--------------------*/
.site-footer {
    background-color: #463124;
    margin: 30px auto;
}



/*--------------------------------------------------------------------------------------------------ipad-1---*/
@media only screen and (min-width : 767px) and (max-width: 1279px) {

    .site {
        max-width: 766px;
    }

    .entry-content-interior {
        margin: -190px auto 0 auto;
    }

    /*navigation------------------------------*/
    .nav-menu li a {
        font-size: 16px;
        letter-spacing: 0.03em;
        margin: 0;
    }

    /*Calendar widget on home page-----------*/
    /* .home	#calendar {
		display:none;
	}
	#calendar {
		display:none;
	} */
    /* NEWS Page----------*/

    .entry-content-interior-news {
        max-width: 70%;
        width: 75%;
        padding-right: 30px;
    }


    /*sidebar on the news page---------------------------------------------------------------------*/

    .site-main .sidebar-container {
        width: 101%;
    }

    .site-main .widget-area {
        width: 175px;
    }


    /*social icons and phone etc on the home page---*/
    .home .social {
        right: 20px;
    }

    .home .social img {
        width: 30px;
    }

    .home .social-hashtags {
        font-size: 10px;
        letter-spacing: 0.2em;
        line-height: 0.2em;
    }

    .home .phone-hours {
        top: 75px;
        right: -130px;
        font-size: 110%;
    }

    /*displays the social icons and phone etc on interior pages---*/
    .social {
        top: 20px;
        right: 48px;
    }

    .social img {
        width: 25px;
    }

    .social-hashtags {
        font-size: 10px;
        letter-spacing: 0.2em;
        line-height: 0.2em;
    }

    .phone-hours {
        top: 57px;
        right: -90px;
        font-size: 85%;
        line-height: 1.2em;
    }

    /*home template----events */
    div .wide-image-1-column {
        display: none;
    }


    .wide-image-2 {
        margin: 0 auto;
    }

    /*	.home table {
		width:750px;
		margin:-40px 0 0 0;
	}
	.home tr {
		height:140px;
	}

	.home td {
		width:165px;
		height:112px;
	    background-image: url("/wp-content/uploads/2015/12/four_backgrounds_165x112.jpg");
		vertical-align:top;
			}

	.home td h1{
		font-weight:normal;
		font-size:220%;
		line-height:0.8em;
		padding:0 0 0 10px;
		margin:5px 20px 0 0;
	}
	.home td a{
		text-decoration:none;	
	}

*/

    /* height of the header on interior pages */
    .page-header {
        display: block;
        width: 100%;
        height: 130px;
        background-color: #463124;
        position: relative;
        top: 0px;
    }

    .error404 .page-header {
        display: block;
        width: 100%;
        height: 130px;
        background-color: #463124;
        position: relative;
        top: 0px;
    }

    /* size of the logo in header on interior pages */
    .page-header img {
        max-width: 70%;
        margin: -60px 0 0 0;
    }

    .error404 .page-header img {
        max-width: 60%;
        margin: 0 0 0 0;
    }

    /*home template----beat-up book-- image on home page */
    .wide-image-2 {
        margin: 10px auto;

    }

    .text-over-photo {
        font-family: serif, "times new roman";
        color: white;
        font-size: 380%;
        line-height: 1.3em;
        margin: -480px 50px 120px 50px;
        text-align: center;
    }

    .text_over_interior_photo {
        color: white;
        margin: -160px 80px 250px 80px;
        text-align: center;
    }

    .text_over_interior_photo h1 {
        font-size: 150%;
        line-height: 0.0em;
    }

    .text_over_interior_photo p {
        font-size: 100%;
        line-height: 1em;
        margin: 0 20px;
    }

    .large-text {
        color: black;
        font-size: 220%;
        line-height: 1.6em;
        margin: 30px 50px;
        text-align: center;
    }

    .page-header img {
        max-width: 65%;
        padding: 20px 0 0 20px;

    }

}





/*--------------------------------------------------------------------------------------------------ipad-2---*/
@media only screen and (min-width : 643px) and (max-width: 766px) {

    .site {
        max-width: 642px;
    }

    .site-info {
        font-size: 100%;
        width: 90%;
    }

    .site-footer {
        margin: -30px auto 0 auto;
    }

    .entry-content-interior {
        /*margin: -190px auto 0 auto; */
        margin: 0 auto 0 auto;
    }

    td {
        display: block;
    }

    /*navigation----------------------------------------------------*/
    .nav-menu li a {
        font-size: 13px;
        letter-spacing: 0.02em;
        margin: 0;
    }

    /* NEWS Page----------*/

    .entry-content-interior-news {
        max-width: 70%;
        width: 70%;
        padding-right: 40px;
    }

    /*sidebar on the news page---------------------------------------------------------------------*/

    .site-main .sidebar-container {
        width: 140%;
    }

    .site-main .widget-area {
        width: 160px;
    }



    /*social icons and phone etc on the home page---*/
    .home .social {
        right: 20px;
    }

    .home .social img {
        width: 28px;
    }

    .home .social-hashtags {
        font-size: 9px;
    }

    .home .phone-hours {
        top: 70px;
        right: -135px;
        font-size: 100%;
    }

    /*displays the social icons and phone etc on interior pages---*/
    .social {
        top: 20px;
        right: 30px;
    }

    .social img {
        width: 20px;
    }

    .social-hashtags {
        font-size: 10px;
        letter-spacing: 0.2em;
        line-height: 0.2em;
    }

    .phone-hours {
        top: 60px;
        right: -90px;
        font-size: 70%;
    }

    /*Calendar widget on home page--------------------------------------------------------------------*/
    .home #calendar {
        display: none;
    }

    #calendar {
        display: none;
    }


    /*header on the interior pages----------------------------------------------------------------------*/
    /* height of the header on interior pages */
    .page-header {
        display: block;
        width: 100%;
        height: 130px;
        background-color: #463124;
        position: relative;
        top: 0px;
    }

    /* size of the logo in header on interior pages */
    .page-header img {
        max-width: 65%;
        margin: -40px 0 0 20px;
    }

    .error404 .page-header img {
        max-width: 65%;
        margin: -30px 0 0 20px;
    }

    /*home template----events */
    div .wide-image-1-column {
        display: none;
    }


    /*table on Amatuer Hour Page holding the posters----------------------------------------------------------------------	*/
    #posters table {
        max-width: 1000px;
    }

    /*images in the custom fields-------------------------------------------------------------------*/
    /*home template----beat-up book-- image on home page */
    .wide-image-2 {
        /*margin:-40px auto;*/
        margin: 12px auto 0 auto;
    }

    .text_over_interior_photo {
        color: white;
        margin: -160px 80px 250px 80px;
        text-align: center;
    }

    .text_over_interior_photo h1 {
        font-size: 130%;
        line-height: 0.0em;
    }

    .text_over_interior_photo p {
        font-size: 90%;
        line-height: 1em;
        margin: -5px 25px 0 20px;
    }

    .text-over-photo {
        font-family: serif, "times new roman";
        color: white;
        font-size: 280%;
        line-height: 1.3em;
        margin: -400px 50px 140px 50px;
        text-align: center;
    }

    .large-text {
        color: black;
        font-size: 200%;
        line-height: 1.4em;
        margin: 30px 50px;
        text-align: center;
    }
}



/*--------------------------------------------------------------------------------------------------iphone--*/

@media only screen and (max-width: 642px) {
	/*.site {
        max-width: 358px;
    }*/

    /*.site-header {
        height: 0;
    }*/

    .site-title {
        font-size: 30px;
    }

    .site-info {
        width: 100%;
        font-size: 90%;
    }

    .home .hentry {
        padding: 60px 0 100px 0;

    }

    .hentry {
        padding: 94px 0 100px 0;
    }





    /*location of the footer--------------------*/
    /*.site-footer {
        margin: -120px auto 0 auto;
    }

    .entry-content-interior {
        margin: -190px auto 0 auto;
    }*/

    .entry-content-interior h1 {
        margin-top: auto;
    }

    td {
        display: block;
    }

    /*sidebar on the news page---------------------------------------------------------------------*/

    .site-main .sidebar-container {
        display: none;
    }


    /*navigation----------------------------------------------------*/
    #site-navigation {
        height: 40px;
    }

    .site-header,
    .navbar {
        background-color: #463124;
        /*width: 358px;*/
    }

    .nav-menu .sub-menu,
    .nav-menu .children {
        background-color: #463124;
        border: 0;
        border-top: 0;
        padding: 0;
        position: absolute;
        left: -2px;
        z-index: 99999;
        height: 100%;
        width: 100%;
        overflow: visible;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .sub-menu li a {
    	padding-left: 20px;
    }
    .sub-menu .sub-menu li a {
    	padding-left: 40px;
    }
    .sub-menu .sub-menu .sub-menu li a {
    	padding-left: 60px;
    }

    .toggled-on .nav-menu li>ul {
        background-color: #463124;
        display: block;
        float: none;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
    }

    .toggled-on .nav-menu li>ul a {
        background-color: black;
        color: #fff;
    }

    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background-color: black;
        border: none;
        color: #fff;
        width: 100%;
        padding: 12px 20px;
    }

    .nav-menu li a {
        background-color: black;
        color: #fff;
        font-size: 133%;
    }

    .home .main-navigation {
        padding-top: 0;
        margin-right: -30px
        z-index: 150;
    }

    .main-navigation {
        padding-top: 60px;
        z-index: 150;
    }


    /*entry-content-------------------------------------------------------------------------------------*/
    .entry-content {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        word-wrap: normal;
        padding-top: 125px;
    }

    .entry-content-interior h1 {
        /*	margin-top:-200px; */
        margin-top: auto;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    .entry-content {
    	padding:  0;
    }

    /*social icons and phone etc on the home page---*/
    .home .social {
        top: 15px;
        right: 10px;
    }

    .home .social img {
        margin-right: 3px;
        width: 20px;
    }

    .home .social-hashtags {
        display: none;
    }

    .home .phone-hours {
        top: 45px;
        right: 10px;
        font-size: 70%;
        line-height: 1.0em;
        float: none;
    	position: absolute;
    	text-align: right;
    }

    .home .home-hours {
        font-size: 70%;
    }

    /*displays the social icons and phone etc on interior pages---
	.social {
		display:none;
	}
*/
    .social {
        top: 15px;
        right: 18px;
    }

    .social img {
        margin-right: 2px;
        width: 12px;
    }

    .social-hashtags {
        display: none;
    }

    .phone-hours {
        top: 45px;
        font-size: 80%;
        line-height: 1.0em;
        right: -36px;
        text-align: right;
    }

    .home-hours {
        font-size: 75%;
    }

    /*Calendar widget on home page--------------------------------------------------------------------*/
    .home #calendar {
        display: none;
    }

    #calendar {
        display: none;
    }


    .home .hentry {
    	padding: 60px 0 20px;
    }


    /*header on the interior pages----------------------------------------------------------------------*/
    .page-header {
        height: 0;
    }

    .error404 .page-header {
        height: 50px;
    }

    .page-header img {
        position: relative;
        width: 62%;
        margin: -40px 0 0 5px;
    }

    .error404 .page-header img {
        max-width: 65%;
        margin: 10px 0 0 10px;
        z-index: 900;
    }

    /*images in the custom fields-------------------------------------------------------------------*/
    /*interior page template--image at top of interior pages*/
    .wide_image_at_top_of_page {
        max-width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0;
        background-color: black;
    }

    /*home template----events */
    .wide-image-4column {
        display: none;
    }

    .wide-image-1-column {
        display: none;
    }

    .wide-image-2 {
        display: none;
    }

    .text-over-photo {
        display: none;
    }

    .page-header img {
        top: 5px;
        padding: 0 0 0 0;
    }

    /*paragraph of text on white background*/
    .large-text {
        color: black;
        font-size: 130%;
        line-height: 1.6em;
        margin: 40px 20px 0 20px;
    }

    /*quote over the bottom image*/
    .text-over-bottom-image {
        color: white;
        margin: -125px 20px 0 20px;
        text-align: center;
    }

    .text-over-bottom-image h2 {
        color: white;
        font-size: 120%;
        line-height: 1.0em;
        text-align: center;
    }

    .text-over-bottom-image p {
        color: white;
        font-size: 55%;
        line-height: 1.3em;
        margin: -15px auto 0 auto;
        text-align: center;
    }

    .text_over_interior_photo {
        color: white;
        margin: -80px 40px 220px 40px;
        text-align: center;
    }

    .text_over_interior_photo h1 {
        display: none;
    }

    .text_over_interior_photo p {
        display: none;
    }

    /*text on banner on home page------------------------------------------------------------------------------------------ */


    .banner_text_on_home_page {
        font-family: serif, "times new roman";
        background-color: #ccc;
        color: #000;
        font-size: 250%;
        line-height: 1.8em;
        margin: 0 20px 20px 20px;
        text-align: center;
        padding: 10px;
    }

    /*one column table on home page holding the four squares----------------------------------------------------------------------	
	.home table {
		width:358px;
		margin:174px 0 0 0;
	}
	.home tr {
		height:80px;
		border:1px solid #000;
	}
	.home td {
		width:140px;
		height:80px;
	    background-color:white;
		vertical-align:top;
	}
	.home td h1{
		font-weight:normal;
		font-size:240%;
		line-height:1em;
		padding:0 0 0 10px;
		margin:10px 20px 0 0;
	}
	.home td a{
		text-decoration:none;	
	}
*/
}