/* *******************************************************************

Hummingbird Advertising Enhancements - Adds CSS OP2 classes
as well as some commonly used HBA features inc:

- Welcome Mat
- Overlay
- Sticky Header

********************************************************************** */

/* *********************************************************
            Dark Backgrounds
************************************************************ */

body .hb-dark-bg {
	background: rgba(0,0,0,0.4); 
}

body .hb-darker-bg {
	background: rgba(0,0,0,0.6); 
}

body .hb-darkest-bg {
	background: rgba(0,0,0,0.8); 
}

/* *********************************************************
        Background Image w/ Colour Overlay
************************************************************ */

body .hb-overlay-bg {
 	background: rgba(134, 2, 80, 0.9);
  	position: relative;
}

body .hb-overlay-bg::before {
    content: "" !important;
    background-image: url(http://corporate.citymoveremovals.com.au/ccmwp/wp-content/uploads/2016/07/citymove_corporate_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
}

/* *********************************************************
        Sticky Header
************************************************************ */

body #hb-sticky-anchor {
  height: 80px;
  background: #ec1292;
}

body .hb-header.stick {
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
}

/* *********************************************************
        OP2 Navbar with phone number
************************************************************ */

.banner.include-nav {
 	padding: 10px 0 !important; 
}

#navigation-alongside {
 	margin-top: 11px; 
}

#navigation-alongside li:not(.hb-menu-phone) {
    margin-top: 13px;
}

#navigation-alongside li:not(.hb-menu-phone) a {
    font-size: 15px;
  	padding: 10px !important;
}

li.hb-menu-phone {
    background: none !important;
    border-radius: 0px !important;
    margin-left: 15px !important;
}

li.hb-menu-phone a {
    color: green !important;
    font-size: 30px !important;
    letter-spacing: -2px;
    padding: 10px 20px 6px 15px !important;
    width: 85%;
    float: right;
}

li.hb-menu-phone a:hover {

}

span.hb-phone-icon {
    display: block;
    background: url(http://ridgewayconsulting.com.au/wp-content/uploads/2015/11/phone-icon1.png) no-repeat;
    height: 13px;
    width: 22px;
    float: left;
    margin-top: 15px;
}

.sub-menu li a {
 	font-size: 12px !important; 
}

@media only screen and (max-width: 959px) {
 
    body li.hb-menu-phone {
        background: #1c6a84 !important;
        border-radius: 50px !important;
    }

    li.hb-menu-phone:hover {
        background: #235769 !important;
        border-radius: 50px !important;
    }

    body li.hb-menu-phone a {
        color: #ffffff !important;
    }

    #navigation-alongside li:not(.hb-menu-phone) {
        display: none;
    }

    .js #navigation-above, .js #navigation-alongside, .js #navigation-below {
        display: block !important;
    }

    .container .eight.columns, .container .sixteen.columns {
        width: 47% !important;
    }

    .container .sixteen.columns {
        float: right; 
    }

    #navigation-alongside {
        margin-top: 2px;
    }

    .banner .op-logo img {
        max-width: 130px !important;
    }

    .dk-select.selectnav.dk {
        display: none !important; 
    }

    span.hb-phone-icon {
        background: url(http://ridgewayconsulting.com.au/wp-content/uploads/2016/08/phone-icon-white.png) no-repeat;
        height: 13px;
        width: 22px;
        margin-top: 6px !important;
    }

    li.hb-menu-phone a {
        font-size: 20px !important;
        padding: 10px 15px 6px 15px !important;
    }
  
}

/* *********************************************************
        Responsive Header/Footer - Phone Number
************************************************************ */

body .hb-header {

}

body .hb-header .hb-phone h2 a, body .hb-footer .hb-phone h2 a {
    margin-bottom: 0px;
    letter-spacing: -4px !important;
    font-family: "FuturaHvBtHeavy", Helvetica, sans-serif;
  	color: white;
}

body .hb-phone a {
    color: #ffffff !important;
}

body .hb-phone a:hover {
    color: #FFE936 !important;
  	text-decoration: underline;
}

body .hb-white-header  .hb-phone a  {
	color: #ec1292 !important;
}

body .hb-white-header  .hb-phone a:hover {
	color: #942968 !important;
}

body .hb-header .hb-support h2 {
    margin-bottom: 0px;
    font-family: "FuturaHvBtHeavy", Helvetica, sans-serif !important;
    line-height: 1.3em !important;
}

