body {
overflow-x: hidden;
font-family: "Barlow Semi Condensed", Helvetica, sans-serif;
background: #efefef;
}
.mobile-pr-filter {
display: none;
}
body a[rel~='nofollow'] {
outline: none !important;
outline-offset: unset !important;
}
.btn-orange,
.form-map .form-wrap input[type="submit"],
.btn-green,
.site-btn {
min-width: 150px;
height: 50px;
line-height: 45px;
font-size: 21px;
letter-spacing: 0.01em;
border: 2px solid transparent;
display: inline-block;
text-align: center;
padding: 0;
outline: none;
transform: translateY(0px);
transition: all 250ms linear;
}
.btn-orange:hover,
.form-map .form-wrap input[type="submit"]:hover,
.btn-green:hover,
.site-btn:hover {
text-decoration: none;
transition: all 250ms linear;
transform: translateY(-2px);
}
.btn-orange,
.form-map .form-wrap input[type="submit"] {
border-color: #fc671a;
color: #fc671a;
}
.btn-orange:hover,
.form-map .form-wrap input[type="submit"]:hover {
color: #fff;
background: #fc671a;
}
.btn-green {
border-color: #235e4d;
color: #235e4d;
}
.btn-green:hover {
background: #235e4d;
color: #fff;
}
.featured-work h3,
.instagram-block h3 {
font-size: 24px;
letter-spacing: 0.01em;
font-weight: 600;
padding-top: 47px;
padding-bottom: 45px;
text-align: center;
}
.arrow-text,
.form-map .heading-title {
font-weight: 300;
font-size: 32px;
letter-spacing: 0.01em;
color: #235e4d;
text-align: center;
width: 100%;
padding-left: 15px;
}
.btn-wrap-center {
text-align: center;
width: 100%;
margin-top: 40px;
margin-bottom: 58px;
}
.home .blog-talk {
display: none;
} .cd-container { width: 100%;
max-width: 1366px;
margin: 0 auto;
}
.cd-container::after { content: '';
display: table;
clear: both;
} header {
height: 200px;
line-height: 200px;
text-align: center;
background: #303e49;
}
header h1 {
color: #ffffff;
font-size: 18px;
font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
header {
height: 300px;
line-height: 300px;
}
header h1 {
font-size: 24px;
font-size: 1.5rem;
}
}
#timeline-block {
position: relative;
}
#timeline-block::before { content: '';
position: absolute;
top: 0;
left: 18px;
height: 100%;
width: 2px;
background: #cccccc;
}
@media only screen and (min-width: 1170px) {
#timeline-block::before {
left: 50%;
margin-left: -2px;
}
}
.cd-timeline-block {
position: relative;
margin: 2em 0;
}
.cd-timeline-block::after {
clear: both;
content: "";
display: table;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-block {
margin: 4em 0;
}
.cd-timeline-block:first-child {
margin-top: 0;
}
.cd-timeline-block:last-child {
margin-bottom: 0;
}
}
.cd-timeline-img {
position: absolute;
top: 95px;
left: 0;
width: 40px;
height: 40px;
border-radius: 50%;
}
.cd-timeline-img img {
display: block;
width: 24px;
height: 24px;
position: relative;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
}
.cd-timeline-img.cd-picture {
background: #293834;
}
.cd-timeline-img.cd-movie {
background: #c03b44;
}
.cd-timeline-img.cd-location {
background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cd-timeline-img {
width: 60px;
height: 60px;
left: 50%;
margin-left: -30px; -webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-1 0.6s;
-moz-animation: cd-bounce-1 0.6s;
animation: cd-bounce-1 0.6s;
}
}
@-webkit-keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
0% {
opacity: 0;
-moz-transform: scale(0.5);
}
60% {
opacity: 1;
-moz-transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
0% {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
60% {
opacity: 1;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.cd-timeline-content {
position: relative;
margin-left: 60px;
background: #ffffff;
border-radius: 0.25em;
padding: 1em;
}
.cd-timeline-content::after {
clear: both;
content: "";
display: table;
}
.cd-timeline-content h2 {
color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
font-size: 13px;
font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
display: inline-block;
}
.cd-timeline-content p {
margin: 1em 0;
line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
float: right;
padding: .8em 1em;
background: #acb7c0;
color: #ffffff;
border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
float: left;
padding: .8em 0;
opacity: .7;
}
.cd-timeline-content::before {
content: '';
position: absolute;
top: 16px;
right: 100%;
height: 0;
width: 0;
border: 15px solid transparent;
border-right: 15px solid #ffffff;
}
.blog-item .blog-thumb {
width: 100%;
height: 250px;
object-fit: cover;
}
.pagination-custom span,
.pagination-custom a {
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 20px;
letter-spacing: 0.01em;
color: #333;
text-decoration: none;
margin-right: 10px;
font-weight: 600;
background: #fff;
display: inline-block;
}
.pagination-custom {
margin-top: 42px;
text-align: right;
position: relative;
right: -15px;
}
.pagination-custom span:hover,
.pagination-custom a:hover,
.pagination-custom span.current {
cursor: pointer;
background: #fc671a;
color: #fff;
font-weight: 500;
}
.pagination {
justify-content: flex-end;
position: relative;
right: -10px;
}
.page-template-template-blog .form-map.blog-talk,
.single-post .form-map.blog-talk {
margin-top: 80px;
}
@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
font-size: 20px;
font-size: 1.25rem;
}
.cd-timeline-content p {
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
font-size: 14px;
font-size: 0.875rem;
}
.blog-item .blog-thumb {
max-width: 250px;
}
}
@media only screen and (min-width: 1170px) {
.cd-timeline-content {
margin-left: 0;
padding: 1.6em;
width: 45%;
}
.cd-timeline-content::before {
top: 50%;
left: 100%;
border-color: transparent;
border-left-color: #293834;
transform: translateY(-50%);
}
.cd-timeline-content .cd-read-more {
float: left;
}
.cd-timeline-content .cd-date {
position: absolute;
width: 100%;
left: 122%;
top: 6px;
font-size: 16px;
font-size: 1rem;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content {
float: right;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
top: 50%;
left: auto;
right: 100%;
border-color: transparent;
border-right-color: #293834;
transform: translateY(-50%);
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
float: right;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
left: auto;
right: 122%;
text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
visibility: visible;
-webkit-animation: cd-bounce-2 0.6s;
-moz-animation: cd-bounce-2 0.6s;
animation: cd-bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) { .cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
-webkit-animation: cd-bounce-2-inverse 0.6s;
-moz-animation: cd-bounce-2-inverse 0.6s;
animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
0% {
opacity: 0;
-moz-transform: translateX(-100px);
}
60% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
0% {
opacity: 0;
-webkit-transform: translateX(-100px);
-moz-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-o-transform: translateX(-100px);
transform: translateX(-100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-moz-transform: translateX(100px);
}
60% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
-moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
0% {
opacity: 0;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
#site-navigation #top-social.social-media-icons .fa-instagram:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/new-instagram-icon-white.png);
}
#header {
font-weight: 300;
background: #fff;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}
#header .site-logo {
width: 269px;
height: 25px;
object-fit: contain;
}
#header .row {
height: 70px;
}
#header #top-social {
display: flex;
}
.fa-instagram:before {
content: " " !important;
width: 16px;
height: 16px;
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/new-instagram-icon.svg);
display: block;
background-size: contain;
background-repeat: no-repeat;
top: 0;
background-position: bottom;
position: relative;
top: 1px;
}
#top-social li:not(:last-child) a {
padding-right: 13px;
}
#top-social li a {
color: #1a3c34;
font-size: 18px;
display: inline-block;
}
#dp-hamburger {
display: inline-block;
cursor: pointer;
}
#dp-hamburger .bar1,
#dp-hamburger .bar2,
#dp-hamburger .bar3 {
width: 30px;
height: 1px;
background-color: #333;
margin: 6px 0;
transition: 0.3s;
}
#dp-hamburger.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
#dp-hamburger.change .bar2 {
opacity: 0;
}
#dp-hamburger.change .bar3 {
-webkit-transform: rotate(45deg) translate(-4px, -2px);
transform: rotate(45deg) translate(-4px, -2px);
}
#dp-hamburger #menu-text {
position: absolute;
left: 60px;
top: 23px;
color: #333;
font-size: 18px;
}
#site-navigation {
padding-top: 55px;
width: 315px;
background: #293834;
position: fixed;
height: 100%;
left: -315px;
transition: 0.5s;
z-index: 11;
top: 0;
z-index: 99999;
}
#site-navigation ul li {
list-style: none;
}
#site-navigation ul li.current-menu-item a {
color: #fc671a;
}
#site-navigation ul li a {
color: #fcfaf9;
font-size: 21px;
letter-spacing: 0.01em;
font-weight: 300;
text-decoration: none;
padding-bottom: 9px;
display: inline-block;
}
#site-navigation ul li a:hover {
color: #fc671a;
}
#site-navigation .contact-left ul li a {
color: #fc671a;
font-size: 21px;
letter-spacing: 0.01em;
font-weight: 500;
padding-left: 16px;
}
#site-navigation .contact-left ul li a i {
padding-right: 5px;
background: #fc671a;
border-radius: 4px;
font-size: 14px;
padding: 3px;
color: #333;
position: relative;
top: -2px;
margin-right: 6px;
}
#site-navigation .contact-left ul li a i.fa-user {
background: transparent;
color: #fc671a;
font-size: 20px;
position: relative;
left: -2px;
margin-right: 2px;
}
#site-navigation.shiftRight {
left: 0;
}
#site-navigation #top-social {
margin-left: 18px;
margin-top: 37px;
}
#site-navigation #menu-secondary-menu {
margin-top: 44px;
}
#site-wrapper {
transition: .3s;
position: relative;
left: 0;
padding-top: 70px;
}
#site-wrapper.shiftRight {
left: 315px;
transition: .3s;
position: relative;
}
#top-social {
margin-bottom: 0;
}
#top-social li {
list-style: none;
display: inline-block;
}
.home-banner {
margin-top: 20px;
}
.right-banner {
margin-left: 10px;
}
.right-banner .slider-nav.right-top-sldr {
height: 381px;
background: #fff;
margin-bottom: 10px;
display: flex;
align-items: center;
text-align: center;
}
.right-banner .slider-nav h2 {
color: #fc671a;
font-size: 42px;
font-weight: 300;
letter-spacing: 0.01em;
line-height: 1;
}
.right-banner .slider-nav .slider-cat {
color: #235e4d;
font-size: 20px;
letter-spacing: 0.01em;
font-weight: 400;
display: block;
margin-bottom: 44px;
}
.right-banner .slider-nav .btn-orange,
.right-banner .slider-nav .form-map .form-wrap input[type="submit"],
.form-map .form-wrap .right-banner .slider-nav input[type="submit"] {
margin-right: 8px;
}
.right-banner .slider-nav .slick-dots {
position: absolute;
right: 0;
font-size: 0;
right: 30px;
transform: translateY(-50%);
top: 50%;
}
.right-banner .slider-nav .slick-dots li {
list-style: none;
}
.right-banner .slider-nav .slick-dots li.slick-active button,
.right-banner .slider-nav .slick-dots li button:hover {
background: #fc671a;
}
.right-banner .slider-nav .slick-dots li button {
width: 12px;
height: 12px;
background: #ccc;
border: none;
box-shadow: none;
margin-bottom: 19px;
border-radius: 50%;
cursor: pointer;
outline: none;
padding: 0;
}
.right-banner .right-btm-sldr {
display: flex;
}
.right-banner .right-btm-sldr .bnr-page-blk {
height: 219px;
width: 219px;
color: #fff;
font-size: 28px;
letter-spacing: 0.01em;
display: flex;
justify-content: center;
align-items: center;
text-transform: capitalize;
text-align: center;
text-decoration: none;
background-size: cover;
transition: .3s;
font-weight: 300;
line-height: 1.2;
}
.right-banner .right-btm-sldr .bnr-page-blk:hover {
opacity: 0.9;
}
.right-banner .right-btm-sldr .bnr-page-blk.bnr-projects {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/view-projects.jpg);
}
.right-banner .right-btm-sldr .bnr-page-blk.bnr-team {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/meet-team.jpg);
}
.right-banner .right-btm-sldr .bnr-page-blk.bnr-news {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/read-team.jpg);
}
.right-banner .right-btm-sldr .bnr-page-blk:not(:last-child) {
margin-right: 10px;
}
.right-top-sldr .slick-list.draggable:after {
content: "";
background: #fff;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 100%;
}
.arrow-text {
margin-top: 32px;
margin-bottom: 86px;
}
.arrow-text .fas {
cursor: pointer;
color: #fc671a;
margin-bottom: 48px;
}
.arrow-text p {
padding-top: 0px;
line-height: 1.3;
color: #293834;
}
.featured-work {
background: #fff;
}
.featured-work>.container {
padding: 0;
}
.featured-work .col-lg-4:not(:nth-child(3n)) .work-block {
margin-right: 11px;
}
.featured-work h3 {
color: #293834;
line-height: 1;
margin-bottom: 0;
}
.work-block {
position: relative;
margin-bottom: 10px;
}
.work-block:hover .work-middle {
opacity: 1;
z-index: 1;
}
.work-block:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: transparent;
top: 0;
left: 0;
transition: .3s;
}
.work-block:hover:after {
background: rgba(41, 56, 52, 0.9);
transition: .3s;
}
.work-block .work-image {
opacity: 1;
display: block;
transition: .5s ease;
backface-visibility: hidden;
height: 448px;
width: 100%;
object-fit: cover;
}
.work-block .work-middle {
transition: .3s;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
width: 100%;
}
.work-block .work-middle p {
font-size: 24px;
color: #fff;
letter-spacing: 0.01em;
font-weight: 300;
}
.work-block .work-middle p span {
font-weight: 600;
}
.work-block .work-middle a {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
bottom: -125px;
transition: .3s;
}
.form-map {
position: relative;
padding-top: 22px;
padding-bottom: 66px;
}
.form-map .row {
background: #fff;
}
.form-map .col {
background: #fff;
}
.form-map .gfield_description.validation_message {
color: #de182b;
}
.form-map:before {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid white;
}
.form-map .row {
border-bottom: 4px solid #4f9e7a;
}
.form-map .heading-title {
padding-top: 48px;
display: block;
}
.form-map .btn-wrap-center {
margin-top: 30px;
margin-bottom: 68px;
}
.form-map .heading-title p {
margin-bottom: 0;
line-height: 1.26;
}
.form-map .form-wrap {
background: #fff;
padding: 48px 66px;
}
.form-map .form-wrap ul {
list-style: none;
padding-left: 0;
}
.form-map .form-wrap ul li {
min-height: 55px;
}
.form-map .form-wrap ul li:first-child,
.form-map .form-wrap ul li:nth-child(2) {
width: 50%;
float: left;
}
.form-map .form-wrap ul li:nth-child(2) {
padding-left: 20px;
}
.form-map .form-wrap ul li:nth-child(3) {
clear: both;
}
.form-map .form-wrap .gform_title {
color: #fc671a;
font-size: 32px;
letter-spacing: 0.01em;
font-weight: 300;
text-align: center;
margin-bottom: 3px;
line-height: 1;
}
.form-map .form-wrap input,
.form-map .form-wrap textarea {
color: #333333;
letter-spacing: 0.01em;
font-size: 18px;
border: none;
border-bottom: 2px solid rgba(51, 51, 51, 0.1);
width: 100%;
outline: none;
border-radius: 0;
}
.form-map .form-wrap input:focus,
.form-map .form-wrap textarea:focus {
border-color: #4f9e7a;
}
.form-map .form-wrap textarea {
width: 100%;
max-height: 95px;
padding: 0;
}
.form-map .form-wrap input[type="submit"] {
background: #fff;
width: auto;
margin-top: 13px;
cursor: pointer;
}
.form-map .form-wrap .gform_confirmation_message {
color: #3c763d;
font-size: 24px;
}
::-webkit-input-placeholder { color: #333333;
}
::-moz-placeholder { color: #333333;
}
:-ms-input-placeholder { color: #333333;
}
:-moz-placeholder { color: #333333;
}
.instagram-block {
padding-bottom: 35px;
background: #fff;
}
.instagram-block h3 {
color: #fc671a;
padding-bottom: 18px;
margin-bottom: 17px;
}
.copyright-block {
background: #333333;
color: #fff;
height: 110px;
}
.copyright-block .container,
.copyright-block .row {
height: 100%;
}
.copyright-block .row {
align-items: center;
}
.copyright-block p {
margin-bottom: 0;
font-weight: 300;
letter-spacing: 0.01em;
float: left;
height: 40px;
display: flex;
align-items: center;
font-size: 18px;
}
.copyright-block #top-social li a {
color: #fff;
font-size: 18px;
}
.copyright-block #top-social li a .fa-instagram:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/new-instagram-icon-white.png);
}
.copyright-block .footer-links {
list-style: none;
float: right;
margin-bottom: 0;
padding-left: 0;
}
.copyright-block .footer-links li {
display: inline-block;
}
.copyright-block .footer-links li a {
color: #fff;
text-decoration: none;
font-weight: 300;
padding-right: 4px;
padding-left: 4px;
}
.copyright-block .footer-links li:not(:last-child) a:after {
content: "|";
position: relative;
left: 6px;
opacity: 0.7;
}
.work-block .work-middle p span:after {
content: "|";
font-weight: 300;
}
.validation_error {
color: #de182b;
margin: 15px 0;
margin-top: 20px;
}
.form-map .form-wrap .gform_confirmation_message {
color: #3c763d;
font-size: 18px;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
padding: 5px !important;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item:first-child {
padding-left: 0 !important;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item:last-child {
padding-right: 0 !important;
}
#sbi_images {
padding-left: 0 !important;
padding-right: 0 !important;
}
.selectric {
width: 280px;
background: rgba(139, 205, 165, 0.3);
border: none;
}
.selectric .label,
.selectric-items li {
font-size: 18px;
color: #333333;
text-transform: uppercase;
letter-spacing: 0.01em;
font-weight: 600;
height: 48px;
line-height: 48px;
}
.selectric .label:after {
content: "\f078";
font-family: "fontawesome";
position: absolute;
right: 16px;
font-size: 11px;
}
.selectric .button:after {
display: none;
}
.selectric-items li,
.selectric-items li.highlighted {
background: #4f9e7a;
height: 42px;
color: #333333;
line-height: 1;
}
.selectric-items li:hover {
background: #4f9e7a;
opacity: 0.9;
}
.selectric-above .selectric-items {
border: none;
}
.selectric-sel-orange .selectric {
background: rgba(252, 103, 26, 0.2);
}
.selectric-sel-orange .selectric-items li,
.selectric-sel-orange .selectric-items li.highlighted {
background:#fc671a;
}
.selectric-sel-orange {
float: right;
padding-right: 0 !important;
}
.selectric-sel-orange:before {
float: left;
text-transform: uppercase;
font-size: 18px;
font-weight: 300;
height: 100%;
display: flex;
align-items: center;
content: "Sort by";
position: absolute;
left: -98px;
}
.selectric .label {
width: 100%;
}
.radio-block {
background: #235e4d;
width: 100%;
display: block;
padding: 20px;
margin-bottom: -1px;
}
#category-area.sel-green {
padding-top: 0;
}
#category-area.radio-block-orange {
padding-top: 22px;
}
.radio-block label,
.radio-block .radio-block-title {
width: 100%;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.01em;
font-weight: 600;
height: 48px;
padding: 0;
margin: 0;
cursor: pointer;
color: #fff;
}
.radio-block label input~span:after,
.radio-block .radio-block-title input~span:after {
position: absolute;
left: 0;
top: 3px;
content: "";
background: transparent;
width: 20px;
height: 20px;
border: 1px solid #fff;
}
.radio-block label input:checked~span:before,
.radio-block .radio-block-title input:checked~span:before {
content: "";
position: absolute;
left: 6px;
top: 6px;
width: 7px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.radio-block label {
padding-left: 30px;
position: relative;
}
.radio-block .radio-block-title {
opacity: 0.3;
cursor: default;
}
.radio-block input {
opacity: 0;
position: absolute;
}
.radio-block-orange {
background: #fc671a;
}
.mobile-pr-filter {
position: relative;
}
.mobile-pr-filter.shown{
z-index: 1212;
}
.mobile-pr-filter .filter-by {
display: none;
}
.toggle-filter {
position: relative;
color: #333333;
font-size: 18px;
letter-spacing: 0.01em;
background: #efefef;
text-transform: uppercase;
margin: 0 15px;
padding: 20px;
cursor: pointer;
margin-bottom: 10px;
}
.toggle-filter.shown {
background: #293834;
color: #fff;
margin-bottom: 0;
}
.toggle-filter:after {
content: "\f1de";
font-family: "fontawesome";
right: 20px;
position: absolute;
font-size: 22px;
top: 17px;
}
.toggle-filter.shown:after {
content: "\f00d";
}
.project-banner {
padding-bottom: 20px;
margin-top: 15px;
}
.project-banner .projects-bnr-left {
background: #293834;
padding: 62px 44px;
}
.project-banner .project-banner .projects-bnr-left {
padding-right: 60px;
}
.project-banner h1 {
font-size: 36px;
color: #fc671a;
font-weight: 300;
margin-bottom: 30px;
}
.project-banner p {
font-size: 19px;
color: #fff;
font-weight: 300;
letter-spacing: 0.01em;
line-height: 1.2;
}
.project-banner p:last-child {
margin-bottom: 0;
}
.project-banner img {
height: 100%;
object-fit: cover;
padding-left: 10px;
}
.project-filter {
padding-top: 15px;
background: #fff;
}
.project-filter .work-block {
margin-bottom: 0;
}
.project-filter .filter-row {
padding-bottom: 40px;
}
.project-filter .filter-by .filter-label {
float: left;
text-transform: uppercase;
font-size: 18px;
font-weight: 300;
height: 100%;
display: flex;
align-items: center;
padding-right: 30px;
}
.project-filter .filter-by .selectric-wrapper {
float: left;
}
.project-filter .selectric-wrapper {
padding-right: 10px;
}
.project-grids .project-grid:nth-child(7n + 1),
.project-grids .project-grid:nth-child(7n + 4),
.project-grids .project-grid:nth-child(7n + 5),
.project-grids .project-grid:nth-child(7n + 6),
.project-grids .project-grid:nth-child(7n + 7) {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.project-grids .project-grid:nth-child(7n + 2),
.project-grids .project-grid:nth-child(7n + 3) {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666666%;
flex: 0 0 66.666666%;
max-width: 66.666666%;
}
.project-grids {
padding-left: 15px;
padding-right: 5px;
padding-bottom: 75px;
}
.project-grids .project-grid:nth-child(7n + 1) .big-img,
.project-grids .project-grid:nth-child(7n + 4) .big-img,
.project-grids .project-grid:nth-child(7n + 5) .big-img,
.project-grids .project-grid:nth-child(7n + 6) .big-img,
.project-grids .project-grid:nth-child(7n + 7) .big-img{
display: none;
}
.project-grids .project-grid:nth-child(7n + 2) .small-img,
.project-grids .project-grid:nth-child(7n + 3) .small-img{
display: none;
}
.project-grids .project-grid:nth-child(2) {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666666%;
flex: 0 0 66.666666%;
max-width: 66.666666%;
}
.project-grids .project-grid {
padding-bottom: 9px;
padding-right: 10px;
}
.project-grids .project-grid img {
width: 100%;
height: 400px;
object-fit: cover;
}
#fancybox-content {
border: none;
}
#fancybox-overlay {
background-color: #000 !important;
opacity: 0.8 !important;
}
#fancybox-right,
#fancybox-left,
#fancybox-close {
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/fancy-right.png);
background-repeat: no-repeat;
background-size: 40px 40px;
width: 40px;
height: 40px;
position: absolute;
top: 45%;
right: -50px;
background-color: #fff !important;
border-radius: 50%;
}
#fancybox-left {
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/fancy-left.png);
left: -50px;
}
#fancybox-close {
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/fancy-close.png);
top: -17px;
right: -21px;
background-color: #fc671a !important;
}
.project-single-banner {
min-height: 420px;
position: relative;
}
.project-single-banner a {
color: #fff;
letter-spacing: 0.01em;
font-size: 21px;
position: absolute;
left: 50%;
bottom: 13px;
transform: translate(-50%, -50%);
text-decoration: none;
}
.project-single-banner a span {
padding-right: 15px;
position: relative;
top: -1px;
}
.single-top-blk {
margin-top: 70px;
text-align: center;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.single-top-blk p {
color: #333;
letter-spacing: 0.01em;
font-size: 18px;
font-weight: 300;
margin-bottom: 8px;
}
.single-top-blk h1 {
font-size: 32px;
letter-spacing: 0.01em;
color: #fc671a;
font-weight: 300;
text-align: center;
}
.single-top-blk h1 span {
font-weight: 600;
}
.single-top-blk h1 span:after {
content: "|";
font-weight: 300;
}
.single-top-blk .single-top-btn {
margin-top: 25px;
margin-bottom: 22px;
}
.single-top-blk .single-top-btn a {
margin-right: 7px;
padding: 0 12px;
margin-bottom: 10px;
}
.single-top-blk .counts {
margin-top: 35px;
margin-bottom: 15px;
}
.single-top-blk .counts ul {
display: inline-flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 55px;
}
.single-top-blk .counts ul li {
list-style: none;
font-size: 24px;
letter-spacing: 0.01em;
font-weight: 500;
}
.single-top-blk .counts ul li:not(:last-child) {
padding-right: 70px;
}
.single-top-blk .counts ul li img {
height: 50px;
padding-right: 10px;
}
#meet-team-banner .img-bottom {
height: 220px;
width: 50%;
}
#meet-team-banner .img-top {
height: 390px;
width: 100%;
padding-bottom: 10px;
}
#meet-team-banner .img-btm-wrap {
display: flex;
}
.architecture-block .team-block:not(:last-child) {
padding-right: 11px;
}
button.close {
background-repeat: no-repeat;
background-size: 40px 40px;
width: 40px;
height: 40px;
position: absolute;
border-radius: 50%;
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/fancy-close.png);
top: -19px;
right: -18px;
background-color: #fc671a !important;
opacity: 1;
font-size: 0;
cursor: pointer;
z-index: 1;
}
button.close:hover {
opacity: 1;
}
.team-block img {
height: 219px;
object-fit: cover;
width: 100%;
}
.team-block a {
text-decoration: none;
outline: none;
}
.team-block .team-name {
line-height: 1;
color: #fc671a;
letter-spacing: 0.01em;
font-size: 24px;
display: inline-block;
margin-top: 20px;
margin-bottom: 15px;
font-weight: 500;
}
.team-block .team-designation {
line-height: 1;
font-size: 18px;
letter-spacing: 0.01em;
font-weight: 300;
color: #333333;
display: block;
}
.team-block .team-designation:hover {
color: #333333;
}
.team-block .modal-content {
border: 0;
border-radius: 0;
box-shadow: none;
}
.team-block .modal-body {
padding: 0;
}
.team-block .team-wrap img {
width: 330px;
height: 330px;
float: left;
margin-right: 40px;
position: absolute;
height: 100%;
}
.team-block .team-desc {
padding-right: 50px;
}
.team-block .team-desc p {
font-size: 18px;
font-weight: 300;
color: #333;
letter-spacing: 0.01em;
line-height: 1.2;
}
.team-block .team-desc .team-designation {
margin-bottom: 25px;
font-weight: 500;
}
.team-block .team-desc .team-name {
margin-top: 32px;
}
.architecture-block {
margin-top: 38px;
padding-bottom: 92px;
}
.architecture-block h2 {
margin-bottom: 47px;
line-height: 1;
font-weight: 300;
color: #fc671a;
}
.architecture-block .svg-team {
width: 55px;
margin-bottom: 16px;
}
#interiors-block {
background: #fff;
padding-top: 60px;
}
.cd-timeline-content {
padding: 0;
}
.milestone-blk {
display: flex;
height: 100%;
text-decoration: none;
align-items: center;
}
.milestone-blk:hover {
text-decoration: none;
}
.milestone-blk:before {
content: "";
position: absolute;
text-transform: uppercase;
left: 21px;
bottom: 10px;
transform: rotate(270deg);
transform-origin: left bottom;
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.2;
z-index: 2;
color: #fff;
text-transform: uppercase;
}
.milestone-blk:after {
content: "";
position: absolute;
background: #293834;
left: 0;
top: 0;
width: 24px;
height: 100%;
z-index: 1;
}
.milestone-blk .mil-content {
width: 61%;
float: left;
padding-left: 30px;
padding-right: 30px;
}
.milestone-blk img {
width: 39%;
object-fit: cover;
min-height: 250px;
}
.milestone-blk .mil-date {
font-size: 18px;
line-height: 1.2;
color: #fc671a;
display: block;
font-weight: 500;
padding-bottom: 15px;
}
.milestone-blk .mil-title {
color: #333;
font-size: 24px;
display: block;
font-weight: 500;
line-height: 1.2;
}
.milestone-blk p {
font-weight: 300;
font-size: 16px;
color: #333;
line-height: 1.2;
margin-top: 10px;
margin-bottom: 0;
}
.cd-timeline-block:nth-child(even) .milestone-blk:after {
right: 0;
left: auto;
}
.cd-timeline-block:nth-child(even) .milestone-blk:before {
right: 13px;
left: auto;
transform-origin: right;
bottom: 66%;
}
.cd-timeline-block .cd-timeline-img {
background-size: 30px 30px;
background-repeat: no-repeat;
background-position: center;
}
.cd-timeline-block.case-studies .cd-timeline-img {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/case-studies.svg);
}
.cd-timeline-block.case-studies .milestone-blk:before {
content: "Case studies";
}
.cd-timeline-block.case-studies:nth-child(even) .milestone-blk:before {
bottom: 36%;
}
.cd-timeline-block.awards .milestone-blk:after {
background: #235e4d;
}
.cd-timeline-block.awards .cd-timeline-content::before {
border-left-color: #235e4d;
border-right-color: #235e4d;
}
.cd-timeline-block.awards .cd-timeline-img {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/awards.svg);
background-color: #235e4d;
}
.cd-timeline-block.awards .milestone-blk:before {
content: "AWARDS & ACHEIVEMENTS";
}
.cd-timeline-block.cf-updates .milestone-blk:after {
background: #4f9e7a;
}
.cd-timeline-block.cf-updates .cd-timeline-content::before {
border-left-color: #4f9e7a;
border-right-color: #4f9e7a;
}
.cd-timeline-block.cf-updates .cd-timeline-img {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/arrow.svg);
background-color: #4f9e7a;
}
.cd-timeline-block.cf-updates .milestone-blk:before {
content: "cf updates";
}
.cd-timeline-block.cf-updates:nth-child(even) .milestone-blk:before {
bottom: 30%;
}
.cd-timeline-block.articles .milestone-blk:after {
background: #8bcda5;
}
.cd-timeline-block.articles .cd-timeline-content::before {
border-left-color: #8bcda5;
border-right-color: #8bcda5;
}
.cd-timeline-block.articles .cd-timeline-img {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/mil-articles.svg);
background-color: #8bcda5;
}
.cd-timeline-block.articles .milestone-blk:before {
content: "Articles";
}
.cd-timeline-block.articles:nth-child(even) .milestone-blk:before {
bottom: 25%;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .mil-content {
float: right;
}
.cd-timeline-block:nth-child(odd) .mil-content {
padding-left: 57px;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
border-left-color: transparent;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
border-right-color: transparent;
}
.cd-timeline-block:first-child .cd-timeline-img:before {
content: "";
background: #efefef;
width: 5px;
height: 180px;
position: absolute;
top: -180px;
left: 25px;
width: 25px;
}
.cd-timeline-block:last-child .cd-timeline-img:after {
content: "";
background: #efefef;
width: 5px;
height: 220px;
position: absolute;
bottom: -220px;
left: 25px;
width: 25px;
}
.selectric-sel-white .selectric {
background: #fff;
}
#milestone-banner {
position: relative;
z-index: 1;
}
.milestone-timeline {
position: relative;
padding-top: 40px;
}
.milestone-timeline .mil-filter {
position: absolute;
z-index: 10;
width: 50%;
}
.milestone-timeline .selectric {
width: 100%;
max-width: 453px;
}
.milestone-timeline .selectric-scroll ul li {
position: relative;
padding-left: 50px;
background: #fff;
}
.milestone-timeline .selectric-scroll ul li:nth-child(even) {
background: #fafafa;
}
.milestone-timeline .selectric-scroll ul li:before {
content: "";
width: 40px;
height: 100%;
display: inline-block;
background-size: 24px 20px;
position: absolute;
left: 0;
top: 0;
background-repeat: no-repeat;
background-position: center;
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/all.svg);
background-color: #202020;
}
.milestone-timeline .selectric-scroll ul li:first-child {
display: none;
} .milestone-timeline .selectric-scroll ul li.case-studies:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/case-studies.svg);
background-color: #293834;
}
.milestone-timeline .selectric-scroll ul li.awards:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/awards.svg);
background-color: #235e4d;
}
.milestone-timeline .selectric-scroll ul li.cf-updates:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/arrow.svg);
background-color: #4f9e7a;
}
.milestone-timeline .selectric-scroll ul li.articles:before {
background-image: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/mil-articles.svg);
background-color: #8bcda5;
}
.page-id-17 .form-map {
background: #8bcda5;
}
.page-id-17 .form-map:before {
border-top-color: #efefef;
}
#timeline-block {
padding-bottom: 80px;
}
#about-banner .right-top-sldr img {
width: 100%;
padding-bottom: 10px;
}
#about-banner .right-btm-sldr a {
flex-wrap: wrap;
align-content: center;
line-height: 1.2;
letter-spacing: 0.01em;
}
#about-banner .right-btm-sldr a.bnr-aged {
background: #293834;
}
#about-banner .right-btm-sldr a.bnr-community {
background: #4f9e7a;
}
#about-banner .right-btm-sldr a.bnr-housing {
background: #235e4d;
}
#about-banner .right-btm-sldr a.bnr-master {
background: #8bcda5;
}
#about-banner .right-btm-sldr a img {
width: 100%;
height: 60px;
object-fit: contain;
margin-bottom: 12px;
}
.arc-int-blk .svg-team {
width: 55px;
margin-bottom: 16px;
}
.arc-int-blk h2 {
margin-bottom: 40px;
line-height: 1;
}
.arc-int-blk .int-right h2 {
color: #235e4d;
font-weight: 300;
}
.arc-int-blk .arc-left h2 {
color: #fc671a;
font-weight: 300;
}
@media only screen and (max-width: 1170px) and (min-width: 768px) {
.cd-timeline-content::before {
top: 50%;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
border-right-color: #293834;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
border-right-color: #293834;
}
.cd-timeline-block:nth-child(even) .milestone-blk:after {
right: auto;
}
.cd-timeline-block.awards-ach .cd-timeline-content::before {
border-left-color: transparent;
border-right-color: #235e4d !important;
}
.cd-timeline-block.cf-updates .cd-timeline-content::before {
border-right-color: #4f9e7a !important;
}
.cd-timeline-block.cf-updates .cd-timeline-content::before {
border-left-color: transparent;
}
.cd-timeline-block.mil-articles .cd-timeline-content::before {
border-left-color: transparent;
border-right-color: #8bcda5 !important;
}
.cd-timeline-block:nth-child(even) .milestone-blk:before {
left: 21px;
bottom: 10px !important;
transform-origin: left bottom;
}
.cd-timeline-img {
top: 47%;
left: -3%;
}
.cd-timeline-block:first-child .cd-timeline-img:before {
left: 16px;
height: 320px;
top: -320px;
width: 25px;
}
.cd-timeline-block:last-child .cd-timeline-img:after {
left: 16px;
height: 320px;
bottom: -320px;
width: 25px;
}
.cd-timeline-img {
width: 60px;
height: 60px;
}
.cd-timeline-content {
margin-left: 85px;
}
.milestone-blk .mil-content {
padding-left: 40px;
}
.milestone-timeline .mil-filter {
position: relative;
margin-bottom: 35px;
}
.cd-timeline-content {
margin-left: 95px;
}
}
@media (min-width: 1366px) {
.container {
max-width: 1366px;
}
#header .container,
.copyright-block .container,
.instagram-block .container,
.container.project-banner,
.form-map .container,
.container.home-banner,
.project-filter .container,
.architecture-block,
.milestone-timeline,
#single-blog {
padding-left: 0;
padding-right: 0;
}
.project-banner .projects-bnr-left {
padding-top: 8%;
padding-top: 0;
padding-bottom: 0;
} .page-template-template-contact div#contact-banner .flex-center a.site-btn {
margin-left: 20px !important;
} }
@media (width: 1366px) {
#header .container,
.copyright-block .container,
.instagram-block .container,
.container.project-banner,
.form-map .container,
.container.home-banner,
.project-filter .container,
.architecture-block,
.milestone-timeline,
#single-blog {
max-width: 1300px
}
}
.mbl-call,
.copyright-block p br {
display: none;
}
@media (width: 768px) {
#header .site-logo {
max-width: 200px;
object-fit: contain;
}
.featured-work .col-lg-4:not(:nth-child(3n)) .work-block {
margin: 0;
}
.featured-work .col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.work-block {
margin: 0;
}
.work-block {
padding: 6px;
}
.copyright-block .footer-links {
float: left;
display: flex;
width: 100%;
position: relative;
left: -4px;
}
#top-social {
width: 100%;
padding-left: 4px;
}
.copyright-block #top-social {
display: flex;
width: 100%;
position: relative;
left: -4px;
}
}
@media (max-width:1366px ){
.list-content {
padding-top: 12px;
padding-right: 10px;
padding-bottom: 5px;
}
.blog-item p {
margin-right: 20px !important;
}
}
@media (max-width: 1200px) {
.selectric {
width: 200px;
}
#meet-team-banner .projects-bnr-left {
padding: 0 44px;
}
div#contact-banner .right-btm-sldr a {
font-size: 28px;
}
}
@media (max-width: 1024px) {
.copyright-block p {
font-size: 16px;
}
.slider-for .slick-slide img {
width: auto !important;
}
.slider-for {
padding-right: 10px;
}
div.arc-int-blk p {
max-width: 80%;
}
}
@media (width:1024px) {
#meet-team-banner .projects-bnr-left {
padding-top: 0;
padding-bottom: 0;
}
#meet-team-banner h1 {
margin-bottom: 5px;
margin-top: 20px;
}
#milestone-banner img {
position: absolute;
}
div#single-blog.blog-detail .list-content {
margin-top: 10px;
}
}
@media (max-width: 992px) {
.selectric-sel-orange {
float: none;
margin-left: 100px;
margin-top: 10px;
}
.selectric-sel-orange:before {
left: -100px;
}
.slider-for .slick-slide img {
width: 100% !important;
padding-right: 0;
}
.slider-for {
padding-right: 0px;
}
.right-banner {
margin-left: 0;
max-width: 100%;
}
#meet-team-banner .img-top,
#meet-team-banner .img-btm-wrap img:first-child {
padding-left: 0;
}
#milestone-banner img {
padding-left: 0;
}
.page-id-15 .project-banner img {
padding-left: 0;
width: 100%;
}
#meet-team-banner .projects-bnr-left{
margin-bottom: 10px;;
}
.project-banner .projects-bnr-left {
padding: 62px 44px;
}
.project-banner .projects-bnr-left {
margin-bottom: 10px;
}
#meet-team-banner .projects-bnr-left {
padding: 62px 44px;
}
div#about-banner .projects-bnr-left {
min-height: auto;
}
#about-banner .projects-bnr-left {
border: none !important;
}
.arc-left {
padding-bottom: 50px;
}
div#contact-banner .projects-bnr-left {
min-height: auto;
}
div#single-blog {
margin-top: 20px;
}
div#single-blog .sidebar {
order: 1;
margin-top: 75px;
}
}
@media (width: 992px) { #meet-team-banner .projects-bnr-left {
padding: 0 44px;
}
#meet-team-banner .projects-bnr-left {
margin-bottom: 0px;
}
.project-banner .projects-bnr-left {
padding: 0 44px;
}
.project-banner img {
padding-left: 10px !important;
}
#milestone-banner .projects-bnr-left,
.project-banner .projects-bnr-left {
margin-bottom: 0 !important;
}
#contact-banner.project-banner .projects-bnr-left {
padding: 62px 44px;
}
.project-banner.blog-listing .projects-bnr-left {
padding: 62px 44px;
}
}
@media (max-width: 768px) {
#header #top-social,
#menu-text {
display: none;
}
.mbl-call {
display: block;
}
.copyright-block p {
font-size: 16px;
margin-top: 10px;
}
.copyright-block .footer-links li a {
font-size: 16px;
}
.copyright-block {
height: auto;
}
.copyright-block #top-social {
padding-bottom: 15px;
}
.copyright-block .footer-links li a {
padding-top: 0;
}
#header #top-social {
left: -15px;
position: relative;
}
.right-banner .slider-nav.right-top-sldr {
height: 300px;
margin-bottom: 25px;
}
#meet-team-banner .right-top {
padding-left: 0;
}
#meet-team-banner .img-top {
height: 250px;
}
#meet-team-banner .img-bottom {
height: 160px;
}
.team-block {
padding-bottom: 40px;
}
.team-block .team-wrap img {
width: 100%;
height: 230px;
}
.team-block .team-desc {
padding-left: 15px;
}
.modal-content {
max-width: 94%;
margin: 0 auto;
}
.milestone-timeline .mil-filter {
position: relative;
width: 100%;
margin-bottom: 40px;
z-index: 20;
}
.mil-filter select,
.mil-filter option {
text-transform: capitalize;
}
.selectric {
font-size: 18px;
color: #333333;
text-transform: uppercase;
letter-spacing: 0.01em;
font-weight: 600;
height: 48px;
line-height: 48px;
padding-left: 20px;
max-width: 285px;
width: 100%;
margin-bottom: 5px;
}
.milestone-blk .mil-content {
order: 1;
width: 100%;
padding-bottom: 25px;
}
.milestone-blk img {
width: 100%;
height: 150px;
margin-bottom: 20px;
}
.milestone-blk {
flex-wrap: wrap;
}
.cd-timeline-content::before {
top: 50%;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
border-right-color: #293834;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
border-right-color: #293834;
}
.cd-timeline-block:nth-child(even) .milestone-blk:after {
right: auto;
}
.cd-timeline-block.awards-ach .cd-timeline-content::before {
border-left-color: transparent;
border-right-color: #235e4d !important;
}
.cd-timeline-block.cf-updates .cd-timeline-content::before {
border-right-color: #4f9e7a !important;
}
.cd-timeline-block.cf-updates .cd-timeline-content::before {
border-left-color: transparent;
}
.cd-timeline-block.mil-articles .cd-timeline-content::before {
border-left-color: transparent;
border-right-color: #8bcda5 !important;
}
.cd-timeline-block:nth-child(even) .milestone-blk:before {
left: 21px;
bottom: 10px !important;
transform-origin: left bottom;
}
.cd-timeline-img {
top: 47%;
left: -3%;
}
.cd-timeline-block:first-child .cd-timeline-img:before {
left: 16px;
height: 320px;
top: -320px;
width: 25px;
}
.cd-timeline-block:last-child .cd-timeline-img:after {
left: 16px;
height: 320px;
bottom: -320px;
width: 25px;
}
.cd-timeline-img {
width: 60px;
height: 60px;
}
.cd-timeline-content {
margin-left: 85px;
}
.milestone-blk .mil-content {
padding-left: 40px;
}
.project-banner img {
padding-left: 0;
}
.project-grids .project-grid {
-webkit-box-flex: 0;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
}
.copyright-block .footer-links {
float: left;
display: flex;
width: 100%;
position: relative;
left: -4px;
}
.copyright-block #top-social {
display: flex;
width: 100%;
position: relative;
left: -4px;
padding-bottom: 15px;
padding-left: 6px;
}
.right-banner {
margin-left: 0px;
}
.project-banner img {
margin-top: 10px;
}
#meet-team-banner.project-banner .img-btm-wrap img {
margin-top: 0;
}
#meet-team-banner.project-banner .img-btm-wrap img:first-child {
padding-right: 10px;
margin-top: 0;
} #about-banner div.right-banner .right-btm-sldr .bnr-page-blk {
width: 49%;
width: calc(50% - 5px);
}
#about-banner .right-banner .right-btm-sldr {
flex-wrap: wrap;
}
#about-banner .right-banner .right-btm-sldr .bnr-page-blk:nth-child(odd) {
opacity: 0.5;
margin-right: 10px !important;
}
#about-banner .right-banner .right-btm-sldr .bnr-page-blk:not(:last-child) {
margin-right: 0;
margin-bottom: 10px;
}
.project-grids.row .project-grid {
-webkit-box-flex: 0;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
.project-grids .project-grid img {
width: 100%;
height: 400px;
object-fit: cover;
}
.architecture-block {
padding-bottom: 40px;
}
#fancybox-content {
min-height: 250px;
}
#fancybox-img {
object-fit: cover;
}
div.arc-int-blk {
padding-top: 40px;
}
.arc-left {
padding-bottom: 50px;
}
.arc-int-blk .text-center {
padding-left: 20px;
padding-right: 20px;
}
.about-strip ul {
flex-wrap: wrap;
flex-direction: column;
max-width: max-content;
}
.about-strip ul li {
margin-bottom: 12px;
}
#about-banner .right-btm-sldr .bnr-page-blk {
min-height: 187px;
}
div#about-banner .right-banner {
height: auto;
}
.about-strip ul{
width: auto !important;
}
div#single-blog.blog-detail .list-content {
margin-top: 5px;
}
.single-img-mbl {
display: block !important;
}
.blog-wrap>img {
display: none;
}
div#single-blog {
margin-top: 0;
}
div.form-map.blog-talk {
margin-top: 80px;
}
#about-banner .right-banner .right-btm-sldr .bnr-page-blk {
opacity: 1 !important;
}
div#single-blog {
margin-top: 30px;
}
#meet-team-banner.extend-login .img-btm-wrap {
flex-wrap: wrap;
}
#meet-team-banner.extend-login .img-btm-wrap img {
width: 100%;
margin-bottom: 10px;
padding-right: 0 !important;
}
#meet-team-banner.extend-login img {
height: 188px !important;
padding: 0;
}
#meet-team-banner.extend-login .img-top {
margin-top: 0;
margin-bottom: 10px;
}
#fancybox-right,
#fancybox-left {
display: none;
}
}
@media (max-width:767px){
.blog-item {
flex-wrap: wrap;
}
.blog-wrap img {
width: 100%;
object-fit: cover;
}
.list-content {
padding-left: 20px;
padding-top: 25px;
}
.sidebar{
margin-top: 50px;
}
}
@media (max-width: 480px) {
.desktop-pr-filter {
display: none;
}
.mobile-pr-filter {
display: block;
}
#site-wrapper.shiftRight {
left: 315px;
}
.featured-work .col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.work-block .work-image {
height: 185px;
width: 100%;
}
.featured-work .col-lg-4 .work-block {
margin-right: 13px;
}
#menu-text {
font-size: 0 !important;
}
.slider-for img {
width: 100%;
height: 370px;
object-fit: cover;
}
#header .site-logo {
max-width: 190px;
}
.mbl-call {
display: block;
}
.mbl-call img {
width: 23px;
height: 23px;
display: inline-block;
}
#header #top-social {
display: none;
}
.right-top-sldr .slick-list.draggable:after {
display: none;
}
.right-banner .slider-nav .slick-dots li {
display: inline-block;
padding-right: 16px;
}
.right-banner .slider-nav .slick-dots {
bottom: 0px;
left: 0;
width: 100%;
padding-left: 0;
top: auto;
margin-bottom: 6px;
}
.right-banner .slider-nav h2 {
font-size: 32px;
}
.right-banner .slider-nav.right-top-sldr {
height: 306px;
}
.right-banner .slider-nav .slider-cat {
margin-bottom: 28px;
font-size: 15px;
}
.right-banner {
margin-left: 0;
}
.right-banner .slider-nav.right-top-sldr {
align-items: normal;
padding-top: 40px;
}
.right-banner .right-btm-sldr .bnr-page-blk {
height: 121px;
width: 121px;
font-size: 21px;
line-height: 1.4;
}
.right-banner .slider-nav h2 {
font-size: 32px;
}
.right-banner .slider-nav .slider-cat {
font-size: 15px;
}
.arrow-text p {
max-width: 315px;
margin: 0 auto;
}
.featured-work h3 {
padding-top: 40px;
padding-bottom: 50px;
}
.featured-work .col-lg-4 .work-block {
margin: 15px !important;
margin-top: 0px !important;
margin-right: 0px !important;
margin-bottom: 12px !important;
}
.featured-work .col-lg-4:not(:nth-child(odd)) .work-block {
margin-right: 15px !important;
}
.form-map .heading-title p {
margin-bottom: 0;
line-height: 1.26;
max-width: 355px;
margin: 0 auto;
}
.form-map .form-wrap ul li:nth-child(2) {
padding-left: 0;
}
.form-map .form-wrap ul li:first-child,
.form-map .form-wrap ul li:nth-child(2) {
width: 100%;
float: none;
}
.form-map .form-wrap {
padding: 40px 18px;
}
.copyright-block {
height: 100%;
}
.copyright-block p {
font-size: 16px;
text-align: center;
margin-top: 40px;
width: 100%;
justify-content: center;
}
.copyright-block p br {
display: block;
}
.copyright-block .footer-links {
float: none;
width: 100%;
text-align: center;
padding-left: 0;
margin-top: 12px;
display: inline-block;
}
.copyright-block #top-social {
width: 100%;
padding-left: 0;
text-align: center;
padding-bottom: 40px;
padding-top: 8px;
justify-content: center;
}
.arrow-text {
margin-top: 28px;
}
.form-map .btn-wrap-center {
margin-bottom: 50px;
}
.arrow-text .fas {
margin-bottom: 40px;
}
#dp-hamburger .bar1,
#dp-hamburger .bar2,
#dp-hamburger .bar3 {
width: 20px;
}
.form-map {
padding-bottom: 47px;
}
.work-block .work-middle p {
font-size: 18px;
}
.work-block .work-middle a {
font-size: 18px;
width: 103px;
height: 35px;
padding: 0;
line-height: 30px;
bottom: -70px;
min-width: 146px;
}
.work-block .work-middle p span {
display: block;
}
.work-block .work-middle p {
font-size: 18px;
max-width: 80%;
margin: 0 auto;
}
.work-block .work-middle {
top: 40%;
}
.work-block .work-middle p span:after {
display: none;
}
.project-banner .projects-bnr-left {
padding: 42px 30px;
}
.project-banner img {
height: 165px;
margin-top: 10px;
}
.project-grids.row .project-grid {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.project-grids .project-grid:nth-child(7n + 1) img,
.project-grids .project-grid:nth-child(7n + 4) img,
.project-grids .project-grid:nth-child(7n + 5) img,
.project-grids .project-grid:nth-child(7n + 6) img,
.project-grids .project-grid:nth-child(7n + 7) img{
height: 342px;
}  .project-grids .project-grid:nth-child(7n + 2) img,
.project-grids .project-grid:nth-child(7n + 3) img{
height: 168px;
}
.project-single-banner {
min-height: 370px;
}
.single-top-blk {
padding: 0 20px;
}
.single-top-blk .counts ul li {
text-align: center;
width: 100%;
margin-bottom: 20px;
padding-right: 0 !important;
}
#fancybox-right {
right: -44px;
}
#fancybox-left {
left: -22px;
}
.project-grids .project-grid {
-webkit-box-flex: 0;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
#meet-team-banner .img-top {
height: 164px;
}
#meet-team-banner .img-bottom {
height: 94px;
}
.milestone-blk img {
min-height: 150px;
}
.arc-int-blk .site-btn {
display: inline-block;
height: auto;
line-height: 1.2;
padding: 8px 12px !important;
}
#milestone-banner img {
width: 100%;
}
}
@media (max-width: 360px) {
.right-banner .slider-nav .site-btn {
margin-bottom: 10px;
}
.right-banner .slider-nav.right-top-sldr {
height: 340px;
}
.team-block {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.project-single-banner a {
width: 100%;
text-align: center;
}
.project-grids {
padding: 0;
width: 100%;
margin: 0;
}
.project-grids .project-grid {
padding: 0;
padding-bottom: 10px;
}
#site-navigation {
width: 250px;
height: 100vh;
overflow-y: scroll;
}
#site-wrapper.shiftRight {
left: 250px;
}
.project-filter .btn-wrap-center {
padding-top: 20px;
padding-bottom: 30px;
}
.right-banner .slider-nav .btn-orange,
.right-banner .slider-nav .form-map .form-wrap input[type="submit"],
.form-map .form-wrap .right-banner .slider-nav input[type="submit"] {
margin-right: 0;
}
.milestone-blk .mil-content {
padding: 18px;
padding-left: 40px;
padding-top: 0;
}
.milestone-blk .mil-title {
font-size: 20px;
}
.milestone-blk .mil-date {
font-size: 16px;
padding-bottom: 6px;
}
.selectric .label {
font-size: 16px;
}
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
.project-grids {
width: 100%;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 906px;
}
.right-banner {
margin-left: 0;
}
.blog-detail .sidebar ,
#single-blog .sidebar {
padding-left: 74px;
}
}
@media (max-width: 1170px) {
.cd-timeline-block.awards .cd-timeline-content::before {
border-right-color: #235e4d;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
border-left-color: transparent;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
border-left-color: transparent;
}
.cd-timeline-block.articles .cd-timeline-content::before {
border-right-color: #8bcda5 !important;
}
#timeline-block::before {
left: 33px;
}
.cd-timeline-img {
top: 47%;
left: 1%;
}
.cd-timeline-block {
margin-bottom: 20px !important;
}
.cd-timeline-block:nth-child(even) .milestone-blk:after {
left: 0;
}
} .flex-center {
display: flex;
flex-wrap: wrap;
height: 100%;
align-content: center;
}
.cd-timeline-block {
margin: 0;
} #about-banner .right-top-sldr img {
padding-left: 0;
}
#about-banner .projects-bnr-left {
border-right: 10px solid #efefef;
background: #fff;
}
#about-banner p {
color: #333;
}
.arc-int-blk {
background: #fff;
padding-bottom: 60px;
padding-top: 85px;
}
.arc-int-blk p {
max-width: 490px;
margin-right: auto;
margin-left: auto;
line-height: 1.2;
font-size: 18px;
letter-spacing: 0.02em;
font-weight: 300;
}
.arc-int-blk .site-btn {
padding: 0 12px;
margin-top: 10px;
}
.about-strip ul {
list-style: none;
display: inline-flex;
padding-left: 0;
width: 100%;
justify-content: space-between;
max-width: 1085px;
margin: 0 auto;
padding: 38px 0;
}
.about-strip ul li {
font-weight: 500;
color: #fff;
font-size: 21px;
line-height: 1.2;
letter-spacing: 0.02em;
}
.about-strip {
background: #293834;
}
.about-strip ul li:before {
content: "\f0eb";
font-family: "fontawesome";
color: #fc671a;
padding-right: 16px;
}
.about-strip ul li.concept:before {
content: "\f0e7";
}
.about-strip ul li.specialist:before {
content: "\f086";
}
.about-strip ul li.drawings:before {
display: none;
}
#about-banner .site-btn {
margin-top: 15px;
}
.page-id-11 .form-map:before {
border-top-color: #293834;
top: -1px;
}
#interiors-block .architecture-block h2 {
color: #235e4d;
}
#interiors-block .team-block .team-name {
color: #235e4d;
}
.selectric-items {
border: none;
}
.radio-block label,
.radio-block .radio-block-title {
height: 32px;
}
@media (min-width:768px) and (max-width:991px){
.team-block {
padding-bottom: 40px;
}
.team-block .team-wrap img {
width: 100%;
}
.team-block .team-desc {
padding: 0 28px;
}
#contact-banner .right-top-sldr img {
padding-left: 0;
}
}
@media (min-width:769px) and (max-width:991px) {
#about-banner .right-banner .right-btm-sldr .bnr-page-blk {
font-size: 22px;
}
}
@media (min-width:768px) and (max-width:992px){
#milestone-banner.project-banner .projects-bnr-left {
margin-bottom: 10px;
}
}
.selectric-hide-select.selectric-is-native select{
text-transform: uppercase;
}
@media (min-width: 768px) {
#timeline-block::before {
left: 35px;
}
}
@media (min-width: 992px) {
#timeline-block::before {
left: 38px;
}
}
@media (min-width: 1170px) {
#timeline-block::before {
left: 50%;
}
} #about-banner .right-banner {
max-width: 100%;
}
#about-banner .right-banner {
max-width: 100%;
height: 100%;
}
#about-banner .right-top-sldr {
height: 64.1%;
}
#about-banner .right-btm-sldr {
height: 35.9%;
} .right-banner .right-btm-sldr .bnr-page-blk {
height: 100%;
}
#about-banner .projects-bnr-left {
min-height: 610px;
}
.home .right-banner .right-btm-sldr .bnr-page-blk {
height: 219px;
}
#top-social {
padding-left: 40px;
}
.info_content {
font-size: 19px;
letter-spacing: 0.01em;
line-height: 1.2;
color: #333333;
font-weight: 600;
position: relative;
text-align: center;
font-family: "Barlow Semi Condensed", Helvetica, sans-serif;
margin-bottom: 10px;
padding-left: 16px;
}
.info_content:before {
content: "\f3c5";
font-family: "Font Awesome 5 Free";
color: #fc671a;
display: block;
text-align: center;
margin-bottom: 8px;
margin-top: 10px;
}
.info-wrap{
position: relative;
}
.info-wrap:before {
content: "";
background: #fc671a;
height: 5px;
width: 100%;
display: block;
z-index: 1;
position: relative;
} #contact-banner .right-btm-sldr a {
background: #fc671a;
width: 50%;
height: 100%;
font-size: 32px;
font-weight: 300;
letter-spacing: 0.01em;
flex-wrap: wrap;
align-content: center;
text-transform: lowercase;
}
#contact-banner .right-btm-sldr {
padding-left: 10px;
}
#contact-banner .right-banner {
max-width: 100%;
height: 100%;
}
#contact-banner .right-btm-sldr {
height: 37.5%;
}
#contact-banner .right-top-sldr img {
width: 100%;
}
#contact-banner .right-top-sldr {
padding-bottom: 10px;
}
#contact-banner .projects-bnr-left {
background: #fff;
min-height: 610px;
}
#contact-banner .projects-bnr-left p {
color: #333333;
}
#contact-banner .right-btm-sldr img {
font-size: 42px;
display: block;
margin-bottom: 22px;
object-fit: contain;
height: 35px;
width: 100%;
}
#contact-banner .right-btm-sldr a.bnr-mail {
background: #235e4d;
font-size: 28px;
}
.page-template-template-contact .form-map {
background: #8bcda5;
top: -1px;
}
.page-template-template-contact .form-map:before {
border-top-color: #efefef;
}
#contact-banner .right-top-sldr {
height: 62.5%;
}
#contact-banner .right-btm-sldr .bnr-call img {
height: 40px;
}
#single-blog {
margin-top: 28px;
}
.blog-item {
display: block;
background: #fff;
text-decoration: none;
display: flex;
color: #333;
margin-bottom: 10px;
}
.blog-item p{
margin-right: 100px;
letter-spacing: 0.01em;
font-size: 20px;
font-weight: 300;
line-height: 1.2;
}
.blog-item h2{
color: #293834;
font-size: 32px;
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 400;
}
#single-blog h2 {
font-weight: 400;
}
.list-content {
align-items: center;
display: flex;
flex-wrap: wrap;
padding-left: 40px;
align-self: center;
}
.list-content .date {
width: 100%;
font-size: 18px;
letter-spacing: 0.01em;
line-height: 1.2;
color: #fc671a;
margin-bottom: 10px;
}
.blog-item:hover {
text-decoration: none;
color: inherit;
}
.form-map.blog-talk {
background: #fff;
margin-top: 150px;
padding-bottom: 16px;
}
#single-blog .sidebar h2 {
color: #fc671a;
font-size: 32px;
letter-spacing: -0.01em;
line-height: 1.2;
text-align: left;
}
#single-blog .sidebar ul {
list-style: none;
padding-left: 0;
}
#single-blog .sidebar ul li a {
color: #333;
text-decoration: none;
letter-spacing: 0.01em;
line-height: 1.2;
font-weight: 300;
padding: 5px 0;
display: inline-block;
font-size: 20px;
}
.share #top-social {
margin-bottom: 16px;
}
.share #top-social li:not(:last-child) {
margin-right: 14px;
}
.share #top-social li a {
font-size: 26px !important;
}
#single-blog.blog-detail .list-content {
display: block;
padding-left: 0;
margin-top: 45px;
}
#single-blog.blog-detail .list-content .date {
margin-bottom: 40px;
display: inline-block;
}
#single-blog.blog-detail .sidebar .btn-green {
min-width: 230px;
min-height: 60px;
font-size: 24px;
font-weight: 500;
line-height: 55px;
margin-bottom: 42px;
}
#single-blog.blog-detail .sidebar .btn-green i {
padding-right: 12px;
font-size: 18px;
position: relative;
top: -2px;
}
#single-blog.blog-detail p{
font-size: 18px;
font-weight: 300;
letter-spacing: 0.01em;
color: #333;
line-height: 1.2;
}
.blog-wrap .share #top-social {
padding-left: 0;
}
.blog-wrap h3 {
letter-spacing: -0.01em;
font-size: 24px;
color: #fc671a;
line-height: 1.2;
margin-top: 45px;
font-weight: 300;
}
.form-map.blog-talk{
display:none;
}
.page-template-template-blog .form-map.blog-talk,
.single-post .form-map.blog-talk {
display: block;
}
.extend-login.project-banner .projects-bnr-left {
background: #fff;
}
.extend-login .form-map .form-wrap ul li:first-child,
.extend-login .form-map .form-wrap ul li:nth-child(2) {
width: 100%;
padding-left: 0;
}
.extend-login .form-map .form-wrap{
padding: 0;
}
.extend-login .form-map:before {
display: none;
}
.login-info .login-text {
position: absolute;
bottom: 25px;
font-size: 18px;
color: #333;
letter-spacing: 0.01em;
line-height: 1.2;
}
.login-info {
width: 100%;
}
.login-text:before {
content: "*";
color: #fc671a;
}
.extend-login .form-map .form-wrap .gform_title {
text-align: left;
font-size: 36px;
}
.page-template-template-login #site-wrapper{
background: url(//www.calderflower.com.au/wp-content/themes/calderflower/assets/img/login-bg.jpg);
background-size:contain;  
background-position: center;
}
.extend-login .form-map {
overflow: hidden;
}
#single-blog .sidebar ul.social-media-icons li a,
#single-blog .sidebar ul.social-media-icons li a:hover {
background: transparent !important;
color: #293834;
padding-right: 10px !important;
outline: none !important;
font-weight: 300;
margin-top: 0;
}
div#single-blog  ul.social-media-icons li a.facebook {
padding-right: 4px;
}
div#single-blog  ul.social-media-icons li a.linkedin {
padding-right: 15px;
}
.subscribe button {
background: #efefef;
box-shadow: none;
cursor: pointer;
padding-left: 0;
border: none !important;
}
.share #top-social li a,
.share #top-social li a:hover {
background: transparent !important;
padding: 0;
padding-right: 12px;
}
.share #top-social li a {
margin-top: 12px;
outline: none !important;
}
.share #top-social {
position: relative;
left: -10px;
margin-bottom: 3px;
}
.modal-dialog.form-map .modal-header {
padding: 0;
border: none;
}
.modal-dialog.form-map:before {
display: none;
}
.modal-content.form-wrap button.close {
right: 0px;
top: 4px;
}
.modal-dialog.form-map {
max-width: 600px;
}
.form-map.modal-dialog .form-wrap .gform_title {
margin-bottom: 16px;
}
.form-map.modal-dialog .validation_error {
margin-bottom: -5px;
}
#contact-banner .projects-bnr-left .site-btn {
margin-top: 12px;
}  ol.comment-list {
list-style: none;
margin: 0 0 1em;
padding: 0;
text-indent: 0;
font-size: 18px;
}
ol.comment-list li.comment {
border-bottom: 1px solid #ddd;
padding: 1em;
}
ol.comment-list li.comment div.vcard {
font-weight: 14px;
}
ol.comment-list li.comment div.vcard img.avatar {
border: 5px solid #ccc;
float: right;
margin: 0 0 20px 20px;
}
ol.comment-list li.comment div.comment-meta {
font-size: 11px;
}
ol.comment-list li.comment div.comment-meta a {
color: #ccc;
}
ol.comment-list li.comment p {
font-size: 21px;
}
ol.comment-list li.comment ul {
font-size: 12px;
list-style: none;
margin: 0 0 0 20px;
}
ol.comment-list li.comment div.reply {
font-size: 11px;
}
ol.comment-list li.comment div.reply a {
font-weight: bold;
font-size: 16px;
}
ol.comment-list li.comment ul.children {
list-style: none;
margin: 12px;
text-indent: 0;
}
ol.comment-list li.comment ul.children li.depth-2 {
border-left: 5px solid #ccc;
margin: 0 0 10px 10px;
}
ol.comment-list li.comment ul.children li.depth-3 {
border-left: 5px solid #bbb;
margin: 0 0 10px 10px;
}
ol.comment-list li.comment ul.children li.depth-4 {
border-left: 5px solid #aaa;
margin: 0 0 10px 10px;
}
ol.comment-list li.even {
background: #fff;
}
ol.comment-list li.odd {
background: rgba(250, 250, 250, 0.38); }
ol.comment-list li.parent {
border-left: 5px solid #fa8282;
}
ol.comment-list ol {
list-style-type: none;
}
ol.comment-list p {
margin-bottom: 6px;
}
p.comment-form-cookies-consent {
position: relative;
}
.comment-form input[type="checkbox"] {
padding-right: 20px;
position: absolute;
left: 0;
top: 5px;
}
p.comment-form-author {
margin-bottom: 0;
}
.comment-form {
width: 100%;
margin-bottom: 18px;
padding-left: 40px;
max-width: 775px;
}
.comments-title {
margin-bottom: 20px;
}
.comment-form textarea#comment {
height: auto;
}
.comment-form input[type="checkbox"] {
position: relative;
top: 1px;
}
.comment-form input.submit:hover {
cursor: pointer;
}
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form textarea {
border-radius: 2px;
height: 45px;
width: 100%;
padding-left: 0px;
border: none;
border-bottom: 2px solid rgba(51, 51, 51, 0.1);
outline: none;
}
.comment-form input[type="checkbox"] {
padding-right: 20px;
}
#comment-accordion {
margin-top: 36px;
}
p.comment-form-cookies-consent label {
padding-left: 10px;
}
ol.comment-list a {
color: #3687DE;
}
#respond input[type="submit"] {
min-width: 150px;
height: 50px;
line-height: 45px;
font-size: 21px;
letter-spacing: 0.01em;
border: 2px solid transparent;
display: inline-block;
text-align: center;
padding: 0;
outline: none;
transform: translateY(0px);
transition: all 250ms linear;
border-color: #fc671a;
color: #fc671a;
background: #fff;
margin-top: 19px;
}
#respond input[type="submit"]:hover {
text-decoration: none;
transition: all 250ms linear;
transform: translateY(-2px);
}
#comment-accordion .btn-link {
color: #333;
letter-spacing: -0.01em;
font-size: 28px;
font-weight: 300;
display: block;
width: 100%;
text-align: left;
text-decoration: none;
padding: 10px 25px;
}
#comment-accordion #headingOne {
padding: 0;
border: none;
}
#comment-accordion .card-header {
background: #fff;
}
#comment-accordion .card {
border: none;
border-bottom: 2px solid #fc671a;
border-radius: 0;
}
#comment-accordion .btn-link:after{
content: "\f107";
right: 25px;
position: absolute;
font-family: "fontawesome";
color: #fc671a;
top: 14px;
}
#comment-accordion .btn-link[aria-expanded='false']:after {
transition: all .3s;
}
#comment-accordion .btn-link[aria-expanded='true']:after {
transition: all .3s;
transform: rotate(180deg);
}
.sidebar section:not(:first-child) {
margin-top: 40px;
}
.share {
margin-top: 44px;
}
.comment-notes {
display: none;
}
#comment-accordion .card-body {
padding: 0;
}
@media (max-width:1199px) {
.copyright-block #menu-footer-menu{
float: left;
}
}
@media (max-width:991px){
#contact-banner .right-btm-sldr a {
width: 100%;
min-height: 185px;
}
#contact-banner .right-btm-sldr a.bnr-call {
margin-bottom: 10px;
}
#contact-banner .right-btm-sldr {
display: block;
}
#contact-banner .right-banner {
height: auto;
}
#contact-banner .right-btm-sldr {
padding-left: 0;
}
.form-map .form-wrap input[type="submit"] {
margin-top: 40px;
}
.flex-center.form-wrap .gform_wrapper {
position: relative;
top: -20px;
width: 100%;
}
.form-map .form-wrap input[type="submit"] {
margin-bottom: 0;
margin-top: 10px;
}
}
@media (min-width:992px){
.extend-login .form-map .form-wrap .gform_title {
position: relative;
top: -45px;
}
.extend-login .form-map .form-wrap input[type="submit"] {
position: relative;
bottom: -65px;
}
.extend-login .flex-center {
align-content: space-evenly;
position: relative;
top: 8px;
}
.page-template-template-login .copyright-block {
margin-top: 112px;
}
}
@media (max-width:1700px){
#fancybox-right,
#fancybox-close {
right: 0px;
}
#fancybox-left {
left: 0px;
}
#fancybox-close{
top: 0;
}
#fancybox-right,
#fancybox-left,
#fancybox-close{
width: 25px;
height: 25px;
background-size: contain !important;
}
}
@media (max-width:480px){
.sidebar .sidebar {
margin-top: 50px;
}
.sidebar #comment-accordion {
margin-top: 51px;
}
.sidebar .sidebar .btn-green {
margin-top: 30px;
}
#about-banner .right-top-sldr img {
margin-top: 0;
}
#meet-team-banner .projects-bnr-left {
padding: 62px 30px;
}
.form-map .form-wrap input[type="submit"] {
margin-bottom: 78px;
}
.extend-login .form-map .form-wrap .gform_title {
margin-bottom: 50px;
}
.project-banner {
padding-bottom: 10px;
}
.list-content {
padding-left: 20px;
}
#single-blog.blog-detail .sidebar .btn-green {
width: 100%;
}
#comment-accordion {
margin-top: 50px;
}
#single-blog.blog-detail .sidebar .btn-green {
margin-top: 10px;
margin-bottom: 0;
}
.form-map .form-wrap input[type="submit"] {
margin-bottom: 0;
}
.blog-listing.project-banner .projects-bnr-left {
margin-bottom: 0;
}
div#single-blog {
margin-top: 30px;
}
}
#single-blog .sidebar ul li.current-cat a,
#single-blog .sidebar ul li a:hover,
#single-blog .sidebar ul li a.active {
color: #fc671a;
}
h1.archive-title,
.archive h1.page-title {
color: #fc671a;
letter-spacing: -0.01em;
line-height: 1.2;
width: 100%;
text-align: center;
font-size: 32px;
margin-bottom: 16px;
margin-top: 30px;
}
.archive.date .form-map:before,
.archive.category .form-map:before{
display: none;
}
.apply-button {
background: #293834;
text-align: center;
padding: 15px 0;
}
.apply-button .btn-orange {
background: #fc671a;
color: #fff;
}
.filter-section-list>div {
background: #fc671a;
color: #fff;
text-align: center;
border-radius: 10px;
display: inline-block;
padding: 6px 10px;
margin: 10px 0;
font-size: 14px;
line-height: 14px;
}
.filter-section-list .fas {
padding-right: 6px;
}
@media (width: 320px) {
#site-wrapper.shiftRight #header {
left: 250px !important;
}
}
@media (max-width:768px) {
.page-id-15 .project-banner img {
margin-top: 0;
}
.page-id-13 #meet-team-banner .projects-bnr-left {
margin-bottom: 0;
}
.page-id-17 #milestone-banner.project-banner .projects-bnr-left {
margin-bottom: 0;
}
div#contact-banner .projects-bnr-left {
margin-bottom: 0;
}
}
@media (width: 992px) {
div#about-banner .projects-bnr-left {
min-height: 610px;
}
#about-banner .projects-bnr-left {
border-right: 10px solid #efefef !important;
}
#about-banner .right-top-sldr img {
padding-left: 0 !important;
}
}
.page-template-template-login {
background: #333333;
}
.team-block {
margin-bottom: 30px;
}
.project-single-banner {
background-size: cover !important;
background-position: center !important;
}
.form-map .heading-title {
max-width: 900px;
margin: 0 auto;
}
.page-template-template-contact div#contact-banner .flex-center a.site-btn {
display: block;
width: 100%;
margin-left: 0 !important;
max-width: 150px;
}
.page-template-template-contact div#contact-banner .flex-center p {
width: 100%;
}
.single-img-mbl {
width: 100%;
}
body.logged-in #site-wrapper {
padding-top: 40px;
}
#about-banner .right-btm-sldr a.bnr-page-blk {
pointer-events: none;
}
.arc-int-blk .btn-wrap-center {
display: none;
}
.team-block .team-desc p {
font-size: 16px;
}
.project-filter .work-block {
background: rgba(26, 60, 52, 0.87);
}
.team-block.no-content {
pointer-events: none;
}
.team-block .team-desc {
padding-right: 50px;
padding-bottom: 45px;
font-size: 18px;
line-height: 1.2;
color: #333333;
white-space: pre-line;
}
@media (min-width:992px){
.team-block .team-desc {
padding-left: 370px;
}
}
.work-block .work-middle p span:after {
padding-right: 5px;
}
.team-block .team-desc .team-name {
margin-bottom: 10px;
}
@media (max-width:991px){
.team-block .team-wrap img {
position: relative;
}
.team-block .team-desc .team-name {
margin-top: 26px;
}
}
.team-block .team-desc {
font-size: 16px;
}
.team-block .team-desc .team-name {
margin-top: 12px;
}
.team-block .team-desc {
padding-bottom: 30px;
}
.single-top-btn a {
pointer-events: none;
}