/* Core Stylesheet
----------------------------------------------- */

/* 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 */
#content-woocommerce {
	max-width: 650px;
}