html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666666;
cursor: help;
}
mark, ins {
background: #C5E299;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 1.462em;
} ol {
list-style-position: inside;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0;
height: auto !important; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #cccccc #cccccc #bbbbbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
cursor: pointer; -webkit-appearance: button; font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #cccccc #bbbbbb #aaaaaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaaaaa #bbbbbb #bbbbbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #cccccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
outline: 0;
border: 1px dotted #999999;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}  .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
} .menu-toggle {
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-navigation.toggled .nav-menu {
display: block;
}
.main-navigation ul {
display: none;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}  .hentry {
margin: 0 0 1.5em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}  .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.clear {
clear: both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
} .clearfix {
display: block;
} .std-float {
float: left;
margin-right: 35px;
}
.std-float-flipped {
float: right;
margin-left: 35px;
}
.centered {
text-align: center;
}
.hidden {
display: none;
}
.Mgn-0 {
margin: 0;
}
.margin-bottom {
margin-bottom: 35px;
}
.align-top {
padding-top: 0;
}
.list-inline,
.list-inline.list-inline {
list-style-type: none;
}
.list-inline, .list-inline li,
.list-inline.list-inline,
.list-inline.list-inline li {
margin: 0px;
padding: 0px;
display: inline;
}
.list-unstyled {
list-style-image: none;
list-style-type: none;
margin-left: 0;
}
.list-sub {
margin-left: 1.5em;
}
.topless,
.topless.topless {
margin-top: 0;
padding-top: 0;
}
.bottom-pd-0 {
padding-bottom: 0 !important;
}
.float {
float: left;
}
.float-flipped {
float: right;
}
.clear-b {
clear: both;
} #preloader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f5f5f5;
z-index: 9999;
}
#status {
width: 300px;
height: 402px;
position: absolute;
left: 50%;
top: 50%;
margin: -201px 0 0 -150px;
color: #212121;
} .parent {
width: 300px;
margin: 0px auto;
position: absolute;
height: 402px;
z-index: 11;
}
.col1-3.half .parent {
height: 191px;
}
.col1-3.half .parent.text {
top: -1px;
left: 2px;
}
.col2-3 .parent {
width: 620px;
}
.child {
text-align: center;
} .parent {
display: table;
}
.child {
display: table-cell;
vertical-align: middle;
padding: 0 50px;
}
.child span {
text-transform: uppercase;
}  html {
-webkit-font-smoothing: antialiased;
height: 100%;
}
body {
font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
color: #212121;
background: #f5f5f5;
height: 100%;
}
strong {
font-weight: 600;
}
a, a > * {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
*:after, *:before {
padding: 0;
margin: 0;
}
p {
line-height: 21px;
margin: 13px 0px 0 0px;
}
p.small {
font-size: 12px;
line-height: 21px;
}
p.big,
.entry-content,
.entry-content p,
.entry-content ul.unordered-list,
article .hentry ul,
article ul.list,
article ol,
.conmment-content {
font-size: 15px;
line-height: 24px;
}
blockquote {
line-height: 1.5;
padding: 14px 35px 25px;
margin-top: 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
blockquote span {
font-size: 12px;
display: block;
margin-top: 15px;
}
.uppercase {
text-transform: uppercase;
}
p.small.uppercase {
font-size: 11px;
}
a, a:hover, a:visited, a:focus {
text-decoration: none;
color: #212121;
outline: none;
}
.entry-meta a, .entry-meta a:hover, .entry-meta a:visited, .entry-meta a:focus,
.entry-content a, .entry-content a:hover, .entry-content a:visited, .entry-content a:focus {
text-decoration: underline;
color: #8cab4a;
}
#filters .selected {
font-weight: 600;
}
p.form-submit,
p.button {
background-color: #809552;
border-radius: 3px;
display: inline-block;
margin: 20px 5px 0px 0;
padding: 0;
padding-bottom: 3px;
-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
p.button a {
font-size: 15px;
font-weight: 600;
display: inline-block;
padding: 7px 21px 8px 20px;
color: #fff;
font-weight: 600;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
line-height: 21px;
text-decoration: none;
border-radius: 3px;
border: 1px solid #94ad5f;
background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-color: #8da65a;
-o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
}
p.button a:hover {
color: #fff;
text-decoration: none;
}  h1, h2, h3, h4, h5,
.page-title {
line-height: 1.2;
font-weight: 700;
margin: 0px 0px 5px 0px;
padding-bottom: 17px;
padding-top: 26px;
text-transform: uppercase;
border-bottom: 1px solid #dedede;
display: block;
position: relative;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content
.page-title {
border-bottom: none;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
.page-title {
font-size: 36px;
}
h3 {
padding-bottom: 20px;
padding-top: 29px;
line-height: 24px;
}
h4 {
font-size: 18px;
padding-bottom: 20px;
padding-top: 29px;
line-height: 24px;
}
h5 {
font-size: 14px;
padding-bottom: 19px;
padding-top: 29px;
line-height: 24px;
}
h1:before,
h2:before,
h3:before,
h4:before,
h5:before {
background: none repeat scroll 0 0 #dedede;
bottom: -5px;
content: "";
height: 8px;
left: 35px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 8px;
}
.comment-content h1:before, .comment-content
h2:before, .comment-content
h3:before, .comment-content
h4:before, .comment-content
h5:before {
display: none;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after {
background: #f5f5f5;
bottom: -3px;
content: "";
height: 10px;
left: 35px;
margin-left: -1px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 10px;
}
.comment-content h1:after, .comment-content
h2:after, .comment-content
h3:after, .comment-content
h4:after, .comment-content
h5:after {
display: none;
}
#logo {
margin: 0 auto 43px;
line-height: 0;
width: 280px;
z-index: 401;
text-align: center;
font-size: 45px;
font-weight: 700;
text-transform: upercase;
padding: 0;
border: none;
}
#logo:before,
#logo:after {
display: none;
}
.sitename-visible #logo {
line-height: 1;
}
.tagline-visible #logo {
margin-bottom: 6px;
}
#logo a.logo {
display: inline-block;
overflow: hidden;
}
.no-logo #logo {
padding: 0 0.3em;
}
.no-logo #logo a.logo {
height: auto;
}
.tagline {
font-size: 115%;
text-align: center;
margin-bottom: 43px;
text-transform: uppercase;
}  #options ul {
margin: 0;
margin-bottom: 53px;
list-style: none;
display: block;
text-align: left;
width: 100%;
-webkit-transform: translateZ(0);
border-top: 1px solid #ededed;
}
#options li a {
color: #212121;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 600;
text-decoration: none;
text-transform: uppercase;
padding: 19px 35px;
margin: 0px;
position: relative;
border-bottom: 1px solid #ededed;
display: block;
height: 59px;
}
#options li a:hover {
color: #212121;
}
#options li a.selected,
#options li.current_page_item > a,
#options li.current-menu-ancestor > a {
font-weight: 700;
}
#options ul li ul {
border: 0;
margin: 0;
display: none;
}
#nav li ul.opened,
#options ul li.current-menu-parent > ul {
display: block;
}
#options ul li ul li a {
font-size: 14px;
font-weight: 400;
text-decoration: none;
text-transform: none;
padding: 19px 1em 19px 70px;
height: auto;
}
#options ul li ul li a.selected,
#options li li.current_page_item > a {
font-weight: 600;
}  header.site-header {
width: 280px;
position: absolute;
z-index: 29;
padding-top: 63px;
padding-bottom: 43px;
background: #fff;
}
#right-background {
background: #fff;
width: 52px;
right: 0;
top: 0;
position: fixed;
z-index: 30;
height: 100%;
}
#main {
width: 100%;
position: relative;
border-left: 280px solid white;
border-right: 52px solid white;
min-height: 100%;
height: auto;
}
.container {
padding: 0px;
width: 100%;
max-width: 870px;
position: relative;
margin: 0 auto;
padding-bottom: 65px;
padding-top: 40px;
}
.masonry .container {
max-width: 1160px;
}
.two-columns {
width: 580px;
}
#main-content.two-columns,
#main-content-nojs.two-columns {
float: left;
}  .col1-1 {
width: 860px;
height: 280px;
margin: 5px;
position: relative;
}
.col1-3 {
width: 280px;
height: 280px;
margin: 5px;
float: left;
position: relative;
}
.col2-3 {
width: 570px;
height: 570px;
margin: 5px;
float: left;
position: relative;
}
.col2-3.wide {
height: 280px;
}
.col2-3.tall {
width: 280px;
}
.col2-3.auto, .col1-3.auto, .col1-1.auto {
height: auto;
padding-bottom: 30px;
}
.auto.no-padding {
padding: 0;
}
.col1-3.margin-left {
margin-left: 35px;
width: 250px;
}
.col1-3.margin-right {
margin-right: 35px;
width: 250px;
}
.column-count2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
.bottom {
position: absolute;
bottom: 0px;
padding-bottom: 36px;
}
.break {
height: 20px;
position: relative;
display: block;
}
p .break {
height: 13px;
}
.overflow, .element {
overflow: hidden;
}
.element.post {
background-color: #eeeeee;
}
.borderline {
border-top: 1px dotted lightgrey;
height: 1px;
position: relative;
display: block;
margin: 19px 0px 5px 0px;
width: auto;
}  #map {
width: 860px;
height: 400px;
margin: 0;
border: 0;
}
#map:before, #map:after {
background: none;
content: '';
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#map:after {
bottom: 0;
top: auto;
}  .icons {
display: inline-block;
height: 24px;
width: 24px;
z-index: 100;
background: white center no-repeat;
background-size: 24px 24px;
}
nav .icons {
float: right;
margin-top: -2px;
background-color: transparent;
}
.images .icons {
width: 52px;
height: 52px;
position: absolute;
right: 35px;
top: 35px;
} .icons.home {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-home.png);
}
.icons.portfolio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-portfolio.png);
}
.icons.services {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-services.png);
}
.icons.team {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-team.png);
}
.icons.blog {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-blog.png);
}
.icons.contact {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-contact.png);
}
.social li {
background-position: center;
background-repeat: no-repeat;
background-size: 50px 50px;
} .social .linkedin {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-linkedin.png);
}
.social .dribbble {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-dribbble.png);
background-size: 50px 51px;
}
.social .googleplus {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-googleplus.png);
}
.social .twitter {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-twitter.png);
background-size: 50px 51px;
}
.social .facebook {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-facebook.png);
background-size: 50px 51px;
}
.social .behance {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-behance.png);
}
.social .skype {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-skype.png);
background-size: 50px 51px;
}
.social .vimeo {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-vimeo.png);
}
.social .pinterest {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-pinterest.png);
}
.social .flickr {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-flickr.png);
}
.social .youtube {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-youtube.png);
}
.social .tumblr {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-tumblr.png);
}
.social .soundcloud {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-soundcloud.png);
}
.social .paypal {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-paypal.png);
}
.social .instagram {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-instagram.png);
}
.social .dropbox {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-dropbox.png);
} .icons.link {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-link.png);
}
.icons.video {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-video.png);
}
.icons.zoom {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-zoom.png);
}
.icons.map {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-map.png);
}
.icons.slideshow {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-slideshow.png);
}
.icons.camera {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-camera.png);
}
.icons.award {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-award.png);
}
.icons.comment {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-comment.png);
}
.icons.audio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-audio.png);
}
.icons.vector {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-vector.png);
}
.icons.video-camera {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-video-camera.png);
}
.icons.walkman {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-walkman.png);
}
.icons.bag {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-bag.png);
}
.icons.binocular {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-binocular.png);
}
.icons.books {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-books.png);
}
.icons.coffee {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-coffee.png);
}
.icons.film {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-film.png);
}
.icons.help {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-help.png);
}
.icons.microphone {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-microphone.png);
}
.icons.photographer {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-photographer.png);
}
.icons.polaroid {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-polaroid.png);
}
.icons.radio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-radio.png);
}
.icons.recorder {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-recorder.png);
}
.icons.register {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-register.png);
}
.icons.scissor {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-scissor.png);
}
.icons.select {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-select.png);
}
.icons.settings {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-settings.png);
}
.icons.shirt {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-shirt.png);
}
.icons.smartphone {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-smartphone.png);
}
.icons.stationery {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-stationery.png);
}
.icons.television {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-television.png);
}  .multiple-images .images {
margin-bottom: 10px;
}
.images img {
width: 100%;
display: block;
max-width: 100% !important;
z-index: 9;
}
.title,
.subtitle {
z-index: 1001;
position: absolute;
top: 35px;
left: 35px;
width: auto;
cursor: pointer;
pointer-events: none;
background: #fff;
}
.subtitle {
top: 68px !important; }
.title-wrap,
.subtitle-wrap {
overflow: hidden;
position: relative; }
.title-wrap-inner,
.subtitle-wrap-inner {
overflow: hidden;
white-space: nowrap;
color: #212121;
text-transform: uppercase;
padding: 5px 10px 6px 10px !important;
}
.title-wrap-inner {
font-size: 14px;
font-weight: 600;
margin: 0px;
border-bottom: 0;
padding: 3px 10px 5px 10px !important;
line-height: 24px;
}
.title-wrap-inner:before, .title-wrap-inner:after {
background: rgba(222, 222, 222, 0);
}
.subtitle-wrap-inner {
font-size: 12px;
font-weight: 400;
line-height: 18px;
} .ie .title-wrap-inner, .ie .subtitle-wrap-inner {
padding: 5px 10px 5px 10px;
} .teaser {
position: absolute;
bottom: 0px;
left: 0px;
background: #fff;
padding: 18px 25px;
margin: 35px;
width: 210px;
}
.teaser-only-heading {
padding: 15px 25px 18px 25px;
}
.teaser:before {
content: '';
height: 0;
width: 0;
border-width: 8px 8px 8px 8px;
border-style: solid;
border-color: rgba(251, 251, 251, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
position: absolute;
top: -16px;
margin-left: 0px;
border-top-style: inset;
}
.teaser .post-title, .teaser p.small {
padding: 0;
}
.teaser-h4,
.teaser .post-title {
padding-top: 3px;
padding-bottom: 1px;
margin: 0;
border: 0;
}
.teaser .post-title:before {
background: none repeat scroll 0 0 rgba(222, 222, 222, 0);
bottom: -5px;
content: "";
height: 8px;
left: 35px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 8px;
}
.teaser .post-title:after {
background: none;
bottom: -3px;
content: "";
height: 10px;
left: 35px;
margin-left: -1px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 10px;
}
.h-no-decoration:before,
.h-no-decoration:after {
display: none;
}
.title,
.subtitle {
background-color: transparent;
}
.title-wrap,
.subtitle-wrap {
background-color: #fff;
}  ul.unordered-list,
.widget ul,
.hentry ul {
list-style-type: disc;
line-height: 21px;
padding: 13px 0px 0 0px;
margin-left: 18px;
text-align: left !important;
margin-bottom: 0;
}
ul.list {
line-height: 21px;
padding-top: 13px;
}
ol {
list-style-type: decimal;
line-height: 21px;
padding: 13px 0px 0 0px;
margin-left: 28px;
}  #bottom {
height: auto;
position: relative;
padding: 0 35px;
}
#footer {
border-left: 280px solid white;
border-right: 52px solid white;
clear: both;
}  ul.social {
letter-spacing: 0;
margin: 0;
}
.social li {
display: inline-block;
margin: 3px;
}
.social li a {
display: block;
}
ul.social a {
text-indent: -9000px;
text-decoration: none;
height: 52px;
width: 52px;
}  #backtotop {
height: auto;
position: fixed;
right: 0px;
bottom: 63px;
display: none;
z-index: 30;
}
#backtotop ul {
padding: 15px 0px;
list-style: none;
}
#backtotop ul li a {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-up.png) center top no-repeat;
background-size: 24px 24px;
display: block;
width: 52px;
height: 52px;
float: right;
right: 10px;
text-indent: -9000px;
}
#backtotop ul li a:hover {
height: 62px;
} form.wpcf7-form,
#contact {
display: block;
width: auto;
margin: 0;
padding: 0px;
border: none;
margin-top: 25px;
overflow: visible;
} #commentform label,
#contact label {
display: none;
float: none;
height: 0px;
}
textarea,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
width: 273px;
max-width: 100%;
padding: 14px 20px 15px 20px;
font: 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
color: #212121;
border: 1px dotted lightgrey;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
float: none;
display: block;
margin: 0px 0 24px 0;
-webkit-appearance: none;
background: none;
}
.wpcf7-form textarea,
#contact textarea {
margin-bottom: 0px;
margin-right: 0px !important;
resize: none;
}
#respond textarea {
height: 195px;
}
input.submit {
display: inline-block;
position: absolute;
width: auto;
bottom: 40px;
right: 0px;
border: 0px;
padding: 0px;
color: #8d8d8d;
font-size: 13px;
background: none;
cursor: pointer;
}
.form-submit input,
input.button {
font-size: 15px;
font-weight: 600;
display: inline-block;
padding: 7px 21px 8px 20px;
color: #FFF;
font-weight: 600;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
line-height: 21px;
text-decoration: none;
border-radius: 3px;
border: 1px solid #94ad5f;
background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-color: #8DA65A;
-o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0;
}
.wpcf7-form input.submit:hover,
#contact input.submit:hover {
color: #555;
}
.wpcf7-form p.button {
margin-top: 0;
}
.form-submit input:active,
.form-submit input:hover,
.form-submit input:focus,
.wpcf7-form input[type="button"]:active,
.wpcf7-form input[type="reset"]:active,
.wpcf7-form input[type="submit"]:active
.wpcf7-form input[type="button"]:focus,
.wpcf7-form input[type="reset"]:focus,
.wpcf7-form input[type="submit"]:focus
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
border-color: #94AD5F;
box-shadow: none;
outline: 0;
}
::-webkit-input-placeholder {
color: #212121;
}
:-moz-placeholder { color: #212121;
}
::-moz-placeholder { color: #212121;
}
:-ms-input-placeholder {
color: #212121;
}
.wpcf7-form-control-wrap.has-textarea {
float: right;
width: 267px;
}
.wpcf7-form-control-wrap.has-textarea textarea {
height: 195px;
}
input[aria-invalid="true"] {
border-color: red;
margin-bottom: 0;
}
input[aria-invalid="true"] + span {
margin-bottom: 1em;
}
span.wpcf7-not-valid-tip {
font-size: 0.85em;
}
#contact fieldset {
padding-left: 0px;
}
#message {
margin: 0;
padding: 0px;
z-index: 200;
height: auto;
width: 280px;
}
#success_page {
width: 270px;
margin-top: -20px;
position: absolute;
left: 0;
}
.error_message {
display: block;
height: auto;
width: 280px;
color: #8a1f11;
}
.loader {
display: none;
}
.padding-right {
padding-right: 24px;
}
.fixed-height {
display: block;
height: 30px;
position: relative;
}  .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.slides.slides,
.flex-control-nav,
.flex-direction-nav.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
} .flexslider .slides img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
} .slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}  .no-js .slides > li:first-child {
display: block;
} .flexslider {
position: relative;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
}
.carousel li {
margin-right: 5px;
} .flex-direction-nav {
*height: 0;
z-index: 20;
}
.flex-direction-nav a {
margin: 0px 0 0;
z-index: 20;
display: block;
position: absolute;
top: 50%;
margin-top: -24px;
cursor: pointer;
text-indent: -9999px;
opacity: 0;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
display: inline-block;
width: 48px;
height: 48px;
}
.flex-direction-nav .flex-next {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-next.png) center no-repeat;
background-size: 48px 48px;
right: 20px;
border: 0;
}
.flex-direction-nav .flex-prev {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-prev.png) center no-repeat;
background-size: 48px 48px;
left: 20px;
border: 0;
}
.flexslider:hover .flex-next {
opacity: 1;
}
.flexslider:hover .flex-prev {
opacity: 1;
} .flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
display: none !important;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}  .fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #fff;
color: #444;
text-shadow: none; }
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin { }
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/21px "Lora", Georgia, "Times New Roman", Times, serif;
margin: 0;
font-size: 13px;
font-weight: 600;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.balder-art.net/wp-content/themes/bedford/images/ajax-loader2.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -65px;
left: -24px;
margin-left: 50%;
width: 48px;
height: 48px;
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-close.png) center no-repeat;
background-size: 48px 48px;
cursor: pointer;
z-index: 8040;
}
body.admin-bar .fancybox-wrap {
top: 104px !important;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.balder-art.net/wp-content/themes/bedford/blank.gif); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 48px;
height: 48px;
margin-top: -24px;
cursor: pointer;
z-index: 8040;
visibility: visible !important;
}
.fancybox-prev span {
left: 20px;
width: 48px;
height: 48px;
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-prev.png) center no-repeat;
background-size: 48px 48px;
cursor: pointer;
z-index: 8040; }
.fancybox-next span {
right: 20px;
width: 48px;
height: 48px;
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-next.png) center no-repeat;
background-size: 48px 48px;
cursor: pointer;
z-index: 8040; }
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background-color: rgba(0, 0, 0, 0.98);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: 13px/21px "Lora", Georgia, "Times New Roman", Times, serif;
margin: 0;
font-weight: 700;
font-style: italic;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8);
}
.primary-sidebar {
margin-top: 46px;
width: 250px;
float: left;
}
body.blog .primary-sidebar {
margin-top: 30px;
}
body.page-template-page-templatesblog-teaser-boxes-php .primary-sidebar,
body.page-template-page-templatesclassic-blog-php .primary-sidebar,
body .primary-sidebar.topless {
margin-top: 0;
}
body.page-template-page-templatesclassic-blog-php .primary-sidebar .widget-title {
padding: 26px 0 19px;
line-height: 21px;
}
.widget-title {
font-size: 14px;
padding-bottom: 19px;
padding-top: 29px;
line-height: 24px;
margin-bottom: 18px;
}
.entry-meta {
line-height: 21px;
padding: 13px 0px 0 0px;
}
.entry-title-classic {
font-size: 24px;
padding-bottom: 12px;
}
.entry-meta-item:after {
content: "\00B7";
margin: 0 0.25em;
}
.filters .entry-meta-item:nth-last-child(2):after, .entry-meta-item:last-child:after {
content: "";
margin: 0;
}
.entry-meta .tag-links a {
margin-right: 0.25em;
}
.entry-meta .tag-links a:after {
content: ",";
}
.entry-meta .tag-links a:last-child:after {
content: "";
}
.teaser .entry-title {
padding-top: 3px;
padding-bottom: 1px;
margin: 0;
border: 0;
font-size: 18px;
line-height: 24px;
}
.teaser .entry-title:before {
background: none repeat scroll 0 0 rgba(222, 222, 222, 0);
bottom: -5px;
content: "";
height: 8px;
left: 35px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 8px;
}
.teaser .entry-title:after {
background: none;
bottom: -3px;
content: "";
height: 10px;
left: 35px;
margin-left: -1px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
width: 10px;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.is-not-single.type-post {
margin-bottom: 3em;
}
.post-navigation {
border-top: 1px solid #dddddd;
padding-top: 0.5em;
margin-top: 0.5em;
}
.post-navigation a[rel="next"] {
float: right;
}
.post-navigation a[rel="next"]:after {
content: ">>";
margin-left: 0.5em;
position: relative;
top: 1px;
color: #8CAB4A;
}
.post-navigation a[rel="prev"]:before {
content: "<<";
margin-right: 0.5em;
position: relative;
top: 1px;
color: #8CAB4A;
}
.post-navigation .meta-nav {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.paging-navigation {
width: 100%;
text-align: center;
margin-top: 1em;
} .paging-navigation.paging-navigation {
margin-top: 1em;
}
#commentform {
margin-top: 25px;
}
.list-inline-sep:after {
margin-right: 0;
} .portfolio-cat-link.portfolio-cat-link.portfolio-cat-link {
color: black;
text-decoration: none;
}
.portfolio-cat-link.portfolio-cat-link.portfolio-cat-link:hover {
text-decoration: underline;
}
.imgs-column p:first-child {
margin-top: 0;
}
.imgs-grid .col1-3 {
margin-bottom: 0;
}
.imgs-grid .col1-3:nth-child(3n+1) {
margin-left: 0;
}
.imgs-grid .col1-3:nth-child(3n) {
margin-right: 0;
}
.imgs-grid .col1-3:nth-child(3n+1) {
margin-left: 0;
}
.element .edit-link {
position: absolute;
display: block;
background: #FFF;
bottom: 0.5em;
left: 0.5em;
padding: 0 0.3em;
}
.kint {
position: relative;
z-index: 9;
}
.aq-template-wrapper {
margin-left: -5px;
margin-right: -5px;
}
.aq-block,
.aq-block a,
.aq-block p,
.aq-block ul {
font-size: 13px;
line-height: 21px;
}
.aq-block a,
.aq-block a:focus,
.aq-block a:active,
.aq-block a:hover,
.aq-block a:visited {
color: #212121;
text-decoration: none;
}
.aq-block-aq_bdf_services_view_block,
.aq-block-aq_services_row_block {
margin: 30px -5px 25px -5px;
}
.block-gmap img {
max-width: none;
} @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
.linkedin {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-linkedin@2x.png);
}
.dribbble {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-dribbble@2x.png);
}
.googleplus {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-googleplus@2x.png);
}
.twitter {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-twitter@2x.png);
}
.facebook {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-facebook@2x.png);
}
.behance {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-behance@2x.png);
}
.skype {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-skype@2x.png);
}
.pinterest {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-pinterest@2x.png);
}
.flickr {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-flickr@2x.png);
}
.vimeo {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-vimeo@2x.png);
}
.youtube {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-youtube@2x.png);
}
.tumblr {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-tumblr@2x.png);
}
.soundcloud {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-soundcloud@2x.png);
}
.paypal {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-paypal@2x.png);
}
.instagram {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-instagram@2x.png);
}
.dropbox {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons-social/bg-dropbox@2x.png);
}
.icons.home {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-home@2x.png);
}
.icons.portfolio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-portfolio@2x.png);
}
.icons.services {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-services@2x.png);
}
.icons.team {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-team@2x.png);
}
.icons.blog {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-blog@2x.png);
}
.icons.contact {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-contact@2x.png);
}
.icons.link {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-link@2x.png);
}
.icons.video {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-video@2x.png);
}
.icons.zoom {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-zoom@2x.png);
}
.icons.map {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-map@2x.png);
}
.icons.slideshow {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-slideshow@2x.png);
}
.icons.camera {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-camera@2x.png);
}
.icons.award {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-award@2x.png);
}
.icons.comment {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-comment@2x.png);
}
.icons.audio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-audio@2x.png);
}
.icons.vector {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-vector@2x.png);
}
.icons.video-camera {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-video-camera@2x.png);
}
.icons.walkman {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-walkman@2x.png);
}
.icons.bag {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-bag@2x.png);
}
.icons.binocular {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-binocular@2x.png);
}
.icons.books {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-books@2x.png);
}
.icons.coffee {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-coffee@2x.png);
}
.icons.film {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-film@2x.png);
}
.icons.help {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-help@2x.png);
}
.icons.microphone {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-microphone@2x.png);
}
.icons.photographer {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-photographer@2x.png);
}
.icons.polaroid {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-polaroid@2x.png);
}
.icons.radio {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-radio@2x.png);
}
.icons.recorder {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-recorder@2x.png);
}
.icons.icons.register {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-register@2x.png);
}
.icons.scissor {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-scissor@2x.png);
}
.icons.select {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-select@2x.png);
}
.icons.settings {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-settings@2x.png);
}
.icons.shirt {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-shirt@2x.png);
}
.icons.smartphone {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-smartphone@2x.png);
}
.icons.stationery {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-stationery@2x.png);
}
.icons.television {
background-image: url(//www.balder-art.net/wp-content/themes/bedford/images/icons/bg-television@2x.png);
}
#backtotop ul li a {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-up@2x.png) center top no-repeat;
background-size: 24px 24px;
}
.flex-direction-nav .flex-next {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-next@2x.png) center no-repeat;
background-size: 48px 48px;
}
.flex-direction-nav .flex-prev {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-prev@2x.png) center no-repeat;
background-size: 48px 48px;
}
.fancybox-close {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-close@2x.png) center no-repeat;
background-size: 48px 48px;
}
.fancybox-prev span {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-prev@2x.png) center no-repeat;
background-size: 48px 48px;
}
.fancybox-next span {
background: url(//www.balder-art.net/wp-content/themes/bedford/images/bg-next@2x.png) center no-repeat;
background-size: 48px 48px;
}
}
@media only screen and (max-width: 959px) {
#backtotop {
display: none !important;
}
}
@media only screen and (min-width: 1230px) and (max-width: 1519px) {
.container,
.masonry .container {
max-width: 870px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
.container,
.masonry .container {
max-width: 580px;
}
.col1-1, #map {
width: 570px;
}
}
@media only screen and (max-width: 959px) {
#main {
border-left: none;
border-right: none;
}
header.site-header {
position: relative;
width: 100%;
padding-top: 43px;
padding-bottom: 33px;
}
h1#logo {
margin-bottom: 23px;
}
#right-background, #responsive-nav {
display: none;
}
#nav-button {
background-color: #809552;
border-radius: 3px;
display: inline-block;
padding: 0;
height: 48px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin: 0 auto;
position: absolute;
right: 20px;
top: 20px;
z-index: 10000;
}
#nav-button a {
display: inline-block;
padding: 11px 15px;
color: #fff;
border-radius: 3px;
border: 1px solid #94ad5f;
background-image: linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -o-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -moz-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -webkit-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-image: -ms-linear-gradient(bottom, #8da65a 0%, #9bb564 100%);
background-color: #8da65a;
-o-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-moz-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-webkit-text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
height: 45px;
margin-bottom: 20px;
}
.nav-bar {
background-color: #fff;
border-radius: 1px;
display: block;
width: 25px;
height: 3px;
margin: 3px auto;
-o-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
}
#options ul {
margin-bottom: 33px;
}
.imgs-grid .col1-3:nth-child(3n) {
margin-right: 5px;
}
.imgs-grid .col1-3:nth-child(3n+1) {
margin-left: 5px;
}
.imgs-grid .col1-3:nth-child(2n) {
margin-right: 0;
}
.imgs-grid .col1-3:nth-child(2n+1) {
margin-left: 0;
}
} @media only screen and (min-width: 768px) and (max-width: 959px) {
.container {
width: 580px;
max-width: 580px;
}
.col1-1, #map {
width: 570px;
}
.medium-col1-3 {
width: 280px !important;
}
.column-count2 {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
}
.medium-one-column {
width: 290px;
}
} @media only screen and (max-width: 767px) {
.imgs-grid.imgs-grid .col1-3 {
margin: 5px;
}
}  @media only screen and (max-width: 767px) {
.container, .two-columns {
width: 290px;
max-width: 290px;
}
.col1-1, .col2-3, #map {
width: 280px;
height: 280px;
}
.col2-3.wide {
height: auto;
}
.column-count2 {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0px;
}
.col1-3.margin-left {
margin-left: 5px;
width: 280px;
}
.col1-3.margin-right {
margin-right: 5px;
width: 280px;
}
}