.caption-title {
    text-transform: none;
}
.single .navigation.post-navigation {
    display: none;
}

/* Hides the categories from appearing at top of article/front page/category pages   */

.category-collection {
    display: none;
}

/* This hides the views, tags, #of comments, etc..      */

.below-entry-meta .post-views, .below-entry-meta .tag-links, 
.below-entry-meta .comments{
    display: none !important;
}

/* Bolds the byline   */


.below-entry-meta .byline {
		font-weight: bold;
		font-style: normal
}

/* Changes size of caption font*/

.wp-caption-text {
    font-size: 13px;
}


/* Makes the headlines not all capitalized  */
h1.entry-title {
    text-transform: none;
}


/* Makes the background behind date and social links white  (default is black)*/

.top-header-wrapper {
  background: white;
}


/* Makes the date capitalized, black and changes the font size*/
.date-in-header {
    color: black;
		text-transform: uppercase;
		font-size: 15px;
}


/* Centers the date and social links*/

.top-header-wrapper {
    text-align: center;
}
/* Puts the social links under the date   */
.login-signup-wrap {
    float: none;
}

/* Fixes the spacing between social links and the "The Student Life"  */
.middle-header-wrapper {
    padding: 0;
}

/* Makes all pictures have a grey box around them  */
.wp-caption {
    background: #f4f4f4;
		border-bottom-color:#f4f4f4;
		border-left-color: #f4f4f4;
		border-right-color: #f4f4f4;
		border-top-color: white;
		border-top-width:4px;
		margin-bottom:8px
		
}

/* Makes the subcategories in the main menu only as wide as the text   */
#site-navigation ul.sub-menu, #site-navigation ul.children {
    min-width: max-content;
}

/* Changes the background color of subcategories */
.bottom-header-wrapper, #site-navigation ul.sub-menu, .bottom-header-wrapper::before, .bottom-header-wrapper::after {
    background: #b9b9b9;
}

/* Honestly can't remember what this does, has to do with the main menu though  */
.bottom-header-wrapper > .bottom-arrow-wrap::before, .bottom-header-wrapper > .bottom-arrow-wrap::after { 
	border-right: 10px solid #111;
}

/* Changes the primary categories' background color   */
.bottom-header-wrapper, #site-navigation ul.children, .bottom-header-wrapper::before, .bottom-header-wrapper::after {
    background: white;
}

/* Makes it so the category(s) of the page/post selected doesn't/don't light up blue when you are on the page/post */
#site-navigation ul.menu > li:hover, #site-navigation ul > li.current-menu-item, #site-navigation ul > li.current-menu-ancestor, #site-navigation ul > li.current-menu-parent, .bottom-header-wrapper .home-icon a:hover, .home .bottom-header-wrapper .home-icon a {
    background-color: transparent;
}

/* Changes the color of the share icon   */
.search-icon, .share-wrap a {
    color: #000;
}

/* Changes the color of the right half of the bar on titles of things e.g. the newsletter title  */
.title-block-wrap {
    background: #d1d1d1;
}

/* Creates the grey line at the top of articles */
article.post {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 3px solid #EEEEEE;
}

/* Changes the spacing around widgets*/
.tg-block-wrapper,
.widget {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-bottom: 12px;
}

/* Changes the spacing around the entire site*/
#main {
    padding: 0px
}