@media only screen and (max-width: 480px) {

    body .hb-header {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    
    body .hb-header .hb-logo .image-caption {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
 
    body .hb-header.stick {
        position: fixed;
        width: 100%;
        z-index: 2000;
    	top: 0;
    }
       
    body .hb-header {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }

    body .hb-header .fixed-width div.one-third:nth-child(1) {
        width: 25%;
    }

    body .hb-header.ph-right .fixed-width div.one-third:nth-child(3) {
        width: 75%;
        margin-top: 0px;
    }

    body .hb-header.ph-right .fixed-width div.one-third:nth-child(2) {
        display: none;
    }
    
    body .hb-header.ph-middle .fixed-width div.one-third:nth-child(2) {
        width: 75%;
        margin-top: 0px;
    }

    body .hb-header.ph-middle .fixed-width div.one-third:nth-child(3) {
        display: none;
    }
    
    body .hb-header .hb-phone h2 a, body .hb-footer .hb-phone h2 a {
        font-size: 35px !important;
        letter-spacing: -3px !important;
        margin-top: 5px !important;
        text-align: right !important;
    }
    
    body .hb-header .hb-support {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
     
    body .hb-header {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    
    body .hb-header .hb-logo .image-caption {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
 
    body .hb-header.stick {
        position: fixed;
        width: 100%;
        z-index: 2000;
    	top: 0;
    }
       
    body .hb-header {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }

    body .hb-header .fixed-width div.one-third:nth-child(1) {
        width: 25%;
    }

    body .hb-header.ph-right .fixed-width div.one-third:nth-child(3) {
        width: 75%;
        margin-top: 0px;
    }

    body .hb-header.ph-right .fixed-width div.one-third:nth-child(2) {
        display: none;
    }
    
    body .hb-header.ph-middle .fixed-width div.one-third:nth-child(2) {
        width: 75%;
        margin-top: 0px;
    }

    body .hb-header.ph-middle .fixed-width div.one-third:nth-child(3) {
        display: none;
    }
    
    body .hb-header .hb-phone h2 a, body .hb-footer .hb-phone h2 a {
        font-size: 35px !important;
        letter-spacing: -3px !important;
        margin-top: 5px !important;
        text-align: right !important;
    }
    
    body .hb-header .hb-support {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    
body .hb-header .hb-phone h2 a, body .hb-footer .hb-phone h2 a {
        font-size: 40px !important;
    }
    
} /* End Header CSS */

/* **********************************************************
        Testimonial Style 5 - Image on the side
************************************************************* */

body .hb-testimonials-5-row .fixed-width {
	width: 1200px; 
}

body .hb-testimonials-5-row .one-third.column {
    width: 31%;
}

body .hb-testimonials-5 .testimonial-image-style-5 {
    margin: 0px auto 15px;
    color: #9b9b9b;
    font-size: 22px;
    line-height: 1.4em;
    font-style: italic;
    max-width: 100%;
    min-height: 0px;
    padding: 0;
    border-top: 0px solid #f4f4f4;
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}

body .hb-testimonials-5 .testimonial-image-style-5 img:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    max-width: 88px;
    height: auto;
    border-radius: 50%;
    border: 4px solid white;
}

body .hb-testimonials-5 .testimonial-image-style-5 p, body .testimonial-image-style-5 p:first-child {
    text-indent: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    background: rgba(255,255,255,0.85);
    padding: 20px 20px 20px 120px;
    border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    margin-bottom: 0;
  	min-height: 42px;
}

body .hb-testimonials-5 .testimonial-image-style-5 cite {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    color: #ff00b8;
    font-style: italic;
    text-transform: none;
    background: rgba(255,255,255,0.85);
  	padding: 0 0 10px 110px;
    border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 480px) {

    body .hb-testimonials-5 .one-third.column {
        width: 94%;
        padding: 0 3%;
        margin-top: 0px;
    }    
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    body .hb-testimonials-5-row .fixed-width {
        width: 100%; 
    }    

    body .hb-testimonials-5-row .one-third.column {
        width: 94%;
        padding: 0 3%;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

    body .hb-testimonials-5-row .fixed-width {
        width: 100%; 
    }

    body .hb-testimonials-5-row .one-third.column {
        width: 94%;
        padding: 0 3%;
        margin-top: 0px;
    }

}

/* ******************************************************
        Testimonial Style 7 - Image above
********************************************************* */

body .hb-testimonials-7 blockquote.testimonial-style-7 .testimonial-style-7-container {
    border: 1px solid #B5B5B5;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
}

body .hb-testimonials-7 .testimonial-style-7-container p {
   color: #525252;
   font-size: 13px;
   line-height: 21px;
}

body .hb-testimonials-7 .testimonial-style-7-img-container {
    border: 3px solid #FFF;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.7);
}

body .hb-testimonials-7 blockquote.testimonial-style-7 cite strong, body blockquote.testimonial-style-7 cite {
    color: #ffffff;
}

body .hb-testimonials-7 blockquote.testimonial-style-7 cite {
    text-align: center;
    margin: -12px auto 20px;
}

body .hb-testimonials-7 blockquote.testimonial-style-7 .op-testimonial-company, body blockquote.testimonial-style-7 cite a {
    color: #ffffff;
}

/* *****************************************************
            Full width testimonial
******************************************************** */

body .hb-fw-testimonial .fixed-width {
	width: 1200px; 
}

body .hb-fw-testimonial .one-column.column {
    width: 98%;
}

body .hb-fw-testimonial .testimonial-image-style-5 {
    margin: 40px auto 40px;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
    max-width: 86%;
    min-height: 166px;
    padding: 0;
    border-top: 0px solid #f4f4f4;
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}

body .hb-fw-testimonial .testimonial-image-style-5 img:first-child {
    position: absolute;
    margin: 0 0 0 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    max-width: 100px;
    height: auto;
    border-radius: 50%;
    border: 4px solid white;
	top: 45px;
    left: 37px;
}

body .hb-fw-testimonial .testimonial-image-style-5 p, body .fw-testimonial .testimonial-image-style-5 p:first-child {
    text-indent: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    /* background: rgba(255,255,255,0.9); */
    padding: 50px;
    border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
    /* box-shadow: 0 2px 5px rgba(0,0,0,.35); */
    padding-left: 180px;
    margin-bottom: 0;
}

body .hb-fw-testimonial .testimonial-image-style-5 p br, body .fw-testimonial .testimonial-image-style-5 p:first-child br {
	line-height: 36px;
}

body .hb-fw-testimonial .testimonial-image-style-5 cite {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-style: italic;
    text-transform: none;
    /* background: rgba(255,255,255,0.9); */
  	padding: 0 0 10px 180px;
    border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;
}

body .hb-fw-testimonial blockquote cite a, .hb-fw-testimonial blockquote cite a:visited {
    color: #ffe400 !important;
}

body .hb-fw-testimonial blockquote cite a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 480px) {

    body .hb-fw-testimonial .fixed-width {
	width: 100%; 
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 img:first-child {
        top: initial;
        bottom: -20px;
        left: 0px;
        float: inherit;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 p, body .fw-testimonial .testimonial-image-style-5 p:first-child {
        padding: 10px 0 0 0;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 cite {
        padding: 40px 0 0px 130px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    body .hb-fw-testimonial .fixed-width {
	width: 100%; 
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 img:first-child {
        top: initial;
        bottom: -60px;
        left: 0px;
        float: inherit;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 p, body .fw-testimonial .testimonial-image-style-5 p:first-child {
        padding: 10px 0 0 0;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 cite {
        padding: 40px 0 0px 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

    body .hb-fw-testimonial .fixed-width {
	    width: 100%; 
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 img:first-child {
        top: initial;
        bottom: -60px;
        left: 0px;
        float: inherit;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 p, body .fw-testimonial .testimonial-image-style-5 p:first-child {
        padding: 10px 0 0 0;
    }
    
    body .hb-fw-testimonial .testimonial-image-style-5 cite {
        padding: 40px 0 0px 130px;
    }

}

/* *********************************************************
        OP2 Feature w/ Icon on the side
************************************************************ */

@media only screen and (max-width: 767px) {

    .feature-block-icon-container {
        display: none !important;
    }

    .feature-block.feature-block-with-icon.feature-block-one-col li {
        padding-left: 0px !important;
    }
    
}

/* *********************************************************
            Full Width Feature Box w/ Icon
************************************************************ */

body .hb-fw-feature .feature-block.feature-block-with-icon.feature-block-one-col li {
    width: 97%!important;
    background: rgba(0,0,0,0.1);
    padding: 20px;
    padding-left: 135px;
    margin-bottom: 20px !important;
}

body .hb-fw-feature .feature-block-icon-container {
    position: absolute;
    margin-left: -110px;
    margin-top: 15px;
    width: 80px;
    text-align: center;
}

body .hb-fw-feature .feature-block-style-icon.feature-block .feature-block-icon {
    max-width: 80px;
    height: auto;
}

@media only screen and (max-width: 480px) {

    body .hb-fw-feature .feature-block.feature-block-with-icon.feature-block-one-col li {
        padding: 30px 20px 20px 20px;
        margin-bottom: 20px !important;
    }

    body .hb-fw-feature .feature-block-icon-container {
        position: inherit;
        margin-left: 75px;
        margin-bottom: 60px;
        width: 80px;
    }
    
    body.hb-fw-feature .feature-block-style-icon.feature-block .feature-block-icon {
        margin-bottom: 10px;
    }
    
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    body .hb-fw-feature .fixed-width {
        width: 95%;
    }
    
    body .hb-fw-feature .one-column.column {
        width: 100%;
    }
    
    body .hb-fw-feature .feature-block.feature-block-with-icon.feature-block-one-col li {
        width: 100%  !important;
    }

}

/* *******************************************************
            Overlay Element 
********************************************************** */

    body .hb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
  	display: none;
}

/* *******************************************************
            OP2 Popup / Overlay Element 
********************************************************** */

@media only screen and (max-width: 480px) {

    body .op-popup-content-visible {
        padding: 0px 0px !important;
    }
    
    body .fancybox-wrap {

    }
    
    body .fancybox-inner {
        height: auto !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    body .op-popup-content-visible {
        padding: 0px 0px !important;
    }

}

/* *******************************************************
            Welcome Mat 
********************************************************** */

body .hb-welcome-mat {
     display: none;
     height: 0px;
}

body .hb-welcome-mat p a {
	font-size: 15px !important; 
}

@media only screen and (max-width: 480px) {
    
    body .hb-welcome-mat {
        min-height: 450px;
    }
    
    body .hb-welcome-mat .three-fourths.column, body .hb-welcome-mat .one-fourth.column, body .footer-cta .three-fourths.column, body .footer-cta .one-fourth.column {
        width: 100%;
    }
    
    body .hb-welcome-mat .image-caption {
        display: none;
    }
    
    body .footer-cta .image-caption {
        width: 150px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        display: block !important;
    }
    
    body .hb-welcome-mat .hb-headline h2, body .footer-cta .hb-headline h2 {
        font-size: 28px !important;
    }
    
    body .hb-welcome-mat .frm_form_fields input[type="email"], body .footer-cta .frm_form_fields input[type="email"] {
        width: 100%;
        margin: 20px 0 12px 0;
        float: left;
    }
    
    body .hb-welcome-mat .frm_style_formidable-style input[type="submit"], body .footer-cta .frm_style_formidable-style input[type="submit"] {
        width: 100%;
    }

}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    
    body .hb-welcome-mat {
        min-height: 650px;
    }
    
    body .hb-welcome-mat .three-fourths.column, body .hb-welcome-mat .one-fourth.column, body .footer-cta .three-fourths.column, body .footer-cta .one-fourth.column {
        width: 100%;
    }
    
    body .hb-welcome-mat .image-caption {
        width: 165px !important;
    }
    
        body .hb-welcome-mat .hb-headline h2 {
        font-size: 28px !important;
    }
    
    body .hb-welcome-mat .frm_form_fields input[type="email"], body .footer-cta .frm_form_fields input[type="email"] {
        width: 100%;
        margin: 20px 0 12px 0;
        float: left;
    }
    
    body .welcome-mat .frm_style_formidable-style input[type="submit"], body .footer-cta .frm_style_formidable-style input[type="submit"] {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    
    body .hb-welcome-mat {
        min-height: 650px;
    }
    
    body .hb-welcome-mat .three-fourths.column, body .hb-welcome-mat .one-fourth.column, body .footer-cta .three-fourths.column, body .footer-cta .one-fourth.column {
        width: 100%;
    }
    
    body .hb-welcome-mat .image-caption {
        width: 165px !important;
    }
    
    body .footer-cta .image-caption {
        width: 150px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        display: block !important;
    }
    
    body .hb-welcome-mat .hb-headline h2 {
        font-size: 28px !important;
    }

} /* End Welcome Mat CSS */

/* *********************************************************
            FAQ Section
************************************************************ */

body .hb-faq h4 {
    margin-bottom: 10px;
}

/* *********************************************************
            Body Text & Titles
************************************************************ */

@media only screen and (max-width: 480px) {

    body .hb-title h1 {
        font-size: 28px !important;
    }
    
    body .hb-title h2 {
        font-size: 28px !important;
    }
  
    body .hb-body-text .op-text-block p {
        line-height: 1.6em;
        font-size: 18px !important;
    }
  
    body .hb-body-text ul {
        list-style-type: disc !important;
        padding: 5px !important;
    }
    
    body .hb-body-text ul li {
        font-size: 16px !important;
        font-family: Helvetica, SANS-SERIF !important;
        line-height: 30px !important;
    }
  
} 

@media only screen and (min-width: 481px) and (max-width: 767px) {

    body .hb-title h1 {
        font-size: 28px !important;
    }
    
    body .hb-title h2 {
        font-size: 28px !important;
    }

}/* End Content Text CSS */

/* *********************************************************
            OP2 Bullet List
************************************************************ */

@media only screen and (max-width: 767px) {

    .bullet-list li {
        background-size: 25px 25px !important;
        font-size: 16px !important;
    }

}