/*
Theme Name:	2014 - Child theme
Description:	A basic child theme for 2014
Author:		L wilson

Template:	twentyfourteen
Version:	0.1
*/

@import url("../twentyfourteen/style.css");


/*Stops text from auto splitting */
.site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

/*Stops Post from auto splitting */
.entry-content { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

/*Stops event list from auto splitting */
.tribe-events-content { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

/* Stops Latest news list from auto splitting */
.SP-post {-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;}

/* Stops Latest from Facebook list from auto splitting */
.narrow{
-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}

/* Stops Latest Tweets from auto splitting */
.ktext{
-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}

.widget_recent_entries.masonry-brick {
-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}

.widget_twentyfourteen_ephemera.masonry-brick {
-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}



#tribe-events-pg-template {
padding-left: 0px  !important;
}




/*Sets the spacing for the events widget */

.tribe-events-list-widget ol li {
margin-bottom: 2px;
list-style: none;
border-bottom: 1px solid #ccc;
}

.entry-title.summary {
-webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
/*text-transform:capitalize;*/
margin-top: 10px;
}

.tribe-events-widget-link{
padding-top: 15px;
}

.tribe-bar-disabled {
visibility:hidden;}

.pulltest {
font-size:20px;

}

.tribe-events-cal-links {
visibility:hidden;
}

.tribe-events-ical.tribe-events-button {
visibility:hidden;
}

.tagcloud a { 
  /*  background: #333;   */
    border-radius: 3px;
    color: #fff;
   /* display: inline-block; */
    margin: 2px 0;
    padding: 2px 5px;
    -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}


/*
.tribe-events-list-widget ol :hover {
  font-size: 20px;

}
*/

.form-allowed-tags{
display: none;
}




/* .byline{
visibility:hidden;
}
/*



/* Brethren images */

.cover	{box-shadow: 10px 10px 5px #888888;}

.wp-image-2221 {
box-shadow: 10px 10px 5px #888888;
}

.wp-image-2223 {
box-shadow: 10px 10px 5px #888888;
}

.wp-image-2229 {
box-shadow: 10px 10px 5px #888888;

}


/*Kingdom Title homepage */

.wp-image-2226{
box-shadow: 10px 10px 5px #888888;
}


/* Insurrection Images */

.wp-image-2224 {
box-shadow: 10px 10px 5px #888888;
}

.wp-image-2228 {
box-shadow: 10px 10px 5px #888888;
}

.wp-image-2227 {
box-shadow: 10px 10px 5px #888888;

}

.wp-image-2216 {
box-shadow: 10px 10px 5px #888888;

}

.wp-image-2733 {
box-shadow: 10px 10px 5px #888888;
}



.archive-title {
visibility:hidden; 
}


.archive-header{
margin-bottom: 5px;

}


.copy-right{display: inline;
    float: left;
    width: 47.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;}

.terms{
    display: inline;
    float: left;
    text-align: right;
    width: 47.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
}

.term{padding-left: 10px;}

.cff-likebox  {
    overflow: hidden;!important;
}

@media only screen and (max-width: 40em) {

.cover	{float: right;
width: 40%;
/*margin-bottom: 30px !important;*/
margin-right: 5px !important;
margin-left: 7px !important;
}

.copy-right{display: inline;
  text-align: center;
    width: 100%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;}

    .terms{
    display: inline;
   text-align: center;
    width: 100%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
} } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

