@charset "UTF-8";

 .slick-loading .slick-list {
background: #fff url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/ajax-loader.gif) center center no-repeat;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
@font-face {
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/fonts/slick.eot);
src: url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/fonts/slick.woff) format('woff'), url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/fonts/slick.ttf) format('truetype'), url(https://www.drivers.com.au/wp-content/themes/theme52112/assets/js/slick-1.8.1/slick/fonts/slick.svg#slick) format('svg');
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
} .slick-dotted .slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75;
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html,
body {
font-family: "Lato", sans-serif;
font-size: 14px;
height: 100%;
}
input,
select,
textarea {
font-family: "Lato", sans-serif;
font-size: 13px;
line-height: 17px;
}
body {
background: #ffffff !important;
}
body.overflowhidden {
overflow: hidden;
}
img {
border: 0px;
display: block;
max-width: 100%;
}
a,
input {
outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
a {
transition: all 0.3s;
-webkit-transition: all 0.3s;
} .clear {
clear: both;
height: 0px;
overflow: hidden;
}
strong {
font-weight: 700;
}
a {
text-decoration: none;
}
a:focus,
a:hover {
outline: none;
text-decoration: none;
}  h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
text-decoration: underline;
}
.font-14 {
font-size: 14px !important;
} .mg-b0 {
margin-bottom: 0px;
}
.mg-b5 {
margin-bottom: 5px;
}
.mg-b10 {
margin-bottom: 10px;
}
.mg-b20 {
margin-bottom: 20px;
}
.mg-b30 {
margin-bottom: 30px;
}
.mg-b40 {
margin-bottom: 40px;
}
.mg-b50 {
margin-bottom: 50px;
}
.mg-b60 {
margin-bottom: 60px;
}
.mg-b70 {
margin-bottom: 70px;
}
.mg-t0 {
margin-bottom: 0px;
}
.mg-t15 {
margin-top: 15px;
}
.mg-t10 {
margin-top: 10px;
}
.mg-t20 {
margin-top: 20px;
}
.mg-t30 {
margin-top: 30px;
}
.mg-t40 {
margin-top: 40px;
}
.mg-t50 {
margin-top: 50px;
}
.mg-t60 {
margin-top: 60px;
}
.mg-t70 {
margin-top: 70px;
}
.mg-r5 {
margin-right: 5px;
}
.mg-r10 {
margin-right: 10px;
}
.mg-r15 {
margin-right: 15px;
}
.mg-r20 {
margin-right: 20px;
}
.mg-l10 {
margin-left: 10px;
}
.mg-l15 {
margin-left: 15px;
}
.mg-l20 {
margin-left: 20px;
} .pd-b0 {
padding-bottom: 0px;
}
.pd-b10 {
padding-bottom: 10px;
}
.pd-b20 {
padding-bottom: 20px;
}
.pd-b30 {
padding-bottom: 30px;
}
.pd-b40 {
padding-bottom: 40px;
}
.pd-b50 {
padding-bottom: 50px;
}
.pd-b60 {
padding-bottom: 60px;
}
.pd-b70 {
padding-bottom: 70px;
}
.pd-t10 {
padding-top: 10px;
}
.pd-t15 {
padding-top: 15px;
}
.pd-t20 {
padding-top: 20px;
}
.pd-t30 {
padding-top: 30px;
}
.pd-t40 {
padding-top: 40px;
}
.pd-t50 {
padding-top: 50px;
}
.pd-t60 {
padding-top: 60px;
}
.pd-t70 {
padding-top: 70px;
}
.pd-t80 {
padding-top: 80px;
}
.pd-lr15 {
padding-left: 15px;
padding-right: 15px;
} .whitesmoke-bg {
background-color: #f3f3f3;
} .text-white {
color: #ffffff;
}
.loader {
position: absolute;
top: 10px;
right: 5px;
}
.loader img {
height: 28px;
}
.d-none {
display: none !important;
}
.d-flex {
display: flex;
}
.justify-content-center {
justify-content: center !important;
}
.text-center {
text-align: center !important;
}
.w-60 {
width: 60%;
padding: 0 10px;
}
.w-40 {
width: 40%;
padding: 0 10px;
}
.w-50 {
width: 50%;
}
.w-25 {
width: 25%;
padding: 0 15px;
}
.heading20 {
font-size: 20px;
line-height: 28px;
}
.heading20.headingBold {
font-weight: 900;
}
.heading20.headingSemibold {
font-weight: 700;
}
.heading16 {
font-size: 16px;
font-weight: 500;
}
.heading18 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
}
.heading24-bold {
font-size: 24px;
font-weight: 700;
line-height: 47px;
}
.heading32 {
font-size: 32px;
line-height: 40px;
font-weight: 700;
}
.heading36 {
font-size: 36px;
line-height: 47px;
font-weight: 400;
}
.heading42 {
font-size: 42px;
line-height: 50px;
font-weight: 300;
color: #191919;
text-shadow: 3px 3px 3px rgba(6, 6, 6, 0.1);
}
.form-control {
border: 0;
border-radius: 4px;
border: 1px solid #e6e6e6;
padding: 2px 0;
height: 40px;
line-height: 40px;
font-size: 16px;
letter-spacing: 0.04em;
font-weight: 400;
font-family: "Lato", sans-serif;
color: #000000;
background: #ffffff;
padding-left: 13px;
}
.form-control:focus {
outline: none;
box-shadow: none;
background: #ffffff;
}
.form-control::-webkit-contacts-auto-fill-button {
display: none !important;
-webkit-mask-image: none;
}
.card-testimonial {
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
padding: 37px 33px;
width: 100%;
}
.min-w184 {
min-width: 184px;
}
.min-w270 {
min-width: 270px;
}
.search-error {
color: #FF0000;
text-decoration: underline;
margin-bottom: 10px;
display: block;
}
.search-error a {
color: #51A6F1;
text-decoration: underline;
margin-left: 8px;
}
.driver-btn {
border-radius: 5px;
padding: 5px 12px;
border: none;
overflow: hidden;
position: relative;
}
.driver-btn span {
color: white;
}
.driver-btn::before {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0px;
top: 0px;
background-color: white;
}
.driver-btn:hover span {
color: #000000;
position: relative;
}
.driver-btn:hover::before {
height: 100%;
color: black;
}
.driver-btn:focus {
outline: none;
box-shadow: none;
}
.modal-backdrop {
opacity: 0.9 !important;
z-index: 9;
}
.modal.fade.in {
display: block !important;
}
@media only screen and (max-width: 991px) {
.w-60 {
width: 100%;
}
.w-40 {
width: 100%;
}
.container {
width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
.mg-x-b0 {
margin-bottom: 0px;
}
.mg-x-b5 {
margin-bottom: 5px;
}
.mg-x-b10 {
margin-bottom: 10px;
}
.mg-x-b20 {
margin-bottom: 20px;
}
.mg-x-b30 {
margin-bottom: 30px;
}
.mg-x-b40 {
margin-bottom: 40px;
}
.mg-x-b50 {
margin-bottom: 50px;
}
.mg-x-b60 {
margin-bottom: 60px;
}
.mg-x-b70 {
margin-bottom: 70px;
}
.mg-x-t0 {
margin-bottom: 0px;
}
.mg-x-t5 {
margin-top: 5px;
}
.mg-x-t15 {
margin-top: 15px;
}
.mg-x-t10 {
margin-top: 10px;
}
.mg-x-t20 {
margin-top: 20px;
}
.mg-x-t30 {
margin-top: 30px;
}
.mg-x-t40 {
margin-top: 40px;
}
.mg-x-t50 {
margin-top: 50px;
}
.mg-x-t60 {
margin-top: 60px;
}
.mg-x-t70 {
margin-top: 70px;
}
.d-x-block {
display: block !important;
}
.div-box {
padding: 15px;
}
.wrapper {
padding-top: 65px;
}
.heading42 {
font-size: 30px;
line-height: 38px;
}
.min-w184 {
width: 100%;
}
.min-w270 {
min-width: 100%;
}
.heading32 {
font-size: 22px;
line-height: 30px;
}
.loader {
top: 19px;
}
.w-25 {
width: 50%;
}
}
.main-holder {
padding-top: 95px;
}
.header-bg {
background-image: -moz-linear-gradient(90deg, #1778ae 0%, #001724 100%);
background-image: -webkit-linear-gradient(90deg, #1778ae 0%, #001724 100%);
background-image: -ms-linear-gradient(90deg, #1778ae 0%, #001724 100%);
padding: 5px 15px;
position: fixed;
z-index: 1001;
top: 0;
right: 0;
left: 0;
}
.header-logo img {
width: 98px
}
.header-bg.header {
padding: 16px 15px !important;
}
.header-inner {
margin: 0 -15px;
align-items: center;
}
.header-left {
width: 50%;
padding: 0 15px;
}
.header-right {
width: 50%;
padding: 0 15px;
}
.header-right .header-menu {
text-align: right;
position: relative;
}
.header-right .header-menu .header-btn {
margin: 0 -5px;
padding-right: 50px;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
list-style: none; 
}
.header-right .header-menu .header-btn li {
padding: 0 5px;
}
.header-right .header-menu .header-btn li .driver-btn {
min-width: 90px;
background-color: #51A6F1;
height: 34px;
font-size: 14px;
font-weight: 700;
}
.header-right .header-menu .hamburger-menu {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.header-right .header-menu .hamburger-menu .btn {
background: transparent;
color: #ffffff;
border: none;
padding: 0;
box-shadow: none;
}
.header-right .header-menu .hamburger-menu .btn:focus {
outline: none;
box-shadow: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown {
display: none;
width: 940px;
background: #fff;
position: absolute;
top: 100%;
right: 0;
margin-top: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border: 1px solid #51A6F1;
padding: 30px 40px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .btn-close {
display: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion {
display: flex;
margin: 0 -15px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion .accordion-group {
width: 33.33%;
padding: 0 15px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion .accordion-group:last-child {
border-right: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-group {
text-align: left;
margin-bottom: 0;
border: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading {
margin-bottom: 10px;
position: relative;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading .menu-heading {
display: block;
padding: 0;
text-transform: uppercase;
font-size: 16px;
color: #51A6F1;
padding-right: 40px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading .header-mobileColapse {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading .header-mobileColapse img {
height: 12px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-body.collapse {
height: auto;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner {
padding: 0;
border: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner ul {
display: flex;
flex-direction: column;
margin: 0;
list-style: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner ul li {
width: 100%;
margin-top: 10px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner ul li a {
font-size: 14px;
color: #333;
padding: 10px 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion {
display: flex;
flex-direction: column;
margin: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion .accordion-group {
width: 100%;
padding: 0;
border-right: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion .accordion-group:last-child {
border-right: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-heading {
margin-bottom: 0;
margin-top: 10px;
display: flex;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-heading .hamburger-sabmenu {
display: inline-flex;
padding: 0;
pointer-events: all;
cursor: pointer;
text-transform: none;
font-size: 14px;
color: #333;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-heading .hamburger-sabmenuArrow {
display: block;
padding: 8px 15px;
position: absolute;
right: 0;
top: -1px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-heading .hamburger-sabmenuArrow img {
width: 10px;
margin-left: 5px;
opacity: 0.9;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-body.collapse {
height: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-body.collapse.in {
height: auto;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-inner {
padding-left: 15px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-inner ul {
margin-top: 5px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-inner ul>li {
margin-top: 5px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion-inner ul>li a {
font-size: 13px;
}
.header-right .header-menu .hamburger-menu.show .hamburger-dropdown {
display: block;
}
.header-right .header-menu .mobile-candidate {
display: none;
margin-top: 10px;
}
.header-right .header-menu .mobile-candidate a {
color: #ffffff;
display: inline-flex;
}
.header-right .header-menu .mobile-candidate:hover {
text-decoration: underline;
}
.header-padding {
padding-top: 100px;
}
.truck-section {
margin-top: 22px;
margin-bottom: 65px;
}
.truck-section p {
font-size: 16px;
}
.search-box {
display: flex;
margin: 0 -10px;
}
.search-inner {
border-radius: 4px;
background-color: #f3f3f3;
border: 1px solid #a0a0a0;
padding: 13px 20px 20px 20px;
height: 100%;
box-sizing: border-box;
}
.search-inner .search-heading {
color: #51A6F1;
}
.search-inner .search-detail {
color: #191919;
font-size: 14px;
margin-top: 13px;
}
.search-inner .matching-driver .search-modalSection {
position: relative;
margin-right: 15px;
margin-top: 15px;
width: 410px;
}
.search-inner .matching-driver .search-modalSection .dropdown .search-textBox {
margin: 0;
width: 100%;
}
.search-inner .matching-driver .search-modalSection .dropdown .loader {
position: absolute;
top: 7px;
right: 5px;
}
.search-inner .matching-driver .search-modalSection .dropdown .dropdown-menu {
width: 100%;
border-radius: inherit;
margin-top: 0;
max-height: 170px;
overflow-y: scroll;
}
.search-inner .search-textBox {
width: 410px;
margin-top: 15px;
margin-right: 15px;
height: 40px;
margin-bottom: 0;
}
.search-inner .search-textBox:focus {
outline: none;
box-shadow: none;
}
.error-textbox {
outline: 1px solid red !important;
border: 1px solid #fff !important;
}
.error-textbox::placeholder { 
color: red !important;
opacity: 1 !important;
}
.error-textbox::-ms-input-placeholder {   
color: red !important;
opacity: 1 !important;
}
.error-textbox:-ms-input-placeholder {   
color: red !important;
opacity: 1 !important;
}
.search-inner .driver-btn {
margin-top: 15px;
height: 40px;
background-color: #51A6F1;
}
.search-inner .driver-btn span {
color: #ffffff;
}
.search-inner .driver-btn::before {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0px;
top: 0px;
background-color: #83c2f9;
}
.search-inner .driver-btn:hover span {
color: #fff;
position: relative;
}
.search-inner .driver-btn:hover::before {
height: 100%;
color: black;
}
.service-provider {
padding-top: 60px;
padding-bottom: 60px;
}
.service-we-provide ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -10px;
}
.service-we-provide ul li {
width: 25%;
margin-top: 30px;
padding: 0 10px;
}
.border-green {
border-color: #4dc664 !important;
}
.border-blue {
border-color: #4da5f5 !important;
}
.border-red {
border-color: #f2503b !important;
}
.border-yellow {
border-color: #fbbc05 !important;
}
.service-we-provide ul li .service-provide-box {
border: 1px;
border-style: solid;
padding: 0px;
height: 100%;
}
.service-we-provide ul li .service-provide-box  {
background-color: white;
padding: 5px;
text-align: center;
position: relative;
height: 100%;
}
.service-we-provide ul li .service-provide-box  h3 {
font-size: 15px;
color: #51a6f1;
font-weight: 400;
line-height: 24px;
position: relative;
}
.service-we-provide ul li .service-provide-box  p {
position: relative;
padding-top: 10px;
}
.service-we-provide ul li .service-provide-box  p::after {
width: 40px;
height: 2px;
content: '';
position: absolute;
background-color: #011c2b;
left: 50%;
transform: translateX(-50%);
top: 0;
}
.browse-driver ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -10px;
}
.browse-driver ul li {
width: 25%;
margin-top: 30px;
padding: 0 10px;
}
.browse-driver ul li .driver-btn {
padding: 5px;
width: 100%;
height: 64px;
white-space: normal;
background-color: #51A6F1;
}
.browse-driver ul li .driver-btn span {
color: #ffffff;
}
.browse-driver ul li .driver-btn::before {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0px;
top: 0px;
background-color: #83c2f9;
}
.browse-driver ul li .driver-btn:hover span {
color: #fff;
position: relative;
}
.browse-driver ul li .driver-btn:hover::before {
height: 100%;
color: black;
}
.testimonial-section {
background-repeat: no-repeat;
background-size: cover;
}
.testimonial-box {
margin: 30px 0;
padding: 0 50px;
}
.testimonial-box .slick-track {
display: flex;
}
.testimonial-box .testimonial-inner {
padding: 0 10px;
height: auto;
display: flex !important;
}
.testimonial-box .testimonial-inner .testimonial-scroll .mCustomScrollBox {
height: 140px;
}
.testimonial-box .testimonial-inner .testimonial-scroll {
height: 140px;
}
.testimonial-box .testimonial-inner .testimonial-words {
color: #999999;
font-size: 14px;
}
.testimonial-box .testimonial-inner .testimonial-words blockquote {
padding: 0;
margin: 0;
border-left: 0;
}
.testimonial-box .testimonial-inner .testimonial-rating {
text-align: center;
align-items: center;
display: flex;
justify-content: center;
margin: 20px 0 0;
}
.testimonial-box .testimonial-inner .testimonial-person {
font-size: 14px;
font-weight: 600;
}
.client-box-slider {
padding: 0 50px;
}
.client-box-slider .slick-slide {
height: auto;
}
.logo-slide .logo-item {
padding: 0 10px;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
.logo-slide .logo-item .logo-inner {
background: #fff;
height: 100%;
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
height: 120px;
}
.logo-slide .logo-item .logo-inner img {
object-fit: contain;
height: 100%;
width: 100%;
}
.placement-container {
display: flex;
margin: 0 -15px;
flex-wrap: wrap;
box-sizing: border-box;
}
.placement-container .stats-box {
text-align: center;
}
.placement-container .stats-box:hover .circle-box {
color: #ffffff;
}
.placement-container .stats-box:hover .circle-box::before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.placement-container .stats-box .circle-box {
width: 140px;
height: 140px;
background-color: #ffffff;
border-radius: 50%;
margin: 0 auto;
text-align: center;
position: relative;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 10;
font-size: 38px;
color: #51A6F1;
transition: all 0.3s ease 0s;
}
.placement-container .stats-box .circle-box::before {
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
background: #f2503b;
z-index: -1;
transition: all 0.3s ease 0s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.placement-container .stats-box .stats-name {
font-size: 21px;
font-weight: 700;
color: #ffffff;
margin-top: 10px;
}
.contact-section {
background-color: #4dc664;
}
.contact-section .addresses {
text-align: center;
}
.contact-section .addresses .contact-detail {
color: #ffffff;
display: flex;
justify-content: center;
font-size: 21px;
line-height: 32px;
align-items: center;
}
.contact-section .addresses .contact-detail span {
margin-right: 10px;
margin-left: 5px;
}
.contact-section .addresses .contact-detail span img {
height: 20px;
}
.contact-section .addresses .contact-detail a {
color: #ffffff;
}
.contact-section .addresses .office-location {
color: #ffffff;
font-size: 15px;
}
.content-box-footer {
display: block;
overflow: hidden;
}
.moreblock {
margin-top: 12px;
margin-bottom: 20px;
}
.moreblock .btn-more {
font-size: 16px;
display: inline-block;
color: #51A6F1;
font-weight: 500;
} .search-modalPop {
padding-right: 0 !important;
}
.search-modalPop .modal-body {
background-color: #f3f3f3;
border-radius: 5px;
padding: 30px;
max-height: none;
overflow-y: visible;
}
.search-modalPop .modal-body .close {
color: #999999;
font-size: 38px;
position: absolute;
right: 10px;
top: 10px;
}
.search-modalPop .modal-body .search-modalContent {
margin-top: 50px;
}
.search-modalPop .modal-body .search-modalContent .collapse{
padding: 1px;
}
.search-modalPop .modal-body .search-modalContent hr {
margin: 30px 0;
}
.search-modalPop .modal-body .search-modalContent .search-textBox {
margin-top: 0;
height: 46px;
width: 100%;
margin-bottom: 20px;
}
.search-modalPop .modal-body .search-modalContent .search-textBox:focus {
outline: none;
box-shadow: none;
}
.search-modalPop .modal-body .search-modalContent .driver-btn {
width: 100%;
height: 46px;
background-color: #51A6F1;
}
.search-modalPop .modal-body .search-modalContent .driver-btn span {
color: #ffffff;
}
.search-modalPop .modal-body .search-modalContent .driver-btn::before {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0px;
top: 0px;
background-color: #83c2f9;
}
.search-modalPop .modal-body .search-modalContent .driver-btn:hover span {
color: #fff;
position: relative;
}
.search-modalPop .modal-body .search-modalContent .driver-btn:hover::before {
height: 100%;
color: black;
}
.search-modalSection {
position: relative;
}
.search-modalSection .dropdown-menu {
width: 100%;
border-radius: inherit;
margin-top: -20px;
max-height: 170px;
overflow-y: scroll;
}
.search-modalSection .dropdown-menu .search-list {
margin: 0;
}
.search-modalSection .dropdown-menu .search-list li {
padding: 10px 12px;
border-bottom: 1px solid #ebf5ff;
cursor: pointer;
}
.search-modalSection .dropdown-menu .search-list li:hover {
background-color: #51A6F1;
color: white;
}
.slick-prev,
.slick-next {
background-color: #ffffff;
width: 49px;
height: 49px;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
z-index: 8;
}
.slick-prev:hover,
.slick-next:hover {
background-color: #ffffff;
}
.slick-prev:focus,
.slick-next:focus {
background-color: #ffffff;
}
.slick-prev {
left: 0;
}
.slick-prev::before {
content: " ";
background-image: url(//www.drivers.com.au/wp-content/themes/theme52112/assets/images/arrow-left.svg);
position: absolute;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-repeat: no-repeat;
}
.slick-next {
right: 0px;
}
.slick-next::before {
content: " ";
background-image: url(//www.drivers.com.au/wp-content/themes/theme52112/assets/images/arrow-right.svg);
position: absolute;
width: 15px;
height: 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-repeat: no-repeat;
}
.serv-1 {
margin-top: 30px;
}
.serv-2 {
display: none;
}
.placement-system {
background-color: #51A6F1;
}
.urgency-select{width: 100%;}  .mg-l0 {
margin-left: 0 !important;
}
.submit {
white-space: normal;
background-color: #51A6F1;
min-width: 180px;
height: 52px;
font-size: 16px;
margin-top: 50px;
}
.submit::before {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0px;
top: 0px;
background-color: #83c2f9;
}
.submit:hover::before {
height: 100%;
color: white;
} .captcha-submit-box {
display: flex;
justify-content: end;
align-content: center;
}
.captcha-submit-box .captcha-total {
display: flex;
}
.captcha-submit-box .submit-contact-btn {
margin-left: -14px;
} .footerSection {
padding-top: 40px;
padding-bottom: 40px;
}
.footerSection .content-box-footer { padding: 0 10px; }
.footerSection .content-box-footer ul {
margin: 0 0 20px;
}
.footer-text-center {
float: none;
margin: 0 auto;
text-align: center;
}
.footer-bottom .copyright { }
.footer-bottom .copyright  .registerd-labour {
width: 150px;
margin: auto;
}
.footer-bottom .contact-details-block {
margin-top: 15px;
}
.footer-bottom .social {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px;
}
.footer-bottom .social li a {
font-size: 20px;
}
.error {
color: red;
font-size: 12px;
position: absolute;
bottom: -2px;
left: 0;
}
.pt-0 {
padding-top: 0 !important;
}
.modalCntrl {
background: rgb(0 0 0 / 90%);
width: 100%;
left: 0;
bottom: 0;
margin: 0;
overflow-y: auto;
}
.modal.modalCntrl.fade.in {
top: 0;
}
.modalCntrl .modal-dialog {
max-width: 558px;
margin: 15px auto;
}
.modal-open {
overflow: hidden !important;
}
.contactForm-section .wpcf7 .wpcf7-form {
margin: 50px 0 0;
}
.contactForm-section .wpcf7 .wpcf7-form .submit-wrap {
margin-bottom: 0;
}
.contactForm-section .wpcf7 .wpcf7-form .submit-wrap input {
margin: 0;
padding: 12px 85px !important;
height: auto;
color: #fff;
display: inline-block;
}
.contactForm-section #numeric-captcha {
height: 50px !important;
}
.contactForm-section .captcha-answer input[type="text"] {
height: 50px;
font-size: 15px;
padding: 15px 20px;
}
.list-style-dots { list-style: disc;  }
.dropcap {
margin-bottom: 2px !important;
}
.testimonial_content {
font-style: normal !important;
}
.disabled-btn{
pointer-events: none;
color: #fff;
opacity: 0.6;
cursor: not-allowed;
}
.footer-bottom .copyright .registerd-labour {
width: 100%;
margin: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.footer-bottom .copyright .registerd-labour img {
width: 150px;
padding: 0 5px;
}  * {
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
.btn.btn-border-new.btnblues {
background-color: #00aeef;
border-color: #00aeef;
color: #fff;
padding-left: 5px;
padding-right: 5px;
font-size: 12px;
border-radius: 3px;
box-shadow: none;
}
.btn.btn-border-new.btnblues:hover, .btn.btn-border-new.btnblues.active {
background-color: #0983b1;
border-color: #0983b1;
opacity: 1;
}
.btn.btn-border-new.btnpurple {
background-color: #a35fa3;
color: #fff;
border-color: #a35fa3;
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
border-radius: 3px;
box-shadow: none;
}
.btn.btn-border-new.btnpurple:hover, .btn.btn-border-new.btnpurple.active {
background-color: #773977;
border-color: #773977;
opacity: 1;
}
.candidate-listmenu {
border-top: 1px solid #e8e8e8;
padding: 15px 0px;
}
.candidate-listmenu ul {
list-style-type: none;
margin: 0px;
}
.candidate-listmenu .listmenus {
display: flex;
flex-wrap: wrap;
margin-left: -2px !important;
margin-right: -2px !important;
margin-bottom: 10px;
}
.listmenus li {
padding: 0 2px;
margin-bottom: 5px;    
}
.listmenus.listmenus-blue li {
width: calc(100% / 10);
}
.listmenus.listmenus-blue .btn.btn-border-new.btnblues {
width: 100%;
display: block;
}
.customs-dropdownmenu {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
left: auto;
right: 5px;      
padding: 10px 0px; 
display: none;
min-width: 150px;
border: none;
}
.customs-dropdownmenu .btnlinks {
color: #2D2D2D;
font-size: 14px;
line-height: 18px;
padding: 5px 15px;
}
.btnlinks {
display: block;
}
.customs-dropdownmenu .btnlinks:hover {
background-color: #007abf;
color: #fff;
}
.customs-drops.dropdown.open .btnpurple {
background-color: #773977;
border-color: #773977;
}
.customs-drops.dropdown.open .btnblues {
background-color: #0983b1;
border-color: #0983b1;
}
.customs-drops.dropdown.open {
width: 10% !important;
}
.mobnone {
display: inline-block;
}
.mobinline {
display: none;
}
.lgtabnone {
display: inline-block;
}
.tabnone {
display: inline-block;
}
.listmenus.listmenus-purple li .btn.btn-border-new.btnblues {
width: 100%;
}
@media(max-width: 1199px) {   
.lgtabnone {
display: none;
}
.lgtabblock {
display: block;
}
}
@media(max-width: 991px) {
.tabnone {
display: none;
}
.tabblock {
display: block;
} 
.listmenus.listmenus-blue li {
width: calc(100% / 7);
}
.customs-drops.dropdown.open {
width: 14.28% !important;
}
}
@media(max-width: 767px) {
.mobblock {
display: block;
}
.mobnone {
display: none;
}
.btn.btn-border-new.btnpurple, .btn.btn-border-new.btnblues {
padding-left: 5px;
padding-right: 5px;
}
.listmenus.listmenus-blue li {
width: calc(100% / 3);
}
.listmenus.listmenus-purple .btn.btn-border-new.btnpurple {
width: 100%;
display: block;
}
.listmenus.listmenus-purple li {
width: calc(100% / 4);
}
.btn.btn-border-new.btnblues, .btn.btn-border-new.btnpurple {
font-size: 14px !important;
}
.customs-drops.dropdown.open {
width: 33.3% !important;
}
.listmenus.listmenus-purple li.customs-drops.dropdown.open {
width: 25% !important;
}
}
@media (max-width: 374px){
.btn.btn-border-new.btnblues, .btn.btn-border-new.btnpurple {
font-size: 12px !important;
}
}  .registerd-labour-footer {
display: inline-flex;
align-items: center;
}
@media(max-width: 767px) {
.footer-bottom .copyright .registerd-labour img {
margin: auto;
max-width: 150px;
}
.registerd-labour-footer {
width: 50%;
}
}  .play-button {
cursor: pointer;
}
.youtube-iframe {
width: 470px !important;
height: 280px !important;
} @media (max-width: 1199px) {
.header-right .header-menu .hamburger-menu .hamburger-dropdown {
width: 970px;
padding: 30px;
}
.slick-next {
right: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slick-prev {
left: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.placement-container .stats-box .circle-box {
width: 100px;
height: 100px;
font-size: 20px;
}
.placement-container .stats-box .stats-name {
font-size: 18px;
}
.contactForm-section .wpcf7 .wpcf7-form .submit-wrap .input-btn {
margin: 0;
min-width: 200px;
}
.contactForm-section .wpcf7 .wpcf7-form .submit-wrap input {
font-size: 17px;
height: 45px;
}
} .pagination-style.new-search-pagi-btn {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding-top: 50px;
}
.pagination-style.new-search-pagi-btn .alpabet-btnStyle {
background-color: #51A6F1;
outline: none;
border: none;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
}
.pagination-style.new-search-pagi-btn .alpabet-btnStyle.alpabet-btn-left {
margin-right: 10px;
}
.pagination-style.new-search-pagi-btn .alpabet-btnStyle.alpabet-btn-right {
margin-left: 10px;
}
@media (max-width: 767px) {
.pagination-style.new-search-pagi-btn .alpabet-btnStyle.alpabet-btn-left {
margin-right: 10px;
position: absolute;
top: 0px;
left: 0px;
}
.pagination-style.new-search-pagi-btn .alpabet-btnStyle.alpabet-btn-right {
margin-left: 10px;
position: absolute;
top: 0;
right: 0px;
}
}
@media (max-width: 475px) {
.pagination-style.new-search-pagi-btn .alpabet-btnStyle {
background-color: #51A6F1;
outline: none;
border: none;
color: #fff;
padding: 7px 4px;
border-radius: 5px;
font-size: 11px;
}
.header-right {
width: 50%;
padding: 0 10px;
} } @media only screen and (max-width: 1024px) {
.browse-driver ul li {
width: 32.3%;
}
}
@media only screen and (max-width: 991px) {
.motopress-wrapper .container {
padding: 0 15px;
}
.testimonialSection { padding-left: 20px; }
.testimonialSection .testimonialdiv { margin-left: 10px; }
.mobile-none {
display: none !important;
}
.mobile-candidate {
display: block !important;
}
.search-box {
flex-wrap: wrap;
margin: 0;
}
.browse-driver ul li {
width: 33%;
margin-top: 30px;
}
.service-provider {
padding-left: 15px;
padding-right: 15px;
}
.service-we-provide ul li {
width: 33%;
margin-top: 30px;
}
.header-right .header-menu .hamburger-menu {
top: 5px;
right: 0;
transform: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown {
width: 750px;
}
.search-inner .matching-driver .search-modalSection {
width: 100%;
}
.placement-container .stats-box .circle-box {
width: 90px;
height: 90px;
font-size: 20px;
}
.placement-container .stats-box .stats-name {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.motopress-wrapper .container {
padding: 0;
}
.testimonialSection { padding-left: 0; }
.testimonialSection .testimonialdiv { margin-left: 0px; }
.header-left {
width: 30%;
}
.header-right {
width: 70%;
}
.header-right .header-menu .header-btn {
padding-right: 40px;
margin: 0 -5px;
}
.header-right .header-menu .header-btn li {
padding: 0 4px;
}
.header-right .header-menu .header-btn li .driver-btn {
font-size: 11px;
min-width: auto;
padding: 5px 5px;
}
.header-right .header-menu .menu-btn {
position: absolute;
top: 50%;
right: -13px;
transform: translateY(-42%);
}
.header-right .header-menu .menu-btn img {
width: 24px;
}
.header-right .header-menu .mobile-candidate {
width: 100%;
}
.header-right .header-menu .mobile-candidate a {
font-size: 11px;
}
.header-right .header-menu .hamburger-menu {
transform: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: auto;
margin-top: 0;
right: 0;
transform: translateX(100%);
transition: all 0.4s;
display: block;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .btn-close {
position: absolute;
top: 0;
right: 0;
display: block;
background: transparent;
border: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .btn-close:focus {
outline: none;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion {
flex-wrap: wrap;
margin: 0;
overflow: auto;
max-height: 100%;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion .accordion-group {
width: 100%;
padding: 0;
border-right: 0;
margin-bottom: 20px;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading {
margin-bottom: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-heading .accordion-toggle {
pointer-events: all;
cursor: pointer;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-body.collapse {
height: 0;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-body.collapse.in {
height: auto;
}
.header-right .header-menu .hamburger-menu .hamburger-dropdown .accordion-inner .accordion .accordion-group {
margin-bottom: 0;
}
.header-right .header-menu .hamburger-menu.show .hamburger-dropdown {
transform: translateX(0);
}
.truck-section {
margin-top: 22px;
margin-bottom: 29px;
}
.search-inner {
padding: 15px;
}
.search-inner .search-textBox {
width: 100%;
margin-right: 0;
}
.matching-driver {
flex-wrap: wrap;
}
.matching-driver .search-modalSection {
width: 100% !important;
margin-right: 0 !important;
}
.matching-driver .search-modalSection .dropdown .loader {
top: 5px;
}
.service-provider {
padding: 36px 15px 50px;
}
.testimonial-box {
padding: 0;
}
.testimonial-box .testimonial-inner {
padding: 0;
margin-top: 0px;
}
.client-box-slider {
padding: 0;
}
.modalCntrl .modal-dialog {
max-width: 100%;
margin: 15px;
}
.search-modalPop .modal-body {
background-color: #f3f3f3;
border-radius: 5px;
padding: 30px;
max-height: 100%;
height: 100%;
overflow-y: auto;
}
.search-modalPop .modal-body .close {
color: #999999;
font-size: 38px;
position: absolute;
right: 10px;
top: 10px;
}
.search-modalPop .modal-body .search-modalContent {
margin-top: 20px;
}
.search-modalPop .modal-body .search-modalContent hr {
margin: 30px 0;
}
.search-modalPop .modal-body .search-modalContent .search-textBox {
margin-top: 10px;
height: 46px;
width: 100%;
}
.search-modalPop .modal-body .search-modalContent .search-textBox:focus {
outline: none;
box-shadow: none;
}
.search-modalPop .modal-body .search-modalContent .driver-btn {
width: 100%;
height: 46px;
background-color: #51A6F1;
}
.slick-prev,
.slick-next {
background-color: #ffffff;
width: 32px;
height: 32px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.slick-prev {
left: -15px;
}
.slick-next {
right: -15px;
}
.browse-driver ul {
margin: 0;
}
.contact-section .addresses .contact-detail {
font-size: 18px;
line-height: 28px;
}
.contactForm-section .field {
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
}
.contactForm-section .field .wpcf7-form-control-wrap {
width: 100%;
}
.captcha-submit-box .captcha-total {
width: 100%;
}   
.captcha-submit-box .submit-contact-btn {
margin-left: 0px;
width: 100%
}
.contactForm-section #numeric-captcha { margin-right: 0; }
.contactForm-section .captcha-answer input[type="text"] { width: 100%;  }
.contactForm-section .captcha-answer {
width: calc(100% - 111px);
margin-left: 15px;
}
.testimonial_content {
padding: 0 !important;
}
}
@media only screen and (max-width: 567px) {
.header-left {
padding: 0;
margin-left: 10px;
}
.header-right .header-menu .mobile-candidate {
right: 35px;
color: #ffffff;
}
.serv-1 {
display: none;
}
.serv-2 {
display: block;
display: block;
margin: 0 auto;
margin-top: 25px;
}
.browse-driver ul li {
width: 50%;
margin-top: 15px;
box-sizing: border-box;
}
.service-we-provide ul li {
width: 50%;
margin-top: 15px;
box-sizing: border-box;
}
.service-we-provide ul li .service-provide-box {
padding: 10px;
} 
.service-we-provide ul li .service-provide-box  h3 {
font-size: 12px;
line-height: 18px;
} 
.logo-slide .logo-item {
padding: 0 10px;
}
.search-modalPop .modal-content {
height: 100vh;
}
.contactForm-section .wpcf7 .wpcf7-form .submit-wrap .input-btn {
margin: 0;
min-width: 100%;
}
}   .alphabet-search-section {
padding-top: 25px;
padding-bottom: 60px; }
.search-alphabet {
list-style: none;
padding: 0;
background-color: #eeedec;
display: flex;
border-radius: 5px;
width: 100%;
margin: 0; }
.search-alphabet > li a {
color: #525252;
text-decoration: none;
padding: 10px 17px;
border-radius: 5px;
display: block;
font-size: 14px; }
.search-alphabet > li a.active {
background: #098cb5;
background: -moz-linear-gradient(90deg, #098cb5 0%, #0eafe4 100%);
background: -webkit-linear-gradient(90deg, #098cb5 0%, #0eafe4 100%);
background: linear-gradient(90deg, #098cb5 0%, #0eafe4 100%);
color: #fff; }
.alpha-content-search {
overflow: auto; }
.alpha-content-search .mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-right: 0;
margin-bottom: 9px; }
.alpha-search {
margin-top: 30px; }
.alpha-search .alpha-search-box {
list-style: none;
margin: 0 -15px;
padding: 0;
display: flex;
flex-wrap: wrap; }
.alpha-search .alpha-search-box .alpha-search-items {
width: 33.33%;
padding: 0 15px;
margin-bottom: 20px; }
.alpha-search .alpha-search-box .alpha-search-items a {
color: #525252;
text-decoration: underline; } .mg-b-0 { margin-bottom: 0 !important; }
.purchase-type.new-view-modal .newcandidate-form-box {
padding: 1px;
}
.purchase-type.new-view-modal.newcandidate-form-box .dropdown-menu.search-dropdownFilter li a {
display: block;
}
.purchase-type.new-view-modal.newcandidate-form-box .newcandidate-form-checkbox {
margin-bottom: 10px;
} @media only screen and (max-width: 768px) {
.alphabet-search-section {
padding-top: 30px;
padding-bottom: 30px; } }
@media only screen and (max-width: 600px) {
.alpha-search {
margin-top: 30px; }
.alpha-search .alpha-search-box .alpha-search-items {
width: 50%;
margin-bottom: 20px; } }
@media only screen and (max-width: 475px) {
.alpha-search {
margin-top: 30px; }
.alpha-search .alpha-search-box .alpha-search-items {
width: 100%;
margin-bottom: 20px; } } .span12 ul {
list-style-type: none;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.span12 ul li {
margin-bottom: 30px;
}
.span12 ul li a {
background: #f1f1f1;
border: 1px solid #e3e3e3;
margin: 0 10px 10px 0px;
padding: 10px 10px;
border-radius: 4px;
cursor: pointer;
color: #000;
}
.span12 ul li a.listing_repeater {
display: block;
padding: 1em 1em 1em 2em;
border: 0;
overflow: hidden;
zoom: 1;
position: relative;
line-height: 1.5em;
text-decoration: none;
background: #ffffff;
}
.key_selling_points ul li {
margin-bottom: 0px !important;
list-style-type : disc;
width:100%;
}
.key_selling_points ul li::marker {
font-size: 20px;}
.search-inner .driver-btn, .browse-driver ul li .driver-btn {
z-index: 2;
}
.search-inner .driver-btn::after, .browse-driver ul li .driver-btn::after {
content: '';
width: 100%;
height: 0%;
transition: all 0.4s;
position: absolute;
left: 0;
top: 0;
background-color: #83c2f9;
}
.search-inner .driver-btn::before, .browse-driver ul li .driver-btn::before {
display: none;
}
.search-inner .driver-btn:hover::after, .browse-driver ul li .driver-btn:hover::after{
height: 100%;
z-index: -1;
} .search-inner .driver-btn::after, .browse-driver ul li .driver-btn::after {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.search-inner .driver-btn, .browse-driver ul li .driver-btn{
background: none;
border-radius: 5px;
color: #000;
display: block;
padding: 5px 12px;
font-size: 15px;
position: relative;
background-color: #51A6F1;
}
.search-inner .driver-btn::before,
.search-inner .driver-btn::after, .browse-driver ul li .driver-btn::after, .browse-driver ul li .driver-btn::before {
background: #83c2f9;
content: '';
position: absolute;
z-index: -1;
}
.search-inner .driver-btn:hover, .browse-driver ul li .driver-btn:hover {
color: #000;
}
.search-inner .driver-btn::after, .browse-driver ul li .driver-btn::after {
height: 0;
left: 0;
top: 0;
width: 100%;
}
.search-inner .driver-btn:hover:after, .browse-driver ul li .driver-btn:hover::after {
height: 100%;
} .listing_repeater.listing-custom {
pointer-events: none;
cursor: default;
}
.listing_repeater.listing-custom h3 button {
background-color: transparent;
font: bold 21px/1.2em 'Lato',sans-serif;
}
.listing_repeater.listing-custom button {
pointer-events: auto;
}body { position:relative; }
.ie8 body { min-width:980px; }
@media (max-width: 767px) {
body.cherry-fixed-layout {
padding-left:0 !important;
padding-right:0 !important;
}
}
@media (max-width: 767px) {
body.cherry-fixed-layout .header, body.cherry-fixed-layout .content-holder, body.cherry-fixed-layout .footer {
padding-left:20px;
padding-right:20px;
}
}
a { outline:none; }
a:focus { outline:none; }
.main-holder {
position:relative;
z-index:1;
}
.cherry-fixed-layout .main-holder {
margin:0 auto;
max-width:980px;
width:auto;
background:#fafafa;
}
@media (min-width: 1200px) {
.cherry-fixed-layout .main-holder { max-width:1210px; }
}
@media (min-width: 768px) and (max-width: 979px) {
.cherry-fixed-layout .main-holder { max-width:764px; }
}
.header {
position:relative;
z-index:99;
padding:30px 0;
border-bottom:1px solid #DDD;
background-color:#eee;
}
.logo {
position:relative;
z-index:99;
}
@media (min-width: 768px) and (max-width: 979px) {
.logo { width:60%; }
}
.logo_h__txt { margin:0; }
.logo_link {
color:#049cdb;
text-decoration:none;
}
.logo_link:hover { text-decoration:none; }
.logo_tagline {
text-transform:uppercase;
font-size:10px;
}
.search-form form { position:relative; }
.search-form_it { vertical-align:top; }
.search-form_is { vertical-align:top; }
@media (min-width: 768px) and (max-width: 979px) {
.sidebar .search-form_it { width:130px; }
}
.nav__primary {
position:relative;
z-index:2;
}
.sf-menu, .sf-menu * {
margin:0;
padding:0;
list-style:none;
}
.sf-menu { line-height:1.0; }
.sf-menu ul {
display:none;
position:absolute;
top:-999em;
width:10em;
}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li {
position:relative;
float:left;
}
.sf-menu a {
position:relative;
display:block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top:100%;
left:0;
z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
top:0;
left:100%;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
top:0;
left:10em;
}
.sf-menu { float:right; }
.sf-menu > li {
background:#ddd;
text-align:center;
}
.sf-menu > li > a {
padding:10px 8px;
border-top:1px solid #DDD;
border-left:1px solid #fff;
color:#13a;
text-decoration:none;
font:bold 14px/20px Lato !important;
}
.sf-menu li .desc {
display:block;
font-size:0.9em;
}
.sf-menu li li { background:#AABDE6; }
.sf-menu li li a {
padding:10px 12px;
border-top:1px solid #DDD;
border-left:1px solid #fff;
color:#13a;
text-decoration:none;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { background:#CFDEFF; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a { background:#CFDEFF; }
.sf-menu a.sf-with-ul {
padding-right:2.25em;
min-width:1px;
}
.sf-sub-indicator {
position:absolute;
top:1.05em;
right:.75em;
display:block;
overflow:hidden;
width:10px;
height:10px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/arrows-ffffff.png) no-repeat -10px -100px;
text-indent:-999em;
}
a > .sf-sub-indicator { background-position:0 -100px; }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position:-10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:-10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:0 0; }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position:-10px 0; }
@media (max-width: 767px) {
.sf-menu { display:none; }
}
.select-menu {
display:none;
border:1px solid #DDD;
background-color:#e4e4e4;
width:100%;
height:30px;
padding:5px;
margin:0;
cursor:pointer;
outline:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.select-menu:focus { border-color:#DDD; }
.select-menu option {
padding:5px;
cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
.slider {
position:relative;
z-index:1;
overflow:hidden;
margin:0;
padding:0;
}
.accordion { position:relative; }
.accordion >ul {
margin:0;
display:none;
visibility:hidden;
position:relative;
z-index:1;
}
.accordion >ul >li .max_height { max-height:500px; }
.accordion >ul >li .accordion_caption {
position:absolute;
bottom:0;
width:100%;
min-height:50px;
padding:15px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/black-opacity-60.png);
}
.accordion >ul >li .accordion_caption h2 { color:#FFF; }
@media (max-width: 768px) {
.accordion >ul >li .accordion_caption { display:none; }
}
.accordion .accordion_loader {
z-index:0;
top:50%;
left:50%;
margin:-18px 0 0 -18px;
width:36px;
height:36px;
position:absolute;
}
.content-holder {
position:relative;
z-index:1;
padding-bottom:50px;
}
#content { padding-top:40px; }
#content.left {
position:relative;
z-index:9;
float:right !important;
margin-bottom:40px;
}
.isStuck { -webkit-transform:translateZ(0); }
.title-section { padding:70px 0 0; }
.title-header {
overflow:hidden;
margin-bottom:1.5em;
word-wrap:break-word;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
}
.title-desc {
display:block;
color:#999;
font-size:11px;
}
.breadcrumb__t {
margin:0;
word-wrap:break-word;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
}
.breadcrumb__t li { display:inline; }
.breadcrumb__t li.divider {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.breadcrumb__t li.divider:after {
content:' / ';
color:#333333;
font:12px/18px Arial, Helvetica, sans-serif;
}
#sidebar { padding-top:40px; }
#sidebar h3 { margin-bottom:20px; }
.testimonial {
position:relative;
margin-bottom:35px;
padding:30px;
border:1px solid #DDD;
background:#f5f5f5;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.testimonial_bq {
margin:0;
padding:0;
border:none;
}
.testimonial_content {
overflow:hidden;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/quotes.png) no-repeat 0 0;
padding:10px 0 0 48px;
}
@media (min-width: 768px) and (max-width: 979px) {
.testimonial .featured-thumbnail {
width:80px;
height:80px;
}
}
.testimonial small {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-style:normal;
padding:12px 0 0;
font-size:12.2px;
}
.testimonial small span { display:inline; }
.testimonial .testi-url, .testimonial .testi-email { font-style:normal; }
@media (min-width: 768px) and (max-width: 979px) {
.testimonial {
padding:15px;
background-position:150px 10px;
}
}
@media (max-width: 767px) {
.testimonial {
padding:15px;
background-position:150px 10px;
}
}
#primary { padding-top:40px; }
.entry-content { overflow:hidden; }
.entry-meta.float-right { float:right; }
.portfolio-meta {
margin:0;
padding:1em 0;
border:none;
border-top:1px solid #DDD;
}
.portfolio-meta span {
display:inline-block;
line-height:20px;
padding-right:15px;
}
@media (max-width: 767px) {
.portfolio-meta span { display:block; }
}
.portfolio-meta i {
font-size:16px;
margin-right:.5em;
color:#999;
}
.portfolio-meta i.icon-tag { margin-right:.3em; }
.portfolio-meta-list {
margin:0 0 2em 0;
padding:1em 0;
border:none;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
}
.portfolio-meta-list li {
margin:.5em 0 0 0;
padding:0;
border:none;
background:none;
list-style-type:none;
text-transform:none;
}
.portfolio-meta-list li:first-child { margin-top:0; }
.portfolio-meta-list li strong {
display:inline;
padding-right:.3em;
}
.image-holder { position:relative; }
.image-holder img { max-width:100%; }
.grid_gallery {
margin-bottom:-1px;
position:relative;
overflow:hidden;
padding:0;
}
.grid_gallery_inner {
position:relative;
overflow:hidden;
width:100%;
}
.grid_gallery_inner.isotope .gallery_item { padding:0; }
.grid_gallery_inner.isotope .gallery_item a {
position:relative;
padding:1px;
}
.gallery_item {
float:left;
width:33%;
margin:0;
padding:0 1px 1px 0;
}
.gallery_item.featured-thumbnail {
border:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.single-gallery-item { margin:0 !important; }
.zoom-icon {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
display:block;
background:rgba(0,0,0,0.4);
opacity:0;
cursor:pointer;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
}
.no-rgba .zoom-icon {
visibility:hidden;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/black-opacity-60.png);
}
.zoom-icon:before {
position:absolute;
top:50%;
left:50%;
display:block;
margin:-13px 0 0 -13px;
width:25px;
height:26px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/magnify-alt.png) 50% 50% no-repeat;
content:"";
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon { opacity:1; }
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon { visibility:visible; }
.filter-wrapper strong {
display:block;
padding:8px 0;
margin-right:5px;
float:left;
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills { float:left; }
@media (max-width: 480px) {
.nav-pills li { float:none; }
}
.nav-pills li a { white-space:nowrap; }
@media (max-width: 480px) {
.nav-pills li a {
display:block;
padding:5px;
}
}
.filterable-portfolio {
position:relative;
visibility:hidden;
overflow:hidden;
margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
display:block;
float:left;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0 0 20px 0;
padding:0 10px;
width:0;
}
.filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
.filterable-portfolio .portfolio_item_holder { overflow:hidden; }
.filterable-portfolio .image-wrap {
position:relative;
display:block;
overflow:hidden;
}
.filterable-portfolio .image-wrap:before {
top:50%;
left:50%;
margin:-16px 0 0 -16px;
z-index:-1;
}
.filterable-portfolio .folio_loader {
top:50%;
left:50%;
margin:-10px 0 0 -10px;
z-index:-1;
}
.thumbnail__portfolio { margin:0; }
.video_preview.featured-thumbnail {
margin:0 0 10px 0;
padding:0px;
width:100%;
}
.video_preview >div { padding:4px; }
.video_preview a[rel="author"] { display:inline-block; }
.video_preview .post_author { display:block; }
.video_preview .post_date { display:block; }
.video_preview img { width:100%; }
.video_preview span.hover {
position:absolute;
top:50%;
left:50%;
margin:-41px 0 0 -35px;
font-size:80px;
color:#FFF;
text-decoration:none;
opacity:0.8;
-webkit-perspective:1000;
-moz-perspective:1000;
-ms-perspective:1000;
perspective:1000;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.video_preview a:hover span.hover {
opacity:1;
-webkit-perspective:1000;
-moz-perspective:1000;
-ms-perspective:1000;
perspective:1000;
-webkit-transform:rotateY(360deg);
-moz-transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
transform:rotateY(360deg);
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.video_preview h4 {
padding:0 0 7px 5px;
border-bottom:1px solid #DDD;
}
.video_preview .post_author {
float:left;
padding:0 0 5px 5px;
}
.video_preview .post_date {
float:right;
padding:0 5px 5px 0;
}
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item {
z-index:1;
pointer-events:none;
}
.isotope, .isotope .isotope-item {
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
-ms-transition-duration:0.8s;
-o-transition-duration:0.8s;
transition-duration:0.8s;
}
.isotope {
-webkit-transition-property:height, width;
-moz-transition-property:height, width;
-ms-transition-property:height, width;
-o-transition-property:height, width;
transition-property:height, width;
}
.isotope .isotope-item {
-webkit-transition-property:-webkit-transform, opacity;
-moz-transition-property:-moz-transform, opacity;
-ms-transition-property:-ms-transform, opacity;
-o-transition-property:top, left, opacity;
transition-property:transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
-webkit-transition-duration:0s;
-moz-transition-duration:0s;
-ms-transition-duration:0s;
-o-transition-duration:0s;
transition-duration:0s;
}
.post-author {
margin-bottom:60px;
padding:10px 20px 15px 20px;
border:1px solid #DDD;
background-color:#FAFAFA;
}
.post-author_h { margin-bottom:20px; }
.post-author_link { margin-top:1.5em; }
.post-author_gravatar {
float:left;
margin:0 20px 0 0;
}
.post-author_gravatar img {
padding:5px;
border:1px solid #DDD;
background:#fff;
}
.post-author .post-author_desc {
overflow:hidden;
margin-top:1em;
}
.post-author .post-author_desc .post-author_link { font-size:15px; }
#recent-author-posts { margin-bottom:3em; }
@media (min-width: 768px) and (max-width: 979px) {
.team-holder .featured-thumbnail {
width:80px;
height:80px;
}
}
@media (max-width: 767px) {
.team-holder .featured-thumbnail {
width:80px;
height:80px;
}
}
.team-holder .team-content { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
.team-holder .team-content { overflow:visible; }
}
@media (max-width: 767px) {
.team-holder .team-content { overflow:visible; }
}
.faq-list_h {
position:relative;
margin:0;
padding:0 0 5px 28px;
background:none;
font-weight:normal;
}
.faq-list_body {
position:relative;
margin:0 0 2em 0;
padding:0 0 0 28px;
}
.faq-list_body .marker { top:3px; }
.faq-list .marker {
position:absolute;
top:0;
left:0;
display:block;
font-weight:bold;
margin:0;
}
.error404-holder { padding:30px 0 100px 0; }
.error404-holder_num {
text-align:center;
font-size:250px;
line-height:1.2em;
}
@media (max-width: 480px) {
.error404-holder_num { font-size:120px; }
}
.error404-holder .hgroup_404 {
margin:0 0 2em 0;
padding-top:50px;
}
.error404-holder .hgroup_404 h1 {
margin-bottom:.2em;
font-size:3em;
}
.post__holder {
overflow:hidden;
margin-bottom:0px;
}
.post__holder.single-post {
overflow:hidden;
margin-bottom:30px;
width:100%;
}
.post__holder .post-header .post-title { margin-bottom:30px; }
.post__holder .featured-thumbnail.large { margin-bottom:35px; }
.post__holder .post_content { padding-bottom:20px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content p { margin:0 0 15px; }
.post-title {
word-wrap:break-word;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
}
@media (max-width: 480px) {
.post .featured-thumbnail {
width:120px;
height:auto;
}
}
@media (max-width: 480px) {
.post .featured-thumbnail.large { width:auto; }
}
.post_content {
word-wrap:break-word;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
padding-bottom:20px;
}
.post_content .excerpt, .post_content .full-post-content { margin-bottom:1.5em; }
.post_footer {
clear:both;
padding:15px 0 0 0;
}
.post_wrapper { margin-bottom:40px; }
.post_meta {
overflow:hidden;
margin-bottom:1em;
padding:.5em 0;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
font-size:.92em;
}
.post_meta div[class^="post_"] {
display:inline-block;
line-height:20px;
padding:2px 5px;
}
@media (max-width: 767px) {
.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] .not_voting {
cursor:default;
color:inherit;
}
.post_meta div[class^="post_"] .not_voting span { color:inherit; }
.post_meta div[class^="post_"] .ajax_voting { color:inherit; }
.post_meta div[class^="post_"] .ajax_voting span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_like { cursor:default; }
.post_meta div[class^="post_"] .user_like i, .post_meta div[class^="post_"] .user_like span { color:#2ecc71; }
.post_meta div[class^="post_"] .user_like i {
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .user_dislike { cursor:default; }
.post_meta div[class^="post_"] .user_dislike i, .post_meta div[class^="post_"] .user_dislike span { color:#e74c3c; }
.post_meta div[class^="post_"] .user_dislike i {
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
position:absolute;
top:0px;
right:0px;
}
.post_meta div[class^="post_"] a { text-transform:capitalize; }
.post_meta>div.post_meta_unite {
display:block;
border-top:1px solid #DDD;
padding-top:.5em;
margin-top:.5em;
}
.post_meta>div.post_meta_unite:first-child {
border-top:none;
margin-top:0;
padding-top:0;
}
.post_meta .post_permalink {
float:right;
padding-right:0;
}
@media (max-width: 767px) {
.post_meta .post_permalink { float:left; }
}
.post_meta span.voting_count {
padding-right:0;
position:relative;
}
.post_meta i {
font-size:16px;
margin-right:0em;
padding-right:0.5em;
color:#999;
}
.post_meta .pull-right {
padding-right:0;
padding-left:15px;
}
.post_meta hr { margin:.5em 0; }
.post_meta .post_dislike a, .post_meta .post_like a { text-decoration:none; }
.meta_type_icon > div.post_meta_unite {
display:inline-block;
float:left;
border-top:none;
padding:0 0 0em;
margin-top:0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] {
float:left;
width:15px;
text-align:center;
padding:0 7px 25px;
margin-bottom:-25px;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] i {
margin-right:0;
padding-right:10px;
width:15px;
text-align:center;
display:inline-block;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips {
margin-left:-5px;
margin-top:10px;
padding:2px 7px;
position:absolute;
background:#eaeaea;
color:#000;
min-width:10px;
border-radius:5px;
visibility:hidden;
animation:tips_out 0.3s ease-out;
animation-fill-mode:forwards;
-webkit-animation:tips_out 0.3s ease-out;
-webkit-animation-fill-mode:forwards;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"] .tips:before {
background:transparent;
content:" ";
width:0px;
height:0px;
border-style:solid;
border-width:0 7px 7px 7px;
border-color:transparent transparent #EAEAEA transparent;
position:absolute;
margin:-19px 0 0 5px;
padding-top:10px;
color:#eaeaea;
left:0;
}
.meta_type_icon > div.post_meta_unite div[class^="post_"]:hover .tips {
visibility:visible;
margin-top:15px;
animation:tips_in 0.3s ease-out;
animation-fill-mode:backwards;
-webkit-animation:tips_in 0.3s ease-out;
-webkit-animation-fill-mode:backwards;
}
@media (max-width: 768px) {
.post_meta .post_meta_unite {
border-top:1px solid #DDD;
display:block;
padding:.5em 0;
width:auto;
border-left:none;
overflow:hidden;
box-sizing:inherit;
float:none;
}
.post_meta .post_meta_unite:first-child {
border-top:none;
padding-top:0;
}
.post_meta .post_meta_unite.last-child { padding-bottom:0; }
.meta_type_icon .post_meta_unite span {
padding-right:15px;
text-align:left;
float:none;
width:100%;
}
.meta_type_icon .post_meta_unite span .tips {
position:absolute;
display:inline-block;
visibility:visible;
margin:0;
-webkit-animation:none;
animation:none;
padding:0;
background:none;
}
.meta_type_icon .post_meta_unite span .tips:before { display:none; }
.meta_type_icon .post_meta_unite span:hover .tips {
margin:0;
animation:none;
-webkit-animation:none;
}
}
@keyframes tips_in {
0% {
visibility:visible;
pointer-events:none;
opacity:0;
margin-top:25px;
}
100% {
opacity:1;
margin-top:15px;
}
}
@-webkit-keyframes tips_in {
0% {
visibility:visible;
pointer-events:none;
opacity:0;
margin-top:25px;
}
100% {
opacity:1;
margin-top:15px;
}
}
@keyframes tips_out {
0% {
visibility:visible;
pointer-events:none;
opacity:1;
margin-top:15px;
}
100% {
visibility:hidden;
margin-top:40px;
opacity:0;
}
}
@-webkit-keyframes tips_out {
0% {
visibility:visible;
pointer-events:none;
opacity:1;
margin-top:15px;
}
100% {
visibility:hidden;
margin-top:40px;
opacity:0;
}
}
.sticky {
position:relative;
z-index:9;
overflow:visible;
}
.quote-wrap { margin-bottom:25px; }
.format-quote .post_meta { padding-top:25px; }
.format-quote blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
line-height:1.4em;
font-style:italic;
color:#999;
font-weight:normal;
margin-bottom:10px;
padding:10px 0 10px 25px;
}
.format-quote cite {
padding-left:30px;
margin-bottom:20px;
}
p.gravatar {
float:left;
margin-right:20px;
}
.related-posts {
overflow:hidden;
margin:0 0 45px;
padding:0;
}
.related-posts_h { margin-bottom:20px; }
.related-posts_list {
padding:0;
margin:0 0 0 -4%;
font-size:0;
}
.related-posts_item {
display:inline-block;
width:21%;
margin-left:4%;
margin-bottom:20px;
padding:0;
list-style-type:none;
overflow:hidden;
vertical-align:top;
font-size:12px;
}
.related-posts .featured-thumbnail {
float:none;
overflow:visible;
margin:0 0 10px 0;
}
@media (max-width: 480px) {
.related-posts_item { width:46%; }
}
.share-buttons {
margin-bottom:45px;
padding:10px 0;
width:100%;
height:21px;
}
.share-buttons span, .share-buttons li {
display:block;
float:left;
width:90px;
}
.share-buttons span.google, .share-buttons li.google { width:68px; }
.share-buttons iframe { max-width:none; }
@media (max-width: 480px) {
.share-buttons { display:none; }
}
.single-pager {
margin:10px 0 30px;
padding:5px 0;
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
font-size:11px;
}
.g-pagination {
overflow:hidden;
text-align:left;
}
.g-pagination ul {
overflow:hidden;
margin:0;
padding:.5em 0;
list-style-type:none;
}
.g-pagination ul li {
display:inline;
margin:0;
padding:0 5px 0 0;
}
.g-pagination ul li a {
display:inline-block;
width:10px;
height:10px;
border-radius:5px;
background:#000;
vertical-align:top;
text-decoration:none;
font-size:0;
line-height:0;
}
.g-pagination ul li.activeSlide a, .g-pagination ul li a:hover { background:#999; }
.g_controls { float:right; }
.g_controls a {
display:inline-block;
border-radius:4px;
background:#000;
color:#fff;
vertical-align:top;
text-decoration:none;
font-size:11px;
font-family:"Times New Roman", Times, serif;
}
.g_controls a span {
display:inline-block;
padding:2px 6px 4px 6px;
}
.g_controls a:hover { background:#999; }
.pagination__posts {
margin:0;
text-align:center;
}
.blog .isotope {
margin:0 -5px 20px;
vertical-align:top;
height:auto;
visibility:hidden;
}
@media (max-width: 768px) {
.blog .isotope {
margin-left:-1%;
margin-right:-1%;
}
}
@media (max-width: 480px) {
.blog .isotope {
margin-left:0;
margin-right:0;
}
}
.blog .isotope .post_wrapper {
display:block;
float:left;
margin:5px;
width:306px;
}
@media (min-width: 1200px) {
.blog .isotope .post_wrapper { width:383px; }
}
@media (min-width: 768px) and (max-width: 979px) {
.blog .isotope .post_wrapper { width:357px; }
}
@media (max-width: 768px) {
.blog .isotope .post_wrapper {
width:47.7%;
margin:5px 1%;
}
}
@media (max-width: 480px) {
.blog .isotope .post_wrapper {
width:100%;
margin:5px 0;
}
}
.blog .isotope .post_wrapper .post_content { padding-bottom:10px; }
.blog .isotope .post_wrapper .post__holder {
border:1px solid #DDD;
padding:6px;
border-radius:5px;
margin-bottom:0;
}
.blog .isotope .post_wrapper .post__holder .post_meta {
border-bottom:0;
margin-bottom:0;
padding-bottom:0;
}
.comment-holder {
padding:0;
margin:0 0 20px;
}
.comments-h {
padding:0;
margin:0 0 3px 0;
}
.comment-list {
position:relative;
margin:0;
padding:0;
list-style-type:none;
}
.comment {
position:relative;
margin:0;
padding:0;
background:none;
list-style-type:none;
text-transform:none;
}
.comment .comment-body {
position:relative;
overflow:hidden;
margin-bottom:15px;
padding:20px;
border:1px solid #DDD;
background:#f5f5f5;
zoom:1;
}
.comment.bypostauthor .comment-body { background:#fafafa; }
.comment-author {
float:left;
margin:0 20px 0 0;
}
.comment-author .author {
display:block;
padding-top:20px;
width:65px;
text-align:left;
text-transform:capitalize;
font-weight:bold;
font-size:16px;
}
.comment-meta {
font-size:16px;
float:right;
padding:5px 0;
}
.reply {
float:right;
margin-left:28px;
font-size:16px;
}
.reply .comment-reply-link {
background:#c5c5c5;
color:#fff;
padding:5px 10px;
}
.reply .comment-reply-link:hover { color:#005580; }
.reply a {
display:inline-block;
text-decoration:none !important;
}
.allowed_tags {
padding:15px;
background:#eee;
color:#666;
font-size:11px;
font-family:"Courier New", Courier, monospace;
}
.allowed_tags strong { font-family:Tahoma, Geneva, sans-serif; }
#respond { padding-top:25px; }
#respond h3 { margin-bottom:30px; }
#respond form .btn { margin-top:20px; }
#respond form .comment_submit {
text-align:right;
margin-bottom:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
.comment-list ul.children { margin:0; }
}
.nocomments { margin:0; }
#commentform p.field { margin-bottom:12px; }
#commentform small { color:#8b8b8b; }
#commentform label { display:block; }
#commentform input[type="text"] {
margin:0;
width:400px;
padding:10px;
}
#commentform textarea {
overflow:auto;
margin:0;
min-width:100%;
min-height:180px;
max-width:530px;
width:100%;
height:180px;
padding:10px;
border-color:#DDD;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.children #commentform textarea {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
max-width:100%;
min-width:100px;
}
@media (min-width: 768px) and (max-width: 979px) {
#commentform textarea {
width:100%;
max-width:100%;
min-width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
@media (max-width: 767px) {
#commentform input[type="text"] {
width:100%;
height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#commentform textarea {
width:100%;
max-width:100%;
min-width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
.widget { margin-bottom:30px; }
.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
position:relative;
top:0;
left:0;
right:auto;
width:auto;
}
#calendar_wrap { padding:0; }
#wp-calendar { width:100%; }
#wp-calendar td {
padding:6px 0;
border:none;
text-align:center;
}
#wp-calendar caption {
margin-bottom:5px;
padding:4px 0;
color:#0088cc;
font-weight:bold;
font-size:16px;
text-align:center;
}
#wp-calendar thead th {
padding:7px 0;
color:#0088cc;
text-align:center;
font-size:14px;
}
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }
.textwidget { word-wrap:break-word; }
.comments-custom li {
overflow:hidden;
margin:0;
padding:25px 0 25px 0;
border-bottom:none;
background:none;
}
.comments-custom li:first-child {
padding-top:0;
border-top:none;
}
.comments-custom_txt {
padding:7px 0 0 0;
border-top:1px solid #DDD;
margin-top:7px;
}
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover { text-decoration:underline; }
.comments-custom_h_title, .comments-custom_h_author {
margin-bottom:5px;
margin-top:0px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.comments-custom i {
font-size:16px;
margin-right:.5em;
color:#999;
float:left;
min-width:15px;
text-align:center;
}
.comments-custom .ladle {
float:left;
padding-right:5px;
}
.comments-custom .meta_format {
margin-top:2px;
font-size:14px;
}
.post-list li {
overflow:hidden;
padding-top:1.5em;
padding-bottom:1.5em;
}
.post-list li:first-child {
padding-top:0;
border:none;
}
.post-list .excerpt { margin-bottom:1em; }
.flickr_li { vertical-align:top; }
.flickr_li .thumbnail {
position:relative;
margin:0 0 6px 0;
display:inline-block;
}
.flickr_li:nth-child(3n-2) { margin-left:0; }
.flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li img { height:60px; }
@media (min-width: 768px) and (max-width: 979px) {
.flickr_li .thumbnail { display:block; }
}
@media (max-width: 767px) {
.flickr_li {
float:left !important;
width:auto !important;
margin:0 14px 14px 0;
}
.flickr_li .thumbnail {
display:block;
float:left;
}
}
.banners_li {
float:left;
margin:0 3px 3px 0;
}
.banners_img {
width:125px;
height:auto;
}
.vcard span { display:block; }
.vcard .meta_format {
margin-top:2px;
font-size:12px;
}
.vcard .meta_format i {
font-size:14px;
margin-right:.5em;
color:#999;
float:left;
min-width:15px;
text-align:center;
margin-top:1px;
}
.vcard .ladle {
padding-right:5px;
font-weight:normal;
}
.vcard .ladle, .vcard .ladle+span { display:inline-block; }
.dark_background {
background-color:#333;
padding:10px;
}
iframe .uiHeader h3 { color:#fff; }
.social { margin:0; }
.social_link {
-webkit-transition:0.25s;
-moz-transition:0.25s;
-o-transition:0.25s;
transition:0.25s;
display:inline-block;
}
.social_link:hover {
opacity:0.5;
filter:alpha(opacity=50);
}
.social_ico {
display:inline-block;
vertical-align:top;
}
.social_label {
display:inline-block;
vertical-align:top;
}
.social__row li {
float:left;
margin-left:5px;
}
.social__row li:first-child { margin-left:0; }
.social__row a { float:left; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.recent-posts {
overflow:hidden;
margin:0 0 0 -20px !important;
padding:0;
border:none;
}
.recent-posts_li {
margin:0 0 20px 20px;
padding:0;
border:none;
background:none;
list-style-type:none;
}
.recent-posts_li .featured-thumbnail {
float:left;
margin:0 20px 0 0;
}
.recent-posts_li h5 {
margin-bottom:0;
font-size:1em;
}
.recent-posts_li .excerpt { margin-bottom:1.5em; }
.recent-posts_li .meta {
display:block;
overflow:hidden;
margin-bottom:.5em;
color:#888;
text-transform:uppercase;
font-size:10px;
}
.recent-posts_li .post-date { float:left; }
.recent-posts_li .post-comments { float:right; }
.recent-posts .format-image {
float:left;
margin:0 20px 20px 0;
}
.recent-posts .format-audio { margin-bottom:2em; }
.recent-posts .format-audio .audio-wrapper { margin-bottom:.5em; }
.recent-posts .format-video {
float:left;
width:300px;
}
.popular-posts li {
overflow:hidden;
margin:0;
padding:0 0 20px 0;
}
.posts-grid { margin:0; }
.posts-grid li { margin-bottom:25px; }
.posts-grid li .featured-thumbnail { margin:0; }
.posts-grid li .featured-thumbnail img { width:100%; }
.posts-grid .post_meta span[class^="post_"] { margin-right:10px; }
.mini-posts-grid { margin:0; }
.mini-posts-grid li {
margin:0 5px 5px 0;
padding:0;
border:none;
background:none;
float:left;
}
.mini-posts-grid .featured-thumbnail { margin:0; }
.mini-posts-grid li.small {
width:120px;
height:120px;
}
.mini-posts-grid li.smaller {
width:100px;
height:100px;
}
.mini-posts-grid li.smallest {
width:70px;
height:70px;
}
.mini-posts-grid li.small img {
width:100%;
height:auto;
}
.mini-posts-grid.grid-align-center {
text-align:center;
font-size:0;
line-height:0;
}
.mini-posts-grid.grid-align-center li {
float:none;
display:inline-block;
}
.mini-posts-grid.grid-align-right li { float:right; }
.mini-posts-list {
margin:0 0 25px;
padding:0;
}
.mini-post-holder {
list-style-type:none;
padding:15px 0 0;
margin:0 0 9px;
border-top:1px solid #DDD;
}
.mini-post-holder:first-child {
border:none;
padding:5px 0 0;
}
.mini-post-holder .small {
width:110px;
height:110px;
}
.mini-post-holder .smaller {
width:90px;
height:90px;
}
.mini-post-holder .smallest {
width:60px;
height:60px;
}
.mini-post-holder .small img {
width:100%;
height:auto;
}
.mini-post-content { overflow:hidden; }
.mini-post-meta time {
font-size:11px;
line-height:1.2;
}
.recent-comments li {
margin:0;
padding:0 0 .5em 0;
border:none;
}
.service-box {
overflow:hidden;
min-height:20px;
padding:19px;
margin-bottom:0;
background-color:#f5f5f5;
border:1px solid #DDD;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}
.service-box .icon {
float:left;
margin:0 10px 10px 0;
}
.service-box h2 {
overflow:hidden;
margin:0;
}
.service-box h5 {
overflow:hidden;
margin:0 0 25px;
}
.service-box_txt { margin-bottom:20px; }
.service-box .btn-align { text-align:right; }
.service-box__call {
color:#fff;
background-color:#0c6abd;
background-image:-moz-linear-gradient(top,#037cc7,#1950af);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
background-image:-o-linear-gradient(top,#037cc7,#1950af);
background-image:linear-gradient(to bottom,#037cc7,#1950af);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
float:left;
width:75%;
color:#fff;
margin:10px 0 0;
}
.service-box__call .btn-align {
padding:0;
width:25%;
float:right;
}
.carousel-cycle {
position:relative;
overflow:hidden;
}
.post-cycle {
width:100%;
height:380px;
overflow:hidden;
}
.post-cycle_item {
display:none;
overflow:hidden;
width:100%;
height:100%;
}
.post-cycle_item:first { display:block; }
.post-cycle_item .feature-thumbnail {
float:none;
margin:0 0 15px 0;
}
.post-cycle_item .feature-thumbnail img { float:none; }
.post-controls {
overflow:hidden;
padding-top:10px;
text-align:center;
}
.post-controls li {
display:inline;
margin:0;
padding:0 5px 0 0;
}
.post-controls li a {
display:inline-block;
width:9px;
height:9px;
background:#000;
vertical-align:top;
text-decoration:none;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-transition:0.25s;
-moz-transition:0.25s;
-o-transition:0.25s;
transition:0.25s;
}
.post-controls li a:hover, .post-controls li.activeSlide a { background:#999; }
.post-controls .post-controls_link__prev { float:left; }
.post-controls .post-controls_link__next { float:right; }
.banner-wrap {
overflow:hidden;
margin:0 0 20px;
padding:0;
}
.banner-wrap .featured-thumbnail {
float:none;
overflow:hidden;
margin:0 0 15px;
padding:0;
}
.banner-wrap .featured-thumbnail a {
display:block;
float:left;
overflow:hidden;
border:8px solid #DDD;
text-align:center;
-webkit-transition:0.25s;
-moz-transition:0.25s;
-o-transition:0.25s;
transition:0.25s;
}
.banner-wrap .featured-thumbnail a:hover { border-color:#DDD; }
.banner-wrap h5 {
margin:0 0 8px;
color:#000;
text-transform:capitalize;
font-weight:bold;
}
.banner-wrap .btn-link { padding:0; }
.testimonials .testi-item {
overflow:hidden;
margin-bottom:2em;
padding-bottom:2em;
background:none;
}
.testimonials .testi-item blockquote {
position:relative;
display:block;
margin:0;
padding:30px;
border:none;
background:#dbdbdb;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-background-clip:padding-box;
-moz-background-clip:padding-box;
background-clip:padding-box;
}
.testimonials .testi-item blockquote:before {
position:absolute;
bottom:-20px;
left:30px;
display:block;
width:0;
height:0;
border-top:20px solid #dbdbdb;
border-right:0 solid transparent;
border-left:20px solid transparent;
content:"";
}
.testimonials .testi-item blockquote:after {
position:absolute;
top:10px;
left:20px;
display:block;
width:41px;
height:38px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/quotes.png) 0 0 no-repeat;
content:"";
}
.testimonials .testi-item blockquote > a {
position:relative;
z-index:2;
color:#4e4e4e;
text-decoration:none;
overflow:hidden;
vertical-align:top;
}
.testimonials .testi-item blockquote > a:hover { color:#fff; }
.testimonials .testi-item .featured-thumbnail {
position:relative;
z-index:2;
margin:0 20px 0 10px;
width:60px;
height:60px;
}
.testimonials .testi-item .testi-meta {
font-size:1em;
display:block;
padding-top:22px;
padding-left:40px;
}
.roundabout-holder {
width:100%;
position:relative;
overflow:hidden;
}
.roundabout-holder ul {
padding:0;
width:100%;
height:250px;
background:none;
}
.roundabout-holder ul li {
overflow:hidden;
margin:0;
padding:0;
width:375px;
height:inherit;
border:none;
background:none;
text-align:center;
cursor:pointer;
}
@media (max-width: 767px) {
.roundabout-holder ul li { width:220px !important; }
}
@media (max-width: 480px) {
.roundabout-holder ul li { width:150px !important; }
}
.roundabout-holder ul li.roundabout-in-focus { cursor:default; }
@media (min-width: 768px) and (max-width: 979px) {
.roundabout-holder ul { width:100%; }
}
@media (max-width: 767px) {
.roundabout-holder ul {
width:100%;
height:150px;
}
}
@media (max-width: 480px) {
.roundabout-holder ul { height:120px; }
}
.gallery { margin:0 auto; }
.gallery img { border:none !important; }
.gallery .gallery-caption {
padding:0;
margin:0;
}
.gallery dl, .gallery dt { margin:0; }
.gallery br+br { display:none; }
.site_map { margin-bottom:10px; }
.site_map .icon-sitemap { padding-right:10px; }
.site_map h2 {
border-bottom:1px solid #DDD;
padding-bottom:15px;
}
.site_map_title { text-transform:capitalize; }
.site_map ul {
list-style:none;
margin:15px 0 0 5px;
}
.site_map ul li {
word-break:break-word;
padding-bottom:5px;
}
@media (max-width: 480px) {
.site_map ul li {
float:none;
width:100%;
padding-right:0%;
}
}
.site_map .group {
display:inline-block;
padding-bottom:20px;
width:102%;
margin-left:-2%;
}
.site_map .group .grid {
width:23%;
margin-left:2%;
float:left;
}
@media (max-width: 480px) {
.site_map .group .grid {
float:none;
width:100%;
margin-left:0%;
}
}
.site_map .line { margin-bottom:10px; }
.site_map .line ul li {
width:18%;
margin-right:2%;
display:inline-block;
vertical-align:top;
}
@media (max-width: 480px) {
.site_map .line ul li {
float:none;
width:100%;
margin-right:0%;
}
}
.accordion-group, .accordion-inner, .nav-tabs, .nav-tabs > .active > a { border-color:#DDD; }
.footer {
position:relative;
z-index:100;
padding:20px 0;
border-top:1px solid #d9d9d9;
background:#eee;
}
nav.footer-nav {
float:right;
overflow:hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav { float:none; }
}
@media (max-width: 767px) {
nav.footer-nav { float:none; }
}
nav.footer-nav ul {
margin:0;
padding:0;
float:right;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav ul {
float:none;
text-align:center;
}
}
@media (max-width: 767px) {
nav.footer-nav ul {
float:none;
text-align:center;
}
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
float:left;
margin:0;
padding-left:15px;
list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
nav.footer-nav ul li {
float:none;
display:inline;
padding:0 10px;
}
}
@media (max-width: 767px) {
nav.footer-nav ul li {
float:none;
display:inline;
padding:0 5px;
}
}
nav.footer-nav ul li a { text-decoration:none; }
nav.footer-nav ul li a:hover {
color:#00334d;
text-decoration:none;
}
nav.footer-nav ul li.current-menu-item a { text-decoration:underline; }
.copyright { padding:10px 0; }
.footer-text { float:left; }
@media (max-width: 767px) {
.footer-text {
float:none;
text-align:center;
margin-bottom:20px;
}
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
background:none;
margin-right:0.25em;
}
.btn { outline:none; }
.btn:focus { outline:none; }
.label [class^="icon-"], .label [class*=" icon-"] {
background:none;
margin-right:0.25em;
}
.label {
white-space:normal;
word-wrap:break-word;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
}
.label p { margin:0; }
.alert p { margin:0; }
.alert .close { outline:none; }
.alert.cf-cookie-banner-wrap {
position:fixed;
z-index:9999;
right:0;
left:0;
bottom:0;
display:block;
padding:0;
margin:0;
color:#fff;
background:rgba(0,0,0,0.7);
border:none;
text-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.no-rgba .alert.cf-cookie-banner-wrap { background:#000; }
.alert.cf-cookie-banner-wrap .container { padding:10px 0; }
.alert.cf-cookie-banner-wrap .close {
color:#fff;
opacity:0.7;
filter:alpha(opacity=70);
}
.alert.cf-cookie-banner-wrap .close:hover {
opacity:1;
filter:alpha(opacity=100);
}
@media (max-width: 979px) and (min-width: 768px) {
.alert.cf-cookie-banner-wrap .close { right:0; }
}
@media (max-width: 767px) {
.alert.cf-cookie-banner-wrap .close { right:0; }
}
@media (max-width: 767px) {
.alert.cf-cookie-banner-wrap {
padding-left:20px;
padding-right:20px;
}
}
.alignleft {
float:left;
margin:5px 20px 10px 0;
}
.aligntextleft { text-align:left; }
.alignright {
float:right;
margin:5px 0 10px 20px;
}
.aligntextright { text-align:right; }
.aligncenter, div.aligncenter {
display:block;
margin:5px auto 10px;
text-align:center;
}
.aligntextcenter { text-align:center; }
.alignnone { margin:5px 0 10px 0; }
.thumbnail .alignnone { margin:0; }
a img.alignleft {
float:left;
margin:5px 20px 10px 0;
}
a img.alignright {
float:right;
margin:5px 0 10px 20px;
}
a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
a img.alignnone { margin:5px 0 10px 0; }
article .post-content img { max-width:100%; }
.wp-caption { max-width:100%; }
.wp-caption-text {
max-width:96%;
padding:5px 3px 10px;
text-align:center;
}
.wp-caption.alignnone {
max-width:100%;
margin:5px 0 10px 0;
}
.wp-caption.alignleft { margin:5px 20px 10px 0; }
.wp-caption.alignright { margin:5px 0 10px 20px; }
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
*[class*="thumbnail"] { border-color:#DDD; }
.featured-thumbnail {
position:relative;
float:left;
overflow:hidden;
margin:5px 20px 10px 0;
}
.featured-thumbnail a {
position:relative;
display:block;
}
.featured-thumbnail.large {
overflow:hidden;
margin-right:0;
margin-bottom:1.5em;
float:none;
}
.featured-thumbnail.large img {
width:100%;
height:auto;
}
figure.frame {
padding:7px;
border:1px solid #DDD;
background:#fff;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.frame img.alignleft, .frame img.alignright {
margin:0;
padding:0;
border:none;
}
.list > ul { margin:0; }
.list.unstyled > ul li {
margin:0 0 .5em 0;
padding:0;
border:none;
background:none;
list-style-type:none;
}
.list.unstyled > ul li:before { display:none; }
.list.styled > ul { margin:0 0 1em 0; }
.list.styled > ul li {
position:relative;
margin:0 0 .5em 0;
padding:0;
border:none;
background:none;
list-style-type:none;
}
.list li { position:relative; }
.list li:before {
display:inline-block;
margin-right:5px;
width:14px;
height:14px;
content:attr(data-icon);
font-family:'FontAwesome';
line-height:14px;
speak:none;
*margin-right:.3em;
}
.list > ul li:before { color:#999; }
.list.check-list > ul li:before { content:"\f00c"; }
.list.check2-list > ul li:before { content:"\f078"; }
.list.arrow-list > ul li:before { content:"\f054"; }
.list.arrow2-list > ul li:before { content:"\f061"; }
.list.star-list > ul li:before { content:"\f005"; }
.list.plus-list > ul li:before { content:"\f067"; }
.list.minus-list > ul li:before { content:"\f068"; }
.lightbox {
position:relative;
display:block;
}
.title-box { margin-bottom:1em; }
.title-box_icon {
float:left;
margin:0 20px 0 0;
}
.title-box_primary {
border:none;
background:none;
padding:0;
margin:0;
}
.title-box_secondary {
border:none;
background:none;
padding:0;
margin:0;
}
#back-top { display:none; }
#back-top-wrapper {
position:fixed;
right:10px;
bottom:10px;
overflow:hidden;
z-index:99;
}
#back-top a {
display:block;
width:50px;
color:#bbb;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font:11px/100% Arial, Helvetica, sans-serif;
-webkit-transition:1s;
-moz-transition:1s;
-o-transition:1s;
transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#333; }
#back-top span {
display:block;
margin-bottom:7px;
width:50px;
height:50px;
background:#0088cc url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/up-arrow.png) no-repeat center center;
-webkit-transition:1s;
-moz-transition:1s;
-o-transition:1s;
transition:1s;
}
.tabs-wrapper { margin-bottom:20px; }
.dropcap {
position:relative;
display:block;
float:left;
overflow:hidden;
margin:0 20px 20px 0;
width:50px;
height:50px;
background:#3A87AD;
color:#ffffff;
text-align:center;
text-transform:uppercase;
font-weight:bold;
font-size:36px;
line-height:50px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.hr {
overflow:hidden;
margin:30px 0px;
height:1px;
background:#eee;
font-size:0;
line-height:0;
}
.sm_hr {
overflow:hidden;
margin:20px 0px;
height:1px;
background:#DDD;
font-size:0;
line-height:0;
}
.spacer {
overflow:hidden;
height:30px;
font-size:0;
line-height:0;
}
.vertical-divider {
margin-left:20px;
padding-left:40px;
border-left:1px solid #DDD;
}
.text-highlight {
padding:.25em .2em;
background-color:#FFA;
color:#666;
}
code.block { display:block; }
code.code-indent {
display:block;
margin:20px 0;
}
code, pre { margin-bottom:20px; }
.google-map { position:relative; }
.google-map:before {
z-index:-1;
top:50%;
left:50%;
margin:-10px 0 0 -10px;
}
.map_loader {
position:absolute;
top:50%;
left:50%;
margin:-16px 0 0 -16px;
z-index:-1;
}
input[type="submit"], input[type="reset"] {
vertical-align:top;
height:28px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#999; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#999; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#999; }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
color:#999;
opacity:1;
}
select.btn:focus, textarea.btn:focus, input[type="text"].btn:focus, input[type="password"].btn:focus, input[type="datetime"].btn:focus, input[type="datetime-local"].btn:focus, input[type="date"].btn:focus, input[type="month"].btn:focus, input[type="time"].btn:focus, input[type="week"].btn:focus, input[type="number"].btn:focus, input[type="email"].btn:focus, input[type="url"].btn:focus, input[type="search"].btn:focus, input[type="tel"].btn:focus, input[type="color"].btn:focus, .uneditable-input.btn:focus { outline:none; }
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { outline:none; }
label[for^=pwbox] { display:inline-block; }
.wpcf7-form p.field {
position:relative;
overflow:hidden;
margin-bottom:15px;
vertical-align:top;
}
.wpcf7-form p.field input {
margin:0;
padding:6px 6px 7px 6px;
width:100%;
height:30px;
line-height:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.wpcf7-form p.field input[type="file"] {
position:relative;
cursor:pointer;
height:25px;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.wpcf7-form textarea {
overflow:auto;
margin:0;
padding:6px 6px 7px 6px;
width:100%;
height:200px;
line-height:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
resize:none;
overflow:auto;
}
.wpcf7-form .submit-wrap {
margin:0;
padding:0;
}
.wpcf7-form .submit-wrap input { margin-right:10px; }
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
position:absolute;
top:0 !important;
right:0 !important;
bottom:0 !important;
left:0 !important;
padding:4px 6px !important;
width:auto !important;
height:auto !important;
background:#F2DEDE !important;
border:1px solid #DDD !important;
color:#B94A48 !important;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
.wpcf7-not-valid-tip { font-size:11px !important; }
}
div.wpcf7-response-output {
margin:20px 0 !important;
padding:8px 35px 8px 14px !important;
border:1px solid #DDD !important;
background-color:#FCF8E3;
color:#C09853;
text-shadow:0 1px 0 rgba(255,255,255,0.5);
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
div.wpcf7-validation-errors {
background-color:#F2DEDE !important;
border-color:#DDD !important;
color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
background:#DFF0D8 !important;
border:1px solid #DDD !important;
color:#468847 !important;
}
embed, iframe, object, video { max-width:100%; }
.video-wrap {
position:relative;
overflow:hidden;
margin-bottom:1.5em;
padding-top:30px;
padding-bottom:56.25%;
height:0;
}
.video-wrap iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.html5-video {
padding:0;
height:auto;
}
.audio-wrap { margin-bottom:1.5em; }
div.jp-audio, div.jp-video {
width:100%;
color:#a7a7a7;
line-height:2.2em;
}
div.jp-video video, div.jp-video object {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
}
div.jp-audio { width:100%; }
div.jp-video.fullwidth .jp-type-list-parent {
position:relative;
overflow:hidden;
padding-bottom:56.25%;
width:100%;
height:0;
}
div.jp-video.fullwidth.playlist {
padding-bottom:0;
height:auto;
}
div.jp-video.fullwidth .jp-type-single, div.jp-video.fullwidth .jp-type-list {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
div.jp-video-full {
position:static !important;
position:relative;
width:100%;
height:100%;
}
div.jp-video-full div.jp-jplayer {
position:fixed;
top:0;
left:0;
z-index:9999999;
overflow:hidden;
}
div.jp-video-full div.jp-gui {
position:fixed;
top:0;
left:0;
z-index:9999999;
width:100%;
height:100%;
}
div.jp-video-full div.jp-interface {
position:absolute;
bottom:0;
left:0;
z-index:1000;
}
div.jp-interface {
position:relative;
overflow:hidden;
width:100%;
height:35px;
border-bottom:1px solid #4E4E4E;
-webkit-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
-moz-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
-ms-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
-o-transition:opacity .5s ease-in-out, margin .5s ease-in-out;
transition:opacity .5s ease-in-out, margin .5s ease-in-out;
background-color:#484747;
background-image:-moz-linear-gradient(top,#575656,#313030);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#575656),to(#313030));
background-image:-webkit-linear-gradient(top,#575656,#313030);
background-image:-o-linear-gradient(top,#575656,#313030);
background-image:linear-gradient(to bottom,#575656,#313030);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575656', endColorstr='#ff313030', GradientType=0);
}
div.jp-interface li { padding-left:0; }
div.jp-video div.jp-interface {
margin:0;
opacity:0;
filter:alpha(opacity=0);
}
div.jp-video:hover div.jp-interface {
margin:-36px 0 0;
opacity:1;
filter:alpha(opacity=100);
}
div.jp-controls-holder {
position:absolute;
top:7px;
left:0;
overflow:hidden;
width:100%;
}
div.jp-interface ul.jp-controls {
overflow:hidden;
margin:0;
padding:0;
list-style-type:none;
}
ul.jp-controls, div.jp-interface ul.jp-controls li {
display:inline;
float:left;
}
ul.jp-controls a, div.jp-interface ul.jp-controls li a {
display:block;
overflow:hidden;
padding-right:2px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_spacer.png) 100% 1px no-repeat;
text-indent:-9999px;
}
ul.jp-controls a span, div.jp-interface ul.jp-controls li a span {
display:block;
overflow:hidden;
text-indent:-9999px;
}
a.jp-play span, a.jp-pause span {
width:28px;
height:28px;
}
a.jp-play span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 0 no-repeat; }
a.jp-play:hover span { background-position:-28px 0; }
a.jp-pause span {
display:none;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -28px no-repeat;
}
a.jp-pause:hover span { background-position:-28px -28px; }
a.jp-stop span, a.jp-previous span, a.jp-next span {
width:28px;
height:28px;
}
a.jp-stop span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -56px no-repeat; }
a.jp-stop:hover span { background-position:-28px -56px; }
a.jp-previous span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -28px no-repeat; }
a.jp-previous:hover span { background-position:-84px -28px; }
a.jp-next span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px 0 no-repeat; }
a.jp-next:hover span { background-position:-84px 0; }
div.jp-progress {
position:absolute;
top:0;
left:0;
overflow:hidden;
width:100%;
height:7px;
border-bottom:1px solid #777;
background-color:#303030;
}
div.jp-seek-bar {
width:0;
height:100%;
cursor:pointer;
-webkit-box-shadow:inset 0 0 2px #464444;
-moz-box-shadow:inset 0 0 2px #464444;
box-shadow:inset 0 0 2px #464444;
}
div.jp-play-bar {
width:0;
height:100%;
background-color:#bababa;
background-image:-moz-linear-gradient(top,#cecece,#9d9d9d);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#cecece),to(#9d9d9d));
background-image:-webkit-linear-gradient(top,#cecece,#9d9d9d);
background-image:-o-linear-gradient(top,#cecece,#9d9d9d);
background-image:linear-gradient(to bottom,#cecece,#9d9d9d);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcecece', endColorstr='#ff9d9d9d', GradientType=0);
}
div.jp-seeking-bg { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_load.gif) 0 0 repeat-x; }
a.jp-mute, a.jp-unmute, a.jp-volume-max { position:relative; }
a.jp-mute, a.jp-unmute { margin:0 60px 0 0; }
a.jp-mute span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -84px no-repeat; }
a.jp-mute:hover span { background-position:-28px -84px; }
a.jp-unmute span {
display:none;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) 0 -112px no-repeat;
}
a.jp-unmute:hover span { background-position:-28px -112px; }
div.jp-volume-bar {
position:absolute;
top:10px;
right:8px;
z-index:2;
overflow:hidden;
width:50px;
height:7px;
background-color:#202020;
cursor:pointer;
-webkit-box-shadow:1px 1px 0 #464444;
-moz-box-shadow:1px 1px 0 #464444;
box-shadow:1px 1px 0 #464444;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
div.jp-audio div.jp-volume-bar { right:8px; }
div.jp-volume-bar-value {
width:0;
height:7px;
-webkit-border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
border-bottom-left-radius:3px;
background-color:#777777;
background-image:-moz-linear-gradient(top,#848484,#646464);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#848484),to(#646464));
background-image:-webkit-linear-gradient(top,#848484,#646464);
background-image:-o-linear-gradient(top,#848484,#646464);
background-image:linear-gradient(to bottom,#848484,#646464);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff848484', endColorstr='#ff646464', GradientType=0);
}
div.jp-current-time, div.jp-time-sep, div.jp-duration {
margin-top:6px;
font-size:0.85em;
}
div.jp-current-time {
display:inline;
float:right;
color:#ffffff;
}
div.jp-time-sep {
display:inline;
float:right;
margin-right:5px;
margin-left:5px;
text-align:center;
}
div.jp-duration {
display:inline;
float:right;
margin-right:130px;
text-align:right;
}
div.jp-audio div.jp-duration { margin-right:100px; }
@media (max-width: 480px) {
div.jp-volume-bar, .jp-toggles, div.jp-duration { display:none !important; }
}
div.jp-title {
color:#fff;
text-align:center;
}
div.jp-title, div.jp-playlist { width:100%; }
div.jp-type-single div.jp-title, div.jp-type-playlist div.jp-title, div.jp-type-single div.jp-playlist { border-top:none; }
div.jp-title ul, div.jp-playlist ul {
margin:0;
padding:0;
list-style-type:none;
}
div.jp-title li {
padding:5px 0 0;
font-weight:bold;
}
div.jp-video-full div.jp-title li { padding:1px 0; }
div.jp-playlist li {
position:relative;
background:#222;
border-top:1px solid #DDD;
margin:0;
padding:0;
height:33px;
}
div.jp-playlist li:first-child { border:none; }
div.jp-playlist li a {
display:block;
padding:6px 25px;
text-decoration:none;
}
div.jp-playlist li a.jp-playlist-current { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_playlist_li_cur.png) no-repeat scroll 10px center transparent; }
div.jp-playlist li a:hover, div.jp-playlist li.jp-playlist-current a { color:#8C8C8C; }
div.jp-playlist li div { display:inline; }
div.jp-playlist a.jp-playlist-item-remove {
display:inline;
float:right;
margin-right:10px;
color:#666666;
text-align:right;
font-weight:bold;
}
div.jp-playlist a.jp-playlist-item-remove:hover { color:#0d88c1; }
div.jp-playlist span.jp-free-media {
display:inline;
float:right;
margin-right:10px;
text-align:right;
}
div.jp-playlist span.jp-free-media a { color:#666666; }
div.jp-playlist span.jp-free-media a:hover { color:#0d88c1; }
span.jp-artist {
color:#fefefe;
font-size:.9em;
}
div.jp-video-play {
background-color:rgba(0,0,0,0);
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
cursor:pointer;
}
div.jp-video-full div.jp-video-play {
z-index:1000;
height:100%;
}
a.jp-video-play-icon {
position:absolute;
top:50%;
left:50%;
display:block;
margin-top:-25px;
margin-left:-40px;
width:80px;
height:50px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_play.png) 0 0 no-repeat;
text-indent:-9999px;
opacity:0.7;
-webkit-transition:opacity .5s ease-in-out;
-moz-transition:opacity .5s ease-in-out;
-ms-transition:opacity .5s ease-in-out;
-o-transition:opacity .5s ease-in-out;
transition:opacity .5s ease-in-out;
}
div.jp-video-play:hover a.jp-video-play-icon { opacity:1; }
div.jp-jplayer { background-color:#000000; }
ul.jp-toggles {
z-index:1;
float:right;
overflow:hidden;
margin:0 auto;
padding:0;
list-style-type:none;
}
ul.jp-toggles li {
display:block;
float:left;
}
ul.jp-toggles li a {
padding-left:2px;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_spacer.png) 0 1px no-repeat;
}
ul.jp-toggles li a, ul.jp-toggles li a span {
display:block;
width:28px;
height:28px;
text-indent:-9999px;
}
a.jp-full-screen span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -56px no-repeat; }
a.jp-full-screen:hover span { background-position:-84px -56px; }
a.jp-restore-screen span { background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/jp_sprite.png) -56px -84px no-repeat; }
a.jp-restore-screen:hover span { background-position:-84px -84px; }
.jp-no-solution {
position:absolute;
top:10px;
left:50%;
display:none;
margin-left:-202px;
padding:5px;
width:390px;
border:2px solid #DDD;
background-color:#404040;
color:#000000;
font-size:.8em;
}
.jp-no-solution a { color:#000; }
.jp-no-solution span {
display:block;
text-align:center;
font-weight:bold;
font-size:1em;
}
.wrapper {
overflow:hidden;
position:relative;
width:100%;
}
.extra-wrap { overflow:hidden; }
.row > br, .row > p { display:none; }
[class*="span"] { position:relative; }
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}
@media (max-width: 480px) {
.pp_pic_holder.pp_default {
width:100% !important;
left:0 !important;
overflow:hidden;
}
div.pp_default .pp_content_container .pp_left { padding-left:0 !important; }
div.pp_default .pp_content_container .pp_right { padding-right:0 !important; }
.pp_content {
width:100% !important;
height:auto !important;
}
.pp_fade {
width:100% !important;
height:100% !important;
}
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display:none !important; }
#pp_full_res img {
width:100% !important;
height:auto !important;
}
.pp_details {
width:94% !important;
padding-left:3%;
padding-right:4%;
padding-top:10px;
padding-bottom:10px;
background-color:#fff;
margin-top:-2px !important;
}
a.pp_close {
right:10px !important;
top:10px !important;
}
}
.post_networks h1, .post_networks h2, .post_networks h3, .post_networks h4, .post_networks h5, .post_networks h6 {
border-bottom:1px solid #DDD;
padding-bottom:8px;
}
.post_networks >ul >li {
float:left;
display:block;
}
.post_networks >ul >li span { margin-right:10px; }
.spinner_32, .thumbnail, .accordion_loader, .google-map, .flexslider, .camera_loader, .preloader {
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_32.gif) 50% 50% no-repeat;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_32.gif) 50% 50% no-repeat, url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_bg_32.png) 50% 50% no-repeat;
}
.spinner_16, div.ajax-loader, .thumbnail[rel^="prettyPhoto"] {
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_16.gif) 50% 50% no-repeat;
background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_16.gif) 50% 50% no-repeat, url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/loading_bg_16.png) 50% 50% no-repeat;
}
.camera_loader {
border:none;
opacity:0.3;
}
.preloader { margin-bottom:20px; }
img.ajax-loader { display:none; }
div.ajax-loader {
position:relative;
display:none;
vertical-align:top;
margin-top:4px;
width:20px;
height:20px;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
display:table;
content:"";
line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.input-block-level {
display:block;
width:100%;
min-height:28px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.social-icon {
width: 150 !important;
float: right !important;
height: 30px !important;
float: auto !important;
}
.social-icon .social {
width: auto;
float: right;
}
.social-icon ul.inline > li, ol.inline > li {
width: 20px !important;
height: 20px !important;
border-radius: 10px;
margin: 0 1px;
}
.social-icon .social a {
display: block !important;
width: 20px !important;
height: 20px !important;
float: none !important;
} body{background-color: #f4f3f3}
.candidateSection{display: block;width: 100%;margin-top: 60px;margin-bottom: 30px;}
.candidateHeading{background-color: #f2503b;width: 100%;text-align: center;padding: 10px 0;margin-bottom: 25px;color: white}
.candidateHeading h2{font-size: 45px;margin: 0;color: white}
.candidateHeading p{font-size: 15px;margin: 0}
.candidateDetails{padding: 10px;    background: #fafafa;    position: relative;    overflow: hidden;   display: block;    margin-bottom: 20px;}
.candidateDetailsName{border-right: 1px solid #ebebeb;display: table;width: 100%;margin-bottom: 15px}
.candidateImg{background: url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/candidate.png);background-size: cover;    background-repeat: no-repeat;    border: 1px solid #d9d9d9;    border-radius: 4px;    width: calc(100% - 72%);    height: 107px;    position: relative;    margin: 0 10px 20px 0;    float: left;min-width: 100px;cursor: pointer;}
.candidateBiodata{float: left;
width: 68%}
.candidateBiodata h3{    overflow: hidden;cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
color: #525252;
text-decoration: underline;
margin: 	0px 0;
padding: 0 0px 0 0;
font-size: 21px;}
.candidateBiodata p.candAddress{    padding: 0;
vertical-align: middle;
color: #3d3d3d;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 24px;
text-transform: uppercase;
padding: 0 0 0 0;margin: 0}
.candidateBiodata p.candAddress::before{    content: "\f041";
font: normal normal normal 14px/1 FontAwesome !important;
width: auto;
height: auto;
color: #A864A8;
display: inline-block;
margin: 0 10px 0 0px;
vertical-align: baseline;}
.candidateBiodata p.candExperince::before{    content: "\f017";
font: normal normal normal 14px/1 FontAwesome !important;
width: auto;
height: auto;
color: #1CBBB4;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: baseline;}
.candidateBiodata p.candExperince{    padding: 0;margin: 0;
vertical-align: middle;
color: #3d3d3d;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 24px;
padding: 0 0 0 0;}
.ratingList ul{padding-left: 0;margin-bottom: 10px}
.ratingList ul {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.candidateImg img{ height :100% ; width : 100% }
.ratingList ul li{    padding:10px;    overflow: hidden;display: block;    font-size: 14px;    color: #5d5d5d;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;width: 100%;}
.candidateInfo{    display: block;    float: left;    text-align: left;    width: 100%;}
.candidateInfo p{    font-size: 14px;    color: #3d3d3d;    line-height: 20px;    margin: 5px 0;}
.candidateInfoPage .candidateSection  .col-sm-4{width: 33.33%;float: left;position: relative;
min-height: 1px;}
.candidateInfoPage .candidateSection  .col-xs-4{width: 66.66%;float: left;position: relative;
min-height: 1px;    }
.candidateInfoPage  .row{margin-left: 0;}
.candidateInfoPage .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}
.candidateInfoPage .col-sm-12{width: 100%;float: left;position: relative;
min-height: 1px;
}
.jd_ads_ratingStar{display: none;} .downloadProfileInfo{display: block;
float: left;    
color: #fff;
text-transform: none;
padding: 4px 20px;
position: relative;
background: #4da5f5;
border-radius: 4px;
clear: both;margin: 10px 0}
.downloadProfileInfo:hover,.downloadProfileInfo:focus{color: #fff;
background: #4da5f5;text-decoration: none;}
.profileDownload{float:right;}
.candidate.carousel{overflow: hidden;height: 100%}
.candidate.carousel .carousel-inner{height: 100%}
.candidate.carousel .carousel-inner .item{height: 100%;}
.candidate.carousel .carousel-control{vertical-align: middle;border:none;background-color: transparent;font-weight: bold;}
.candidate.carousel .carousel-control.left{    top: 50%;    left: -21px;}
.candidate.carousel .carousel-control.right{    top: 50%;    right: -21px; }
.candidate.carousel .carousel-control i{font-family: fontawesome;    font-size: 25px;    font-style: normal;display: block;padding-top: 5px;}
.candidate.carousel .carousel-control.left i{padding-left: 18px}
.candidate.carousel .carousel-control.right i{padding-right: 17px;}
.play-video	{width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.32);    position: absolute;    top: 0;   left: 0;}
.play-video i {    font-size: 45px;    color: #ffffff;    opacity: 0.76;    position: absolute;    width: 40px;    left: 50%;  top: 50%;    margin: -20px 0 0 -20px;}
.videoStart{ left: 0;    overflow: hidden;    position: absolute;    top: 0; z-index: 1;    background: #000000;display: none;}
.videoStart .youtube-player iframe {    width: 470px !important;   height: 250px !important;}
.videoClose{color: white;font-size: 20px;position: absolute;right: 8px;top: 8px;cursor: pointer;font-weight: bold;}
.ytp-endscreen-paginate .ytp-endscreen-previous,.ytp-endscreen-paginate .ytp-endscreen-next{display: none;}
.main-holder .videoOpen.candidateImg{height: 250px;width: 380px;position: absolute;}
.main-holder .profil-pic .carousel-inner>.item>img{height: 100%}
.main-holder .profil-pic.videoOpen{height: 250px;width: 380px;position: absolute;z-index: 1}
.main-holder .newdeisgn-profile-info  .profil-pic .candidate a.left,.main-holder .newdeisgn-profile-info  .profil-pic .candidate a.right{position: absolute;}
.main-holder .newdeisgn-profile-info  .profil-pic .candidate a.left{left: -16px;}
.main-holder .newdeisgn-profile-info  .profil-pic .candidate a.right{right: -6px;}
.videoOpen.candidateImg .candidate a.left,.videoOpen.profil-pic .candidate a.right{display: none;}
.videoOpen.profil-pic .candidate a.left,.videoOpen.profil-pic .candidate a.right{display: none;} #numeric-captcha{	border:1px solid #d3d3d3;	background:url(//www.drivers.com.au/wp-content/themes/CherryFramework/images/graph-bg.jpg);background-size: 100% 100%;display: inline-block;float: left;margin-right: 10px;margin-bottom: 10px;}
.captcha-answer{display: inline-block;}
.captcha-answer input[type="text"]{margin-bottom: 0;height: 72px;    font-size: 27px;    font-weight: 500;   color: black;}
.captcha-answer span{display: block;color: red}
@media (min-width: 768px)
{
.container {    width: 750px;}
}
@media (min-width: 992px)
{.container {    width: 970px;}}
@media (min-width: 1200px){
.container{width: 1170px;}
}
@media (max-width: 767px){
.candidateImg{width: 100px;height: 100px;margin-bottom: 10px;}
.profil-pic{width: 100px;height: 100px;margin-bottom: 10px;}
.candidateDetailsName{border-right: none;border-bottom: 1px solid #ebebeb}
.candidateBiodata{margin-bottom: 5px}
.candidateHeading h2{font-size: 35px;}
.col-sm-4{width: 100%}    
.main-holder .videoOpen.candidateImg {
height: 150px;
width: 220px;}    
.main-holder .videoOpen.profil-pic {
height: 150px;
width: 220px;} .videoStart .youtube-player iframe{width: 100% !important;height: 100% !important}
.profileDownload{float: left;}
}
@media (max-width: 480px){
.fullwidth{width: 100%;}
.ratingList ul{margin-bottom: 0px}
.main-holder .videoOpen.candidateImg{width: 230px;height: 160px;min-width: auto;}
.main-holder .videoOpen.profil-pic{width: 230px;height: 160px;min-width: auto;}
.videoStart{width: 230px;height: 160px;min-width: auto;}
.youtube-player{width: 100%;height: 100%;}
}
@import url("//fonts.googleapis.com/css?family=Lato:400,700,300,100,900");
.transition {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.font {
font: bold 21px/1.2em 'Lato', sans-serif;
}
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn,
.reply a {
border: none;
color: #333333;
text-decoration: none;
background: transparent;
cursor: pointer;
padding: 0;
display: inline-block;
text-transform: none;
border-radius: 3px;
outline: none;
box-shadow: inset 0 0 0 2px #dadada;
text-shadow: none;
position: relative;
letter-spacing: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font: bold 21px/1.2em 'Lato', sans-serif;
}
.btn .ie8,
.reply a .ie8 {
border: 2px solid #dadada;
}
.btn > span,
.reply a > span {
position: relative;
z-index: 100;
display: inline-block;
vertical-align: baseline;
padding: 16px 45px;
}
.btn > span:before,
.reply a > span:before {
bottom: auto;
top: 0;
}
.btn:hover,
.reply a:hover,
.btn:active,
.reply a:active {
color: #ffffff;
background: #4dc664;
border-color: #4dc664;
}
.btn:hover > span:after,
.reply a:hover > span:after,
.btn:active > span:after,
.reply a:active > span:after {
background: #ffffff;
}
.btn:focus,
.reply a:focus {
color: #333333;
background: transparent;
border-color: #333333;
}
.input-btn {
padding: 0;
}
.input-btn > span {
display: inline-block;
vertical-align: baseline;
position: relative;
padding: 0;
}
.input-btn input {
display: block;
border: none;
background: none;
color: #333333;
z-index: 100;
padding: 16px 45px !important;
margin: 0;
position: relative;
height: auto;
text-transform: inherit;
font: bold 21px/1.2em 'Lato', sans-serif;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.input-btn:hover input,
.input-btn:active input {
color: #ffffff !important;
background: none;
border-color: #ffffff;
box-shadow: none;
}
.input-btn:focus input {
color: #333333;
background: none;
border-color: #333333;
}
.btn-from-top:before {
content: '';
width: 100%;
height: 0;
top: 0;
left: 0;
z-index: 10;
position: absolute;
background: #4dc664;
border-radius: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-from-top:hover {
background: transparent;
color: #ffffff;
}
.btn-from-top:hover:before {
height: 100%;
background: #4dc664;
}
.btn-from-bottom:before {
content: '';
width: 100%;
height: 0;
bottom: 0;
left: 0;
z-index: 10;
position: absolute;
background: #4dc664;
border-radius: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-from-bottom:hover {
background: transparent;
color: #ffffff;
}
.btn-from-bottom:hover:before {
height: 100%;
background: #4dc664;
}
.btn-from-left:before {
content: '';
width: 0;
height: 100%;
top: 0;
left: 0;
z-index: 10;
position: absolute;
background: #4dc664;
border-radius: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-from-left:hover {
background: transparent;
color: #ffffff;
}
.btn-from-left:hover:before {
width: 100%;
background: #4dc664;
}
.btn-from-right:before {
content: '';
width: 0;
height: 100%;
top: 0;
right: 0;
z-index: 10;
position: absolute;
background: #4dc664;
border-radius: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-from-right:hover {
background: transparent;
color: #ffffff;
}
.btn-from-right:hover:before {
width: 100%;
background: #4dc664;
}
.btn-from-center-vertical,
.btn-from-center-horizontal,
.btn-to-center-vertical,
.btn-to-center-horizontal,
.btn-from-center-in-sides {
overflow: hidden;
}
.btn-from-center-vertical:before,
.btn-from-center-horizontal:before,
.btn-to-center-vertical:before,
.btn-to-center-horizontal:before,
.btn-from-center-in-sides:before,
.btn-from-center-vertical:after,
.btn-from-center-horizontal:after,
.btn-to-center-vertical:after,
.btn-to-center-horizontal:after,
.btn-from-center-in-sides:after {
content: '';
position: absolute;
background: #4dc664;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-from-center-vertical {
background: #4dc664;
}
.btn-from-center-vertical:before,
.btn-from-center-vertical:after {
width: 55%;
top: 0;
height: 100%;
background: transparent;
}
.btn-from-center-vertical:before {
left: 0;
}
.btn-from-center-vertical:after {
right: 0;
}
.btn-from-center-vertical:hover:before,
.btn-from-center-vertical:hover:after {
width: 0;
}
.btn-from-center-horizontal {
background: #4dc664;
}
.btn-from-center-horizontal:before,
.btn-from-center-horizontal:after {
background: transparent;
width: 100%;
left: 0;
height: 55%;
}
.btn-from-center-horizontal:before {
top: 0;
}
.btn-from-center-horizontal:after {
bottom: 0;
}
.btn-from-center-horizontal:hover:before,
.btn-from-center-horizontal:hover:after {
height: 0;
}
.btn-to-center-horizontal:before,
.btn-to-center-horizontal:after {
height: 0;
left: 0;
width: 100%;
}
.btn-to-center-horizontal:before {
top: 0;
}
.btn-to-center-horizontal:after {
bottom: 0;
}
.btn-to-center-horizontal:hover:before,
.btn-to-center-horizontal:hover:after {
height: 50%;
}
.btn-to-center-vertical:before,
.btn-to-center-vertical:after {
width: 0;
top: 0;
height: 100%;
}
.btn-to-center-vertical:before {
left: 0;
}
.btn-to-center-vertical:after {
right: 0;
}
.btn-to-center-vertical:hover:before,
.btn-to-center-vertical:hover:after {
width: 50%;
}
.btn-from-center-in-sides {
padding: 16px 45px;
background: transparent;
}
.btn-from-center-in-sides:before {
content: '';
width: 100%;
height: 100%;
background: #4dc664;
border-radius: 3px;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.btn-from-center-in-sides:hover,
.btn-from-center-in-sides:active {
background: transparent;
}
.btn-from-center-in-sides:hover:before,
.btn-from-center-in-sides:active:before {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.btn-only-text-line-from-left {
padding: 0;
border: none;
transition: 400ms color ease;
}
.btn-only-text-line-from-left span {
padding: 1px 0;
display: block;
}
.btn-only-text-line-from-left span:before {
content: '';
width: 0;
height: 1px;
background: #333333;
position: absolute;
bottom: 0;
left: 0;
z-index: 100;
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-only-text-line-from-left.input-btn > span {
padding: 0;
}
.btn-only-text-line-from-left.input-btn input {
display: block;
height: 100%;
}
.btn-only-text-line-from-left:hover,
.btn-only-text-line-from-left:active {
color: #ffffff;
}
.btn-only-text-line-from-left:hover span:before,
.btn-only-text-line-from-left:active span:before {
width: 100%;
background: #ffffff;
}
.btn-only-text-two-lines-from-left {
padding: 0;
border: none;
transition: 400ms color ease;
}
.btn-only-text-two-lines-from-left span {
padding: 2px 0;
display: inline-block;
}
.btn-only-text-two-lines-from-left span:before {
content: '';
width: 0;
height: 1px;
background: #333333;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-only-text-two-lines-from-left span:after {
content: '';
width: 0;
height: 1px;
background: #333333;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-only-text-two-lines-from-left.input-btn > span {
padding: 0;
}
.btn-only-text-two-lines-from-left.input-btn input {
display: block;
height: 100%;
}
.btn-only-text-two-lines-from-left:hover,
.btn-only-text-two-lines-from-left:active {
color: #ffffff;
}
.btn-only-text-two-lines-from-left:hover span:before,
.btn-only-text-two-lines-from-left:active span:before,
.btn-only-text-two-lines-from-left:hover span:after,
.btn-only-text-two-lines-from-left:active span:after {
width: 100%;
background: #ffffff;
}
.main-holder {
z-index:100;
overflow:hidden;
}
.header { z-index:101; }
.content-holder {
z-index:100;
position:relative;
background:#ffffff;
}
.footer { z-index:99; }
@media (max-width: 767px) {
body { padding:0; }
body .header { padding:0 20px; }
body .footer {
padding:40px 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body .content-holder { padding:0 20px 40px 20px !important; }
body.home .content-holder { padding:0 !important; }
body.home .content-holder >.container { padding:0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
background:none;
border-radius:0;
padding:0;
box-shadow:none;
border:none;
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
display:inline-block;
border-radius:0;
border:none;
padding:0;
background:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
figure.frame {
margin-left:0;
text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:5px 0 25px; }
@media (max-width: 767px) {
figure.frame.alignnone {
margin:20px 0;
text-align:left;
}
}
figure.frame.alignleft { margin:9px 30px 20px 0; }
@media (min-width: 768px) and (max-width: 979px) {
figure.frame.alignleft {
float:none;
margin:0 0 20px;
}
}
@media (max-width: 600px) {
figure.frame.alignleft {
margin:0 0 20px 0;
float:none;
}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
figure.frame.alignright {
float:none;
margin:0 0 20px 0;
}
}
@media (max-width: 550px) {
figure.frame.alignright {
float:none;
margin:20px 0 20px 0;
}
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
padding:15px 20px;
margin:0 0 10px 0;
font-size:15px;
line-height:1.2em;
text-transform:none;
font-weight:bold;
color:#777777;
height:50px;
text-decoration:none;
position:relative;
border-radius:3px;
background:#fff;
box-shadow:none;
border-color:#d9d9d9;
transition:all 0.3s ease 0s;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
color:#777;
opacity:1;
}
textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#777; }
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#777; }
textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#777; }
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#777; }
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#777; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
background:#fff;
box-shadow:none;
border-color:#202121 !important;
}
.wpcf7 .wpcf7-form { margin:50px 0; }
.wpcf7 .wpcf7-form .wpcf7-validation-errors {
background:#f2503b !important;
color:#fff !important;
border:none !important;
text-shadow:none !important;
text-align:center !important;
}
.wpcf7 .wpcf7-form p {
margin-bottom:30px;
overflow:visible;
}
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
padding:15px 20px;
margin:0;
height:50px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form p input[type="text"]:invalid, .wpcf7 .wpcf7-form p input[type="email"]:invalid {
border-color:#f2503b !important;
color:#f2503b !important;
box-shadow:none !important;
}
.wpcf7 .wpcf7-form p input[type="text"][aria-invalid="true"], .wpcf7 .wpcf7-form p input[type="email"][aria-invalid="true"] { border-color:#f2503b !important; }
.wpcf7 .wpcf7-form textarea {
margin-bottom:10px;
padding:15px 20px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
height:auto;
margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
float:left;
margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
padding:5px 8px !important;
width:auto !important;
top:-45px !important;
bottom:auto !important;
background:#f2503b !important;
color:#fff !important;
height:35px !important;
border:none !important;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip:before {
content:'';
width:0;
height:0;
border-style:solid;
border-width:10px 10px 0 10px;
border-color:#f2503b transparent transparent transparent;
position:absolute;
bottom:-10px;
left:30px;
}
@media (min-width: 980px) and (max-width: 1200px) {
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
font-size:9px !important;
padding:6px 7px !important;
}
}
.wpcf7 .wpcf7-form .submit-wrap {
position:relative;
text-align:center;
}
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
.wpcf7 .wpcf7-form .submit-wrap input {
margin:0;
padding:16px 85px !important;
height:auto;
color:#fff;
display:inline-block;
}
@media (max-width: 1200px) {
.wpcf7 .wpcf7-form .submit-wrap input { padding:10px 15px !important; }
}
.ie8 .wpcf7 .wpcf7-form .submit-wrap input { padding:10px 15px !important; }
.wpcf7 .wpcf7-form .submit-wrap .input-btn {
margin:0 15px;
padding:0;
overflow:visible;
text-transform:capitalize;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span {
display:inline-block;
padding:0;
}
.wpcf7 .wpcf7-form .submit-wrap .input-btn > span:after { display:none; }
.wpcf7 .wpcf7-form .submit-wrap .ajax-loader {
position:absolute;
right:50%;
top:100%;
margin-top:10px;
margin-right:-10px;
}
.header {
padding:0;
border:none;
}
.nav-wrap {
position:relative;
padding:29px 0 26px;
z-index:100;
transition:padding 300ms;
-webkit-transition:padding 300ms;
-os-transition:padding 300ms;
-moz-transition:padding 300ms;
-webkit-transform:translateZ(0);
}
@media only screen and (min-width: 998px) {
.nav-wrap.isStuck {
background:#191919;
padding:10px 0;
width:100%;
position:relative;
}
.nav-wrap.isStuck >div {
position:relative;
z-index:10;
}
.nav-wrap.isStuck:before, .nav-wrap.isStuck:after {
content:"";
display:block;
height:100%;
position:absolute;
top:0;
width:101%;
background:inherit;
border:inherit;
z-index:1;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.nav-wrap.isStuck:before { left:-100%; }
.nav-wrap.isStuck:after { right:-100%; }
}
@media (max-width: 998px) {
.nav-wrap.isStuck {
position:relative !important;
top:0 !important;
border:none;
background-color:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
}
.ie8 .nav-wrap.isStuck {
position:relative !important;
top:0 !important;
border:none;
background-color:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
@media (max-width: 998px) {
.pseudoStickyBlock { height:0 !important; }
}
.nav__primary {
padding:3px 0 0;
margin:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (max-width: 1400px) {
.nav__primary { padding:4px 0 0 0; }
}
.ie8 .nav__primary { padding:4px 0 0 0; }
@media (max-width: 767px) {
.nav__primary { padding:0 0 20px !important; }
}
.nav__primary .select-menu { height:40px; }
.nav__primary .sf-menu {
float:right;
padding:0;
position:relative;
}
.nav__primary .sf-menu > .menu-item {
display:inline-block;
float:none;
vertical-align:middle;
background:none;
position:relative;
padding:0;
margin:0 0 0 23px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
.nav__primary .sf-menu > .menu-item { margin:0 0 0 5px; }
}
.ie8 .nav__primary .sf-menu > .menu-item { margin:0 0 0 5px; }
.nav__primary .sf-menu > .menu-item:first-child { margin:0; }
.nav__primary .sf-menu > .menu-item.log-in, .nav__primary .sf-menu > .menu-item.log-out {
display:inline-block;
vertical-align:middle;
position:relative;
margin-left:23px;
}
@media (max-width: 1400px) {
.nav__primary .sf-menu > .menu-item.log-in, .nav__primary .sf-menu > .menu-item.log-out { position:relative; }
}
@media (min-width: 768px) and (max-width: 1200px) {
.nav__primary .sf-menu > .menu-item.log-in, .nav__primary .sf-menu > .menu-item.log-out { margin:0 0 0 5px; }
}
.ie8 .nav__primary .sf-menu > .menu-item.log-in, .ie8 .nav__primary .sf-menu > .menu-item.log-out { margin:0 0 0 5px; }
.ie8 .nav__primary .sf-menu > .menu-item.log-in, .ie8 .nav__primary .sf-menu > .menu-item.log-out {
position:relative;
left:0;
margin-top:0;
}
.nav__primary .sf-menu > .menu-item.log-in > a, .nav__primary .sf-menu > .menu-item.log-out > a {
font:15px/1.2em 'Lato', sans-serif;
color:#fff;
text-transform:none;
padding:14px 20px;
position:relative;
background:#4da5f5;
border-radius:4px;
}
@media (min-width: 768px) and (max-width: 979px) {
.nav__primary .sf-menu > .menu-item.log-in > a, .nav__primary .sf-menu > .menu-item.log-out > a { padding:14px 10px; }
}
.nav__primary .sf-menu > .menu-item.log-in > a:before, .nav__primary .sf-menu > .menu-item.log-out > a:before {
content:'';
width:100%;
height:0;
background:#fff;
z-index:-1;
position:absolute;
border-radius:4px;
top:0;
left:0;
transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu > .menu-item.log-in > a:hover, .nav__primary .sf-menu > .menu-item.log-in > a:active, .nav__primary .sf-menu > .menu-item.log-in > a:focus, .nav__primary .sf-menu > .menu-item.log-out > a:hover, .nav__primary .sf-menu > .menu-item.log-out > a:active, .nav__primary .sf-menu > .menu-item.log-out > a:focus {
color:#191919;
background:#4da5f5;
}
.nav__primary .sf-menu > .menu-item.log-in > a:hover:before, .nav__primary .sf-menu > .menu-item.log-in > a:active:before, .nav__primary .sf-menu > .menu-item.log-in > a:focus:before, .nav__primary .sf-menu > .menu-item.log-out > a:hover:before, .nav__primary .sf-menu > .menu-item.log-out > a:active:before, .nav__primary .sf-menu > .menu-item.log-out > a:focus:before { height:100%; }
.nav__primary .sf-menu > .menu-item > a {
border:none;
display:block;
background:none;
text-transform:uppercase;
z-index:100;
position:relative;
letter-spacing:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
.nav__primary .sf-menu > .menu-item > a { font-size:14px; }
}
.nav__primary .sf-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > a:focus {
color:#4dc664;
background:none;
}
.nav__primary .sf-menu > .menu-item > a:hover .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:active .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > a:focus .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu > .menu-item > a >.sf-sub-indicator {
position:relative;
display:inline-block;
vertical-align:middle;
top:0;
left:0;
margin-left:5px;
margin-top:-2px;
background:url(//www.drivers.com.au/wp-content/themes/theme52112/images/arrows-ffffff.png) no-repeat scroll -11px -98px transparent;
opacity:0.3;
filter:alpha(opacity=30);
transition:all 0.3s ease 0s;
}
.ie8 .nav__primary .sf-menu > .menu-item > a >.sf-sub-indicator { background-position:-1px -98px; }
.nav__primary .sf-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item.active-menu-item > a, .nav__primary .sf-menu > .menu-item.sfHover > a {
color:#4dc664;
background:none;
}
.nav__primary .sf-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.active-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator {
background-position:-11px -98px;
opacity:1;
filter:alpha(opacity=100);
}
.ie8 .nav__primary .sf-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .ie8 .nav__primary .sf-menu > .menu-item.active-menu-item > a .sf-sub-indicator, .ie8 .nav__primary .sf-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-11px -98px; }
.nav__primary .sf-menu > .menu-item > .sub-menu {
width:170px;
left:0;
margin-top:20px;
margin-left:-20px;
top:100%;
background:#191919;
border:none;
padding:10px 20px;
border-radius:0;
z-index:10;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item {
text-align:left;
background:none;
font:14px/1.2em 'Lato', sans-serif;
padding:7px 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item:first-child {
border:none;
background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a {
text-transform:none;
border:none;
background:none;
padding:0;
display:inline-block;
-moz-hyphens:auto;
word-wrap:break-word;
}
.nav__primary .sf-menu > .menu-item > .sub-menu .menu-item > a >.sf-sub-indicator {
top:2px;
right:-15px;
left:auto;
background:url(//www.drivers.com.au/wp-content/themes/theme52112/images/arrows-ffffff.png) no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a {
color:#fff;
background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > a:focus {
color:#4da5f5;
background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a {
color:#4da5f5;
background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a .sf-sub-indicator, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item.sfHover > a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
width:170px;
background:#191919;
border:none;
padding:10px 20px;
left:100%;
right:auto;
top:-10px;
margin-left:0;
border-radius:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item { padding:7px 0; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item:first-child { border:none; }
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a {
color:#fff;
padding:0;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:active, .nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item > a:focus {
color:#4da5f5;
background:none;
}
.nav__primary .sf-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item.current-menu-item > a {
color:#4da5f5;
background:none;
}
.logo { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
.logo { width:100%; }
}
@media (max-width: 767px) {
.logo {
padding:20px 0;
text-align:center;
}
}
.logo.pull-left { float:none; }
.logo .logo_h__txt { text-transform:uppercase; }
@media (max-width: 480px) {
.logo .logo_h__txt a { font-size:30px; }
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
color:#fff;
text-decoration:none;
}
.title-section {
padding:50px 0 0;
position:relative;
background:none;
z-index:10;
}
.single-resume .title-section, .single-job_listing .title-section { display:none; }
@media (max-width: 767px) {
.title-section { padding:10px 0; }
}
.title-section .title-header {
text-align:left;
padding:0;
margin:0 0 17px;
color:#333;
text-transform:none;
overflow:visible;
font:45px/1em 'Lato', sans-serif;
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.title-section .title-header small { font-size:25px; }
.title-section .breadcrumb {
position:relative;
text-align:left;
background:#484848;
display:block;
margin:0;
padding:10px;
text-transform:none;
text-shadow:none;
letter-spacing:0;
border:none;
box-shadow:none;
border-radius:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.title-section .breadcrumb > li {
text-shadow:none;
font:13px/1em 'Lato', sans-serif;
display:inline-block;
vertical-align:baseline;
}
@media (max-width: 480px) {
.title-section .breadcrumb > li {
float:none;
display:block;
line-height:1.5em;
}
}
.title-section .breadcrumb > li.active { color:#fff; }
.title-section .breadcrumb a {
color:#4da5f5;
text-shadow:none;
}
.title-section .breadcrumb a:hover, .title-section .breadcrumb a:active {
text-decoration:none;
color:#fff;
}
.title-section .breadcrumb .divider {
padding:0 5px;
vertical-align:baseline;
display:inline-block;
}
@media (max-width: 480px) {
.title-section .breadcrumb .divider { display:none; }
}
.title-section .breadcrumb .divider:after {
color:#fff;
font:13px/1.2em 'Lato', sans-serif;
content:'/';
}
@media (min-width: 768px) and (max-width: 979px) {
#content .page-header h1 { font-size:40px; }
}
@media (max-width: 480px) {
#content .page-header h1 { font-size:40px; }
}
article {
background:none;
border:none;
border-radius:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
article.post__holder {
margin-bottom:60px;
overflow:visible;
}
article.post__holder .post-header {
margin:0;
padding:0 0 40px;
}
@media (max-width: 767px) {
article.post__holder .post-header { padding:0 0 20px; }
}
article.post__holder .post-header .post-title {
text-align:left;
font:bold 30px/1em 'Lato', sans-serif;
margin:0;
padding:0;
letter-spacing:0;
text-transform:uppercase;
color:#333;
}
@media (max-width: 979px) {
article.post__holder .post-header .post-title { margin:0 !important; }
}
article.post__holder .post-header .post-title a {
color:#333;
display:inline-block;
}
article.post__holder .post-header .post-title a:hover, article.post__holder .post-header .post-title a:active, article.post__holder .post-header .post-title a:focus {
text-decoration:none;
color:#4da5f5;
}
article.post__holder .post_content {
background:none;
border-radius:0;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 320px) {
article .thumbnail {
width:auto !important;
display:inline-block;
float:none;
margin:0 0 15px 0;
}
article .thumbnail img { width:100%; }
}
article .thumbnail.flexslider { margin:0 0 20px; }
@media (max-width: 320px) {
article .thumbnail.flexslider { display:block; }
}
article .thumbnail.large { margin:0 0 30px 0; }
@media (min-width: 768px) and (max-width: 979px) {
article .thumbnail.large { float:none !important; }
}
article .post_meta {
padding:8px 0;
border:none;
position:relative;
display:block;
margin:20px 0;
overflow:visible;
background:none;
border-radius:0;
border-top:1px solid #d3d3d2;
border-bottom:1px solid #d3d3d2;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
article .post_meta .post_meta_unite {
font:13px/1.2em 'Lato', sans-serif;
border-color:transparent;
padding-left:0;
}
article .post_meta .post_meta_unite .meta_group > div { padding:0 10px 0 0; }
article .post_meta i {
margin-right:0;
padding-right:5px;
color:#f2503b;
line-height:17px;
font-size:14px;
vertical-align:top;
}
article .post_meta .post_date time { color:#888; }
article .post_meta .post_author a { color:#888; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#888; }
article .post_meta .post_comment a { color:#888; }
article .post_meta .user_like, article .post_meta .post_views { color:#888; }
article .post_meta .post_permalink a { color:#888; }
article .post_meta > div a:hover, article .post_meta > div a:active {
text-decoration:none;
color:#f2503b;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
font-family:'Lato', sans-serif;
font-size:15px;
line-height:1.2em;
font-style:normal;
color:#afafaf;
font-weight:bold;
}
article .gallery-post { padding-bottom:0; }
article.testimonial {
background:#fff;
border-color:#d3d3d2;
}
article.testimonial .user, article.testimonial .info { color:#000; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
.single #content article .thumbnail { float:left; }
.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
.single #content article .thumbnail { width:100%; }
.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
margin:30px 0;
background:none;
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
margin:30px 0 20px;
padding:20px;
border:none;
background:#f3f3f3;
border-radius:0;
}
.single #content .post-author .post-author_h {
font:20px/1.2em 'Lato', sans-serif;
margin:0 0 15px 0;
letter-spacing:0;
text-align:left;
text-transform:uppercase;
color:#333;
display:block;
}
.single #content .post-author .post-author_h a {
color:#333;
text-transform:uppercase;
font:20px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_h a:hover, .single #content .post-author .post-author_h a:active, .single #content .post-author .post-author_h a:focus {
text-decoration:none;
color:#4da5f5;
}
.single #content .post-author .post-author_gravatar {
display:block;
margin:2px 20px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
width:80px;
height:80px;
border-radius:0;
border:none;
padding:0;
background:none;
}
.single #content .post-author .post-author_desc {
padding:0;
margin:0;
text-transform:none;
color:#888;
font:13px/21px 'Lato', sans-serif;
}
@media (max-width: 480px) {
.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
margin-top:20px;
text-transform:none;
color:#888;
font:13px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
color:#4da5f5;
text-transform:none;
font:13px/1.2em 'Lato', sans-serif;
}
.single #content .post-author .post-author_link a:hover, .single #content .post-author .post-author_link a:active, .single #content .post-author .post-author_link a:focus {
text-decoration:none;
color:#888;
}
.filter-wrapper {
margin:0;
padding:10px 0 40px;
position:relative;
text-align:left;
}
@media (max-width: 979px) {
.filter-wrapper {
margin:20px 0;
text-align:left;
}
}
.filter-wrapper strong {
color:#222;
padding:0;
font:900 17px/1.2em 'Lato', sans-serif;
margin-right:13px;
margin-top:0;
text-transform:uppercase;
float:none;
letter-spacing:0;
display:inline-block;
vertical-align:middle;
display:none;
}
@media (max-width: 979px) {
.filter-wrapper strong { margin:0 0 20px; }
}
.filter-wrapper .filter {
margin:0;
display:inline-block;
float:none;
position:relative;
vertical-align:middle;
top:0;
}
@media (max-width: 979px) {
.filter-wrapper .filter {
float:none;
display:block;
}
}
.filter-wrapper .filter li {
margin:0 0 0 15px;
float:left;
font:900 17px/1.2em 'Lato', sans-serif;
position:relative;
display:block;
}
@media (max-width: 979px) {
.filter-wrapper .filter li {
float:none;
margin:0 0 5px !important;
}
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li:first-child:before { display:none; }
.filter-wrapper .filter li a {
color:#333;
padding:15px 20px;
margin:0;
display:inline-block;
background:none;
border-radius:0;
letter-spacing:0;
text-transform:uppercase;
}
@media (max-width: 979px) {
.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
text-decoration:none;
color:#fff;
background:#4da5f5;
}
.filter-wrapper .filter .active a {
text-decoration:none;
color:#fff;
background:#4da5f5;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder {
position:relative;
padding:0;
background:none;
border:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail {
margin:0;
border:none;
padding:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
background:#f3f3f3;
text-align:left;
padding:20px;
position:relative;
z-index:100;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
text-shadow:none;
margin:0 0 10px;
font:20px/1.2em 'Lato', sans-serif;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
color:#333;
text-transform:uppercase;
text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:focus {
text-decoration:none;
color:#4da5f5;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
font:13px/21px 'Lato', sans-serif;
color:#333;
text-transform:none;
margin:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption p { margin:0; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin-top:15px; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#d3d3d2; }
.without-title-wrap #content.row { padding-top:0; }
.without-title-wrap #content.row div.type-page > .job-manager-error { display:none !important; }
#job_preview, .resume_preview {
margin:40px 0 0;
border-radius:4px;
overflow:hidden;
}
.resume_preview { padding:20px; }
.sign-up-form { margin:0 0 50px; }
.sign-up-form .parallax_content { text-align:center; }
.sign-up-form .parallax_content fieldset {
text-align:center;
margin:0;
padding:130px 0;
border:none;
}
.sign-up-form .parallax_content fieldset h1, .sign-up-form .parallax_content fieldset h2, .sign-up-form .parallax_content fieldset h3, .sign-up-form .parallax_content fieldset h4, .sign-up-form .parallax_content fieldset h5, .sign-up-form .parallax_content fieldset h6, .sign-up-form .parallax_content fieldset p {
color:#fff;
margin:0 0 20px;
}
.sign-up-form .parallax_content fieldset .btn { color:#fff; }
.sign-up-form .parallax_content fieldset label {
float:none;
width:100%;
font:65px/1.2em 'Lato', sans-serif;
color:#fff;
margin:0 0 15px;
pointer-events:none;
}
.sign-up-form .parallax_content fieldset .field {
float:none;
width:100%;
font:bold 21px/30px 'Lato', sans-serif;
color:#fff;
margin:0;
}
.sign-up-form .parallax_content fieldset .field .button {
margin:30px 0 0 0;
display:inline-block;
padding:15px 80px;
background:#4dc664;
border-radius:4px;
color:#fff;
}
.sign-up-form .parallax_content fieldset .field .button:before {
color:#fff;
margin-right:20px !important;
font-size:25px;
}
.sign-up-form .parallax_content fieldset .field .button:hover, .sign-up-form .parallax_content fieldset .field .button:active, .sign-up-form .parallax_content fieldset .field .button:focus {
background:#4da5f5;
color:#fff;
text-decoration:none;
}
.job-manager-form > fieldset {
border:none;
margin:0;
}
.job-manager-form > fieldset label {
font:bold 21px/1.2em 'Lato', sans-serif;
color:#333;
padding:10px 0;
}
.job-manager-form > fieldset label small {
font:15px/1.2em 'Lato', sans-serif;
color:#777;
}
.job-manager-form > fieldset .jq-selectbox { width:100%; }
.job-manager-form > h2, .job-manager-form .submit-wrap {
border-top:1px solid #d9d9d9;
padding:50px 0 0;
margin:50px 0 40px;
}
.job-manager-form .btn.input-btn.green { background:#f2503b; }
.job-manager-form .btn.input-btn.green span input {
color:#fff;
display:inline-block;
}
.jq-selectbox {
vertical-align:middle;
cursor:pointer;
}
.jq-selectbox__select {
height:47px;
padding:0 45px 0 20px;
border:1px solid #d9d9d9;
border-radius:4px;
background:#fff;
color:#777;
font:bold 15px/47px 'Lato', sans-serif;
}
.jq-selectbox__select:hover {
background-color:#fff;
background-position:0 -10px;
}
.jq-selectbox__select:active { background:#fff; }
.jq-selectbox.focused .jq-selectbox__select { border:1px solid #000; }
.jq-selectbox.disabled .jq-selectbox__select {
border-color:#d9d9d9;
background:#fff;
box-shadow:none;
color:#777;
}
.jq-selectbox__select-text {
display:block;
width:100%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.jq-selectbox .placeholder { color:#888; }
.jq-selectbox__trigger {
position:absolute;
top:0;
right:0;
width:34px;
height:100%;
}
.jq-selectbox__trigger-arrow {
position:absolute;
top:0;
right:0;
width:47px;
height:47px;
overflow:hidden;
text-align:center;
}
.jq-selectbox__trigger-arrow:after {
content:'';
font:24px/47px FontAwesome;
color:#c9c9c9;
position:relative;
top:-5px;
display:inline-block;
transition:all 0.3s ease 0s;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow:after { color:#000; }
.jq-selectbox.disabled .jq-selectbox__trigger-arrow:after { color:#000; }
.jq-selectbox__dropdown {
top:49px;
width:100%;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
border:1px solid #CCC;
border-radius:4px;
background:#FFF;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
font:14px/18px Arial, sans-serif;
}
.jq-selectbox__search { margin:5px; }
.jq-selectbox__search input {
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0;
padding:5px 27px 6px 8px;
outline:none;
border:1px solid #CCC;
border-radius:3px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
box-shadow:inset 1px 1px #F1F1F1;
color:#333;
-webkit-appearance:textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration { -webkit-appearance:none; }
.jq-selectbox__not-found {
margin:5px;
padding:5px 8px 6px;
background:#F0F0F0;
font-size:13px;
}
.jq-selectbox ul {
margin:0;
padding:5px 0;
}
.jq-selectbox li {
min-height:18px;
padding:5px 20px 6px;
color:#777;
}
.jq-selectbox li.selected {
background-color:#4dc664;
color:#FFF;
}
.jq-selectbox li:hover {
background-color:#4dc664;
color:#FFF;
}
.jq-selectbox li.disabled { color:#AAA; }
.jq-selectbox li.disabled:hover { background:none; }
.jq-selectbox li.optgroup { font-weight:bold; }
.jq-selectbox li.optgroup:hover {
background:none;
color:#231F20;
cursor:default;
}
.jq-selectbox li.option { padding-left:25px; }
.chosen-container ul.chosen-choices {
height:47px;
border-radius:4px;
border:1px solid #d9d9d9;
box-shadow:none;
background:#fff;
}
.chosen-container ul.chosen-choices .search-field {
height:47px;
padding:10px 20px;
width:100%;
border-radius:4px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.chosen-container ul.chosen-choices .search-field input {
font:bold 15px/1.2em 'Lato', sans-serif !important;
color:#777 !important;
padding:0 !important;
margin:0 !important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.chosen-container .chosen-drop { border-radius:0 0 4px 4px; }
.chosen-container .chosen-drop ul.chosen-results { padding:5px 0; }
.chosen-container .chosen-drop ul.chosen-results li {
font:15px/1.2em 'Lato', sans-serif;
color:#777;
padding:10px 20px;
}
.chosen-container .chosen-drop ul.chosen-results li.highlighted {
background:#4dc664;
color:#fff;
}
.chosen-container.chosen-container-active ul.chosen-choices { border-color:#000 !important; }
.jq-file { width:auto; }
.jq-file input {
cursor:pointer;
height:auto;
line-height:1em;
}
.jq-file__name {
-moz-box-sizing:border-box;
box-sizing:border-box;
width:auto;
height:47px;
padding:0 0 0 10px;
color:#777;
font:15px/47px 'Lato', sans-serif;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
background:none;
display:inline-block;
vertical-align:middle;
}
.changed .jq-file__name { display:none; }
.jq-file__browse {
position:relative;
padding:14px 20px;
border-radius:4px;
display:inline-block;
background:#4da5f5;
color:#fff;
font:bold 15px/1.2em 'Lato', sans-serif;
vertical-align:middle;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.changed .jq-file__browse { background:#4dc664; }
.jq-file:hover .jq-file__browse { background-color:#4dc664; }
.jq-file:active .jq-file__browse { background:#4dc664; }
.jq-file.disabled .jq-file__name { color:#888; }
.jq-file.disabled, .jq-file.disabled .jq-file__browse {
border-color:#CCC;
background:#F5F5F5;
box-shadow:none;
color:#888;
}
.fieldset-company_logo .field .description { margin:0; }
.job-manager-error.job-manager-error:before, .job-manager-info.job-manager-error:before, .job-manager-message.job-manager-error:before { line-height:0em; }
.related-posts, .comment-holder, #respond { margin:50px 0 0 0; }
.related-posts h3, .comment-holder h3, #respond h3 {
font:bold 30px/1em 'Lato', sans-serif;
margin:0 0 30px;
text-align:left;
text-transform:uppercase;
color:#333;
letter-spacing:0;
display:block;
}
.related-posts .related-posts_item { overflow:visible; }
.related-posts a {
font:20px/1.2em 'Lato', sans-serif;
color:#333;
display:inline;
letter-spacing:0;
text-transform:uppercase;
}
.related-posts a:hover, .related-posts a:active, .related-posts a:focus {
text-decoration:none;
color:#4da5f5;
}
@media (min-width: 768px) and (max-width: 979px) {
.related-posts a {
font-size:16px;
-moz-hyphens:auto;
word-wrap:break-word;
}
}
.related-posts .thumbnail {
margin:0 0 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.related-posts .thumbnail a {
display:inline-block;
width:100%;
}
.related-posts .thumbnail img {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.comment-holder .pagination { margin:10px 0; }
.comment-holder .comment-list .comment .comment-body {
padding:30px 20px;
margin:0 0 30px;
background:#f3f3f3;
border-radius:0;
border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
margin:4px 30px 0 0;
text-align:left;
border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
width:80px;
height:80px;
border-radius:0;
padding:0;
border:none;
background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
width:auto;
text-align:left;
font:13px/1.2em 'Lato', sans-serif;
color:#4da5f5;
padding-top:20px;
text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
padding:0;
margin:0;
line-height:21px;
color:#888;
text-transform:none;
}
@media (max-width: 480px) {
.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
margin:0;
padding:16px 0 0 0;
font:13px/1.2em 'Lato', sans-serif;
color:#4da5f5;
text-transform:none;
}
.comment-holder .reply { padding:0; }
.comment-holder .reply .comment-reply-link {
padding:0;
background:none;
text-shadow:none;
transition:all 0.3s ease 0s;
}
.comment-holder .reply .comment-reply-link:before, .comment-holder .reply .comment-reply-link:after { display:none; }
.comment-holder .reply .comment-reply-link span {
padding:10px 20px;
color:#333;
transition:all 0.3s ease 0s;
}
.comment-holder .reply .comment-reply-link:hover, .comment-holder .reply .comment-reply-link:active, .comment-holder .reply .comment-reply-link:focus { border-color:#4da5f5; }
.comment-holder .reply .comment-reply-link:hover span, .comment-holder .reply .comment-reply-link:active span, .comment-holder .reply .comment-reply-link:focus span { color:#4da5f5; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
min-width:inherit;
min-height:inherit;
max-height:inherit;
min-width:inherit;
max-width:100%;
width:100%;
height:300px;
padding:8px 10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#respond #commentform p input {
max-width:inherit;
min-width:inherit;
width:100%;
height:49px;
padding:8px 10px;
margin-bottom:2px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform .input-btn {
margin:20px 0 0;
background:none;
float:none;
transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn:before { display:none; }
#respond #commentform .input-btn > span { padding:0; }
#respond #commentform .input-btn input {
display:inline-block;
margin:0;
padding:0 !important;
height:auto;
width:auto;
color:#333;
font-size:17px;
transition:all 0.3s ease 0s;
}
#respond #commentform .input-btn:hover input, #respond #commentform .input-btn:active input, #respond #commentform .input-btn:focus input { color:#4da5f5 !important; }
#respond #commentform .input-btn:hover > span:after, #respond #commentform .input-btn:active > span:after, #respond #commentform .input-btn:focus > span:after { color:#4da5f5; }
#sidebar.sidebar .widget { margin:50px 0 0 0; }
#sidebar.sidebar .widget:first-child { margin:0; }
#sidebar.sidebar .widget > h3 {
margin:0 0 30px;
font:bold 30px/1em 'Lato', sans-serif;
display:block;
color:#333;
text-align:left;
letter-spacing:0;
text-transform:uppercase;
-moz-hyphens:auto;
word-wrap:break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
#sidebar.sidebar .widget > h3 { font-size:30px; }
}
@media (max-width: 480px) {
#sidebar.sidebar .widget > h3 { font-size:30px; }
}
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul {
margin:0 0 11px;
list-style-type:none;
}
@media (max-width: 767px) {
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul { margin:0 0 30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li {
margin:0;
border-top:1px solid #bcbcbc;
padding:0;
color:#333;
position:relative;
font:13px/1.2em 'Lato', sans-serif;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before { display:none; }
[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child, .list.custom-list ul li:first-child { border:none; }
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a {
font:inherit;
color:inherit;
text-transform:none;
display:block;
position:relative;
overflow:hidden;
padding:10px 0;
}
[id*="categories"] ul li a:after, [id*="archives"] ul li a:after, .list.custom-list ul li a:after {
content:'';
width:0;
height:100%;
background:#4da5f5;
position:absolute;
top:0;
left:0;
z-index:-1;
border-radius:0;
transition:all 0.3s ease 0s;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="categories"] ul li a:focus, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="archives"] ul li a:focus, .list.custom-list ul li a:hover, .list.custom-list ul li a:active, .list.custom-list ul li a:focus {
color:#fff;
text-decoration:none;
background:none;
padding:10px 1px;
}
@media only screen and (min-width: 1200px) {
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="categories"] ul li a:focus, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="archives"] ul li a:focus, .list.custom-list ul li a:hover, .list.custom-list ul li a:active, .list.custom-list ul li a:focus { padding:10px; }
}
[id*="categories"] ul li a:hover:after, [id*="categories"] ul li a:active:after, [id*="categories"] ul li a:focus:after, [id*="archives"] ul li a:hover:after, [id*="archives"] ul li a:active:after, [id*="archives"] ul li a:focus:after, .list.custom-list ul li a:hover:after, .list.custom-list ul li a:active:after, .list.custom-list ul li a:focus:after { width:100%; }
[id*="categories"] ul li a:hover:before, [id*="categories"] ul li a:active:before, [id*="categories"] ul li a:focus:before, [id*="archives"] ul li a:hover:before, [id*="archives"] ul li a:active:before, [id*="archives"] ul li a:focus:before, .list.custom-list ul li a:hover:before, .list.custom-list ul li a:active:before, .list.custom-list ul li a:focus:before {
-webkit-transform:translateX(100%);
-moz-transform:translateX(100%);
-ms-transform:translateX(100%);
-o-transform:translateX(100%);
transform:translateX(100%);
margin-left:-20px;
color:#fff;
}
.ie8 [id*="categories"] ul li a:hover:before, .ie8 [id*="categories"] ul li a:active:before, .ie8 [id*="categories"] ul li a:focus:before, .ie8 [id*="archives"] ul li a:hover:before, .ie8 [id*="archives"] ul li a:active:before, .ie8 [id*="archives"] ul li a:focus:before, .ie8 .list.custom-list ul li a:hover:before, .ie8 .list.custom-list ul li a:active:before, .ie8 .list.custom-list ul li a:focus:before { display:none; }
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:18px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif; }
#wp-calendar caption, #wp-calendar thead tr th {
color:#4da5f5;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-form .search-form_it {
margin:0;
height:50px;
}
.search-form .search-form_is {
margin:0 0 0 10px;
padding:0 10px !important;
height:50px;
background:none;
color:#4da5f5;
letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 1200px) {
.search-form .search-form_is {
margin:10px 0 0 0;
display:block;
}
}
@media (max-width: 480px) {
.search-form .search-form_is {
margin:10px 0 0 0;
display:block;
}
}
.search-form .search-form_is:hover { color:#3d4140; }
@media (max-width: 767px) {
#content.left, #sidebar { float:none !important; }
}
.flexslider { margin:0 0 20px; }
.flexslider .flex-control-nav {
bottom:auto !important;
margin:20px 0 0 0;
position:relative !important;
}
.widget-flexslider { background:none; }
.ie8 .widget-flexslider { overflow:hidden; }
.widget-flexslider .flex-control-paging {
position:relative;
bottom:0;
margin:20px 0 0 0;
}
.widget-flexslider .flex-prev:hover, .widget-flexslider .flex-prev:active, .widget-flexslider .flex-next:hover, .widget-flexslider .flex-next:active { text-decoration:none !important; }
.social li .social_link:hover { opacity:1; }
.social li .social_link:hover .social_ico i {
color:#4da5f5;
-webkit-transform:rotateY(360deg);
-moz-transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
-o-transform:rotateY(360deg);
transform:rotateY(360deg);
}
.content_box .social li .social_link:hover .social_ico i { color:#333; }
.social li .social_ico {
width:auto;
height:auto;
text-align:center;
position:relative;
z-index:100;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.social li i {
font-size:28px;
color:#333;
display:inline-block;
line-height:1.2em;
position:relative;
z-index:100;
transition:all 0.3s ease 0s;
}
.content_box .social li i { color:#fff; }
.social.social__list li { margin-bottom:4px; }
.social.social__list li:after {
content:'';
width:0;
height:0;
display:block;
clear:both;
}
.social.social__list li .social_ico { margin:0 10px 0 0; }
.social.social__list li .social_label {
font:12px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#333;
text-transform:none;
}
.content_box .social.social__list li .social_label { color:#fff; }
@media (max-width: 767px) {
.social.social__row { text-align:center; }
}
.social.social__row li {
float:none;
display:inline-block;
margin:0 3px 0 0;
}
.parallax-slider .btn.green:before { background:#4da5f5; }
.parallax-slider .btn.red:before { background:#fff; }
.parallax-slider .btn.red:hover span, .parallax-slider .btn.red:active span, .parallax-slider .btn.red:focus span { color:#333 !important; }
.btn.green { background:#4dc664; }
.btn.blue {
background:#4da5f5;
color:#fff;
border:none;
box-shadow:none;
}
.btn.blue:before { background:#4dc664; }
.btn.red { background:#f2503b; }
.btn.green, .btn.red {
border:none;
box-shadow:none;
}
.btn.green:before, .btn.red:before { background:#4da5f5; }
.btn.bigger span { padding:16px 85px; }
.btn i {
font-size:25px;
display:inline-block;
vertical-align:middle;
margin-right:10px !important;
}
.btn i.icon-arrow-right {
margin:0 0 0 10px !important;
vertical-align:baseline;
}
.content_box .btn span, .cherry_fixed_parallax .btn span, .cherry_media_parallax .btn span { color:#fff; }
.title-box {
margin:0 0 30px;
text-align:center;
}
@media (max-width: 767px) {
.title-box { margin:30px 0 40px; }
}
.title-box .title-box_primary, .title-box .title-box_secondary {
font:45px/1.2em 'Lato', sans-serif;
color:#333;
text-transform:none;
margin:0;
display:block;
letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 979px) {
.title-box .title-box_primary, .title-box .title-box_secondary { font-size:30px; }
}
@media (max-width: 480px) {
.title-box .title-box_primary, .title-box .title-box_secondary { font-size:30px; }
}
.content_box.blue .title-box .title-box_primary, .content_box.green .title-box .title-box_primary, .cherry_fixed_parallax .title-box .title-box_primary, .title-box .title-box_primary .cherry_media_parallax, .content_box.blue .title-box .title-box_secondary, .content_box.green .title-box .title-box_secondary, .cherry_fixed_parallax .title-box .title-box_secondary, .title-box .title-box_secondary .cherry_media_parallax { color:#fff; }
.title-box .title-box_secondary { font-size:20px; }
.spacer { height:50px; }
div.type-page p { margin:0 0 25px; }
@media (max-width: 480px) {
div.type-page h1 {
font-size:30px !important;
line-height:1.3em !important;
}
}
@media (max-width: 480px) {
div.type-page h2 {
font-size:28px !important;
line-height:1.3em !important;
}
}
@media (max-width: 480px) {
div.type-page h3 {
font-size:26px !important;
line-height:1.3em !important;
}
}
@media (max-width: 480px) {
div.type-page h4 {
font-size:24px !important;
line-height:1.3em !important;
}
}
@media (max-width: 480px) {
div.type-page h5 {
font-size:22px !important;
line-height:1.3em !important;
}
}
@media (max-width: 480px) {
div.type-page h6 {
font-size:18px !important;
line-height:1.3em !important;
}
}
section.cherry_fixed_parallax {
padding:50px 0;
min-height:inherit;
}
@media (max-width: 767px) {
section.cherry_fixed_parallax {
padding:40px 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
section.cherry_fixed_parallax.bigger-paddings { padding:150px 0; }
@media (max-width: 767px) {
section.cherry_fixed_parallax.bigger-paddings {
padding:40px 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
section.cherry_fixed_parallax h1, section.cherry_fixed_parallax h2, section.cherry_fixed_parallax h3, section.cherry_fixed_parallax h4, section.cherry_fixed_parallax h5, section.cherry_fixed_parallax h6 { color:#fff; }
@media only screen and (min-width: 1260px) {
section.cherry_fixed_parallax .container { width:1250px; }
}
section.cherry_media_parallax {
padding:180px 0;
min-height:inherit;
}
@media (max-width: 767px) {
section.cherry_media_parallax {
padding:40px 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
section.cherry_media_parallax .parallax_content {
padding:0 20px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
section.cherry_media_parallax h1, section.cherry_media_parallax h2, section.cherry_media_parallax h3, section.cherry_media_parallax h4, section.cherry_media_parallax h5, section.cherry_media_parallax h6, section.cherry_media_parallax p { color:#fff; }
@media only screen and (min-width: 998px) {
.content-holder.isstuck .hashAncor { position:relative; }
}
.content_box {
padding:50px 0;
background:#f3f3f3;
}
@media (max-width: 767px) {
.content_box {
padding:40px 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
.content_box.blue { background:#4da5f5; }
.content_box.green { background:#4dc664; }
.content_box.last-block { margin-bottom:-50px; }
@media (max-width: 767px) {
.content_box.last-block { margin-bottom:-40px; }
}
.content_box:before, .content_box:after { background:inherit; }
.content_box h1, .content_box h2, .content_box h3, .content_box h4, .content_box h5, .content_box h6, .content_box p { color:#fff; }
.stats-container > div {
width:20%;
padding:0 20px;
float:left;
text-align:center;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (max-width: 1200px) {
.stats-container > div { padding:0 10px; }
}
.ie8 .stats-container > div { padding:0 10px; }
@media (max-width: 767px) {
.stats-container > div {
width:33.33333%;
float:none;
display:inline-block;
vertical-align:top;
margin:20px 0;
}
}
@media (max-width: 480px) {
.stats-container > div { width:50%; }
}
.stats-container .circle {
width:140px;
height:140px;
margin:0 auto 20px;
border-radius:50%;
background:#fff;
font:45px/140px 'Lato', sans-serif;
color:#4da5f5;
z-index:10;
position:relative;
transition:all 0.3s ease 0s;
}
@media (max-width: 1200px) {
.stats-container .circle {
width:80px;
height:80px;
line-height:80px;
font-size:20px;
}
}
.ie8 .stats-container .circle {
width:80px;
height:80px;
line-height:80px;
font-size:20px;
}
.stats-container .circle:before {
content:'';
width:100%;
height:100%;
border-radius:50%;
position:absolute;
top:0;
left:0;
background:#f2503b;
z-index:-1;
transition:all 0.3s ease 0s;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.ie8 .stats-container .circle:before { display:none; }
.stats-container > div:hover .circle { color:#fff; }
.ie8 .stats-container > div:hover .circle { color:#4da5f5; }
.stats-container > div:hover .circle:before {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.posts-grid li .thumbnail { border-radius:4px; }
.posts-grid li h5 { font:bold 21px/30px 'Lato', sans-serif; }
.posts-grid li h5 a { color:#4da5f5; }
.posts-grid li h5 a:hover, .posts-grid li h5 a:active, .posts-grid li h5 a:focus {
text-decoration:none;
color:#f2503b;
}
.posts-grid li .post_meta {
padding:0;
border:none;
}
.posts-grid li .post_meta .post_category, .posts-grid li .post_meta .post_author { display:none; }
.posts-grid li .post_meta .post_date { color:#f2503b; }
.posts-grid li .post_meta .post_comment {
color:#4dc664;
border-left:1px solid #dcdbdb;
padding-left:10px;
}
.posts-grid li .post_meta .post_comment a { color:#4dc664; }
.posts-grid li .post_meta .post_comment a:hover, .posts-grid li .post_meta .post_comment a:active, .posts-grid li .post_meta .post_comment a:focus {
text-decoration:none;
color:#f2503b;
}
.posts-grid.without-title li h5 { display:none; }
.posts-grid.companies li {
margin-top:15px;
margin-bottom:15px;
}
@media (max-width: 767px) {
.posts-grid.companies li {
width:25%;
display:inline-block;
vertical-align:top;
margin:0;
padding:0 10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
@media (max-width: 480px) {
.posts-grid.companies li { width:50%; }
}
.posts-grid.companies li:hover .thumbnail {
opacity:0.6;
filter:alpha(opacity=60);
}
.posts-grid.companies li:hover .thumbnail img {
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9);
transform:scale(0.9);
}
.posts-grid.blog-grid li .btn {
box-shadow:none;
border:none;
}
.posts-grid.blog-grid li .btn:before { display:none; }
.posts-grid.blog-grid li .btn span {
padding:0;
font:bold 17px/1.2em 'Lato', sans-serif;
color:#333;
border-bottom:1px solid #333;
}
.posts-grid.blog-grid li .btn:hover span, .posts-grid.blog-grid li .btn:active span, .posts-grid.blog-grid li .btn:focus span {
color:#f2503b;
border-color:#f2503b;
}
address { text-align:center; }
address figure.alignleft {
float:none;
display:inline-block;
margin:0 10px 0 0;
}
address h6 { margin:0 0 5px; }
address h3 {
display:inline-block;
margin:0 0 5px;
}
address .social { margin:20px 0 0 0; }
.testimonials.testi-home .testi-item {
float:left;
width:23.076923076923077%;
*width:23.023731587561375%;
margin:0;
padding:0;
margin-left:2.564102564102564%;
}
.testimonials.testi-home .testi-item.list-item-0 { margin-left:0; }
@media (max-width: 767px) {
.testimonials.testi-home .testi-item {
width:48%;
margin:20px 0 20px 4%;
}
.testimonials.testi-home .testi-item:nth-child(2n+1) { margin-left:0; }
}
@media (max-width: 480px) {
.testimonials.testi-home .testi-item {
width:100%;
float:none;
margin:30px 0;
}
}
.testimonials.testi-home .testi-item .testi-item_blockquote {
padding:0;
border-radius:0;
background:none;
text-align:center;
}
.testimonials.testi-home .testi-item .testi-item_blockquote:before, .testimonials.testi-home .testi-item .testi-item_blockquote:after { display:none; }
.testimonials.testi-home .testi-item .testi-item_blockquote figure {
width:84px;
height:84px;
overflow:hidden;
border-radius:50%;
float:none;
margin:0 auto 15px;
transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
.testimonials.testi-home .testi-item .testi-item_blockquote figure {
width:50px;
height:50px;
}
}
.testimonials.testi-home .testi-item .testi-item_blockquote a {
display:block;
font:bold 21px/35px 'Lato', sans-serif;
color:#fff;
border:2px solid #626262;
border-radius:4px;
padding:15px 20px 50px;
margin:0 0 30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (max-width: 767px) {
.testimonials.testi-home .testi-item .testi-item_blockquote a { padding:10px; }
}
.testimonials.testi-home .testi-item .testi-item_blockquote a:hover, .testimonials.testi-home .testi-item .testi-item_blockquote a:active, .testimonials.testi-home .testi-item .testi-item_blockquote a:focus {
border-color:#fff;
color:#4da5f5;
text-decoration:none;
}
.testimonials.testi-home .testi-item .testi-meta {
padding:0;
text-align:center;
}
.testimonials.testi-home .testi-item .testi-meta span { display:none; }
.testimonials.testi-home .testi-item .testi-meta span:after { display:none; }
.testimonials.testi-home .testi-item .testi-meta span.user {
display:block;
font:15px/1.2em 'Lato', sans-serif;
color:#4da5f5;
}
@media (max-width: 767px) {
.testimonials.testi-home .testi-item .testi-meta span.user { font-size:13px !important; }
}
.testimonials.testi-home .testi-item .testi-meta a, .testimonials.testi-home .testi-item .testi-meta br { display:none; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
padding:0 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure {
width:84px;
height:84px;
overflow:hidden;
border-radius:50%;
margin:0 auto 15px;
transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure {
width:50px;
height:50px;
}
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .testiname {
text-align:center;
font:15px/1.2em 'Lato', sans-serif;
color:#4da5f5;
}
@media (max-width: 767px) {
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .testiname { font-size:13px !important; }
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p {
text-align:center;
font:bold 21px/35px 'Lato', sans-serif;
color:#fff;
margin:0 0 30px;
}
@media (max-width: 767px) {
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p {
font-size:16px;
line-height:1.4em;
}
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p a {
display:block;
color:inherit;
border:2px solid #626262;
border-radius:4px;
padding:15px 20px 50px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
@media (max-width: 767px) {
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p a { padding:10px; }
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p a:hover, .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p a:active, .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item p a:focus {
border-color:#fff;
color:#4da5f5;
text-decoration:none;
}
.carousel-wrap .owl-carousel .owl-controls {
position:absolute;
top:50%;
margin:-10px 0 0 0;
width:100%;
}
@media (max-width: 1400px) {
.carousel-wrap .owl-carousel .owl-controls {
position:relative;
margin:0;
}
}
.ie8 .carousel-wrap .owl-carousel .owl-controls {
position:relative;
margin:0;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons { position:relative; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div {
position:absolute;
left:-30px;
width:30px;
height:30px;
background:none;
border-radius:0;
padding:0;
margin:0;
opacity:1;
filter:alpha(opacity=100);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
transition:all 0.3s ease 0s;
}
@media (max-width: 1400px) {
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div {
position:relative;
left:-10px;
}
}
.ie8 .carousel-wrap .owl-carousel .owl-controls .owl-buttons > div {
position:relative;
left:-10px;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div:before {
content:'';
font:25px/1em FontAwesome;
color:#fff;
transition:all 0.3s ease 0s;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div:hover:before { color:#f2503b; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div.owl-next {
left:auto;
right:-30px;
}
@media (max-width: 1400px) {
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div.owl-next { right:-10px; }
}
.ie8 .carousel-wrap .owl-carousel .owl-controls .owl-buttons > div.owl-next { right:-10px; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons > div.owl-next:before { content:''; }
.carousel-wrap.testi .owl-wrapper-outer .owl-wrapper .owl-item h5 { display:none; }
.price-plans .plan {
border:none;
background:#f3f3f3;
border-radius:0 0 4px 4px;
padding:0 0 30px;
}
.price-plans .plan h3, .price-plans .plan h4 {
background:#4dc664;
border:none;
padding:0;
}
.price-plans .plan.item-1 h3, .price-plans .plan.item-1 h4 { background:#4da5f5; }
.price-plans .plan.item-3 h3, .price-plans .plan.item-3 h4 { background:#f2503b; }
.price-plans .plan h3 {
border-radius:4px 4px 0 0;
color:#fff;
text-transform:none;
font:41px/1.2em 'Lato', sans-serif;
padding:30px 5px 10px;
}
.price-plans .plan h4 {
padding:0 5px 30px;
font:81px/1.2em 'Lato', sans-serif;
color:#333;
}
.price-plans .plan h4 span.interval {
display:block;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
padding-top:15px;
text-transform:none;
}
.price-plans .plan .plan-container {
padding:20px 0 0;
min-height:230px;
}
.price-plans .plan .plan-container .plan-features-row {
border:none;
font:15px/33px 'Lato', sans-serif;
padding:0 10px;
text-transform:none;
color:#777777;
}
.price-plans .plan .plan-container .btn { margin:30px 0 0; }
.single-companies .thumbnail.large, .type-companies .thumbnail.large {
width:auto;
float:left;
margin:0 30px 20px 0;
padding:10px;
}
@media (min-width: 768px) and (max-width: 979px) {
.single-companies .thumbnail.large, .type-companies .thumbnail.large { display:inline-block; }
}
@media (max-width: 400px) {
.single-companies .thumbnail.large, .type-companies .thumbnail.large {
display:inline-block;
float:none;
}
}
.google-map-api { height:430px; }
.jq-checkbox {
top:-1px;
width:20px;
height:20px;
border:none;
border-radius:2px;
background:#ececec;
vertical-align:middle;
cursor:pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
width:auto;
height:auto;
text-align:center;
}
.jq-checkbox.checked .jq-checkbox__div:before {
content:'';
font:15px/20px FontAwesome;
color:#4da5f5;
text-align:center;
}
.jq-checkbox.focused { border:1px solid #08C; }
.jq-checkbox.disabled {
opacity:0.55;
filter:alpha(opacity=55);
}
div.job_listings { text-align:center; }
div.job_listings .job_filters { margin:0; }
div.job_listings .job_filters .search_jobs {
padding:20px;
border-radius:3px 3px 0 0;
background:#4dc664;
}
div.job_listings .job_filters .search_jobs input[type="text"] {
border:none;
color:#777;
padding:13px 20px;
height:47px;
margin:0;
}
div.job_listings .job_filters .search_jobs > div {
width:32.65%;
padding:0;
float:left;
clear:inherit;
margin-left:1%;
}
@media (max-width: 480px) {
div.job_listings .job_filters .search_jobs > div {
width:48%;
margin-left:4%;
margin-bottom:4%;
}
}
div.job_listings .job_filters .search_jobs > div:first-child { margin-left:0; }
div.job_listings .job_filters .search_jobs > div .chosen-container { width:100% !important; }
@media (max-width: 480px) {
div.job_listings .job_filters .search_jobs > div.search_categories {
width:100%;
margin:0;
}
}
div.job_listings .job_filters .search_jobs .search_keywords, div.job_listings .job_filters .search_jobs .search_location {
width:49.5%;
padding:0;
float:left;
clear:inherit;
margin-left:1%;
}
@media (max-width: 480px) {
div.job_listings .job_filters .search_jobs .search_keywords, div.job_listings .job_filters .search_jobs .search_location {
width:48%;
margin-left:4%;
}
}
div.job_listings .job_filters .search_jobs .search_categories {
margin:20px 0 0 0;
width:100%;
}
div.job_listings .job_filters .job_types {
border:none;
background:#fff;
}
div.job_listings .job_filters .job_types li {
border:none;
padding:20px;
border-right:1px solid #d9d9d9;
}
@media (max-width: 979px) {
div.job_listings .job_filters .job_types li {
padding:10px;
display:block;
float:none;
text-align:left;
border-right:none;
border-top:1px solid #d9d9d9;
}
}
div.job_listings .job_filters .job_types li label {
font:bold 15px/1.2em 'Lato', sans-serif;
color:#333;
margin:0;
text-transform:uppercase;
}
div.job_listings .job_filters .job_types li label .jq-checkbox { margin:0 5px 0 0; }
div.job_listings .job_filters .showing_jobs { display:none !important; }
div.job_listings ul.job_listings {
text-align:left;
background:#fff;
margin:0 0 40px;
border-top:1px solid #d9d9d9;
border-radius:0 0 4px 4px;
}
@media only screen and (min-width: 979px) {
div.job_listings ul.job_listings { min-height:1040px; }
}
div.job_listings ul.job_listings.loading { background:#fff url(//www.drivers.com.au/wp-content/themes/theme52112/images/ajax-loader.gif) no-repeat center center; }
div.job_listings ul.job_listings li.job_listing {
border-bottom:none;
border-top:1px solid #d9d9d9;
}
div.job_listings ul.job_listings li.job_listing:after {
content:'';
width:0;
height:0;
display:block;
clear:both;
}
div.job_listings ul.job_listings li.job_listing:first-child { border:none; }
div.job_listings ul.job_listings li.job_listing > a { padding:20px; }
div.job_listings ul.job_listings li.job_listing > a .company_logo {
border:1px solid #d9d9d9;
border-radius:4px;
width:88px;
height:88px;
left:0;
position:relative;
margin:0 20px 0 0;
}
@media (max-width: 767px) {
div.job_listings ul.job_listings li.job_listing > a .company_logo {
float:none;
visibility:visible;
display:block;
}
}
div.job_listings ul.job_listings li.job_listing > a .position {
padding:17px 0 0 0;
width:38%;
}
@media (max-width: 767px) {
div.job_listings ul.job_listings li.job_listing > a .position {
width:100%;
float:none;
}
}
div.job_listings ul.job_listings li.job_listing > a .position h3 {
font:bold 21px/1.2em 'Lato', sans-serif;
color:#4da5f5;
margin:0;
}
div.job_listings ul.job_listings li.job_listing > a .position strong {
font:15px/1.2em 'Lato', sans-serif;
color:#333;
}
div.job_listings ul.job_listings li.job_listing > a .position .tagline { display:none; }
div.job_listings ul.job_listings li.job_listing > a .location {
font:15px/1.2em 'Lato', sans-serif;
color:#333;
width:23%;
padding:14px 0 0 0;
}
@media (max-width: 767px) {
div.job_listings ul.job_listings li.job_listing > a .location {
width:100%;
float:none;
text-align:left;
padding:5px 0 0 0;
}
}
div.job_listings ul.job_listings li.job_listing > a .location:before {
content:'';
font:41px/1.2em FontAwesome;
color:#f2503b;
display:inline-block;
margin:0 15px 0 0;
vertical-align:middle;
}
div.job_listings ul.job_listings li.job_listing > a .meta {
padding:10px 0 0 0;
width:26%;
}
@media (max-width: 767px) {
div.job_listings ul.job_listings li.job_listing > a .meta {
float:none;
width:100%;
text-align:left;
padding:5px 0 0;
}
}
div.job_listings ul.job_listings li.job_listing > a .meta .job-type {
font:bold 15px/1.2em 'Lato', sans-serif;
text-transform:uppercase;
}
@media (max-width: 767px) {
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types { margin:10px 0; }
}
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li {
padding:8px 10px;
display:inline-block;
border-radius:4px;
background:#4dc664;
color:#fff;
margin:5px 0 5px 10px;
}
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li:first-child { margin:5px 0; }
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li.full-time { background:#ffa200; }
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li.internship { background:#55d5e0; }
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li.part-time { background:#f2503b; }
div.job_listings ul.job_listings li.job_listing > a .meta .job-type ul.job-types li.temporary { background:#4da5f5; }
div.job_listings ul.job_listings li.job_listing > a .meta .date { color:#777; }
div.job_listings ul.job_listings li.no_job_listings_found {
text-align:center;
border-bottom:none;
border-top:1px solid #d9d9d9;
}
div.job_listings .load_more_jobs {
display:inline-block;
background:#f2503b;
padding:15px 38px;
border-radius:4px;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
margin:30px 0 0;
}
.home div.job_listings .load_more_jobs { display:none !important; }
div.job_listings .load_more_jobs:after {
content:'';
font:21px/1.2em FontAwesome;
margin-left:15px;
display:inline-block;
transition:all 0.3s ease 0s;
}
div.job_listings .load_more_jobs:hover, div.job_listings .load_more_jobs:active, div.job_listings .load_more_jobs:focus {
background:#4dc664;
color:#fff;
text-decoration:none;
}
div.job_listings .load_more_jobs:hover:after, div.job_listings .load_more_jobs:active:after, div.job_listings .load_more_jobs:focus:after {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
div.job_listings .load_more_jobs.loading {
background:#4dc664;
padding:20px 30px;
}
div.job_listings .load_more_jobs.loading:after {
margin:0;
-webkit-animation:loading 1s;
animation:loading 1s;
}
div.job_listings .load_more_jobs.loading strong { display:none; }
div.resumes { text-align:center; }
div.resumes .resume_filters { margin:0; }
div.resumes .resume_filters .search_resumes {
padding:20px;
border-radius:3px 3px 0 0;
background:#f2503b;
}
div.resumes .resume_filters .search_resumes input[type="text"] {
border:none;
color:#777;
padding:13px 20px;
height:47px;
margin:0;
}
div.resumes .resume_filters .search_resumes .search_keywords, div.resumes .resume_filters .search_resumes .search_location {
width:49.5%;
padding:0;
float:left;
clear:inherit;
margin-left:1%;
}
@media (max-width: 480px) {
div.resumes .resume_filters .search_resumes .search_keywords, div.resumes .resume_filters .search_resumes .search_location {
width:48%;
margin-left:4%;
}
}
div.resumes .resume_filters .search_resumes .search_keywords:first-child, div.resumes .resume_filters .search_resumes .search_location:first-child { margin-left:0; }
div.resumes .resume_filters .search_resumes .search_categories { padding-top:10px; }
div.resumes .resume_filters .search_resumes .search_categories .chosen-container { width:100% !important; }
div.resumes .resume_filters .job_types {
border:none;
background:#fff;
}
div.resumes .resume_filters .job_types li {
border:none;
padding:20px;
border-right:1px solid #d9d9d9;
}
div.resumes .resume_filters .job_types li label {
font:bold 15px/1.2em 'Lato', sans-serif;
color:#333;
margin:0;
text-transform:uppercase;
}
div.resumes .resume_filters .job_types li label .jq-checkbox { margin:0 5px 0 0; }
div.resumes .resume_filters .showing_jobs { display:none !important; }
div.resumes ul.resumes {
text-align:left;
background:#fff;
margin:0 0 30px;
border-top:1px solid #d9d9d9;
border-radius:0 0 4px 4px;
}
@media only screen and (min-width: 979px) {
div.resumes ul.resumes { min-height:650px; }
}
div.resumes ul.resumes.loading { background:#fff url(//www.drivers.com.au/wp-content/themes/theme52112/images/ajax-loader.gif) no-repeat center center; }
div.resumes ul.resumes li.resume {
border-bottom:none;
border-top:1px solid #d9d9d9;
}
div.resumes ul.resumes li.resume:after {
content:'';
width:0;
height:0;
display:block;
clear:both;
}
div.resumes ul.resumes li.resume:first-child { border:none; }
div.resumes ul.resumes li.resume > a { padding:20px; }
div.resumes ul.resumes li.resume > a > img {
border:1px solid #d9d9d9;
border-radius:4px;
width:88px;
height:88px;
left:0;
position:relative;
margin:0 20px 0 0;
}
@media (max-width: 767px) {
div.resumes ul.resumes li.resume > a > img {
float:none;
margin:0;
}
}
div.resumes ul.resumes li.resume > a .candidate-column {
padding-left:0;
padding-top:17px;
width:38%;
}
@media (max-width: 767px) {
div.resumes ul.resumes li.resume > a .candidate-column {
width:100%;
float:none;
text-align:left;
padding:15px 0 0 0;
}
}
div.resumes ul.resumes li.resume > a .candidate-column h3 {
font:bold 21px/1.2em 'Lato', sans-serif;
color:#4da5f5;
margin:0;
}
div.resumes ul.resumes li.resume > a .candidate-column strong {
font:15px/1.2em 'Lato', sans-serif;
color:#333;
}
@media (max-width: 767px) {
div.resumes ul.resumes li.resume > a .candidate-location-column {
width:100%;
float:none;
text-align:left;
padding:5px 0 0 0;
}
}
div.resumes ul.resumes li.resume > a .candidate-location-column .candidate-location {
font:15px/1.2em 'Lato', sans-serif;
color:#333;
padding:16px 0 0 0;
display:inline-block;
vertical-align:middle;
}
@media (max-width: 767px) {
div.resumes ul.resumes li.resume > a .candidate-location-column .candidate-location { padding:0; }
}
div.resumes ul.resumes li.resume > a .candidate-location-column .candidate-location:before {
content:'';
font:41px/1.2em FontAwesome !important;
width:auto;
height:auto;
color:#f2503b;
display:inline-block;
margin:0 15px 0 0;
vertical-align:middle;
}
div.resumes ul.resumes li.resume > a .resume-posted-column {
padding:13px 0 0 0;
width:25%;
}
@media (max-width: 767px) {
div.resumes ul.resumes li.resume > a .resume-posted-column {
width:100%;
float:none;
text-align:left;
padding:0;
}
}
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills {
font:bold 15px/1.2em 'Lato', sans-serif;
text-transform:uppercase;
padding:0;
margin:0;
list-style-type:none;
}
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li {
color:#333;
display:inline-block;
}
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li:after {
content:',';
padding:0 5px 0 0;
}
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li.last:after { display:none; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li:nth-child(1n+3) { color:#4dc664; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li:nth-child(2n+3) { color:#4da5f5; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li:nth-child(3n+3) { color:#f2503b; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li.designer { color:#4dc664; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li.managment { color:#4da5f5; }
div.resumes ul.resumes li.resume > a .resume-posted-column ul.skills li.developer { color:#f2503b; }
div.resumes ul.resumes li.resume > a .resume-posted-column date {
font:15px/1.2em 'Lato', sans-serif;
color:#777;
}
div.resumes ul.resumes li.resume > a .resume-posted-column date:before { display:none !important; }
div.resumes ul.resumes li.no_resumes_found {
text-align:center;
border-bottom:none;
border-top:1px solid #d9d9d9;
}
div.resumes .load_more_resumes {
display:inline-block;
background:#4dc664;
padding:15px 38px;
border-radius:4px;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
margin:30px 0 0;
}
.home div.resumes .load_more_resumes { display:none !important; }
div.resumes .load_more_resumes:after {
content:'';
font:21px/1.2em FontAwesome;
margin-left:15px;
display:inline-block;
transition:all 0.3s ease 0s;
}
div.resumes .load_more_resumes:hover, div.resumes .load_more_resumes:active, div.resumes .load_more_resumes:focus {
background:#f2503b;
color:#fff;
text-decoration:none;
}
div.resumes .load_more_resumes:hover:after, div.resumes .load_more_resumes:active:after, div.resumes .load_more_resumes:focus:after {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
}
div.resumes .load_more_resumes.loading {
background:#f2503b;
padding:20px 30px;
}
div.resumes .load_more_resumes.loading:after {
margin:0;
-webkit-animation:loading 1s;
animation:loading 1s;
}
div.resumes .load_more_resumes.loading strong { display:none; }
@-webkit-keyframes loading {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes loading {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.chosen-container.chosen-container-single a.chosen-single {
text-align:left;
background:#fff;
box-shadow:none;
border:none;
padding:15px 20px !important;
height:47px;
border-radius:3px;
font:bold 15px/1.2em 'Lato', sans-serif;
color:#777;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.chosen-container.chosen-container-single a.chosen-single div {
width:47px;
text-align:center;
}
.chosen-container.chosen-container-single a.chosen-single div b {
width:auto;
height:auto;
background:none;
}
.chosen-container.chosen-container-single a.chosen-single div b:before {
content:'';
font:24px/47px FontAwesome;
color:#c9c9c9;
position:relative;
top:-5px;
transition:all 0.3s ease 0s;
}
.chosen-container.chosen-container-single a.chosen-single:hover div b:before { color:#333; }
.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
background:#fff;
box-shadow:none;
border:none;
}
.chosen-container.chosen-container-single.chosen-container-active .chosen-single div b:before { color:#333; }
.chosen-container.chosen-container-single div.chosen-drop {
border:1px solid #d9d9d9;
border-top:none;
border-radius:0 0 4px 4px;
width:100%;
box-shadow:none;
}
.chosen-container.chosen-container-single div.chosen-drop .chosen-search {
width:100%;
padding:0;
background:#f3f3f3;
border-bottom:1px solid #d9d9d9;
border-top:1px solid #d9d9d9;
margin-bottom:20px;
}
.chosen-container.chosen-container-single div.chosen-drop .chosen-search input { background:none; }
.chosen-container.chosen-container-single div.chosen-drop .chosen-results {
text-align:left;
margin:0;
padding:0;
}
.chosen-container.chosen-container-single div.chosen-drop .chosen-results li { padding:10px 20px; }
.chosen-container.chosen-container-single div.chosen-drop .chosen-results li:hover, .chosen-container.chosen-container-single div.chosen-drop .chosen-results li.result-selected {
background:#4dc664;
color:#fff;
}
.chosen-container.chosen-container-single div.chosen-drop .chosen-results li.no-results { background:none; }
.chosen-container.chosen-container-single div.chosen-drop .chosen-results li.no-results:hover {
background:none;
color:#777;
}
.single_job_listing {
border:1px solid #d9d9d9;
padding:30px;
border-radius:4px;
}
@media (max-width: 480px) {
.single_job_listing { padding:15px; }
}
.single_job_listing .company {
padding:0;
margin:0 0 20px;
border:none;
box-shadow:none;
}
.single_job_listing .company .company-desc { overflow:hidden; }
.single_job_listing .company img.company_logo {
width:auto;
height:auto;
border:1px solid #d9d9d9;
border-radius:4px;
padding:10px;
margin:0 30px 0 0;
position:relative;
left:0;
max-width:200px;
float:left;
}
@media (max-width: 979px) {
.single_job_listing .company img.company_logo {
float:none;
margin:0 0 20px;
}
}
@media (max-width: 480px) {
.single_job_listing .company img.company_logo {
max-width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
.single_job_listing .company .tagline {
margin:0;
padding:10px 0;
}
.single_job_listing .company .name {
margin:0 0 10px;
padding:0;
}
.single_job_listing .company .name strong {
font:45px/1.2em 'Lato', sans-serif;
color:#333;
}
@media (max-width: 480px) {
.single_job_listing .company .name strong {
float:none;
display:block;
}
}
@media (max-width: 480px) {
.single_job_listing .company .name .website {
float:none;
margin:0 0 10px;
}
}
.single_job_listing .company .meta li {
float:none;
display:block;
}
.single_job_listing .company .meta li.job-type {
width:auto;
display:inline-block;
background:#4dc664;
border-radius:4px;
padding:10px 20px;
text-transform:uppercase;
font-weight:bold;
margin:0 0 10px;
}
.single_job_listing .company .meta li.location { padding:5px 0 5px 5px; }
.single_job_listing .company .meta li.location:before { color:#f2503b; }
.single_job_listing .company .meta li.location a { color:#f2503b; }
.single_job_listing .company .meta li.location a:hover, .single_job_listing .company .meta li.location a:active, .single_job_listing .company .meta li.location a:focus {
text-decoration:none;
color:#4da5f5;
}
.single_job_listing .company .meta li.date-posted {
padding:5px 0 5px 5px;
color:#4da5f5;
}
.single_job_listing .application { margin:0; }
.single_job_listing .application .application_button.button {
margin:0;
background:#4da5f5;
border-radius:4px;
box-shadow:none;
border:none;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
.single_job_listing .application .application_button.button {
font-size:16px;
margin:0;
width:auto;
float:none !important;
}
}
.single_job_listing .application .application_button.button:hover { background:#f2503b; }
.single_job_listing .application .application_details {
top:30px;
margin-bottom:30px;
}
.single-resume-content .resume-aside {
border:1px solid #d9d9d9;
padding:30px 30px 0 30px;
border-radius:4px 4px 0 0;
border-bottom:none;
margin:0;
box-shadow:none;
}
.single-resume-content .resume-aside:after {
content:'';
width:0;
height:0;
display:block;
clear:both;
}
@media (max-width: 480px) {
.single-resume-content .resume-aside { padding:15px 15px 0 15px; }
}
.single-resume-content .resume-aside img {
width:auto;
height:auto;
max-width:200px;
border:1px solid #d9d9d9;
border-radius:4px;
position:relative;
left:0;
margin:0 30px 40px 0;
float:left;
}
@media (max-width: 979px) {
.single-resume-content .resume-aside img {
float:none;
margin:0 0 15px;
}
}
@media (max-width: 480px) {
.single-resume-content .resume-aside img {
max-width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
.single-resume-content .resume-aside .name {
font:45px/1.2em 'Lato', sans-serif;
color:#333;
margin:0 0 15px;
}
.single-resume-content .resume-aside .job-title {
color:#4da5f5;
padding:0;
}
.single-resume-content .resume-aside .location { padding:0 0 20px; }
@media (max-width: 480px) {
.single-resume-content .resume-aside .location { padding:0 0 15px; }
}
.single-resume-content .resume-aside .location a { color:#f2503b; }
.single-resume-content .resume-aside .location a:hover, .single-resume-content .resume-aside .location a:active, .single-resume-content .resume-aside .location a:focus {
text-decoration:none;
color:#4da5f5;
}
@media (max-width: 480px) {
.single-resume-content .resume-aside .resume_contact { padding:0; }
}
.single-resume-content .resume-aside .resume_contact .resume_contact_button {
background:#4da5f5;
border-radius:4px;
box-shadow:none;
border:none;
font:bold 21px/1.2em 'Lato', sans-serif;
color:#fff;
transition:all 0.3s ease 0s;
}
@media (max-width: 480px) {
.single-resume-content .resume-aside .resume_contact .resume_contact_button {
font-size:16px;
margin:0 0 20px;
width:auto;
float:none !important;
}
}
.single-resume-content .resume-aside .resume_contact .resume_contact_button:hover { background:#f2503b; }
@media (max-width: 480px) {
.single-resume-content .resume-aside .resume_contact .resume_contact_details {
float:none;
width:100%;
padding:10px;
}
.single-resume-content .resume-aside .resume_contact .resume_contact_details:before, .single-resume-content .resume-aside .resume_contact .resume_contact_details:after { display:none; }
}
.single-resume-content .resume_description {
padding:0 30px;
border-radius:0 0 4px 4px;
border:1px solid #d9d9d9;
border-top:none;
margin:0 0 30px;
}
@media (max-width: 480px) {
.single-resume-content .resume_description { padding:0 15px; }
}
.single-resume-content .resume_description p { margin:0 0 20px; }
.single-resume-content .resume_description h2 {
margin:40px 0 30px;
padding:40px 0 0;
border-top:1px solid #d9d9d9;
}
.single-resume-content .resume_description .resume-manager-skills { margin:0 0 50px; }
.single-resume-content .resume_description .resume-manager-skills li {
display:inline-block;
padding:0;
width:auto;
text-transform:uppercase;
font:bold 15px/1.2em 'Lato', sans-serif;
margin:5px 0 5px 7px;
color:#333;
}
.single-resume-content .resume_description .resume-manager-skills li:after {
content:',';
padding:0;
}
.single-resume-content .resume_description .resume-manager-skills li.last:after { display:none; }
.single-resume-content .resume_description .resume-manager-skills li:nth-child(1n+3) { color:#4dc664; }
.single-resume-content .resume_description .resume-manager-skills li:nth-child(2n+3) { color:#4da5f5; }
.single-resume-content .resume_description .resume-manager-skills li:nth-child(3n+3) { color:#f2503b; }
.single-resume-content .resume_description .resume-manager-skills li.designer { color:#4dc664; }
.single-resume-content .resume_description .resume-manager-skills li.managment { color:#4da5f5; }
.single-resume-content .resume_description .resume-manager-skills li.developer { color:#f2503b; }
.single-resume-content .resume_description .resume-manager-skills li:first-child { margin:5px 0; }
.single-resume-content .resume_description .resume-manager-education, .single-resume-content .resume_description .resume-manager-experience {
padding:0;
border:none;
}
.single-resume-content .resume_description .resume-manager-education > dt, .single-resume-content .resume_description .resume-manager-experience > dt {
padding:10px 0 0 20px;
border-left:1px solid #d9d9d9;
border-top:1px solid #d9d9d9;
}
.single-resume-content .resume_description .resume-manager-education > dt:first-of-type, .single-resume-content .resume_description .resume-manager-experience > dt:first-of-type { border-top:none; }
.single-resume-content .resume_description .resume-manager-education > dt h3, .single-resume-content .resume_description .resume-manager-experience > dt h3 {
margin:0;
position:relative;
}
.single-resume-content .resume_description .resume-manager-education > dt h3:before, .single-resume-content .resume_description .resume-manager-experience > dt h3:before {
width:20px !important;
height:20px !important;
background:#4da5f5;
border:none;
left:-30px;
top:11px;
margin:0 !important;
}
.single-resume-content .resume_description .resume-manager-education > dd, .single-resume-content .resume_description .resume-manager-experience > dd {
padding:20px 0 0 20px;
border-left:1px solid #d9d9d9;
}
.single-resume-content .resume_description .resume-manager-education > dd p, .single-resume-content .resume_description .resume-manager-experience > dd p { margin:0 0 15px !important; }
.job_listing_preview { border-width:10px; }
.entry-content .job_listing_preview_title h2, .job_listing_preview_title h2 { margin:10px 0; }
.submited-form {
margin:40px 0 0 !important;
text-align:center;
}
.footer {
background:none;
border:none;
}
.footer-text {
padding:0;
font:15px/1.2em 'Lato', sans-serif;
color:#777;
text-transform:none;
text-align:center;
float:none;
margin:0;
}
@media (max-width: 767px) {
.footer-text { text-align:center; }
}
.footer-text a { color:#777; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus {
text-decoration:none;
color:#4da5f5;
}
@media (max-width: 767px) {
.footer-text span {
padding:0;
display:block;
}
}
.zoom-icon { background:none !important; }
.ie8 .zoom-icon { background:url(//www.drivers.com.au/wp-content/themes/theme52112/images/zoom-bg.png) !important; }
.zoom-icon:after {
content:'';
width:100%;
height:100%;
background:url(//www.drivers.com.au/wp-content/themes/theme52112/images/zoom-bg.png);
position:absolute;
top:0;
right:0;
border-radius:0;
z-index:10;
transition:400ms all 100ms;
-webkit-transition:400ms all 100ms;
-o-transition:400ms all 100ms;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
}
.ie8 .zoom-icon:after { display:none; }
.zoom-icon:before {
content:'';
background:url(//www.drivers.com.au/wp-content/themes/theme52112/images/zoom.png);
width:56px;
height:57px;
margin:-28px 0 0 -28px;
z-index:100;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transform:scale(0);
transition:all 0.3s ease 0s;
}
.thumbnail a img { transition:all 0.3s ease 0s; }
.thumbnail:hover .zoom-icon:before {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.thumbnail:hover .zoom-icon:after {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.thumbnail:hover a img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}
#back-top-wrapper {
z-index:200;
right:20px;
bottom:20px;
}
#back-top-wrapper #back-top {
margin:0;
background:#fff;
padding:0 6px;
border-radius:50%;
}
#back-top-wrapper #back-top a {
width:auto;
height:auto;
border-radius:0;
text-align:center;
background:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#back-top-wrapper #back-top a:after {
content:'';
font:40px/46px FontAwesome;
color:#4da5f5;
display:inline-block;
position:relative;
z-index:100;
transition:all 0.3s ease 0s;
}
#back-top-wrapper #back-top a span { display:none; }
#back-top-wrapper #back-top a:hover {
background:none;
border:none;
}
#back-top-wrapper #back-top a:hover:after {
-webkit-transform:rotateY(360deg);
-moz-transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
-o-transform:rotateY(360deg);
transform:rotateY(360deg);
color:#4dc664;
}
@media (max-width: 600px) {
#wpadminbar { top:-46px !important; }
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
color:#4da5f5;
font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
font-size:15px !important;
color:#4da5f5;
margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:17px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:7px; }
.ie9 .search-form .search-form_it, .ie8 .search-form .search-form_it { padding-top:7px; }
.ie8 .wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:12px !important; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
display:block;
margin:0;
}
.ie8 .search-form .search-form_it {
display:block;
margin:0 0 10px;
}
.ie8 .search-form .input-btn { margin:0; }
.ie8 .comment-author {
width:80px !important;
height:auto !important;
margin-right:20px !important;
}
.ie8 .comment-author img {
width:80px !important;
height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 #respond #commentform p input {
padding-top:7px;
height:36px;
}
.ie8 #respond #commentform p input[type="submit"] {
height:auto;
padding:0;
}
.ie8 .flexslider .flex-direction-nav li a:hover, .ie8 .flexslider .flex-direction-nav li a:active, .ie8 .flexslider .flex-direction-nav li a:focus { text-decoration:none; }
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
content:'';
width:0;
height:0;
display:block;
clear:both;
}
@media (max-width: 767px) {
.thumb-center {
float:none;
display:block;
text-align:center;
}
.thumb-center a {
display:inline-block;
text-align:center;
}
}
.left-right { position:relative; }
.left-right >div {
position:relative;
z-index:10;
}
.left-right:before, .left-right:after {
content:"";
display:block;
height:100%;
position:absolute;
top:0;
width:101%;
background:inherit;
border:inherit;
z-index:1;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.left-right:before { left:-100%; }
.left-right:after { right:-100%; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
display:table;
content:"";
line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.input-block-level {
display:block;
width:100%;
min-height:35px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.parallax-slider {
position:relative;
width:100%;
height:690px;
display:block;
overflow:hidden;
margin:0;
top:0;
left:0;
-ms-transform:translateZ(0);
transform:translateZ(0);
}
@media (max-width: 767px) {
.parallax-slider { height:500px; }
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
position:relative;
width:100%;
height:150%;
top:0;
z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:2;
}
.parallax-slider #mainImageHolder .primaryHolder img {
position:absolute;
max-width:inherit;
}
.parallax-slider #mainImageHolder .secondaryHolder {
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:1;
}
.parallax-slider #mainImageHolder .secondaryHolder img {
position:absolute;
max-width:inherit;
}
.parallax-slider #mainCaptionHolder {
position:absolute;
width:100%;
height:150%;
top:0;
left:0;
text-align:center;
z-index:2;
}
@media (max-width: 767px) {
.parallax-slider #mainCaptionHolder { top:0 !important; }
}
.parallax-slider #mainCaptionHolder .container {
position:relative;
top:45%;
width:950px;
left:50%;
margin-left:-475px;
}
@media (min-width: 980px) and (max-width: 1200px) {
.parallax-slider #mainCaptionHolder .container {
width:940px;
margin-left:-470px;
}
}
.ie8 .parallax-slider #mainCaptionHolder .container {
width:940px;
margin-left:-470px;
}
@media (min-width: 768px) and (max-width: 979px) {
.parallax-slider #mainCaptionHolder .container {
width:724px;
margin-left:-362px;
}
}
@media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container {
width:100%;
margin-left:0;
left:0;
top:0;
}
}
.parallax-slider #mainCaptionHolder .container .slider_caption {
text-align:center;
width:100%;
}
.parallax-slider #mainCaptionHolder .container .primaryCaption {
position:absolute;
width:100%;
}
@media (max-width: 767px) {
.parallax-slider #mainCaptionHolder .container .primaryCaption {
padding:20px 50px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
}
.parallax-slider #mainCaptionHolder .container .secondaryCaption {
position:absolute;
display:none !important;
width:100%;
}
.parallax-slider #mainCaptionHolder .container h2 {
font:65px/1.2em 'Lato', sans-serif;
color:#fff;
letter-spacing:1px;
margin:0 0 20px;
}
@media (max-width: 1200px) {
.parallax-slider #mainCaptionHolder .container h2 {
font-size:50px;
line-height:1em;
}
}
.ie8 .parallax-slider #mainCaptionHolder .container h2 {
font-size:50px;
line-height:1em;
}
@media (max-width: 480px) {
.parallax-slider #mainCaptionHolder .container h2 { font-size:30px; }
}
.parallax-slider #mainCaptionHolder .container h3 {
font:40px/1.2em 'Lato', sans-serif;
color:#fff;
margin:0;
}
@media (max-width: 1200px) {
.parallax-slider #mainCaptionHolder .container h3 { font-size:30px; }
}
.ie8 .parallax-slider #mainCaptionHolder .container h3 { font-size:30px; }
@media (max-width: 480px) {
.parallax-slider #mainCaptionHolder .container h3 { font-size:20px; }
}
.parallax-slider #mainCaptionHolder .container p {
font:15px/22px 'Lato', sans-serif;
color:#fff;
text-transform:none;
margin:0;
}
.parallax-slider #mainCaptionHolder .container .btn { margin:30px 10px 0; }
@media (max-width: 480px) {
.parallax-slider #mainCaptionHolder .container .btn { margin:10px 5px; }
}
.parallax-slider #mainCaptionHolder .container .btn span {
padding:14px 65px;
color:#fff;
}
@media (max-width: 480px) {
.parallax-slider #mainCaptionHolder .container .btn span {
padding:10px 20px;
font-size:16px;
}
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
opacity:1;
filter:alpha(opacity=100);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
opacity:0;
filter:alpha(opacity=0);
-webkit-transform:scale(3);
-moz-transform:scale(3);
-ms-transform:scale(3);
-o-transform:scale(3);
transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
opacity:1;
filter:alpha(opacity=100);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
opacity:1;
filter:alpha(opacity=100);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
opacity:1;
filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
opacity:0;
filter:alpha(opacity=0);
}
.parallax-slider .controlBtn {
width:auto;
height:auto;
display:block;
position:absolute;
top:50%;
margin-top:-30px;
cursor:pointer;
z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
width:auto;
height:auto;
font-size:51px;
line-height:1.2em;
text-align:center;
color:#fff;
display:block;
position:relative;
z-index:1;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.parallax-slider .controlBtn .slidesCounter {
width:40px;
height:45px;
background:#363636;
display:block;
position:absolute;
top:0;
color:#fff;
text-align:center;
font-size:16px;
line-height:60px;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
display:none !important;
}
.parallax-slider .controlBtn.parallaxPrevBtn { left:125px; }
@media (max-width: 1200px) {
.parallax-slider .controlBtn.parallaxPrevBtn { left:10px; }
}
.ie8 .parallax-slider .controlBtn.parallaxPrevBtn { left:10px; }
.parallax-slider .controlBtn.parallaxPrevBtn .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
left:0%;
border-radius:0 3px 3px 0;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn {
border-radius:0;
color:#000;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn { right:125px; }
@media (max-width: 1200px) {
.parallax-slider .controlBtn.parallaxNextBtn { right:10px; }
}
.ie8 .parallax-slider .controlBtn.parallaxNextBtn { right:10px; }
.parallax-slider .controlBtn.parallaxNextBtn .innerBtn { border-radius:0; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
right:0%;
border-radius:3px 0 0 3px;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn {
color:#000;
border-radius:0;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
position:absolute;
bottom:0;
padding:0 0 84px;
background:none;
width:100%;
text-align:center;
z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
list-style:none;
margin:0 auto;
width:1170px;
text-align:center;
position:relative;
height:15px;
}
.parallax-slider #paralaxSliderPagination ul li {
width:15px;
height:15px;
display:inline-block;
margin:0 0 0 7px;
border-radius:50%;
cursor:pointer;
line-height:15px;
position:relative;
background:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}
.parallax-slider #paralaxSliderPagination ul li:first-child { margin:0; }
.parallax-slider #paralaxSliderPagination ul li:hover { background:#f2503b; }
.parallax-slider #paralaxSliderPagination ul li.active { background:#f2503b; }
.parallax-slider #previewSpinner {
position:absolute;
width:50px;
height:50px;
display:block;
top:50%;
left:50%;
margin-left:-25px;
margin-top:-25px;
border-radius:25px;
z-index:99;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
.mfp-iframe-holder .mfp-close {
top: -40px; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure {
line-height: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; } .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }   .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}