/*resize the slideshow eliminating blank space*/
#rt-slideshow{
    height: auto !important;
}

/*fixes the sub-menu items*/
.menu-block .gf-menu .dropdown .menu-item-wrapper,
.gf-menu li.parent > .item .menu-item-wrapper{
    padding: 0;
}

/*sets the color and font-size of sub-menu items*/
.menu-block .gf-menu .dropdown .item{
    font-size: 12px;
    color: #FFFFFF;
}

/*sets the font size of the menu items (first level)*/
.gf-menu.l1 > li > .item{
    font-size: 16px;
}

/*capitalizes the menu items*/
.menu-block .gf-menu .item{
    text-transform: capitalize;
}

/*sets the position of font awesome arrows on sub-menu*/
.gf-menu li.parent > .item:after{
    right: 0;
}

/*fixes posting title adding a line break on the list posting page*/
h2.entry-title{
    display: inline-block;
    margin: 0;
    font-size: 22px;
}

/*fixes posting title adding a line break on the list posting page*/
.entry-content{
    display: inline-block;
}

/*eliminates footer menu down arrows*/
.footer-menu .menu-item-wrapper::after{
    content: "" !important;
}

/*sets the color of the footer menu to white*/
.footer-menu .menu-item-wrapper{
    color: #FFFFFF;
}

/*sets the size of the image present on the about us*/
.wp-image-758{
    width: 800px !important;
    height: auto !important;
}

.sponsor-page .row{
    padding-left: 30px;
}

.rt-social-buttons{
    text-align: center;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.previous-shows label{
    display: none;
}

/*hides first occurence of the player on the post detail page*/
/*.powerpress_player:nth-of-type(1),
.powerpress_player:nth-of-type(1) + p{
    display: none;
}*/

/*code to style category page*/
.listing-page .img-intro-{
    display: none;
}

.listing-page .powerpress_links, .listing-page .powerpress_player{
    display: none;
}

/*end of code to style category page*/


/*code to format tags in posting pages*/
.post-tags .button{
    padding: 3px !important;
    text-transform: capitalize;
}

/*code to format tags in posting pages*/
.post-tags .module-content a{
    margin: 0 !important;
}

.form-actions{
    background-color: transparent;
}