/*
Theme Name:     Anderson Lite Crickets
Description:    Crickets Pub Child Theme
Author:         Crickets Pub
Template:       anderson-lite

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/** ahm Crickets **/
/** page background **/
#wrapper { margin-top:12px; margin-bottom: 10px; /*show wood paneling background */ }
/** Header **/
#logo .site-title {    background: #dd2727; background: #669933;  }

/** sidebar **/
#widget-category-posts-boxed .big-post { width: 100%; padding-right: 0; } /* sidebar - was 50% st pat's image*/
#widget-category-posts-boxed .small-posts { width: 100%; padding-right: 0; margin-left:0;} /* added 9/16/2016 */

aside#anderson_category_posts_boxed-2.widget { margin-bottom: 0 !important; }
aside#anderson_category_posts_boxed-3.widget { margin-bottom: 0 !important; }
article.category-sidebar-item-2 .post-content a.more-link { display:none;  }/** don't show read more button **/

/** page **/
ul.post-categories {display:none; } /* don't show the category name(s) **/

h1.entry-title { background: #669933; background: #FF883E; background: #F17223;  background: #dd2727;  }
/** HOME PAGE - remove spacing under red titles, add gradient shading **/
.entry-meta {margin:0; }
article {  background-color: #f2f2f2;
   background: rgba(0, 0, 0, 0) linear-gradient(#f2f2f2, #f2f2f2 1em, #fff) no-repeat scroll 0 0; } 
   
/** FONTS - subtitle on About pAGE **/
h6 { color: #222;     font-family: "Share",Tahoma,Verdana,Arial; font-weight:normal !important;
    font-size: 1.6em !important;     line-height: 1.4em;     margin: 0;     word-wrap: break-word; }
h4 {color: #222; font-family: "Share",Tahoma,Verdana,Arial; font-size: 1.6em !important;  line-height: 1.4em;  margin: 0;
    word-wrap: break-word; 	color: #222;     font-weight: normal !important;     }	
blockquote { /* border-color: #ccc #ccc #ccc #669933; */}

/* slider - for the exterior w/corvett */
ul.zeeslides li#slide-129 .slide-content {  top: 1em; bottom: 1em;}
#post-slider .zeeslide .post-content { opacity: 0.8; }

/* Event Calendar */
.ai1ec-btn-group, .ai1ec-actions { /* display:none; */ } /* don't show the 'Read More' button - wipes out the display mode selection!*/
.post-slider-controls .zeeflex-control-paging li a { background: #dd2727 none repeat scroll 0 0;     }
.post-slider-controls .zeeflex-control-paging li a.zeeflex-active { /* background: #669933 none repeat scroll 0 0 !important; */}
/** Bug get around - display location info in sidebar*/
body.single-ai1ec_event .entry p {display:none;  }
body.single-ai1ec_event article.category-sidebar-item-1 .post-content a.more-link { display:none;  } /** hide other button */	



/* MW Additions */

body.single-ai1ec_event .entry p {
    display: block;
}

.cpred {
	color: #dd2727;
}

.entry {
   margin:0.2em 0.5em;
}


.virtualtour {
   float:right;
   width:auto;
   margin:1.2em 0;
}

.virtualtour a {
    opacity: 1;
}

.virtualtour a:hover {
    opacity: 0.7;
}


@media screen and (max-width: 960px) {
    .virtualtour, #logo .custom-logo {
        float: none;
        text-align: center;
        
    }
}


span.credit-link {
   display: none;
}