/**
 * Theme Name: Wide Open Spaces 2.0
 * Theme URI: http://www.wideopenspaces.com/
 * Version: 2.0
 * Description: Theme for Wide Open Spaces
 * Author: Valant
 * Author URI: http://valant.com.ua
 */

#bragging-board-grid, #bragging-board-map {
    padding: 50px 0 61px;
}

.ng-scope {
    color: white;
}

.ng-scope.btn-load-more {
    background-color: #e15829 !important;
}

.logo-sponsor {
    text-align: center;
    margin-top: 25px;
}

.native-ads{
    margin-top: 30px;
}

#div-gpt-ad-mobile-leaderboard-btf
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#div-gpt-ad-skin{position:relative; display:none;}
#div-gpt-ad-interstitial{display:none;}

#div-gpt-ad-top_right iframe
{
    max-width: none;
}

#div-gpt-ad-bottom_right iframe
{
    max-width: none;
}

/* instory block */
.instory-block{
    float: right;
    width: 300px;
    background: #e7e2de;
    margin: 0 0 10px 10px;
    padding: 10px;
}
.instory-block img {
    min-width: 100%;
}
.instory-block span{
    display:block;
}

/** Update to allow for site skin usage **/
.site-footer {
    position: relative;
    z-index: 1;
}

.recommended-row {
    position: relative;
    background: #f9f6f4;
}

.background-cover{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; background-repeat:no-repeat; top:0; left:0; z-index:0; overflow: hidden; width: 100%; height:100%;}

/** End Update to allow for site skin usage **/

.sticky-posts .sticky .desc {
    background: rgba(0, 0, 0, 0.35) !important;
}

.posts-list .post .desc {
    background: rgba(0, 0, 0, 0.35) !important;
}

.sticky-posts .sticky .desc .title {
	text-transform: uppercase;
}

.posts-list .post .desc .title {
	text-transform: uppercase;
}

.slideshow-item .slideshow_image {
    margin: 10px 0;
}

.wp-caption-text {
    text-align: right;
    font-size: 10px;
    padding-right: 5px;
    margin-bottom: 15px;
}
/** Fix for youtube formatting **/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/** Fix for instagram formatting **/
.instagram-container {
    position: relative;
    padding-bottom: 108%; /* instagram ratio reduced a little */
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.instagram-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none !important;
}


.divider {
    background: url(assets/images/stripe.png);
    height: 10px;
    overflow: hidden;
    margin: 10px 0 20px;
    clear: both;
}

.dropcap{
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 50px;
    line-height: 50px;
    font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,
    sans-serif;
}

.logo {
    float: left;
    margin: 15px 15px 15px 35px;
}

.sticky-ad{
    text-align: center;
}

/* Author Page Styles */
.author-bio{clear:both;overflow:hidden;padding:15px 3px;}
#author-avatar{ float:left; margin-right:15px;}
#author-avatar img{
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    float: left;
    margin: 0 10px 5px 0;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #B5B5B5;
    -moz-box-shadow: 0 0 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 0 3px 0 #B5B5B5;
}
a.ttip{display:inline-block;}

@media only screen and (max-width: 767px) {
    .instory-block{
        width:390px;
        margin-left:0;
        float:none;
    }
    .logo {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .instory-block{
        width:260px;
        margin-left:0;
        float:none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo img {
        width:400px;
    }
    .logo {
        margin: 20px 5% 0 0;
    }
}

@media only screen and (max-width: 320px){
    #div-gpt-ad-mobile_sticky_leaderboard {
        left: 0px !important;
    }
}

#div-gpt-ad-mobile_leaderboard{
    height: 250px;
    width: 300px;
    margin: auto;
}
div#accordianButton {
    background-color: white;
    padding: 10px;
    border-top: 1px solid black;
}
div#seasonContainer {
    background-color: #f7f7f7;
    margin: 0px;
    width: 100%;
    border-top: 1px solid black;
    padding: 0 20px;
}
div#topSeason {
    clear: both;
    border-top: 1px solid black;
}

