/*
Theme Name: Wyoballew
Theme URI: http://www.thebarkfirm.com
Author: The BARK Firm
Author URI: http://www.thebarkfirm.com
Description: A custom WordPress theme for Wyoballew Ranch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wyoballew
Tags:

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.

Wyoballew is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Custom Styles */
body {
    background: url('/wp-content/themes/wyoballew/assets/img/background.jpg') repeat;
    background-position: center;
}

/*Navbar*/

.navbar {
    min-height: 650px;
}

.navbar-default {
    background: url('/wp-content/themes/wyoballew/assets/img/ballew-hero.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    border: 0;
    position: relative;
}

#xlarnav {
    min-height: 500px;
    background: url('/wp-content/themes/wyoballew/assets/img/xlar-hero.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    border: 0;
    position: relative;
}

#contactnav {
    min-height: 500px;
    background: url('/wp-content/themes/wyoballew/assets/img/cow-contact-hero.jpg') no-repeat;
    background-size: cover;
    background-position: 0% 25%;
    border: 0;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

#top-border {
    display: block;
    width: 100%;
    height: 10px;
    background: url('/wp-content/themes/wyoballew/assets/img/top-border.png') no-repeat;
    background-size: cover;
    background-position: center;
}

#top-border-two {
    display: block;
    width: 100%;
    height: 10px;
    background: url('/wp-content/themes/wyoballew/assets/img/top-border-two.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
}

#top-border-three {
    display: block;
    width: 100%;
    height: 10px;
    background: url('/wp-content/themes/wyoballew/assets/img/top-border-three.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
}

#top-border-four {
    display: block;
    width: 100%;
    height: 10px;
    background: url('/wp-content/themes/wyoballew/assets/img/top-border-four.png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #9a353d;
}

.navbar-default .navbar-toggle {
    border-color: #9a353d;
}

.navbar-toggle {
    border: 2px solid transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/*Home Content*/
.homecontent p {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 15px;
    font-size: 20px;
}

.homecontent {
    padding-bottom: 20px;
    position: relative;
}

.homecontent img {
    width: 100%;
    height: auto;
}

/*Tagline*/
.woodgrain {
    background: url('/wp-content/themes/wyoballew/assets/img/woodgrain.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.woodgrain h1 {
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
    font-size: 4em;
}

.woodgrain h2 {
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px;
    font-size: 2em;
}

/*About Us*/
#aboutus {
    position: relative;
}

#aboutus h1 {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3em;
}

#aboutus p {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
}

#aboutus img {
    width: 100%;
}

.aboutContent h1 {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3em;
}

/*FOOTER*/
footer {
    height: 120px;
    width: 100%;
    background-color: #505045;
    padding-top: 50px;
}

footer p {
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

/*XLAR Template*/
#xlar-temp-logo {
    width: 20%;
}

.cowhide {
    background: url('/wp-content/themes/wyoballew/assets/img/cowhide.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.cowhide h1 {
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
    font-size: 4em;
}

.cowhide h2 {
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 2em;
}

.cowhide a {
    color: white;
    text-decoration: underline
}

.cowhide h3 {
    color: white;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 60px;
}

/*Contact*/
#contact h1 {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3em;
    margin-top: 60px;
    margin-bottom: 60px;
}

#contact p {
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}

#contact {
    margin-bottom: 40px;
}

form {
    margin-top: 20px;
    margin-bottom: 30px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cba98b;
}

.btn-default {
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.aboutContent p {
    color: #9a353d;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

/*Breeding*/
#breedingIcons {
    margin-top: 50px;
    margin-bottom: 50px;
}

#breedingCopy {
    margin-bottom: 50px;
}

#breedingCopy p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.donorPageName a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #9a353d;
}

#salenav {
    min-height: 500px;
    background: url(/wp-content/themes/wyoballew/assets/img/SaleHero.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 17%;
    border: 0;
    position: relative;
}

#cowsalenav {
    min-height: 500px;
    background: url(/wp-content/themes/wyoballew/assets/img/cowsaleimg.JPG) no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    position: relative;
}

#aboutNav {
    min-height: 500px;
    background: url(/wp-content/themes/wyoballew/assets/img/about-hero.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 63%;
    border: 0;
    position: relative;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #d9c3a9 !important;
}

/*Media Queries*/
@media (max-width: 1024px) {
    .navbar-nav>li>a {
        font-size: 15px !important;
    }
}

@media (min-width: 1025px) {
    .navbar-nav>li>a {
        font-size: 19px;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .navbar-brand {
        padding: 35px 15px;
    }
}

@media (max-width: 768px) {
    .navbar-nav>li>a {
        font-size: 12px !important;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .navbar-brand {
        width: 75%;
    }

    .navbar-right {
        margin-top: -25px;
    }

    .navbar {
        min-height: 500px;
    }

    .homecontent p {
        font-size: 16px;
    }

    .woodgrain h1 {
        font-size: 2.5em;
    }

    .woodgrain h2 {
        font-size: 1.5em;
    }

    #aboutus p {
        font-size: 16px;
    }

    footer p {
        font-size: .8em;
    }

    .cowhide h1 {
        font-size: 2.5em;
    }

    .cowhide h2 {
        font-size: 1.5em;
    }

    .cowhide h3 {
        font-size: 1em
    }

    #contact h1 {
        font-size: 2.5em;
    }

    #contact p {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .navbar-right {
        margin-top: 0;
    }

    .navbar-nav>li>a {
        font-size: 16px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-brand {
        width: 40% !important;
        padding: 10px 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #9a353d;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .navbar {
        min-height: 350px;
    }

    .woodgrain h1 {
        font-size: 2em;
    }

    .woodgrain h2 {
        font-size: .9em;
    }

    .cowhide h1 {
        font-size: 2em;
    }

    .cowhide h2 {
        font-size: .9em;
    }

    .cowhide h3 {
        font-size: .8em
    }

    #salenav {
        min-height: 350px;
        background-position: center;
    }

    #xlarnav {
        min-height: 350px;
        background-position: center;
    }

    #contactnav {
        min-height: 350px;
        background-position: center;
    }

    #cowsalenav {
        min-height: 350px;
        background-position: center;
    }

    #treatyIcons {
        margin-bottom: 20px;
    }

    #xlar-temp-logo {
        width: 60%;
    }

    #aboutNav {
        min-height: 350px;
        background-position: center;
    }
}

@media (max-width: 736px) {
    .navbar-brand {
        width: 25%;
        padding: 10px 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #9a353d;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-right {
        margin-top: 10px;
    }
}



.epd-container iframe {
    min-height: 1150px;
}

@media(min-width: 0px) and (max-width: 991px) {
    .epd-container iframe {
        min-height: 2770px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .epd-container iframe {
        min-height: 1550px;
    }
}