/* Default must use css by FMG {pdias}
*
* -------------------------------------------------------------- */


/* Genericons - Social icons */
@import "https://costcutterssc.com/wp-content/mu-plugins/css/genericons.css";
@import "https://costcutterssc.com/wp-content/mu-plugins/css/social-icons.css";

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* CSS to render youtube videos responsively 
*
* Wrap YouTube code with DIV with class.
* example: 
* <div class="video-container">[YOUTUBE IFRAME HTML]</div>
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
}