/* Core Stylesheet ----------------------------------------------- */ /* Container Full Width that everything is wrapped in */ .container-full-width { width: 100%; } .container-full-width:before, .container-full-width:after { display: table; line-height: 0; content: ""; } .container-full-width:after { clear: both; } /* Text meant only for screen readers */ .assistive-text { clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); position: absolute !important; } /* ie only */ /* fix for ie 8 and less nav dropdown menu not showing*/ .lte9 .nav-collapse.collapse { overflow: visible; } /* CSS to make the video responsive starts */ .flex-video { height: 0; margin-bottom: 16px; overflow: hidden; padding-bottom: 67.5%; position: relative; } .flex-video iframe, .flex-video object, .flex-video embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* CSS to make the video responsive ends */ /* CSS for woocommerce compatibility */ #cc_woocommerce { max-width: 650px; } /* CSS for the site title, after removing the hgroup tag */ .hgroup { display: block; }