/*
CUSTOM STYLES GOES HERE
*/

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 42px;
}

@media only screen and (max-width: 780px) {
    .entry-content h1 {
        font-size: 28px;
    }
}

.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: 0;
}

.sydney-hero-area {
    max-height: 80vh !important;
}

#slideshow {
    height: 80vh !important;
}

.roll-button {
    border-radius: 30px;
}

.hover-zoom {
    margin: 0;
    padding-top: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: gray;
    position: relative;
    margin-bottom: 25px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}

.hover-zoom:hover {
    background-size: 120%;
}

.hover-zoom p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background: rgba(94, 94, 94, 0.9);
    padding: 0.5em;
    margin: 0;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 22px;
    border-radius: 12px;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}


.fr-heading {
    margin: 120px 0 40px 0;
}

.top-heading {
    margin: 0 0 40px 0;
}

.top-heading:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px auto 0 auto;
}

.fr-heading:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px auto 0 auto;
}


.price-heading:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin-top: 15px;
}

.price {
    position: absolute;
    display: block;
    width: 170px;
    height: 55px;
    background: #d65050;
    top: 10%;
    right: 0;
    color: white;
    font-size: 21px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 1;
    pointer-events: none;
}

.testimonial_rotator_slide_title:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px auto 0 auto;
}


.about-block {
    margin: 10px 0;
}

.about-text-block {
    margin: 40px 0;
}


.entry-content h1:after, .entry-content h2:after, .entry-content h3:after, .heading-line:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px 0 0 0;
}

.about-heading:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px 0 0 0;
}

.about-img {
    width: 200px;
    height: 200px;
    border: 14px solid #d65050;
    border-radius: 50%;
    object-fit: cover;
    margin: 50px 0 0 20px;
}

.main-text {
    margin: 120px 0 40px 0;
}

footer {margin-top: 40px;}

@media (max-width: 800px) {
    .hover-zoom p {
        height: 100%;
        font-weight: 500;
        font-size: 19px;
        line-height: 1.4;
    }
}


/*
reviews*/
.testimonial_rotator_slide_title {
    font-size: 20px;
}


.testimonial_rotator.template-onepig .testimonial_rotator_quote {
    font-size: 1.3em;
    padding-top: 14px;
}


.contact-item {
    font-size: 28px;
    display: block;
    padding: 20px 0;
}

.contact-title:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background: #d75758;
    margin: 15px auto 45px auto;
}

/* form styles */


.wpcf7 {
    background: #ffffff;
    text-align: center;
    padding: 42px 40px 1px 40px;
    border-radius: 11px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    max-width: 420px;
    margin: 0 auto;
}

.wpcf7-form-control {
    width: 100%;
    margin-bottom: 20px;

}

.wpcf7-textarea {
    resize: vertical;
}

.wpcf7-submit {
    display: block;
    width: auto;
    margin: 0 auto;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #757575;
    transition: 0.2s ease-in-out
}

.wpcf7-form-control:-moz-placeholder {
    color: #757575;
    transition: 0.2s ease-in-out
}

/* FF 4-18 */
.wpcf7-form-control::-moz-placeholder {
    color: #757575;
    transition: 0.2s ease-in-out
}

/* FF 19+ */
.wpcf7-form-control:-ms-input-placeholder {
    color: #757575;
    transition: 0.2s ease-in-out
}

/* IE 10+ */

.wpcf7-form-control:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.2s ease-in-out
}

.wpcf7-form-control:focus:-moz-placeholder {
    color: transparent;
    transition: 0.2s ease-in-out
}

/* FF 4-18 */
.wpcf7-form-control:focus::-moz-placeholder {
    color: transparent;
    transition: 0.2s ease-in-out
}

/* FF 19+ */
.wpcf7-form-control:focus:-ms-input-placeholder {
    color: transparent;
    transition: 0.2s ease-in-out
}

/* IE 10+ */

.wpcf7-submit {
    border-radius: 30px !important;
}

#contact_form_pop .wpcf7 {
    border-radius: unset;
    box-shadow: unset;
}

.order-button {
    margin: 60px auto 20px auto;
    text-align: center;
    display: block;
    max-width: 200px;
    font-size: 14px;
}


.fr-img {
    margin-top: 20px;
}


.pricebox {
	display: flex;
    justify-content: space-between;
    background: #fefeff;
    color: #452727;
    padding: 0 20px;
    margin: 3px auto;
    font-size: 24px;
    border: 1px solid #cbcbcb;
}

