.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//uprightrefrigeration.com.au/web/wp-content/plugins/smart-logo-showcase-lite/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-item .active {
display: none;
}
.owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
smls-vertical-main-container .bx-wrapper .bx-pager.bx-default-pager a {
display: inline;
}
.owl-item img {
width: 100%;
margin: 0 auto;
}.tooltipster-base { display: flex;
pointer-events: none; position: absolute;
}
.tooltipster-box { flex: 1 1 auto;
}
.tooltipster-content { box-sizing: border-box; max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler { bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}   .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
} .tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
} .tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
} .tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
} .tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}   @keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
} @keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
} @keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
}   .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
}   .tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px; margin-left: -10px;
top: 0;
width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 0;
height: 10px;
margin-left: -10px;
width: 20px;
} .tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
} .tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #565656;
left: 0px;
top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #565656;
left: -3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #565656;
left: 3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #565656;
left: 0px;
top: -3px;
} .tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
border-top-color: black;
} .tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 5px;
word-wrap:break-word;
padding: 6px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-content {
font-size: 10px;
color:#f2f2f2;
text-transform: uppercase;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-left .tooltipster-arrow-background {
border-left-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-right .tooltipster-arrow-background {
border-right-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-top .tooltipster-arrow-background {
border-top-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-arrow-border  {
border:none;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-box {
background-color:#75bd07;
width:100%;
display: inline-block;
padding: 4px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-content {
font-size: 14px;
color:#ffffff;
text-transform: uppercase;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-left .tooltipster-arrow-background {
border-left-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-right .tooltipster-arrow-background {
border-right-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-top .tooltipster-arrow-background {
border-top-color: #75bd07;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-box {
background-color:#fc562e;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-left .tooltipster-arrow-background {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-right .tooltipster-arrow-background {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-top .tooltipster-arrow-background {
border-top-color: #fc562e;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-box {
background-color:#f2f2f2;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-content {
font-size: 12px;
color:#333333;
text-transform: capitalize;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-bottom .tooltipster-arrow-background{
border-bottom-color: #f2f2f2;
left: 0px;
top:1px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-left .tooltipster-arrow-background {
border-left-color: #f2f2f2;
left: -1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-right .tooltipster-arrow-background {
border-right-color: #f2f2f2;
left: 1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-top .tooltipster-arrow-background {
border-top-color: #f2f2f2;
left: 0px;
top: -1px;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 3px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-box {
border-bottom:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-box {
border-left:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-box {
border-right:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-box {
border-top:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-border {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-border {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-border {
border-top-color: #fc562e;
}@media all and (min-width: 768px) and (max-width: 1024px){
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-image-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-popup-wrap:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-each-item:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-image-wrap:nth-of-type(4n+1) {
clear: left;
}
.ap-template-wise-design .ap-container-5 .ap-container.smls-temp-4-wrap {
max-width: 100%;
}
.smls-tablet-column-2 .smls-popup-wrap,
.smls-tablet-column-2 .smls-grid-each-item,
.smls-tablet-column-2 .smls-grid-image-wrap
{
width:50%;
}
.smls-tablet-column-3 .smls-popup-wrap,
.smls-tablet-column-3 .smls-grid-each-item,
.smls-tablet-column-3 .smls-grid-image-wrap
{
width:33.33%;
}
.smls-tablet-column-4 .smls-grid-each-item,
.smls-tablet-column-4 .smls-grid-image-wrap {
width:25%;
}
.smls-logo-inline-wrap {
padding: 20px;
}
.smls-inline-gallery-detail-wrap-template-1 a {
width: 23%;
margin: 0;
border:4px solid #eeeeee;
}
.smls-contact-block-template-1 .smls-social-icon-wrap {
margin:10px 0;
} .smls-main-logo-wrapper .smls-tooltip-title-template-1 {
width: 50%;
}
}
@media (max-width: 767px) {
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-popup-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-image-wrap:nth-of-type(3n+1) {
clear:left;
}
.smls-mobile-column-1 .smls-popup-wrap,
.smls-mobile-column-1 .smls-grid-each-item,
.smls-mobile-column-1 .smls-grid-image-wrap {
width:100%;
max-width: 320px;
margin:0 auto;
float: none;
}
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-popup-wrap:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-each-item:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-image-wrap:before{
border-left: 0;
}
.smls-grid-container-template-2.smls-mobile-column-1 {
max-width:320px;
width:100%;
margin:0 auto;
}
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:50%;
}
.smls-overlay-effect .smls-link-style span,
.smls-overlay-effect .smls-popup-icon span,
.smls-overlay-effect .smls-inline-icon span {
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
}
}
@media (max-width: 640px) {
.smls-carousel-logo.smls-text-arrow {
padding-top: 70px;
}
}
@media (max-width: 480px){
.smls-grid-container-template-1 .smls-popup-wrap,
.smls-grid-container-template-1 .smls-grid-each-item,
.smls-grid-container-template-1 .smls-grid-image-wrap,
.smls-grid-container-template-2 .smls-popup-wrap,
.smls-grid-container-template-2 .smls-grid-each-item,
.smls-grid-container-template-2 .smls-grid-image-wrap
{
padding: 10px;
}
}
@media (max-width: 400px){
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:100%;
margin: 0;
}
.smls-main-logo-wrapper .smls-gallery-wrap-template-2 a,
.smls-main-logo-wrapper .smls-inline-3-gallery-wrap a {
width: 21%;
margin:2px;
}
.smls-main-logo-wrapper .smls-inline-gallery-detail-wrap-template-1 a{
width: 29%;
}
}.smls-overlay-contact-info { visibility: hidden;
position: absolute;
background: #ffffff;
border: 3px solid #666666;
width: 50%;
height: 50%;
left: 25%;
}
.smls-popup-open.inactive{
visibility: hidden !important;
}
.smls-overlay-contact-info.active { visibility: visible;
text-align: center;
}
.popup-content { visibility: hidden;
}
.popup-content.active { visibility: visible;
}.so-widget-sow-image-default-8b5b6f678277-1230 .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277-1230 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-8b5b6f678277-1230 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-8b5b6f678277-1230 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}.main-navigation a, .main-navigation .sub-menu a, .main-menu-phone a, h1, h2, h3, h4, h5, .tam-right, .btn, .icon-box__subtitle, .footer-top__headings, .testimonial__author, .testimonial__author-name, .contact-profile__text, .sidebar .widget_nav_menu .menu > li > a, .breadcrumbs{
font-family: eurostile, sans-serif !important;
font-weight: 500;
font-style: normal;}
.footer-top__headings{
letter-spacing:1px;
}
h3{
line-height:28px; 
margin-bottom:15px;}
.panel-layout a{
color:#f05024 ;
}
.panel-layout h2{
margin-bottom:20px;
}
.sidebar .widget_nav_menu .menu > li > a{
font-size:1rem;
} .header {
background-image: url(//uprightrefrigeration.com.au/web/wp-content/themes/structurepress-pt-child/images/bg_head.png);
background-position: top;
padding: 2.5rem 0 1.5rem;
}
.header, .top::before, .top::after, .top__container::before, .header::before, .header::after {
background-color: transparent !important;
}
.main-navigation a, .main-navigation .sub-menu a{
letter-spacing: .075em;
}
ul.sub-menu a:hover{
background-image:none;
background-color:#606060;
}
.main-navigation > .current-menu-item > a::after{
display:none;
} .mobile-head {
background-color: #188394;
height: 101px;
text-align: center;
font-family: eurostile, sans-serif !important;
display: none;
}
.mobile-head a {
color: #fff;
}
.mobile-head .mh-top {
color: #fff;
font-size: 18px;
letter-spacing: 2px;
padding: 5px 0;
}
.mh-top p {
margin: 0;
}
.mhb-left .mhb-icon-box::before{
content: "\f095";
font-family: 'FontAwesome';
font-size:28px;
margin-right:5px;
}
.mhb-right .mhb-icon-box::before{
content: "\f003";
font-family: 'FontAwesome';
font-size:28px;
margin-right:5px;
}
.mhb-left {
padding-left: 0;
padding-right: 1.5px;
}
.mhb-right {
padding-right: 0;
padding-left: 1.5px;
}
.mhb-box-left, .mhb-box-right {
background: #f05024 linear-gradient(to bottom, #f05024, #f04c1f);
text-align: center;
}
.mhb-box-left a, .mhb-box-right a{
padding:8px 0;
display:block;
}
.mhb-box-left a:hover, .mhb-box-right a:hover, .mhb-box-left a:focus, .mhb-box-right a:focus{
text-decoration:none;
color:#fff;
background:#ea3f10;
}
.mhb-icon-box {
color: #fff;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
}
.mhb-icon-box .fa {
font-size: 35px;
margin-right: 10px;
}
.mhb-icon-box span {
vertical-align: text-bottom;
} .call-to-action{
display:flex;
align-items: center;
justify-content: space-between;
}
.call-to-action__title {
color: #fff;
}
.call-to-action__button a:hover {
background:#949494;
}
.call-to-action__button:hover a.btn.btn-secondary{	
border-color:#949494 !important;}
a.btn.btn-secondary {
border-color: #ccc;
}
.btn{font-size:15px; letter-spacing: 0.03em;}
.btn-tertiary:hover{background:#ddd;} #pg-11-2 {
margin-bottom: 60px;
}
#pgc-11-1-0, #pgc-11-2-0, #pgc-11-3-0 {
width: 100%;
width: calc(100% - ( 0 * 30px ) );
}
#pg-11-0, #pg-11-3, #pl-11 .so-panel:last-child {
margin-bottom: 0;
}
#pg-11-0.panel-no-style, #pg-11-0.panel-has-style > .panel-row-style, #pg-11-1.panel-no-style, #pg-11-1.panel-has-style > .panel-row-style, #pg-11-3.panel-no-style, #pg-11-3.panel-has-style > .panel-row-style {
-webkit-align-items:flex-start;
align-items: flex-start;
}
#pg-11-3> .panel-row-style {
background-color: #f05024;
padding: 30px;
overflow: auto;
}
#panel-11-3-0-0> .panel-widget-style, #panel-11-3-0-0 a {
color: #fff;
}
.footer-top a.icon-container {
color: #fff;
}
.footer-top {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 4rem;
}
.footer-middle {
padding: 0;
}
.footer-bottom {
border: none;
margin-top: 0;
padding: 2rem 0;
}
.footer-bottom::before, .footer-bottom::after,
.footer-bottom__left::before, .footer-bottom__right::after {
display: none;
} .icon-box__subtitle{text-transform:uppercase;}
.jumbotron .icon-box__title{font-size:14px;}
.jumbotron .icon-box .fa-phone{color:#3eb5c7;}
.jumbotron .icon-box .fa-clock-o{color:#82c03b;}
.jumbotron .icon-box .fa-envelope-o{color:#f4ad1c;}
.jumbotron__control{background: linear-gradient(#eee, #fff);}
.social-icons__link{color:#999;}
.jumbotron.jumbotron--with-captions {
margin-bottom: 0;
border-bottom: 5px solid #f05024;
}
.testimonial {
border: none !important;
border-radius: 10px;
background-color: #ececec;
}
.testimonial__author-name{
font-size:18px;
}
.testimonial__author-description{
color:#8b8b8b;
font-size:16px;
}
.testimonial__quote{
font-style: italic;
color:#808080;
font-size:16px;
}
.testimonial__carousel--left,
.testimonial__carousel--right {
border-radius: 5px;
background-color: #78a9b0;
color: #fff !important;
}
.home-service-wrap {
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
padding: 20px 32px;
}
#clientfeedback .widget-title {
color: #fff;
}
.testimonial__author,
.testimonial__quote {
border-top: 2px solid #dedede;
}
ul.ticks{
list-style:none;
padding:0;
display:table
}
ul.ticks li{
display:table-row!important;
font-size:16px!important
}
ul.ticks li::before{
content:'\f00c';
font-family:"FontAwesome";
color:#3eb5c8;
vertical-align:top;
padding:0 10px 0 0;
display:table-cell;
text-align:right;
font-weight:normal;
}
#panel-11-2-0-0 h4{
margin-bottom:30px;
color:#999;
}
.contact-profile__text{
font-size:1rem;
}
.contact_info .contact-profile__icon {
margin-top: -2px;
}
.contact_info a {
color: black !important;
}
.contact_info .contact-profile__image{
display: block;
margin: auto;
}
.gform_wrapper{
margin-top:0 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea{
background-color: #f2f2f2;
border: 1px solid  #ccc;
padding: 1.125rem 1.25rem !important;
font-size: 0.875rem !important;
}
.gform_wrapper textarea{
margin-top:20px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{
background: #f05024 linear-gradient(to bottom, #f05024, #f04c1f);
border: 1px solid #ea3f10;
font-family: eurostile, sans-serif !important;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
color:#fff;
border-radius: 0.125rem;
padding: 1.0625rem 1.8125rem;
letter-spacing:1px;
}
.gform_wrapper .gform_footer input[type="submit"]:hover{
background: #ea3f10 linear-gradient(to bottom, #ea3f10, #f05024);
}
#field_1_7{
margin-top:0;
}
#input_1_7{
margin-top:0;
}
.gform_wrapper .gform_footer{
padding-top:10px !important;
}
body .gform_wrapper ul li.gfield, {
margin-top:0 !important;
}
#gform_wrapper_1{
margin-top:-35px !important;
} @media (min-width:992px) and (max-width: 1199px) {
.home-icon {
padding-left:15px;
padding-right:15px;
}
}
@media (min-width: 1200px) {
.home-icon {
padding: 7px 30px 16px 55px;
border-right: 1px solid #fff;
}
.main-navigation a {
padding: 1.188rem 1.1875rem;
}
.tam-left {
padding-left: 130px;
}
}
@media (min-width: 992px) {
.header__navigation {
width: calc(100% - 29.1rem) !important;
background-color: #f05024 !important;
background-image: url(//uprightrefrigeration.com.au/web/wp-content/themes/structurepress-pt-child/images/bg_menu.png);
background-repeat: repeat-x;
margin-left: -1px;
border-radius: 0;
box-shadow: 0px 4px 10px -3px #525252;
-webkit-box-shadow: 0px 4px 10px -3px #525252;
-moz-box-shadow: 0px 4px 10px -3px #525252;
}
.header__navigation a:hover, .header__navigation a:focus {
background-color: #6b6b6b !important;
background-image: url(//uprightrefrigeration.com.au/web/wp-content/themes/structurepress-pt-child/images/bg_menu_number.png);
background-repeat: repeat-x;
color:#fff;
text-decoration:none;
outline:none;
}
.text-above-menu {
color: #fff;
float: right;
width: calc(100% - 15.1rem);
margin-bottom: .8rem;
display:flex;
flex-direction: row;
}
.tam-left {
letter-spacing: 7px;
font-weight: bold;
}
.tam-right {
text-align: right;
letter-spacing:0.02em;
padding-right:25px;
}
.main-navigation a {
padding: 1.188rem 0.525rem;
text-transform: uppercase;
}
.main-navigation > .menu-item-has-children::after {
bottom: 0;
}
.main-menu-phone {
float: left;
width: 14rem;
background-color: #6b6b6b;
background-image: url(//uprightrefrigeration.com.au/web/wp-content/themes/structurepress-pt-child/images/bg_menu_number.png);
background-repeat: repeat-x;
height: 62px;
border-radius: 0 10px 10px 0;
box-shadow: 1px 4px 10px -3px #525252;
-webkit-box-shadow: 1px 4px 10px -3px #525252;
-moz-box-shadow: 1px 4px 10px -3px #525252;
}
.main-menu-phone a {
padding: 1.188rem 1rem;
display: block;
color: #fff;
font-weight: bold;
letter-spacing: 0.02em;
}
.main-menu-phone a:hover {
text-decoration: none;
color: #f05024 !important;
}
.testimonial::after {
background-color: #ececec;
}
}
@media (min-width: 450px) {
.header__logo {
width: 15.1rem;
}
}
@media (min-width:992px) and (max-width: 1199px) {
.home-icon {
padding: 7px 2px 14px 4px !important;
}
.main-navigation a {
padding: 1.188rem 0.325rem;
}
.header__navigation {
width: calc(100% - 26.1rem) !important;
}
.main-menu-phone {
width: 11rem;
}
.main-menu-phone a {
padding: 1.188rem 0.325rem;
letter-spacing: 0.01em;
font-size: 15px;
}
}
@media (max-width: 991px) {
.page-header__title{
font-size:24px;
font-weight: 500;
}
.page-header{
padding-top:20px;
padding-bottom:20px;
margin-bottom:40px;
}
.panel-layout h2{
font-size:22px;
}
.text-above-menu, .breadcrumbs {
display: none;
}
.main-menu-phone {
display: none;
}
.header__logo img, .header__logo svg {
margin: 0;
}
.header__navbar-toggler.btn {
margin-top: 31px;
}
.header .icon-box__title, .jumbotron .icon-box__title {
color: #fff;
font-size: 14px;
}
.header .icon-box__subtitle, .jumbotron .icon-box__subtitle {
color: #292626;
}
.jumbotron__widgets .widget.widget-social-icons {
display: none;
}
ul.ticks, #pgc-482-2-0, #pgc-482-2-1, #pgc-479-2-0, #pgc-1300-1-0{
margin-bottom:0 !important;
}
ul.ticks li{
font-size: 1rem !important;
}
.main-navigation a{
text-transform:uppercase;
}
.main-navigation a:hover{	
background-color: #606060;
}
.main-navigation .sub-menu a:hover, .main-navigation a:hover{
color:#fff !important;
}
#headerCarousel .carousel-item:nth-child(2) .jumbotron-content{
background:none !important;
}
.call-to-action{
display:inherit !important;
}
.footer-top .col-xs-12{
text-align:center;
}
.footer-top{
padding-bottom:0;
}
}
@media (max-width: 767px) {
.jumbotron__widgets.d-block{
display: none !important;
}
.mh-bottom.row {
display:flex;
flex-direction:row;
& .col-xs-6{
flex-basis:50%;
}
}
.jumbotron__control {
width: 25px;
top: 18%;
}
.mobile-head {
display: block;
}
}
@media (max-width: 500px) {
.jumbotron__control {
top: 13%;
}
}
@media (max-width: 450px) {
.jumbotron__control {
top: 10%;
}
}
@media (max-width: 400px) {
.header__navbar-toggler.btn {
margin-top: 23px;
}
}
@media (max-width: 374px) {
.jumbotron__control {
top: 7%;
}
.header__navbar-toggler.btn {
margin-top: 20px;
}
}
@media (max-width: 320px) {
.header__navbar-toggler.btn {
margin-top: 12px;
}
.mobile-head {
height: 99px;
}
.mhb-icon-box {
font-size: 15px;
}
.mhb-icon-box .fa {
margin-right: 4px;
}
}