/*
Theme Name: Campbells Duct Cleaning
Theme URI: https://www.campbellsductcleaning.com.au/
Description: 
Version: 1.0.3
*/

.menucontainer {
    background: #3133d0;
    padding: 0 0 0 25px !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.menutop li {
    display: inline-block;
    position: relative;
}

.menutop li::before {
    position: absolute;
    content: "";
    left: -4px;
    top: calc(50% - 9px);
    width: 1px;
    height: 18px;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    background-color: #fff;
}

.menutop li:first-child::before {
    background: none;
}

.menutop li a {
    display: block;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    padding: 22px 24px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: .8px;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
}
.menutop li:last-child {
    position: relative !important;
    right: inherit !important;
}
.menutop li:last-child a {
    background: none !important;
    color: #fff !important;
}

.menutop li a:hover,
.menutop li.current-menu-item a {
    color: #008edb;
}

.menutop .current-menu-parent a {
    color: #008edb;
}

.menutop .current-menu-parent:after {
    color: #008edb;
}

.menutop li.menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 19px;
    cursor: pointer;
}

.menutop .sub-menu li.menu-item-has-children:after {
    content: '\f0da';
    color: #ddd;
    font-size: 14px;
    right: 10px;
    top: 10px
}

.menutop .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 340px;
    padding: 0;
    background: #3133d0;
    *zoom: 1
}

.menutop .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    background: #00a
}

.menutop .sub-menu li {
    width: 100%;
    text-align: left;
}

.menutop .sub-menu li,
.menutop .sub-menu li a {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: normal
}

.menutop .sub-menu li a {
position: relative;
    display: block;
    color: #454545;
    padding: 12px 19px 12px 30px;
    margin-bottom: 1px;
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 12px;
    border-bottom: solid 1px #1c426a;
}

.menutop .sub-menu li:last-child a {
    border-bottom: none;
}

.menutop .sub-menu li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f105';
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 15px;
}

.menutop .sub-menu li:hover a:before {
    color: #fff;
}

.menutop .sub-menu li a:hover {
    color: #fff;
    background: #fb091b;
}

.menutop .sub-menu li.current-menu-item a {
    color: #fff;
    background: #fb091b;
}

.menutop .sub-menu li.current-menu-item .sub-menu a {
    background: none;
}

.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
    color: #fff;
    background: #00748d
}

.menucontainer .menuicon,
.menucontainer .menutopmob {
    display: none
}

.menuicon {
    display: block;
    padding: 10px;
    margin-top: 25px;
    border: 1px solid #ddd
}

.menuicon i {
    float: right;
    font-size: 18px
}

.menucontainer .menutopmob {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    margin-top: 2px;
    background: #00f
}

.menucontainer .menutopmob li a {
    display: block;
    font-size: 12px;
    color: #eee;
    text-transform: none;
    font-weight: 400;
    line-height: 19px;
    padding: 4px 10px;
    margin: 0;
    border-bottom: 1px solid #ccc
}

.menutopmob .sub-menu li a {
    padding-left: 20px;
    font-size: 11px
}

.menutopmob .sub-menu li .sub-menu a {
    padding-left: 30px
}

article.post {
    background: #f2f2f2;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px
}

article.post img {
    height: auto;
    width: 100%;
    margin-bottom: 15px
}

article.post h2 {
    padding: 0 0 15px
}

article.post h2 a {
    color: #000
}

article.post h2 a:hover {
    color: #00f
}

article.singlepost img {
    width: 100%;
    height: auto;
}

.metabars span {
    display: block;
    font-size: 14px;
    padding: 6px 0
}

.metabars i {
    color: #00f;
    font-size: 14px;
    margin-right: 5px;
    width: 20px;
    text-align: center
}

.metabars .commentcount {
    padding-top: 10px
}

.singlepost .postthumb img {
    height: auto;
    width: 100%;
    margin: 5px 0 15px
}

.singlepost h2 {
    margin: 25px 0 10px;
}

article.singlepost .posted {
    color: #d5a44f;
    font-weight: 600;
}

.singlepost .metabars {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5
}

.comments {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-top: 40px
}

.comments h3 {
    margin-top: 0
}

.commentlist {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 25px
}

.comments .comment,
.comments .pingback {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none outside none
}

.secondarypage .comments ul li:before {
    display: none
}

.comments .children {
    margin-left: 40px
}

.comment-author {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize
}

.comment-author .avatar {
    display: none
}

.comment-meta {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px
}

.comment-body .reply a {
    float: right;
    border: 1px solid #ccc;
    padding: 5px 14px;
    font-size: 14px;
    color: #00f
}

.comment-body .reply a:hover {
    background: #00f;
    color: #fff;
    border-color: #00f
}

.comment-respond {
    clear: both
}

.comment-form-cookies-consent label {
    margin: 0 0 0 6px;
    padding: 0;
    font-size: 12px;
    font-style: italic
}

.comments_count a {
    font-size: 14px;
    line-height: 22px;
    padding: 4px 10px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    -opera-border-radius: 3px;
    -o-border-radius: 3px;
    -border-radius: 3px;
    *zoom: 1
}

.comments_count a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right-color: transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px
}

.sidebar {
    background: #f8f8f8;
    padding: 20px 20px 0;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.sidebar .widget {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.sidebar .widget h2 {
    font-size: 22px;
}

.sidebar .widget ul li {
    border-bottom: 1px solid #EFEFEF;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 15px 20px;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #d5a44f;
    font-size: 12px;
}

.sidebar .screen-reader-text {
    display: none
}

.sidebar .searchform {
    padding-bottom: 5px
}

.sidebar .comment-author-link {
    color: #00f;
    text-transform: capitalize
}

.postpagination {
    padding-top: 10px
}

.postpagination a {
    display: inline-block;
    color: #00f;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 9px 15px
}

.postpagination a:hover {
    background: #00f;
    color: #fff;
    border-color: #00f
}

.postpagination a i {
    font-size: 15px;
    padding-right: 5px
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 20px 5px 0
}

img.alignright {
    margin: 5px 0 5px 20px
}

img.aligncenter {
    margin: 5px auto
}

img.alignnone {
    margin: 5px 0
}

@media only screen and (max-width: 1199px) {
    .menutop li a {
        font-size: 14.5px;
        letter-spacing: 0.5px;
        padding: 13px 18px;
    }
}

@media only screen and (max-width: 992px) {
    .latestnewslist img {
        height: 200px;
    }
    .latestnewslist h2 {
        line-height: 15px;
        margin: 15px 0;
    }
.menucontainer ul.menutop.clearfix {
    display: none;
}
}

@media only screen and (max-width: 767px) {
    .latestnewslist img {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .comments {
        padding: 0 15px 15px;
    }
}

@media only screen and (max-width: 414px) {
    .latestnewslist h2 {
        margin: 10px 0 15px;
    }
    .latestnewslist h2 a {
        font-size: 18px;
    }
}
#rmp_menu_trigger-454 {
    margin: 5px 0 !important;
}