.pricebox-name {
    align-self: center;
    margin: 0;
}

.pricebox-name br {
    display: none;
}

.pricebox-price {
    align-self: center;
    margin: 0;
    font-weight: 600;
    color: #d65050;
    text-align: right;
}

.price-table {
    margin-bottom: 40px;
}


@media (max-width: 650px) {
    .pricebox-name {
        font-size: 18px;
        line-height: 1;
        padding: 5px 12px 5px 5px;
    }
    .pricebox-price {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        min-width: 100px;
    }
}


.page-wrap {
    padding: 33px 0 100px;}

.header-phone {
    color: #ff0000;
    font-size: 30px;
    text-align: right;
    display: block;
    margin: 0 0 10px 0;
    text-shadow: 0 -2px 0 rgba( 0, 0, 0, 0.34 ), 0 -2px 0 rgba( 0, 0, 0, 0.34 ),
    0 2px 0 rgba( 0, 0, 0, 0.34 ), 0 2px 0 rgba( 0, 0, 0, 0.34 ),
    -2px 0 0 rgba( 0, 0, 0, 0.34 ), 2px 0 0 rgba( 0, 0, 0, 0.34 ),
    -2px 0 0 rgba( 0, 0, 0, 0.34 ), 2px 0 0 rgba( 0, 0, 0, 0.34 ),
    -1px -2px 0 rgba( 0, 0, 0, 0.34 ), 1px -2px 0 rgba( 0, 0, 0, 0.34 ),
    -1px 2px 0 rgba( 0, 0, 0, 0.34 ), 1px 2px 0 rgba( 0, 0, 0, 0.34 ),
    -2px -1px 0 rgba( 0, 0, 0, 0.34 ), 2px -1px 0 rgba( 0, 0, 0, 0.34 ),
    -2px 1px 0 rgba( 0, 0, 0, 0.34 ), 2px 1px 0 rgba( 0, 0, 0, 0.34 ),
    -2px -2px 0 rgba( 0, 0, 0, 0.34 ), 2px -2px 0 rgba( 0, 0, 0, 0.34 ),
    -2px 2px 0 rgba( 0, 0, 0, 0.34 ), 2px 2px 0 rgba( 0, 0, 0, 0.34 ),
    -2px -2px 0 rgba( 0, 0, 0, 0.34 ), 2px -2px 0 rgba( 0, 0, 0, 0.34 ),
    -2px 2px 0 rgba( 0, 0, 0, 0.34 ), 2px 2px 0 rgba( 0, 0, 0, 0.34 );
}

.callback-button {
    float: right;
    margin: 0 0 20px 0;
    display: block;
    max-width: 230px;
    font-size: 14px;
    text-align: center;
}

.how-item:before{
    content: '✓';
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 0 14px;
    background: #fff;
    border-radius: 50%;
    color: #d65050;
    box-shadow: 0px 0px 8px -4px #000000 inset;
}

.how-item {
    background: #fcfcfc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}



@media (max-width: 991px) {
    .hidden-mobile {
        display: none;
    }

    .order-button {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 767px){
 #mainnav-mobi {
        top: auto;
        position: relative;
        margin: 10px -30px;
        width: 100vw;
    }
}

.show-mobile {
    display: none;
}

.mobile-items {
    flex-direction: column;
}

@media (max-width: 991px) {
    .show-mobile {
        display: flex;
    }
    .callback-button {
        float: unset;
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 230px;
        font-size: 14px;
    }
    .header-phone {
        text-align: center;
    }
}


.contact-block {
    text-align: center;
    height: 200px;
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 40px;
}



#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}


@media (max-width: 1300px) {
    #mainnav li {
        float: left;
        padding: 0 7px;
    }
}

@media (max-width: 1190px) {
    .header-phone {
        font-size: 24px;
    }
    #mainnav li {
        float: left;
        padding: 0px 7px;
    }
}


#mainnav li > .sub-menu > li > a {font-size: 14px; font-weight: 300; text-transform: capitalize;}


.page-generator-pro-related-links {
	padding: 0;
	list-style: none;
	line-height: 1.05em;
}

.page-generator-pro-related-links li {
	display: inline-block;
	padding-left: 5px;
	font-size: 10px;
}

.page-generator-pro-related-links li:not(:last-child):after {
	content: ','
} 



h1, h2, h3, h4, h5, h6 {
    font-size: 2.1em;
}