.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/images/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-theme .owl-controls{} .owl-theme .owl-buttons {
text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
font-family: 'FontAwesome';
font-size: 16px;
text-align: center;
line-height: 32px;
height: 32px;
width: 38px;
display: inline-block;
border-width: 1px;
border-style: solid;
*display: inline; *zoom: 1;
position: absolute;
top: -85px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
right: 45px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
content: "\f104";
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
content: "\f105";
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
text-decoration: none;
} .owl-theme .owl-pagination {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 8px;
height: 8px;
border-width: 2px;
border-style: solid;
margin: 0px 5px;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; -icab-border-radius: 6px; border-radius: 6px; -opera-border-radius: 6px;
-o-border-radius: 6px;
-border-radius: 6px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/images/AjaxLoader.gif) no-repeat center center
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}@font-face {
font-family: 'FontAwesome';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
html {
width: 100%;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font: normal 400 13px/1 'ralewaysemibold', Arial, sans-serif;
word-wrap: break-word;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
display: block;
}
ol {
list-style: inside decimal;
}
ul {
list-style: inside disc;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
blockquote {
background: none repeat scroll 0 0 #EEEEEE;
border-left: 5px solid #f68a15;
font-style: italic;
margin: 10px 0;
padding: 10px 15px 5px;
quotes: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
border-bottom: 1px solid #f68a15;
margin: 15px 0;
width:100%;
}
td {
border: 1px solid #f68a15;
padding: 10px;
}
th {
background: none repeat scroll 0 0#f68a15;
border: 1px solid #f68a15;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
text-transform: uppercase;
}
th a {
color: #FFFFFF;
}
cite, em, i {
font-style: italic;
}
pre, code, kbd {
background-color: #EEEEEE;
font-family: monospace;
font-size: 13px;
line-height: 20px;
}
pre {
padding: 18px;
overflow: auto;
white-space:pre-wrap;
margin: 10px 0;
}
ins {
background: none repeat scroll 0 0 #EEEEEE;
}
dt {
font-weight: bold;
line-height: 1.4;
}
dd {
margin-bottom: 20px;
line-height: 1.4;
}
address {
margin: 0 0 15px;
display: block;
line-height: 20px;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #f68a15;
cursor: help;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sub {
top: 2px;
}
embed, iframe, object {
max-width: 100%;
}
figure {
display: inline-block;
padding: 10px;
text-align: center;
width: 22%;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
max-width: 100%;
text-decoration: none;
} ins {
background-color: #ff9;
color: #000;
text-decoration: none;
} mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
a:focus, input:focus, select:focus, textarea:focus {
outline: 0;
}
img{
max-width: 100%;
border: 0;
-ms-interpolation-mode: bicubic;
}
input, textarea {
-webkit-appearance: none;
-moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; -icab-border-radius: 0px; border-radius: 0px; -opera-border-radius: 0px;
-o-border-radius: 0px;
-border-radius: 0px;
}
audio {
max-width: 100%;
}
@-ms-viewport{
width: device-width;
} .clear {
display: block;
width: 100%;
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
font: 400 0px/0px Arial;
}
.wrapper, .clearfix, .column-container, .gutter, .meta, .comment-body {
*zoom: 1;
}
.clearfix:before, .clearfix:after, .column-container:before, .column-container:after, .meta:before, .meta:after, .comment-body:before, .comment-body:after {
content: '';
display: block;
width: 100%;
height: 0px;
overflow: hidden;
visibility: hidden;
text-indent: -99999px;
}
.clearfix:after, .column-container:after, .meta:after, .comment-body:after {
clear: both;
}
.container {
margin: 0 auto;
width: 1170px;
}
.gutter {
margin-left: 15px;
margin-right: 15px;
}
.contact-form-columns {
margin-left: 8px;
margin-right: 8px;
}
.contact-form-columns .gutter {
margin-left: 7px;
margin-right: 7px;
}
.fullwidth {
display: block;
width: 100%;
}
.column-container .column-1-12,
.column-container .column-2-12,
.column-container .column-1-5,
.column-container .column-3-12,
.column-container .column-4-12,
.column-container .column-5-12,
.column-container .column-6-12,
.column-container .column-7-12,
.column-container .column-8-12,
.column-container .column-9-12,
.column-container .column-10-12,
.column-container .column-11-12,
.column-container .column-12-12 {
float: left;
}
.column-1-12 {
width: 8.333333333333333%;
}
.column-2-12 {
width: 16.66666666666667%;
}
.column-1-5 {
width: 20%;
}
.column-3-12 {
width: 25%;
}
.column-4-12 {
width: 33.33333333333333%;
}
.column-5-12 {
width: 41.66666666666667%;
}
.column-6-12 {
width: 50%;
}
.column-7-12 {
width: 58.33333333333333%;
}
.column-8-12 {
width: 66.66666666666667%;
}
.column-9-12 {
width: 75%;
}
.column-10-12 {
width: 83.33333333333333%;
}
.column-11-12 {
width: 91.66666666666667%;
}
.column-12-12 {
width: 100%;
}
.left, .column-container .left {
float: left;
}
.right, .column-container .right {
float: right;
}
.center, .column-container .center {
float: none;
margin-left: auto;
margin-right: auto;
}  .color-white, .menu-top .current-menu-item a, .menu-top .current_page_item a, .menu-top .current-menu-item a:hover, .menu-top .current_page_item a:hover, .menu-top .current-menu-item a.hover, .menu-top .current_page_item a.hover, .menu-top-mob a, .menu-tabs a:hover, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover, .menu-tabs a:hover .fa, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover .fa, .article-image .fa, .section-overlay, .welcome-carousel, .button, .wpcf7-submit, #submit, .section-overlay .button:hover, .section-subscribe, .pagination a, .pagination a:hover, .social-links a, .social-links a:hover, .contact-info .social-links a, .contact-info .social-links a:hover, .section-overlay h4, .menu-filter .current-menu-item a, .menu-filter .current_page_item a, .menu-filter .current-menu-item a:hover, .menu-filter .current_page_item a:hover, .progress-bar li, .ui-progressbar, .footer h1 span, .footer h1 a:hover span, .footer h3 {
color: #ffffff;
}
.border-white, .owl-theme .owl-controls .owl-page span, .subscribe .button {
border-color: #ffffff;
}
.bg-white, html, body, .wpcf7-text, .wpcf7-textarea, .comment-form #author, .comment-form #email, .comment-form #url, .comment-form #comment, .searchform, .header, .menu-top .sub-menu, .menu-top .children, .owl-theme .owl-controls .owl-page.active span, .icon-menu {
background-color: #ffffff;
} .color-gray, html, body, .meta, .contact-info a {
color: #606060;
}
.wellcome-user, .wpcf7-form .label label, .comment-form p label {
color: #b1b1b1;
}
.color-gray-dark, .header h1 span, h2, h2 a, h3, h4, .welcome-carousel h6 .x-large, .menu-top a, .menu-top .current-menu-item .sub-menu a, .menu-top .current_page_item .sub-menu a, .menu-top .current-menu-item .children a, .menu-top .current_page_item .children a, .menu-tabs a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .social a:hover, .wpcf7-text, .wpcf7-textarea, .comment-form #author, .comment-form #email, .comment-form #url, .comment-form #comment, .searchform #s, .button:hover, .wpcf7-submit:hover, #submit:hover, .read-more:hover, .testimonial .author-name, .contact-info-label, .meta a, .tags span, .comment-body .fn, .comment-body .comment-reply-link, .project-title, .project-title a, .menu-filter a, .italic-large {
color: #121212;
}
.top-bar, .top-bar a, .search-form .search-field, .article-team h2, .article-team h2 a {
color: #41403f;
}
.section-subtitle {
color: #535353;
}
.section-overlay .section-subtitle {
color: #cacaca;
}
.sidebar-block, .sidebar-block a {
color: #6c6a6a;
}
.meta-sidebar, .comment-body .comment-meta, .comment-body .comment-meta a {
color: #c7c7c7;
}
.tags, .tags a {
color: #888787;
}
.footer, .footer a, .footer .copyright-bar a:hover, .copyright-bar a:hover, .footer .social a:hover {
color: #a4b0b6;
}
.copyright-bar {
color: #64696c;
}
.border-gray {
border-color: #606060;
}
.subscribe .button:hover {
border-color: #121212;
}
.top-bar, .owl-theme .owl-controls.clickable .owl-page:hover span, .partners-carousel, .partners-carousel:before, .partners-carousel:after, .commentlist, .commentlist li, .meta, .menu-tabs, .menu-tabs li, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav li, .accordion, .accordion h3, .ui-accordion .ui-accordion-header, .ui-accordion-content-active, .searchform, .popular-posts li, .sidebar-block .widget ul li, .sidebar-block ul li, .menu-filter, .menu-filter li {
border-color: #ededed;
}
.wpcf7-text, .wpcf7-textarea, .comment-form #author, .comment-form #email, .comment-form #url, .comment-form #comment {
border-color: #f2f2f2;
}
.bg-gray, .pagination a.current-page {
background-color: #606060;
}
.search-form {
background-color: #ededed;
}
.section-about {
background-color: #f8f8f8;
}
.social-links a {
background-color: #d0d0d0;
}
.pagination a, .footer {
background-color: #222d34;
}
.welcome-carousel, .copyright-bar {
background-color: #20262a;
} .color-black {
color: #000000;
}
.border-black {
border-color: #000000;
}
.bg-black {
background-color: #000000;
} .color-orange, a, h1, h2 a:hover, .top-bar a:before, .top-bar a:hover, .icon-menu, .menu-top a:hover, .menu-top .sub-menu a:hover, .menu-top .children a:hover, .menu-top .current-menu-item .sub-menu a:hover, .menu-top .current_page_item .sub-menu a:hover, .menu-top .current-menu-item .children a:hover, .menu-top .current_page_item .children a:hover, .menu-top a.hover, .menu-top .sub-menu a.hover, .menu-top .children a.hover, .menu-top .current-menu-item .sub-menu a.hover, .menu-top .current_page_item .sub-menu a.hover, .menu-top .current-menu-item .children a.hover, .menu-top .current_page_item .children a.hover, .menu-tabs a .fa, .ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa, .social a, .contact-info a:hover, .meta a:hover, .meta .fa, .tags a:hover, .comment-body .comment-reply-link:hover, .sidebar-block a:hover, .project-title a:hover, .menu-filter a:hover, .sub-title, .member-post, .article-team h2 a:hover, .footer a:hover, .footer h1 a, .menu-footer .current-menu-item a, .menu-footer .current_page_item a, .copyright-bar a {
color: #f68a15;
}
.border-orange, .menu-tabs .current-menu-item a, .menu-tabs .current_page_item a, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .menu-tabs a:hover, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover, .menu-tabs .current-menu-item a:after, .menu-tabs .current_page_item a:after, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after {
border-color: #f68a15;
}
.menu-top .sub-menu, .menu-top .children, .button, .wpcf7-submit, #submit, .icon-menu {
border-color: #ef8e10;
}
.menu-top-mob li {
border-color: #f49a24;
}
.bg-orange, .menu-top .current-menu-item a, .menu-top .current_page_item a, .menu-top-mob a, .button, .wpcf7-submit, #submit, .get-quote-block .button:hover, .social-links a:hover, .pagination a:hover, .menu-filter .current-menu-item a, .menu-filter .current_page_item a, .progress-bar li .ui-progressbar-value, .ui-progressbar .ui-progressbar-value {
background-color: #ef8e10;
}
.menu-tabs a:hover, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
background-color: #f68a15;
} @font-face {
font-family: 'ralewaysemibold';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.eot);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.eot?#iefix) format('embedded-opentype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.woff2) format('woff2'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.woff) format('woff'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.ttf) format('truetype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-semibold-webfont.svg#ralewaysemibold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ralewaybold';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.eot);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.woff2) format('woff2'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.woff) format('woff'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.ttf) format('truetype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-bold-webfont.svg#ralewaybold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ralewayextrabold';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.eot);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.woff2) format('woff2'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.woff) format('woff'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.ttf) format('truetype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/raleway-extrabold-webfont.svg#ralewayextrabold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bitterbold';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.eot);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.woff2) format('woff2'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.woff) format('woff'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.ttf) format('truetype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-bold-webfont.svg#bitterbold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bitteritalic';
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.eot);
src: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.eot?#iefix) format('embedded-opentype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.woff2) format('woff2'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.woff) format('woff'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.ttf) format('truetype'),
url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/css/fonts/bitter-italic-webfont.svg#bitteritalic) format('svg');
font-weight: normal;
font-style: normal;
} p, .accordion, .welcome-text, .section-subtitle, .get-quote-block, .testimonial .quotes, .subscribe, .article-we-do, .commentlist, .sidebar-block {
line-height: 1.5;
}
.bold, b {
font-family: 'bitterbold';
font-weight: normal;
font-style: normal;
}
.italic, i {
font-family: 'bitteritalic';
font-weight: normal;
font-style: normal;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
} h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
font-family: 'bitterbold';
font-size: 30px;
line-height: 1;
text-transform: uppercase;
}
.footer h1 {
margin-bottom: 10px;
}
h2 {
font-family: 'ralewayextrabold';
font-size: 24px;
line-height: 1;
text-transform: uppercase;
margin-bottom: 20px;
}
.article-we-are h2 {
font-size: 18px;
margin-bottom: 15px;
text-transform: none;
}
.article-we-do h2 {
font-size: 18px;
}
.article-latest-news h2, .article-service h2 {
font-size: 16px;
}
.article-welcome h2 {
margin-bottom: 7px;
}
.article-about h2 {
font-family: 'ralewaybold';
font-size: 18px;
text-transform: none;
}
.article-team h2 {
font-family: 'ralewaybold';
font-size: 16px;
text-transform: none;
margin-bottom: 7px;
}
h3 {
font-family: 'ralewaybold';
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 20px;
}
.comments h3 {
margin-bottom: 25px;
margin-top:15px;
}
.sidebar-container h3{
margin-bottom: 30px;
}
.footer h3 {
font-family: 'ralewayextrabold';
font-size: 16px;
}
h4 {
font-family: 'ralewayextrabold';
font-size: 24px;
text-transform: uppercase;
margin-bottom: 20px;
}
.section-page-title h4 {
font-family: 'ralewaysemibold';
font-size: 22px;
line-height: 30px;
text-align: center;
text-transform: none;
margin-bottom: 0;
}
.section-testimonials h4, .section-latest-news h4, .section-faq h4 {
margin-bottom: 50px;
}
.starting-point h4 {
font-size: 28px;
}
.section-testimonials h4 {
padding-right: 100px;
}
.section-contact h4 {
font-size: 18px;
margin-bottom: 35px;
}
.section-contact h4 .fa:before {
margin-right: 13px;
}
.section-faq h4 {
text-align: center;
}
.section-team h4 {
margin-bottom: 15px;
}
h5 {}
h6 {
font-family: 'ralewayextrabold';
font-size: 36px;
line-height: 1;
text-transform: uppercase;
margin-bottom: 10px;
}
h6 .x-large {
font-size: 48px;
}
h6 .xx-large {
font-size: 60px;
}
.welcome-carousel h6 span {
display: block
} nav ol, nav ul, aside ol, aside ul, .menu-tabs, .header ol, .header ul, .footer ol, .footer ul, .social, .social-links, .commentlist, .menu-filter, .filter, .progress-bar {
list-style: outside none;
} .commentlist {
border-bottom-width: 1px;
border-bottom-style: solid;
margin-bottom: 40px;
}
.commentlist .comment{
border-top-style: solid;
border-top-width: 1px;
list-style: outside none none;
padding-top: 25px;
width:100%;
}
.comment-body {
position: relative;
}
.comment-body .comment-author img {
float: left;
margin: 0 25px 25px;
}
.comment-respond {
margin-top:40px;
}
.comment-body .says {
display: none;
}
.comment-body .fn, .comment-body .comment-meta, .comment-body p, .comment-body .reply {
display: block;
padding-left: 0px;
}
.comment-body .fn, .comment-body .comment-meta {
padding-right: 75px;
}
.comment-body .reply {
font-family: 'ralewaybold';
text-align: right;
line-height: 1.6;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.comment-body .fn {
font-family: 'ralewaybold';
font-size: 14px;
font-weight: normal;
font-style: normal;
}
.comment-body .comment-meta {
font-family: 'bitteritalic';
font-size: 14px;
margin-bottom: 10px;
} .wpcf7-form .outerwrapp{
padding: 0 20px;
overflow: hidden;
*zoom: 1;
_padding: 0;
}
.wpcf7-form .innerwrapp{
position: relative;
left: -20px;
_left: 0
}
.wpcf7-form .label, .comment-form p {
margin-bottom: 16px;
position: relative;
}
.wpcf7-form .label label, .comment-form p label {
white-space: nowrap;
word-wrap: normal;
position: absolute;
top: 0;
left: 0;
border-color: transparent;
background-color: transparent;
z-index: 1;
}
.wpcf7-text, .wpcf7-textarea {
_padding: 15px 0;
_width: 99%
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-form .label label, .comment-form p label, .comment-form #author, .comment-form #email, .comment-form #url, .comment-form #comment {
font-family: 'ralewaysemibold';
font-size: 13px;
line-height: 18px;
display: block;
border-style: solid;
border-width: 1px;
width: 100%;
padding: 15px 19px;
cursor: text;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-form .label label {
width: 90%;
}
.wpcf7-text, .comment-form #author, .comment-form #email, .comment-form #url {
height: 18px;
}
.wpcf7-textarea, .comment-form #comment {
height: 234px;
resize: none;
overflow: auto;
}  .search-form, .search-form .search-field {
font-family: 'ralewaysemibold';
font-size: 14px;
line-height: 20px;
height: 20px;
}
.search-form {
position: relative;
width: 140px;
padding: 7px 40px 7px 20px;
-moz-border-radius: 17px; -webkit-border-radius: 17px; -khtml-border-radius: 17px; -icab-border-radius: 17px; border-radius: 17px; -opera-border-radius: 17px;
-o-border-radius: 17px;
-border-radius: 17px;
}
.search-form .search-field {
width: 100%;
margin: 0;
padding: 0;
border: 0 none;
background: transparent;
}
.search-form .icon-search {
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
} .searchform, .searchform label, .searchform #s {
font-family: 'ralewaysemibold';
font-size: 13px;
line-height: 17px;
height: 17px;
}
.searchform {
position: relative;
border-width: 1px;
border-style: solid;
padding: 15px 45px 15px 25px;
-moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; -icab-border-radius: 2px; border-radius: 2px; -opera-border-radius: 2px;
-o-border-radius: 2px;
-border-radius: 2px;
}
.searchform label, .searchform #s {
cursor: text;
}
.searchform label {
display: block;
position: absolute;
overflow: hidden;
top: 15px;
bottom: 15px;
left: 25px;
right: 45px;
white-space: nowrap;
word-wrap: normal;
z-index: 1;
}
.searchform #s {
width: 100%;
margin: 0;
padding: 0;
border: 0 none;
background: transparent;
}
.searchform #searchsubmit {
position: absolute;
top: 50%;
right: 20px;
margin-top: -7px;
} .comment-form p {
line-height: 1;
margin-right: 40px;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
width: 50%;
}
.comment-form p.form-submit {
margin: 0;
} .button, .wpcf7-submit, #submit {
font-family: 'ralewayextrabold';
font-size: 13px;
text-transform: uppercase;
text-align: center;
display: block;
border-width: 2px;
border-style: solid;
margin: 0;
cursor: pointer;
}
a.button {
width: 150px;
line-height: 13px;
padding: 13px 0;
}
input.button, .wpcf7-submit, #submit {
width: 154px;
height: 43px;
padding: 0;
}
.button:hover, .wpcf7-submit:hover, #submit:hover, .get-quote-block .button, .subscribe .button {
background-color: transparent;
}
.read-more {
font-family: 'ralewaybold';
font-size: 12px;
line-height: 1;
text-transform: uppercase;
} .top-bar .icon-envelope:before, .top-bar .icon-phone:before {
font-family: 'FontAwesome';
margin-right: 7px;
}
.top-bar .icon-envelope:before {
content: "\f003";
}
.top-bar .icon-phone:before {
content: "\f095";
}
input.icon-search, #searchsubmit {
cursor: pointer;
}
.icon-search, #searchsubmit {
display: block;
width: 14px;
height: 14px;
line-height: 14px;
font-size: 0px;
overflow: hidden;
margin: 0;
padding: 0;
border: 0 none;
background: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/images/search.png) no-repeat 50% 50% transparent;
}
.author-avatar, .author-avatar img, .comment-author img {
display: block;
width: 62px;
height: 62px;
overflow: hidden;
-moz-border-radius: 31px; -webkit-border-radius: 31px; -khtml-border-radius: 31px; -icab-border-radius: 31px; border-radius: 31px; -opera-border-radius: 31px;
-o-border-radius: 31px;
-border-radius: 31px;
} .tabs-container, .ui-tabs {
padding: 0;
}
.menu-tabs, .ui-tabs .ui-tabs-nav {
font-family: 'ralewayextrabold';
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
padding: 0;
border-right-width: 1px;
border-right-style: solid;
}
.menu-tabs li, .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
width: auto;
float: none;
display: block;
margin: 0;
padding: 0;
white-space: normal;
border-top-width: 1px;
border-top-style: solid;
}
.menu-tabs li:first-child, .ui-tabs .ui-tabs-nav li:first-child {
border-top: 0 none;
}
.menu-tabs li.first-child, .ui-tabs .ui-tabs-nav li.first-child {
border-top: 0 none;
}
.menu-tabs a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
width: auto;
float: none;
display: block;
position: relative;
margin: 0 -1px 0 0;
padding: 25px 25px 25px 30px;
border-left-width: 5px;
border-left-style: solid;
border-right-width: 2px;
border-right-style: solid;
border-color: transparent;
cursor: pointer;
}
.menu-tabs a .fa, .ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa {
font-size: 20px;
line-height: 1;
text-align: center;
width: 40px;
margin-right: 15px;
}
.menu-tabs .current-menu-item a, .menu-tabs .current_page_item a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
cursor: default;
}
.sub-menu .current-menu-item a, .children .current-menu-item a {
color:#f68a15;
}
.menu-tabs .current-menu-item a:after, .menu-tabs .current_page_item a:after, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after {
content: '';
display: block;
width: 0px;
height: 0px;
border-right-width: 12px;
border-top-width: 6px;
border-right-width: 6px;
border-left-width: 0px;
border-style: solid;
border-top-color: transparent;
border-bottom-color: transparent;
position: absolute;
right: 0;
top: 50%;
margin: -6px 0 0 0;
}
.tab-content, .ui-tabs .ui-tabs-panel {
padding: 0;
} .accordion {
border-top-width: 1px;
border-top-style: solid;
}
.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-content {
padding: 0;
margin: 0;
}
.accordion h3, .ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-icons {
font-size: 16px;
line-height: 21px;
text-transform: none;
padding-top: 17px;
padding-bottom: 17px;
cursor: pointer;
}
.ui-accordion .ui-accordion-content {
padding-bottom: 17px;
}
.accordion h3,
.ui-accordion .ui-accordion-header,
.ui-accordion-content-active {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.accordion h3.ui-accordion-header-active,
.accordion h3.ui-state-active,
.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.ui-accordion .ui-accordion-header.ui-state-active {
border-bottom: 0 none;
}
.accordion h3 {
position: relative;
}
.accordion h3:after {
font-family: 'FontAwesome';
content: "\f067";
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
position: absolute;
right: 0;
top: 50%;
margin-top: -10px;
}
.accordion h3.ui-accordion-header-active:after,
.accordion h3.ui-state-active:after {
content: "\f068";
} .progress-bar li, .ui-progressbar {
font-size: 11px;
line-height: 16px;
height: auto;
position: relative;
}
.progress-bar li, .progress-bar .ui-progressbar {
margin-bottom: 20px;
}
.progress-bar li:last-child, .progress-bar .ui-progressbar:last-child {
margin-bottom: 0;
}
.progress-bar li, .ui-progressbar, .bar-title {
overflow: hidden;
}
.progress-bar li .ui-progressbar-value, .ui-progressbar .ui-progressbar-value {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: 0;
margin: 0;
z-index: 1;
}
.progress-bar li .bar-title, .ui-progressbar .bar-title, .progress-bar li .bar-progress, .ui-progressbar .bar-progress {
position: relative;
z-index: 2;
}
.progress-bar li .bar-title, .ui-progressbar .bar-title {
display: block;
padding: 5px 13px;
}
.progress-bar li .bar-progress, .ui-progressbar .bar-progress {
white-space: nowrap;
word-wrap: normal;
text-align: right;
display: block;
height: 16px;
padding: 0px 13px 0 0;
width: 27px;
position: absolute;
left: 0;
top: 50%;
margin: -8px 0 0 -40px;
} .sidebar-block .widget {
margin-bottom: 30px;
}
.footer aside, .footer aside p, .footer .widget, .footer .widget p, .footer .no-widget, .footer .no-widget p {
line-height: 1.6;
}
.sidebar-block .recentcomments {
padding-bottom: 10px;
padding-top: 10px;
}
.sidebar-block .current-menu-item a {
color:#f68a15;
} .popular-posts li, .sidebar-block .widget ul  li, .sidebar-block ul li {
border-top-width: 1px;
border-top-style: solid;
}
.popular-posts li a, .sidebar-block .widget ul  li a, .sidebar-block ul li a {
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
.sidebar-block .widget .recentcomments a {
padding-top: 0px;
padding-bottom: 10px;
display: inline-block;
}
.popular-posts li:first-child, .sidebar-block .widget ul  li:first-child, .sidebar-block ul li:first-child {
border-top: 0 none;
}
.popular-posts li.first-child, .sidebar-block .widget ul  li.first-child, .sidebar-block ul li.first-child {
border-top: 0 none;
}
.popular-posts li:last-child, .sidebar-block .widget ul  li:last-child, .sidebar-block ul li:last-child {
padding-bottom: 0;
}
.popular-posts li.last-child, .sidebar-block .widget ul  li.last-child, .sidebar-block ul li.last-child {
padding-bottom: 0;
}
.sidebar-block .widget ul li {
position: relative;
padding-left: 15px;
*display: inline;
*padding-left: 0;
}
.sidebar-block .widget ul  a:before {
font-family: 'FontAwesome';
content: "\f105";
font-size: 14px;
line-height: 14px;
height: 14px;
position: absolute;
left: 0;
top: 12px;
} .no-widget .text-box {
margin-bottom: 25px;
}
.text-box p {
margin-bottom: 20px;
}
.social {
font-family: 'FontAwesome';
font-size: 15px;
line-height: 1;
}
.social li {
display: inline;
margin-left: 7px;
margin-right: 7px;
}
.social li:first-child {
margin-left: 0;
}
.social li.first-child {
margin-left: 0;
}
.social li:last-child {
margin-right: 0;
}
.social li.last-child {
margin-right: 0;
} .footer .widget ul li {
margin-bottom: 10px;
}
.footer .widget ul li .sub-menu, .footer .widget ul li .children {
margin-top: 10px;
margin-left:10px;
}
.footer .widget .textwidget p {
margin-bottom:10px;
}
.sidebar-block .textwidget p {
margin-bottom:10px;
} .welcome-carousel .owl-controls .owl-buttons div {
top: 50%;
margin-top: -17px;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-prev {
right: auto;
left: 50%;
margin-left: -570px;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-next {
left: auto;
right: 50%;
margin-right: -570px;
} .welcome-carousel .owl-pagination {
bottom: 140px;
}
.welcome-carousel .item {
padding-top: 170px;
padding-bottom: 180px;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
}
.welcome-text, .welcome-text p {
font-family: 'bitteritalic';
font-size: 15px;
}
.welcome-text h6, .welcome-text p {
-moz-text-shadow: 1px 1px 3px #121221; -webkit-text-shadow: 1px 1px 3px #121221; -khtml-text-shadow: 1px 1px 3px #121221; -icab-text-shadow: 1px 1px 3px #121221; text-shadow: 1px 1px 3px #121221; -opera-text-shadow: 1px 1px 3px #121221;
-o-text-shadow: 1px 1px 3px #121221;
-text-shadow: 1px 1px 3px #121221;
}
.welcome-text.left {
float: left;
}
.welcome-text.right {
float: right;
}
.welcome-text.center {
float: none;
margin: 0 auto;
text-align: center;
}
.welcome-text.center .button {
margin-left: auto;
margin-right: auto;
}
.welcome-text .button {
margin-top: 15px;
}
.welcome-carousel .welcome-text h6,
.welcome-carousel .welcome-text p,
.welcome-carousel .welcome-text .button {
position: relative;
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
-webkit-transition: all .7s ease .5s;
-moz-transition: all .7s ease .5s;
-ms-transition: all .7s ease .5s;
-o-transition: all .7s ease .5s;
transition: all .7s ease .5s;
}
.welcome-carousel .welcome-text h6 {
-webkit-transition-delay: .6s;
-moz-transition-delay: .6s;
-ms-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
}
.welcome-carousel .welcome-text p {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.welcome-carousel .welcome-text .button {
-webkit-transition-delay: 1.5s;
-moz-transition-delay: 1.5s;
-ms-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.welcome-carousel .animate-top-down .welcome-text h6,
.welcome-carousel .animate-top-down .welcome-text p,
.welcome-carousel .animate-top-down .welcome-text .button {
top: -65px;
top: 0\9;
}
.welcome-carousel .animate-top-down .welcome-text h6 {
-webkit-transition-delay: 1.5s;
-moz-transition-delay: 1.5s;
-ms-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.welcome-carousel .animate-top-down .welcome-text .button {
-webkit-transition-delay: .6s;
-moz-transition-delay: .6s;
-ms-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s;
}
.welcome-carousel .animate-down-top .welcome-text h6,
.welcome-carousel .animate-down-top .welcome-text p,
.welcome-carousel .animate-down-top .welcome-text .button {
bottom: -65px;
bottom: 0\9;
}
.welcome-carousel .animate-left-right .welcome-text h6,
.welcome-carousel .animate-left-right .welcome-text p,
.welcome-carousel .animate-left-right .welcome-text .button {
left: -65px;
left: 0\9;
}
.welcome-carousel .animate-right-left .welcome-text h6,
.welcome-carousel .animate-right-left .welcome-text p,
.welcome-carousel .animate-right-left .welcome-text .button {
right: -65px;
right: 0\9;
}
.welcome-carousel .active .welcome-text h6,
.welcome-carousel .active .welcome-text p,
.welcome-carousel .active .welcome-text .button {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.welcome-carousel .active .animate-top-down .welcome-text h6,
.welcome-carousel .active .animate-top-down .welcome-text p,
.welcome-carousel .active .animate-top-down .welcome-text .button {
top: 0;
}
.welcome-carousel .active .animate-down-top .welcome-text h6,
.welcome-carousel .active .animate-down-top .welcome-text p,
.welcome-carousel .active .animate-down-top .welcome-text .button {
bottom: 0;
}
.welcome-carousel .active .animate-left-right .welcome-text h6,
.welcome-carousel .active .animate-left-right .welcome-text p,
.welcome-carousel .active .animate-left-right .welcome-text .button {
left: 0;
}
.welcome-carousel .active .animate-right-left .welcome-text h6,
.welcome-carousel .active .animate-right-left .welcome-text p,
.welcome-carousel .active .animate-right-left .welcome-text .button {
right: 0;
} .testimonials-carousel .owl-controls .owl-buttons div {
margin-right: 15px;
} .partners-carousel {
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.partners-carousel:before, .partners-carousel:after {
content: '';
display: block;
height: 0px;
font-size: 0px;
line-height: 0px;
position: absolute;
left: 0px;
right: 0px;
}
.partners-carousel, .partners-carousel:before, .partners-carousel:after {
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.partners-carousel:before {
top: 5px;
border-bottom: 0 none;
}
.partners-carousel:after {
bottom: 5px;
border-top: 0 none;
} .header, .menu-top-container {
position: relative;
z-index: 13;
} .top-bar, .top-bar p {
font-size: 12px;
line-height: 1.2;
}
.top-bar {
padding-top: 15px;
padding-bottom: 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.top-bar-container .left {
text-align: left;
}
.top-bar-container .right {
text-align: right;
} .contact-information {
word-spacing: 25px;
}
.contact-information a, .contact-information span {
word-spacing: 0;
font-family: bitteritalic;
} .header-block {} .header-block .logo {
float: left;
white-space: nowrap;
padding-top: 25px;
padding-bottom: 25px;
} .header-block .search-form {
float: right;
margin: 23px 0;
} .header-block .menu-top-container {
float: right;
padding: 0 25px ;
}
.menu-top-container .icon-menu, .menu-top-container .menu-top-mob {
display: none;
}
.menu-top {
font-family: 'ralewaybold';
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
white-space: nowrap;
}
.menu-top li {
position: relative;
float: left;
}
.menu-top a {
display: block;
padding: 31px 20px;
}
.menu-top .sub-menu,.menu-top .children {
white-space: normal;
position: absolute;
border-top-width: 3px;
border-top-style: solid;
top: 100%;
left: 0;
width: 180px;
display: none;
}
.menu-top .sub-menu .sub-menu,.menu-top .children .children {
top: 0;
left: 100%;
border-top: 0 none;
}
.menu-top .sub-menu li, .menu-top .children li {
float: none;
}
.menu-top .sub-menu a, .menu-top .children a {
padding-top: 7px;
padding-bottom: 7px;
background: transparent;
}
.menu-top-container .current-menu-item  .sub-menu a, .menu-top-container .current-menu-item  .children a {
background:#ffffff;
}
.menu-top-container  .sub-menu .current-menu-item a, .menu-top-container   .children .current-menu-item a {
background:#ffffff;
}
.menu-top .sub-menu a.icon-arrow, .menu-top .children a.icon-arrow {
position: relative;
padding-right: 25px;
}
.menu-top .sub-menu a.icon-arrow:after, .menu-top .children a.icon-arrow:after {
font-family: 'FontAwesome';
content: "\f054";
display: block;
height: 18px;
line-height: 18px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -9px;
}
.icon-menu, .menu-top-mob a {
display: block;
padding-left: 15px;
padding-right: 15px;
}
.icon-menu {
font-size: 20px;
line-height: 1;
text-transform: uppercase;
padding-top: 7px;
padding-right: 50px;
padding-bottom: 7px;
border-width: 1px;
border-style: solid;
position: relative;
}
.icon-menu:after {
font-family: 'FontAwesome';
content: "\f0c9";
line-height: 20px;
height: 20px;
display: inline-block;
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
}
.menu-top-container .menu-top-mob {
position: absolute;
top: 100%;
left: 0;
right: 0;
padding-top: 3px;
}
.menu-top-mob {
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
}
.menu-top-mob li {
border-top-width: 1px;
border-top-style: solid;
}
.menu-top-mob > li:first-child {
border-top: 0 none;
}
.menu-top-mob > li.first-child {
border-top: 0 none;
}
.menu-top-mob a {
padding-top: 7px;
padding-bottom: 7px;
}
.menu-top-mob .sub-menu, .menu-top-mob .children{
font-size: 15px;
}
.menu-top-mob .sub-menu a, .menu-top-mob .children a {
padding-left: 30px;
}
.menu-top-mob .sub-menu .sub-menu, .menu-top-mob .children .children{
font-size: 14px;
}
.menu-top-mob .sub-menu .sub-menu a, .menu-top-mob .children .children a {
padding-left: 45px;
} .content {}
.left .sidebar-block {
margin-right: 15px;
}
.right .sidebar-block {
margin-left: 15px;
} .section, .get-quote-block {
background-repeat: no-repeat;
background-size: cover;
clear:both;
}
.section .section-overlay, .section-testimonials, .section-latest-news, .section-we-do, .section-services, .section-contact, .section-faq, .section-blog, .section-projects, .section-about {
padding-top: 100px;
padding-bottom: 100px;
}
.section-latest-news {
padding-top: 0px;
}
.section-welcome, .section-team {
padding-top: 100px;
}
.section-partners-container {
padding-bottom: 100px;
}
.section-projects, .section-team {
padding-bottom: 50px;
}
.section-team {
padding-bottom: 100px;
}
.section-overlay {
background: url(//hookedoncarpentry.com.au/wp-content/themes/aedificator/assets/images/overlay-gray.png) repeat 50% 50% transparent;
}
.section-subtitle {
font-family: 'bitteritalic';
font-size: 14px;
margin-bottom: 45px;
} .section-page-title {
background-position: 50% 50%;
}
.section-page-title .section-overlay {
padding-top: 60px;
padding-bottom: 60px;
} .get-quote-block {
background-position: 50% 50%;
margin-top: -55px;
position: relative;
z-index: 3;
}
.get-quote-block, .get-quote-block p {
font-size: 20px;
}
.get-quote-block .section-overlay {
padding: 40px 250px 40px 50px;
position: relative;
}
.get-quote-block .button {
position: absolute;
right: 50px;
top: 50%;
margin-top: -22px;
} .section-we-are {
padding-top: 50px;
padding-bottom: 20px;
} .section-starting-point {
background-position: 50% 0;
}
.starting-point {
font-size: 15px;
}
.starting-point, .starting-point p {
text-align: center;
line-height: 1.2;
}
.starting-point .italic {
margin-bottom: 20px;
}
.starting-point .button {
margin: 35px auto 0 auto;
} .section-we-do {
background-position: 50% 50%;
}
.section-we-do, .section-we-do .container, .tabs-container {
position: relative;
}
.section-we-do .title-wrapp {
float: none;
margin: 0 auto;
text-align: center;
}
.section-we-do .fixed-image, .tabs-container .fixed-image {
position: absolute;
right: 0;
bottom: 0;
}
.section-we-do .tabs-container .fixed-image {
bottom: -100px;
}
.fixed-image, .column-container .fixed-image {
float: none;
}
.fixed-image img {
display: block;
width: 100%;
} .section-latest-project {
background-position: 50% 50%;
}
.section-latest-project .section-subtitle {
width: 50%;
} .section-testimonials {
background-position: 50% 50%;
}
.testimonial {
font-size: 13px;
}
.testimonial .quotes, .testimonial .author-name {
margin-bottom: 20px;
}
.testimonial .quotes {
font-family: 'bitteritalic';
}
.testimonial .quotes:before {
content: '" ';
}
.testimonial .quotes:after {
content: ' "';
}
.testimonial .author-name {
font-family: 'ralewayextrabold';
line-height: 1;
text-transform: uppercase;
} .section-partners {}
.logo-image {
text-align: center;
}
.logo-image img {
display: block;
margin: 0 auto;
} .section-latest-news {
background-position: 50% 50%;
} .section-subscribe {
background-position: 50% 50%;
padding-top: 45px;
padding-bottom: 45px;
margin-top:40px;
}
.subscribe {
position: relative;
padding-right: 175px;
}
.subscribe, .subscribe p {
font-size: 20px;
}
.subscribe .button {
position: absolute;
right: 0;
top: 50%;
margin-top: -22px;
} .section-services {
background-position: 50% 50%;
} .section-map {
overflow: hidden;
margin-bottom:40px;
}
.section-map img, .section-map frame, .section-map embed {
display: block;
width: 100%
}
.section-map img {
height: auto;
}
.section-map frame, .section-map embed {
height: 450px;
} .section-contact {
background-position: 50% 50%;
}
.contact-info {
}
.contact-info .contact-info-row {
margin-bottom: 30px;
}
.contact-info .contact-info-row:last-child {
margin-bottom: 0;
}
.contact-info .contact-info-row.last-child {
margin-bottom: 0;
}
.contact-info-label {
text-transform: uppercase;
line-height: 1.1;
margin-bottom: 5px;
}
.social-links {
font-family: 'FontAwesome';
font-size: 13px;
line-height: 20px;
}
.social-links li {
display: inline;
margin-left: 4px;
margin-right: 4px;
}
.social-links li:first-child {
margin-left: 0;
}
.social-links li.first-child {
margin-left: 0;
}
.social-links li:last-child {
margin-right: 0;
}
.social-links li.last-child {
margin-right: 0;
}
.social-links a {
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; border-radius: 10px; -opera-border-radius: 10px;
-o-border-radius: 10px;
-border-radius: 10px;
} .section-faq {
background-position: 50% 50%;
padding-top: 50px;
} .section-blog {
background-position: 50% 50%;
} .section-projects {
background-position: 50% 50%;
}
.menu-filter, .menu-filter li {
border-width: 1px;
border-style: solid;
}
.menu-filter {
font-size: 12px;
line-height: 15px;
text-align: center;
display: table;
margin: 0 auto 50px auto;
border-collapse: collapse;
border-spacing: 0;
}
.menu-filter li {
display: table-cell;
}
.menu-filter a {
display: block;
padding: 12px 20px;
}
.filter-cotainer .filter .column-3-12 {
display:none;
}
.filter-cotainer  .menu-filter li {
cursor:pointer;
}
.filter-cotainer  .menu-filter li  .active{
color:#ffffff;
background:#f68a15;
} .section-welcome {
background-position: 50% 50%;
} .section-about {
background-position: 50% 50%;
} .section-team {
background-position: 50% 50%;
}
.team-title {
text-align: center;
margin: 0 180px 50px 180px;
} .article-image {
position: relative;
overflow: hidden;
}
.article-image img {
display: block;
max-width: 100%;
height: auto;
}
.article-image .fa {
display: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: #f68a15;
opacity:0.5;
}
.article-image .fa:before {
font-size: 28px;
text-align: center;
line-height: 34px;
display: block;
width: 34px;
height: 34px;
position: absolute;
top: 50%;
left: 50%;
margin: -17px 0 0 -17px;
}
.meta, .article-latest-news .meta, .article-blog .meta, .container .single-post .meta {
font-family: 'bitteritalic';
font-size: 13px;
line-height: 1;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.meta .separe {
font-family: 'ralewaysemibold';
padding-left: 7px;
padding-right: 7px;
}
.meta .left {
text-align: left;
}
.meta .right {
text-align: right;
}
.meta  .fa:before {
margin-right: 5px;
}
.tags {
font-family: 'bitteritalic';
font-size: 14px;
}
.tags span {
font-family: 'ralewaybold';
text-transform: uppercase;
}
.pagination {
font-size: 14px;
line-height: 30px;
margin-top: 50px;
}
.pagination a {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
margin-left: 1px;
margin-right: 1px;
}
.pagination a.page-prev, .pagination a.page-next {
width: 65px;
}
.pagination a.current-page {}
.pagination a:first-child {
margin-left: 0
}
.pagination a.first-child {
margin-left: 0
}
.pagination a:last-child {
margin-right: 0
}
.pagination a.last-child {
margin-right: 0
} .article-blog, .container .single-post {
margin-bottom: 50px;
}
.article-blog .article-image, .container .single-post .article-image {
margin-bottom: 25px;
}
.article-blog p, .container .single-post p {
margin-bottom: 20px;
}
.container .single-post .tags {
margin-bottom: 0;
margin-top: 30px;
} .article-we-are {
margin-bottom: 30px;
}
.article-we-are .article-image {
margin-bottom: 25px;
} .article-we-do h2, .article-we-do p, .article-we-do ul {
margin-bottom: 20px;
}
.article-we-do ul li {
margin-bottom: 10px;
}
.listsubservice {
margin:15px 0;
}
.listsubservice li {
font-size: 15px;
list-style: outside none none;
}
.listsubservice li a:hover{
color:#535353;
} .article-latest-news {}
.article-latest-news .article-image {
margin-bottom: 30px;
}
.article-latest-news p {
margin-bottom: 20px;
} .article-service {
margin-bottom: 30px;
}
.article-service .article-image {
margin-bottom: 25px;
}
.article-service h2, .article-service p {
margin-bottom: 15px;
} .project-single {
text-align: center;
margin-bottom: 50px;
}
.project-single .article-image {
margin-bottom: 25px;
}
.project-title {
font-size: 14px;
text-transform: uppercase;
} .article-welcome {}
.article-welcome .article-image {
width: 33.33333333333333%;
float: right;
}
.article-welcome .article-text {
width: 66.66666666666667%;
float: right;
}
.article-welcome p {
margin-bottom: 30px;
line-height: 2;
}
.article-welcome .sub-title, .article-welcome .italic-large {
line-height: 1.5;
margin-bottom: 20px;
}
.italic-large {
font-family: 'bitteritalic';
font-size: 18px;
} .article-about .article-image {
margin-bottom: 25px;
} .article-team {
text-align: center;
}
.article-team .article-image {
margin-bottom: 25px;
}
.member-post {
font-family: 'bitteritalic';
} .footer {
clear: both;
} .widgets-container {
padding-top: 85px;
padding-bottom: 50px;
}
.widgets-container .no-widget, .widgets-container .widget {
margin-bottom: 25px;
} .copyright-bar {
font-size: 12px;
line-height: 14px;
padding-top: 28px;
padding-bottom: 28px;
}
.copyright-bar-container .left {
text-align: left;
}
.copyright-bar-container .right {
text-align: right;
}
.aboutblogtop {
padding-bottom: 0;
}
.popular-posts li li:first-child,
.sidebar-block .widget li ul li:first-child,
.sidebar-block li ul li:first-child {
border-top-width: 1px;
border-top-style: solid;
border-color: #ededed;
} .wpcf7-form-control-wrap {
display: block;
margin: 10px 0 20px;
}
.wpcf7-submit {
display: inline-block !important;
}
.wpcf7-response-output {
border: medium none !important;
margin: 20px 0 !important;
padding: 0 !important;
}
.wpcf7-not-valid-tip {
margin-top:5px;
}
.wp-pagenavi a, .wp-pagenavi span {
background: #222d34 none repeat scroll 0 0;
border: 1px solid #222d34;
color: #ffffff;
font-family: bitteritalic;
font-size: 14px;
margin: 1px;
padding: 7px 15px;
text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #ef8e10 none repeat scroll 0 0;
border-color: #ef8e10;
}
.container .single-post h1, .container .single-post h2, .container .single-post h3, .container .single-post h4, .container .single-post h5, .container .single-post h6 {
color: #505050;
margin: 15px 0 !important;
clear: both;
}
.container .single-post h1 {
font-size: 30px;
line-height:40px;
}
.container .single-post h2 {
font-size: 26px;
line-height:36px;
}
.container .single-post h3 {
font-size: 22px;
line-height:30px;
}
.container .single-post h4 {
font-size: 18px;
line-height:24px;
}
.container .single-post h5 {
font-size: 16px;
line-height:20px;
}
.container .single-post h6 {
font-size: 14px;
}
.container .single-post ul, .container .single-post ol {
margin-bottom: 35px;
}
.su-list {
float: left;
margin-right: 100px;
}
.container .single-post ul {
margin-bottom: 0;
margin-left: 20px;
}
.container .single-post ul li {
line-height: 1.5;
padding-left: 0px;
}
.container .single-post ol {
margin-bottom: 0;
margin-left: 20px;
}
.container .single-post ol li {
line-height: 1.6;
padding-left: 10px;
}
.container .single-post img {
height: auto;
margin-bottom: 10px;
}
.wp-caption {
max-width: 100%;
}
.wp-caption .wp-caption-text {
font-style: italic;
font-weight: 300;
}
.sticky {
background-color: #f3f3f3;
padding: 18px;
}
.gallery-caption {
font-style: italic;
font-weight: 300;
}
.bypostauthor {
display: inline-block;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
margin: 5px 10px 5px 0;
}
img.alignright {
margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
margin: 5px 0 5px 10px;
}
img.aligncenter {
margin: 5px auto;
}
img.alignnone {
margin: 5px 0;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.pagination .left a {
float:left;
padding: 5px 23px;
text-transform: uppercase;
width: auto;
}
.pagination .right a {
float:right;
padding: 5px 23px;
text-transform: uppercase;
width: auto;
}
.footer .widget select, .sidebar-block .widget select {
margin:10px 0;
width:100%;
padding:5px;
}
.footer .widget table caption, .sidebar-block .widget table caption  {
margin-bottom:10px;
}
.footer .widget table thead, .sidebar-block .widget table thead {
background:#f68a15;
color:#ffffff;
}
.footer .widget table td, .footer .widget table th, .sidebar-block .widget table td, .sidebar-block .widget table th {
padding: 5px;
text-align: center;
}
.footer .widget table #today, .sidebar-block .widget table #today {
color:#f68a15;
font-weight: bold;
}
.footer .widget .textwidget img, .sidebar-block .widget .textwidget img {
height: auto;
margin: 10px 0;
}  @media only screen and (min-width:1025px) and (max-width:1280px) {
.container {
width: auto;
margin: 0 20px;
}
.gutter {
margin-left: 10px;
margin-right: 10px;
}
.contact-form-columns {
margin-left: 5px;
margin-right: 5px;
}
.contact-form-columns .gutter {
margin-left: 5px;
margin-right: 5px;
}
.testimonials-carousel .owl-controls .owl-buttons div {
margin-right: 10px;
}
h1 {
font-size: 20px;
}
.footer h1 {
margin-bottom: 20px;
}
.header-block .logo {
padding-top: 20px;
padding-bottom: 20px;
margin-right: 25px;
}
.header-block .search-form {
margin-top: 13px;
margin-bottom: 13px;
margin-left: 25px;
}
.search-form {
width: 100px;
}
.header-block .menu-top-container {
padding: 0;
}
.menu-top a {
padding: 21px 20px;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-prev {
left: 30px;
margin-left: 0;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-next {
right: 30px;
margin-right: 0;
}
}
@media only screen and (min-width:769px) and (max-width:1024px) {
.container {
width: auto;
margin: 0 20px;
}
.gutter {
margin-left: 10px;
margin-right: 10px;
}
.contact-form-columns {
margin-left: 5px;
margin-right: 5px;
}
.contact-form-columns .gutter {
margin-left: 5px;
margin-right: 5px;
}
.testimonials-carousel .owl-controls .owl-buttons div {
margin-right: 10px;
}
h1 {
font-size: 20px;
}
.footer h1 {
margin-bottom: 20px;
}
.header-block .logo {
padding-top: 30px;
padding-bottom: 30px;
}
.header-block .menu-top-container {
padding: 0;
float: none;
clear: both;
}
.menu-top {
text-align: center;
}
.menu-top li {
width: 16.66666666666667%;
}
.menu-top a {
padding: 20px;
}
.menu-top .sub-menu, .menu-top .children {
text-align: left;
}
.menu-top .sub-menu li, .menu-top .children li {
width: auto;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-prev {
left: 30px;
margin-left: 0;
}
.welcome-carousel .owl-controls .owl-buttons div.owl-next {
right: 30px;
margin-right: 0;
}
.tabs-container .column-3-12 {
width: 35%;
}
.tabs-container .column-6-12, .tabs-container .column-9-12 {
width: 65%;
}
.tabs-container .fixed-image {
display: none;
}
.services-container .column-6-12 {
width: 50%;
}
.title-wrapp {
width: auto;
}
} @media only screen and (min-width:481px) and (max-width:768px) {
.container {
width: auto;
margin: 0 15px;
}
.gutter {
margin-left: 7px;
margin-right: 7px;
}
.contact-form-columns {
margin-left: 4px;
margin-right: 4px;
}
.contact-form-columns .gutter {
margin-left: 3px;
margin-right: 3px;
}
h1 {
font-size: 28px;
}
.top-bar, .top-bar p, .get-quote-block, .get-quote-block p, .subscribe, .subscribe p, .article-welcome,
.welcome-text, .welcome-text.left, .welcome-text.center, .welcome-text.right, .pagination {
text-align: center;
}
.sidebar-block,
.footer, .copyright-bar-container .left, .copyright-bar-container .right {
text-align: left;
}
.top-bar-container .left, .top-bar-container .right, .widgets-container .column-3-12, .copyright-bar-container .left, .copyright-bar-container .right, .welcome-text, .welcome-text.left, .welcome-text.center, .welcome-text.right, .we-are-container .column-4-12, .latest-news-container .column-4-12, .services-container .column-6-12, .tabs-container .services-container .column-6-12, .title-wrapp, .blog-columns-container .left, .blog-columns-container .right, .blog-columns-container .column-9-12, .blog-columns-container .column-3-12, .article-welcome .article-image, .article-welcome .article-text, .about-articles-container .column-4-12, .contact-columns-container .column-8-12, .contact-columns-container .column-4-12 {
width: auto;
float: none;
}
.menu-top-container .menu-top, .owl-theme .owl-buttons, .owl-theme .owl-pagination, .tabs-container .fixed-image, .article-welcome .article-image {
display: none;
}
.menu-top-container .icon-menu {
display: block;
}
.header-block {
padding-bottom: 22px;
}
.header-block .search-form {
margin: 22px 0;
}
.wellcome-user {
margin-bottom: 7px;
}
.search-form {
width: 125px;
}
.search-form .icon-search {
right: 20px;
}
.header-block .menu-top-container {
padding: 0;
float: none;
clear: both;
}
.section .section-overlay, .section-testimonials, .section-latest-news, .section-we-do, .section-services, .section-contact, .section-faq, .section-blog, .section-projects, .section-about, .section-welcome {
padding-top: 75px;
padding-bottom: 75px;
}
.section-page-title .section-overlay {
padding-top: 50px;
padding-bottom: 50px;
}
.welcome-carousel .item {
padding-top: 75px;
padding-bottom: 100px;
}
.welcome-text .button {
margin-left: auto;
margin-right: auto;
}
.get-quote-block .section-overlay {
padding: 25px 30px;
}
.get-quote-block .button, .subscribe .button {
position: static;
top: auto;
left: auto;
margin: 15px auto 0 auto;
}
.subscribe {
padding-right: 0;
}
.section-latest-news {
padding-bottom: 40px;
}
.section-latest-news .article-latest-news {
margin-bottom: 35px;
}
.tabs-container .column-3-12 {
width: 20%;
}
.tabs-container .column-6-12, .tabs-container .column-9-12 {
width: 80%;
}
.menu-tabs a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
text-align: center;
padding: 13px 10px
}
.menu-tabs a .fa, .ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa {
width: auto;
margin-right: 0;
}
.menu-tabs a span, .ui-tabs .ui-tabs-nav .ui-tabs-anchor span {
display: none;
}
.filter .column-3-12 {
width: 50%;
}
.menu-filter {
display: block;
}
.menu-filter, .menu-filter li {
border: 0 none;
}
.menu-filter li, .menu-filter a {
display: inline;
line-height: 39px;
padding: 9px 12px;
}
.menu-filter a, .menu-filter .current-menu-item a, .menu-filter .current_page_item a  {
background: none;
}
.menu-filter a, .menu-filter a:hover, .menu-filter .current-menu-item a, .menu-filter .current_page_item a, .menu-filter .current-menu-item a:hover, .menu-filter .current_page_item a:hover {
color: #121212;
}
.sidebar-block {
padding-top: 50px;
}
.right .sidebar-block, .left .sidebar-block {
margin-left: 0;
margin-right: 0;
}
.searchform {
width: 240px;
text-align: left;
}
.meta, .meta .left, .meta .right {
text-align: left;
}
.meta .left, .meta .right {
display: inline;
width: auto;
float: none;
}
.meta .left {
margin-right: 10px;
}
.meta .right {
margin-left: 10px;
}
.article-about {
margin-bottom: 40px;
}
.team-title {
margin-left: 0;
margin-right: 0;
}
.team-container .column-3-12 {
width: 50%;
}
.article-team {
margin-bottom: 30px;
}
.contact-form {
margin-bottom: 50px;
}
.footer h1, .footer h3 {
margin-bottom: 10px;
}
.widgets-container {
padding-top: 50px;
padding-bottom: 25px;
}
.text-box p, .footer .widget ul li {
margin-bottom: 7px;
}
} @media only screen and (max-width:480px) {
.container {
width: auto;
margin: 0 15px;
}
.gutter {
margin-left: 7px;
margin-right: 7px;
}
.contact-form-columns {
margin-left: 4px;
margin-right: 4px;
}
.contact-form-columns .gutter {
margin-left: 3px;
margin-right: 3px;
}
h1 {
font-size: 28px;
}
.header-block .logo {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
.top-bar, .top-bar p, .header-block .logo, .welcome-text, .welcome-text.left, .welcome-text.center, .welcome-text.right, .pagination, .get-quote-block, .get-quote-block p, .latest-project, .section-testimonials, .section-latest-news, .section-subscribe, .project-descr, .section-blog, .section-welcome {
text-align: center;
}
.sidebar-block,
.footer, .copyright-bar-container .left, .copyright-bar-container .right {
text-align: left;
}
.header-block .logo, .header-block .search-form, .top-bar-container .left, .top-bar-container .right, .widgets-container .column-3-12, .copyright-bar-container .left, .copyright-bar-container .right, .welcome-text, .welcome-text.left, .welcome-text.center, .welcome-text.right, .column-container .column-1-12, .column-container .column-2-12, .column-container .column-3-12, .column-container .column-4-12, .column-container .column-5-12, .column-container .column-6-12, .column-container .column-7-12, .column-container .column-8-12, .column-container .column-9-12, .column-container .column-10-12, .column-container .column-11-12, .column-container .column-12-12, .title-wrapp, .article-welcome .article-text {
width: auto;
float: none;
}
.header-block {
padding-top: 25px;
padding-bottom: 25px;
}
.wellcome-user {
margin-bottom: 7px;
}
.menu-top-container .menu-top, .owl-theme .owl-buttons, .owl-theme .owl-pagination, .section-we-do .tabs-container .fixed-image, .menu-tabs a span, .ui-tabs .ui-tabs-nav .ui-tabs-anchor span, .article-welcome .article-image {
display: none;
}
.menu-top-container .icon-menu {
display: block;
}
.header-block .search-form {
margin: 0 0 20px 0;
}
.search-form, .section-latest-project .section-subtitle {
width: auto;
}
.search-form .icon-search {
right: 20px;
}
.header-block .menu-top-container {
padding: 0;
float: none;
clear: both;
}
.get-quote-block .section-overlay {
padding: 25px 30px;
}
.get-quote-block .button, .subscribe .button {
position: static;
top: auto;
left: auto;
margin: 15px auto 0 auto;
}
.tabs-container .column-3-12 {
width: 75px;
float: left;
}
.tabs-container .column-6-12, .tabs-container .column-9-12 {
margin-left: 75px;
}
.services-container .column-6-12, .services-container .column-9-12 {
margin-left: 0;
}
.menu-tabs a, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
text-align: center;
padding: 13px 5px
}
.menu-tabs a .fa, .ui-tabs .ui-tabs-nav .ui-tabs-anchor .fa {
width: auto;
margin-right: 0;
}
.section-testimonials h4, .subscribe {
padding-right: 0;
}
.testimonial .author-avatar {
margin-left: auto;
margin-right: auto;
}
.article-latest-news {
margin-bottom: 30px;
}
.menu-filter {
display: block;
}
.menu-filter, .menu-filter li {
border: 0 none;
}
.menu-filter li, .menu-filter a {
display: inline;
line-height: 39px;
padding: 9px 12px;
}
.menu-filter a, .menu-filter .current-menu-item a, .menu-filter .current_page_item a {
background: none;
}
.menu-filter a, .menu-filter a:hover, .menu-filter .current-menu-item a, .menu-filter .current_page_item a, .menu-filter .current-menu-item a:hover, .menu-filter .current_page_item a:hover{
color: #121212;
}
.meta, .meta .left, .meta .right {
text-align: center;
}
.meta .left, .meta .right {
display: block;
width: auto;
float: none;
padding: 2px 0;
}
.comment-form {
text-align: left;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url {
width: auto;
}
.sidebar-block {
padding-top: 50px;
}
.right .sidebar-block, .left .sidebar-block, .team-title {
margin-left: 0;
margin-right: 0;
}
.section-welcome, .section-about, .contact-form {
padding-bottom: 50px;
}
.article-about, .article-team {
margin-bottom: 35px;
}
.welcome-carousel .item {
padding-top: 75px;
padding-bottom: 100px;
}
.welcome-text .button {
margin-left: auto;
margin-right: auto;
}
.footer h1, .footer h3 {
margin-bottom: 10px;
}
.widgets-container {
padding-top: 50px;
padding-bottom: 25px;
}
.text-box p, .footer .widget ul li {
margin-bottom: 7px;
}
figure {
width: 100%;
}
} @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (             min-resolution: 144dpi),
only screen and (            min-resolution: 1.5dppx) { }