#social_container a.social-import {
	opacity: 1;
}

#site_title {
    -webkit-backface-visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
    visibility: inherit;
    opacity: 1;
}

/* .ot-title {
margin: 0.25rem auto 0.75rem auto;
font-weight: 600;
font-size: 1.075rem;
text-align: center;
color: #1C9B9D;
}
div.ot-dtp-picker {
background: #262626;
position: relative;
width: 12.5rem;
padding: 0.75rem;
border-radius: 3px;
}
*/

/* 
nav.theme{
	text-transform: lowercase;
}
*/

nav.theme ul.l1>li,
nav.theme ul.l2 li{
font-size: 14px;
}

main.wrap-in > .cf{overflow-x: hidden;}

.cssbox-center{
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 45%;
  left: 50%;
}

blockquote {
color: #EB5B25;
}

blockquote p:before {
    content: "";
    margin-left: -11px
}

blockquote p:after {
    content: "";
    margin-left: 1px
}

a[href^="tel"] {
color: inherit;
text-decoration: none;
}

a[href^="tel:"] {
color: #fff;
text-decoration: none;
}

.inner-icon {
	opacity: .6;
}

/* h3 for tightening spacing after h3 headers like titles in sidebar
*/
h3 { 
  margin-bottom:0em;
    line-height: 1;
}

/* space before source of pullquote
*/
.pullquote-source {
padding-top: 0.55em;
font-size: 0.65em;
text-align: right;
font-style: normal;
}

/* color of pullquote to match Duck Inn darker gray */
.pullquote {
color: #807F82;
}
