/*

 Theme Name:   Brookmere

 Theme URI:    http://www.onni.com/brookmere

 Description:  Brookmere by Onni Group 2015

 Author:       Cynthia Tay

 Author URI:   http://www.rabbitwebconsulting.com

 Template:     twentyfourteen

 Version:      1.0.0

 Tags:         brookmere, onni group, responsive

 Text Domain:  brookmere

*/





@import url("main.css");





/* =Theme customization starts here

-------------------------------------------------------------- */


@-moz-document url-prefix() {
    .home #main #secondary .col-sm-4 .home-box p {
      width: 90%;
    }
}

.home #main #terciary .col-sm-4 #home-onni {
	text-align: center;
}

.home #main #terciary .col-sm-4 #home-onni img {
	max-width:250px;
	width: 100%;
	margin-top: 30px;
}

#footer .top .social-icons {
  padding-left: 10px;
}

@media (max-width: 600px) {
  #footer .top .social-icons {
    padding-left: 0px;
  }

  .social__li:first-child {
    padding-left: 0;
  }
}

.social {
  position: relative;
  top: 4px;
}

.social__ul {
  display: inline-block;
	margin: 0;
	padding: 0;
}

.social__li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
}

.social__a {
  transition: opacity 0.3s;
  display: inline-block;
  width: 24px;
  opacity: 1;
}

.social__a path {
  transition: fill 0.3s;
}

.social__a:hover {
  opacity: 0.55;
}

.social__qr {
  transition: opacity .3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  background-color: #fff;
  width: 162px;
  height: 162px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 4px;
}

.social__qr img {
	max-width: 100%;
}

.social__qr.is-active {
  opacity: 1;
  pointer-events: auto;
}

.social__qr:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7.5px;
}

.social .ratio {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}

.social .ratio--square {
  padding-bottom: 100%;
}

.social .ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.social .ratio svg * {
	fill: #fff;
}
