/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/



/* CTAs */
.quickaccess {
  display: block;
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 1000;
  border-radius: 5px;
  /*border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 50px;
}
.quickaccess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
.quickaccess ul li {
  padding: 0;
  margin: 0;
}
.quickaccess ul li a {
  display: block;
  background: 0;
  color: #516772;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 30px;
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
  margin-bottom: 5px;
}
.quickaccess ul li a span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: bold;
  -webkit-hyphens: auto;
	  -ms-hyphens: auto;
		  hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}

.scroll-top.on {
    right: 29px;
}

.scroll-top {
    border-radius: 5px;
}

@media (max-width: 1100px) {
  .quickaccess {
	width: 100%;
	left: 0px;
	bottom: 0px;
	-webkit-transform: none;
			transform: none;
	top: auto;
	border-radius: 3px;
  }
  .quickaccess ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
  }
  .quickaccess ul li {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
			flex: 1 1 100%;
	position: relative;
  }
  .quickaccess ul li a {
	padding: 10px 20px;
  }
  .quickaccess ul li a img {
	height: 20px;
	width: 40px;
	margin-bottom: 2px;
  }
  .quickaccess ul li:after {
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
  }
  .scroll-top {
	  bottom: 50px !important;
  }
  #bottom-bar {
      margin-bottom: 60px !important;
  }
  }