h6#subSeasonTitle {
    float: left;
    clear: both;
}
div#subSeason {
    min-height: 25px;
    margin: 20px;
}
select#countyList {
    float: right;
}
#title h3 {
    font-size: 18px;
    line-height: .5;
    text-align: center;
    margin: 10px;
}
div#license-block {
    background-color: white;
    width: 45%;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
div#state-info {
    background-color: white;
}
div#state-logo {
    padding: 10px 0;
    overflow: hidden;
    margin: 0 10px;
}
#state-logo img#statelogo {
    max-width: 250px;
    margin: 0 auto;
    display: inherit;
}
div#state-link {
    text-align: center;
    background: #F9F6F4;
    margin: 10px;
}
#state-link h3 {
    padding: 5px 0;
    font-size: 20px;
    margin: 5px;
}
div#state-stats {
    text-align: center;
}
div#stat-container {
    padding-top: 5px;
}
#stat-name h4 {
    font-size: 18px;
    font-style: italic;
    margin: 5px;
}
#stat-value h3 {
    margin: 10px;
    background-color: #F9F6F4;
    padding: 5px;
}
div#buy-button {
    text-align: center;
    background-color: #f48d30;
}
#buy-text h2 {
    color: white;
    margin: 10px;
    padding: 10px;
}
.state-nav li a {
    background-color: #DEDEDE;
}
div#license-block:hover {
    background-color: #D3D3D3;
}
a#news-link {
    color: #5B5C59;
}
div#thumb {
    float: left;
    padding: 0 5px;
    max-width: 120px;
}
#state-news h1 {
    margin-bottom: 5px;
}
div#seperator {
    background-color: #F48D30;
    height: 5px;
}
#seasonTitle h4 {
    background-color: #F48D30;
    padding: 10px;
    color: #F9F6F4;
}
.state-nav li a {
    padding: 8px !important;
}
#subSeasonTitle {
    float: left;
    margin: 5px 0;
}
#subSeasons {
    padding: 0px;
    display: inline-block;
    width:100%;
}
#subSeason {
    margin: 0px 0px 0px 10px;
    display: inline-block;
    width: 95%;
    margin-bottom: 10px;
    border-bottom: black solid 1px;
}
div#countyList {
    float: right;
}
.speciesInfo {
    float: right;
    margin-top: -3px;
}
.speciesInfo a {
    background-color: #cc7a31;
    color: white;
    padding: 10px;
}
.additionalZoneInfo {
    float: right;
    margin-top: -3px;
    border-right: 2px white solid;
}
.additionalZoneInfo a {
    background-color: #cc7a31;
    color: white;
    padding: 10px;
}
.state .post-meta {
    margin-top: 10px;
}
@media screen and (max-width: 480px) {
    div#license-block{
        width:90%;
        display:block;
        margin:10px auto;
    }
}
.stickyHead{
    background-color: #2c2622;
    top: 0;
    left: 0;
    z-index: 999;
    width:100%;
    position:fixed !important;
    max-height: 50px;
    display:none;
}

.stickyLogo{
    float:left;
}
.stickyLogo a img {
    height: 50px;
    padding: 5px;
}
.stickyTitle {
    margin-left: 15px;
    display: inline-block;
    color:white;
}
.stickyTitle h3{
    margin-top:13px;
    font-size:20px;
}
.stickySocial {
    display: inline-block;
    float: right;
}
.stickySocialButton {
    padding: 5px 40px;
    display: inline-block;
    margin: 5px;
}
.stickySocialButton img {
    max-height: 30px;
}
#stickyFacebook{
    background-color: #3b5998;
}
#stickyTwitter{
    background-color: #55acee;
}
#stickyPin{
    background-color: #bd081c;
}
#stickyEmail{
    background-color: #ffa930;
}

.wos-native-ad img {
    margin: 30px 0;
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .stickySocialButton {
    padding: 5px 20px;
    display: inline-block;
    margin: 5px 0;
    }
}

@media screen and (max-width: 1000px) {
    .stickySocial {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    }
    .stickySocialButton {
    padding: 5px 8%;
    display: inline-block;
    margin: 5px auto;
    }
    .stickyTitle{
        display:none;
    }
    .stickyLogo{
        display:none;
    }
}
@media screen and (max-width: 400px){
    .stickySocialButton {
    padding: 5px 7%;
    }
}