/* Not sure */
.page-header .page-title.category-title,
.page-header .page-title {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 3px solid;
    border-radius: 5px 30px 0 0;
    font-size: 35px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

/* Changes spacing around/below the headline*/
article.post.hentry h1.entry-title, article.post.hentry h2.entry-title {
		line-height: 1.2;
    margin-bottom: 10px;
    font-size: 40px;
}

/* Changes spacing between headline and byline*/
.post .below-entry-meta {
    margin: 10px 0 10px 0;
}

/* Changes the background color of subcategories */
.below-entry-meta span i {
	font-size: 0px;
	margin-right: 0px
}

/* Changes font size of byline */
.below-entry-meta span {
	font-size: 15px
}

/* This is a weird work-around to hide everything but the byline on that line. Basically the important part is that visibility is set to `hidden` */
.below-entry-meta span:after {
  content:'jjjj';
  left:100%;
  top: 0;
  width: 1px;
  height:10%;
  background: yellow;
	color: #1232;
	visibility: hidden
}

/* Changes spacing of the post date/time */
span.posted-on {
	line-height: 5px
}

/* Don't think this does anything*/
span.entry-subtitle {
	padding-top: 10px;
	font-style: italic;
	font: italic  normal 18px/150% Arial, Helvetica, sans-serif;
}




/* THE FOLLOWING CHANGES HOW THE WEBSITE LOOKS ON PHONES (screens smaller than 768 pixels wide)*/

@media (max-width: 768px) {
    .logo {
        float: none;
        text-align: center;
    }
    .header-advertise .ad-image img {
        width: 100%;
        height: auto;
    }
    .show-both {
        text-align: center;
    }
    .show-both .logo {
        display: inline-block;
        float: none;
    }
    .show-both #header-text {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    #site-navigation .menu-toggle {
        color: transparent;
        display: block;
        font: 0px/0 a;
        width: 50px;
        position: relative;
        cursor: pointer;
    }
    #site-navigation .menu-toggle:before {
        color: black;
        content: "\f0c9";
        display: block;
        font-family: FontAwesome;
        font-size: 23px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-align: center;
        line-height: 50px;
    }
    #site-navigation .menu-toggle:hover {
        background: transparent;
    }
    #site-navigation .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
    }
    .slider-btn a {
        width: 80%;
    }
    #site-navigation ul > li {
        display: block;
        float: none;
        padding: 0 15px;
    }
    #site-navigation ul > li:hover,
    #site-navigation ul > li.current-menu-item,
    #site-navigation ul > li.current-menu-ancestor,
    #site-navigation ul > li.current-menu-parent {
        background: none !important;
    }
    #site-navigation ul > li:hover > a,
    #site-navigation ul > li.current-menu-item > a,
    #site-navigation ul > li.current-menu-ancestor > a,
    #site-navigation ul > li.current-menu-parent > a {
        background: blu;
    }
    .sub-toggle {
        background: blu none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }
    #site-navigation ul > li:hover > .sub-toggle,
    #site-navigation ul > li.current-menu-item .sub-toggle,
    #site-navigation ul > li.current-menu-ancestor .sub-toggle {
        background: #ffffff;
    }
    .main-small-navigation li.current-menu-item > .sub-toggle {
        background: #ffffff none repeat scroll 0 0;
    }
    .main-small-navigation li.current-menu-item > .sub-toggle i {
        color: #d40234;
    }
    .menu-primary-container .sub-menu {
        display: none;
    }
    #site-navigation ul.sub-menu,
    #site-navigation ul.children {
        position: static;
        min-width: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        display: none;
        background: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    #site-navigation ul > li:hover > .sub-menu,
    #site-navigation ul > li:hover > .children {
        top: 0;
    }
    #site-navigation ul > li,
    #site-navigation ul > li.menu-item-has-children {
        padding: 0;
        width: 100%;
    }
    #site-navigation ul > li.menu-item-has-children > a::after {
        display: none;
    }
    #site-navigation ul > li a {
        padding: 0 15px;
        line-height: 42px;
    }
    #site-navigation ul.sub-menu li > a {
        padding-left: 30px;
    }
 	#breaking-news #controls{
    	display: none;
    }
    .caption-title {
        font-size: 16px;
    }
    .caption-content {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-btn a {
        line-height: 30px;
        margin: 30px auto;
        width: 80px;
        font-size: 14px;
    }
    .page .entry-title {
        font-size: 25px;
    }
    .page .entry-content blockquote {
        font-size: 15px;
    }
    .caption-wrapper {
        padding: 20px 10px;
    }
    .home-slider .bx-pager a {
        width: 17%;
    }
    .tg-block-wrapper,
    .widget {
        margin-bottom: 10px;
        padding: 10px;
    }
    #primary {
        float: none;
        width: 100%;
    }
    #secondary {
        float: none;
        width: 100%;
    }
    .carousel-slider-wrapper .entry-title {
        font-size: 15px;
        padding-top: 13px;
    }
    .random-post-hover .entry-title {
        font-size: 16px;
    }
    .colornews_custom_widget figure img {
        width: 100%;
    }
    #colophon .tg-footer-column-3:first-child,
    #colophon .tg-footer-column-3 {
        width: 100%;
    }
    #top-footer .tg-block-wrapper,
    #top-footer .widget {
        border: none;
    }
    #bottom-footer .copy-right {
        font-size: 14px;
    }
}
