/*
 Theme Name:   CFX Theme
 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_suarez
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp_suarez_child
*/


/*
-------------------------------------------------------------- */
.margin-b-2				{margin-bottom: 2em;}

.video-outer 			{width: 100%; position: relative; padding-top: 56.25%;}
.video-outer .inner 		{position: absolute; top: 0; left: 0; bottom: 0; right: 0;}
.video-outer .inner iframe 	{width: 100%; height: 100%;}

/* custom CSS overrides for rev slider mobile | content was being cutoff and not visible */
@media (max-width: 320px){
.tp-fullwidth-forcer	{height: 392px !important;}
.rev_slider_wrapper		{height: 392px !important;}
.fullwidthbanner-container .fullwidthabanner 	{height: 392px !important;}
.rev_slider .tp-mask-wrap .tp-caption	{min-height: 392px !important;}
}