/**
* Theme Name: Bifrost Child
* Description: This is a child theme of Bifrost.
* Author: <a href="http://neuronthemes.com">NeuronThemes</a>
* Template: bifrost
* Version: 2.2.2
*/

.col-offset-quater {
	margin-left: 0px !important;
}

/* responsive embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lazy-iframe-embed-container img {
  cursor: pointer;
}
.lazy-iframe-embed-container iframe {
  display: none;
}

.lazy-iframe-embed-container-loaded img {
  display: none;
}
.lazy-iframe-embed-container-loaded iframe {
  display: block;
}
