/*
Theme Name: All Ceiling Repairs
Theme URI: https://sellingonlinemadesimple.com.au/
Author: Ayu Candrawati
Author URI: https://sellingonlinemadesimple.com.au/
Description: Main theme for All Ceiling Repairs website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-ceiling-repairs
*/

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #444;
}
p{
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold;
    color: #444;
    line-height:1.75rem;
}
a {
    text-decoration: none;
    color: #25aae2;
    transition: all .2s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #444;
    cursor:pointer;
}
.btn,
a, button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
img{
    max-width: 100%;
    margin: auto;
    height: auto;
    display: inline-block;
}
section, .ihub-content, .ihub-page-content{
    line-height:1.75rem;
}
.ihub-page-content h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    line-height: normal;
}
section, .ihub-content ul li{
    list-style:initial;
}
.ihub-after-header{
    margin-top: 217px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.ihub-after-header-home{
    margin-top: 134px;
}
.container{
  width: 1024px;
}
/** Color Set **/

.bg-white{
    background-color: #fff;
}
.bg-blue{
    background-color: #2a86d1;
}
.bg-grey{
  background-color: #c9c9c9;
}
.bg-darkgrey{
    background-color: #333;
}
.bg-black{
    background-color: #444;
}
.text-black{
    color: #444;
}
.text-blue{
    color: #25aae2;
}

/* Border radius */
.br-1{
  border-radius: .25rem;
}

/** Original buttons  **/
.blue-btn {
    background-color: #25aae2;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
}
.blue-btn:hover {
    background-color: #25aae2;
    color: #fff;
}

.ghost-btn{
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #fff;
}
.ghost-btn:hover{
    color: #444;
    background-color: white;
}

.white-btn{
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    background-color: #fff;
    color: #2a86d1;
    text-decoration: none;
    font-weight: 700;
}
.white-btn:hover{
    background-color: #5d7ec1;
    color: #fff;
}



/** Typography ****/
h1{
  font-size: 28px;
  margin-bottom: 2rem;
}

.fs-18{
  font-size: 18px;
}
.fs-24{
  font-size: 24px;
}
.fs-28{
  font-size: 28px;
}
.fs-30{
  font-size: 30px;
}

/** Padding & Margin **/


/** Contact Form *********/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 input[type="file"] {
    font-family: FontAwesome;
}
.form-group.required label::after {
    content: " *";
    color: red;
}

/** Header  **/
.border-header{
  border-bottom: 1px solid #c0dbf1;
}

/** Navbar *********/
#navbar-coastal ul li{
    list-style:none;
}
ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-menu ul{
    margin-bottom: 0;
}
/*.top-menu ul.menu li{
    padding: .5em 0;
}*/
.top-menu ul.menu a{
    color: #fff;
    display: block;

}
.top-menu ul.menu a:hover{
    color: #fff;
    /*border-bottom: 1px solid #f6b81d;
    text-align: left;*/
}
.top-menu ul.menu li{
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: .2em 1em;
}
/*.top-menu ul.menu li.current-menu-item a{
    color: #f6b81d;
    border-bottom: 1px solid #f6b81d;
}*/
.top-menu ul.menu li:last-child{
    border-right: none;
}

.top-menu ul.menu li.menu-item-has-children > a:after{
    content: '\f107';
    font-family: FontAwesome;
    color: #fff;
    margin-left: 5px;
}
.top-menu ul.menu .sub-menu{
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 10;
    min-width: max-content;
    text-align: center;
    box-shadow: 2px 2px 7px 0px #44444426;
}
.top-menu ul.menu > li > .sub-menu{
    left: -2.8em;
    top: 100%;
    right: -2.8em;
    list-style: none;
}
.top-menu ul.menu .sub-menu li > .sub-menu{
    right: -180px;
    top: 0;
}
.top-menu ul.menu .sub-menu li{
    border-bottom: 1px solid #d7e0e3;
}
.top-menu ul.menu .sub-menu li:hover{
    background-color: #d7e0e3;
}
.top-menu ul.menu .sub-menu li+li{
    border-top-color: #fff;
}
.top-menu ul.sub-menu > li:hover,
.top-menu ul.sub-menu > li.current-menu-item,
.top-menu ul.sub-menu > li.current-menu-ancestor,
.top-menu ul.sub-menu > li.current-menu-parent{
    /*background: #60604d;
    border-color: #fbb31b!important;
    border-width: 3px;*/
    color: #444;
}
.top-menu ul.sub-menu > li a:hover{
    color: #444;
}
.top-menu ul.sub-menu > li:hover+li,
.top-menu ul.sub-menu > li.current-menu-item+li,
.top-menu ul.sub-menu > li.current-menu-ancestor+li,
.top-menu ul.sub-menu > li.current-menu-parent+li{
    border-top: none;
}
.top-menu ul.menu .sub-menu a{
    padding: .5rem 0;
    color: #212121;
}
.showmenu{
    padding: .25rem .5rem;
    border-radius: .25rem;
    background-color: #2a86d1;
}
.menu-wrap li a{
    text-align: left;
}

/** Search *********/
.search-input{
    font-family: 'Roboto', sans-serif;
    min-height: 40px;
}
.btn-search{
    background: #33ade0;
    border:none;
    padding: 0 1rem;
}
.btn-search i{
  color: #fff;
}
.button-search-header{
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem;
  display: inline-flex;
}

/* Homepage */
.home-service-list{
  column-count: 2;
}

/**** FOOTER *******/
footer h4, footer a{
  color: #fff;
  text-align: center;
}

footer ul{
  display: flex;
  justify-content: center;
}

footer li{
  list-style: none !important;
  padding-right: 1rem;
}

footer li:after{
  content: '|';
  color: #25aae2;
  margin-left: 1rem;
}

footer li:last-child:after{
  content: '';
}

footer li a{
  color: #25aae2;
}

.copyright div a{
    color: #fff;
}

/* page */
.wp-block-image img{
  margin-bottom: 1.5rem;
}

/* Latest Update */
.img-container img {
    width: 100%;
}

/* water damage ceiling */
.single h1{
  font-size: 2.5rem;
  line-height: normal;
}
.hr-blue{
	border: 1px solid #2a86d1;
}
.hr-cw{
	border: 3px solid #fff;
	width: 5%;
}
.bg-blue{
	background-color: #25aae2;
}
.text-blue{
	color: #25aae2;
}
.bg-section4{
	background-image: url('assets/img/bg-section4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.mlw_qmn_message_before{
  padding-bottom: 0 !important;
}
.qsm-before-message.mlw_qmn_message_before{
	color: #000;
	font-weight: bold;
}
#quizForm1 .qsm-pagination.qmn_pagination.border.margin-bottom{
	border: none !important;
}
.quiz_section{
  padding: 0 !important;
}
.mlw_qmn_message_before{
  margin-bottom: 0 !important;
}
.qmn_radio_answers{
  display: flex;
}
.qmn_mc_answer_wrap{
  margin: 5px 15px 5px 0 !important;
}
.quiz_section .mlw_qmn_question.qsm_remove_bold{
  margin-bottom: 0 !important;
}

/* wp pagenavi */
.wp-pagenavi a, .wp-pagenavi span{
  padding: 0.75rem 1rem;
  background-color: #dedede;
  border: none;
  margin: 3px;
  border-radius: 0.25rem;
}

/**** RESPONSIVE *******/
@media (min-width: 2444px) {

}

@media (min-width: 1200px) and (max-width: 1300px) {

}

@media (min-width:1200px){ /*xl*/

}

@media (max-width: 1199px) { /*lg*/
  .top-menu ul.menu{
      font-size: 85%;
  }
}

@media (min-width: 992px){ /*lg ke atas*/
    .top-menu ul.menu .sub-menu{
        display: none;
    }
    .top-menu ul.menu li:hover > .sub-menu{
        display: block;
    }
}

@media (max-width: 991px) { /*md*/
    .container{
      width: 100%;
    }
    h1.title{
      font-size: 1.5rem;
    }
    .mobile-menu{
      padding-left: 2rem;
      padding-right: 2rem;
    }
    .top-menu ul.menu li{
      border-bottom: 1px solid #eee;
    }
    .top-menu ul.menu li.menu-item-has-children > a:after{
        display: none;
    }
    .top-menu ul.menu a{
        color: #444;
        padding: .5em 1em;
        font-size: 100%;
    }
    .top-menu ul.menu > li > .sub-menu{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 1em;
        text-align: left;
        box-shadow: none;
    }
    .top-menu ul.menu .sub-menu a {
        padding: 0;
    }
    .top-menu ul.menu .sub-menu li {
        border: none;
    }
    .top-menu ul.sub-menu > li a:hover {
        color: #444;
    }
    .mobnav-subarrow {
        background: #2a86d1;
        height: 25px;
        width: 25px;
        position: absolute;
        top: 8px;
        right: 2em;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        font-size: 16px;
    }
    .top-menu ul.menu .sub-menu{
        min-width: auto;
    }
    .section2 .col-12.col-md-6.col-lg-3:first-child,
    .section2 .col-12.col-md-6.col-lg-3:nth-child(2){
        margin-bottom: 2rem;
    }
    .bg-packages{
        width: 100%;
    }

    .swiper-button-prev, .swiper-button-next{
        width: 7%;
    }
    .swiper-button-next {
        right: 5px;
    }
    .mobile-sticky a{
        /* border: 1px solid #ccc; */
    }
    .mobile-sticky .blue-btn{
        padding: 0.5em 1.1em;
        border-radius: 0;
    }
    .grey-btn{
        background-color: #686868;
        color: #fff;
        padding: 0.5em 1.1em;
        border-radius: 0;
    }
    .copyright{
        margin-bottom: 41px;
    }

    .mobile-sticky{
        z-index: 10;
    }
    #myBtn{
        bottom: 50px;
        background-color: #12121280;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-menu ul.menu a {
      padding: .5em 0;
  }
}

@media (max-width: 767px) { /*sm*/
  footer ul {
    display: block;
    text-align: center;
  }
  footer li:after{
    content: '';
    margin-left: 0;
  }
  footer li a{
    color: #fff;
  }
  #myBtn{
      font-size: 14px;
  }
}
@media (max-width: 425px) {
  .ihub-after-header-home {
    margin-top: 62px;
  }
  h1.title {
    font-size: 1rem;
  }
  .box-text-banner .blue-btn{
    padding: 5px 12px;
    font-size: 14px;
  }
  .col-12.col-md-6.col-lg-3:nth-child(3),
  .col-12.col-md-6.col-lg-3:nth-child(4) {
    margin-bottom: 2rem;
  }
  .swiper-button-prev {
    left: 5px;
  }
  .swiper-button-next {
    right: 9px;
  }
}
@media (max-width: 375px){
  .ihub-after-header-home {
      margin-top: 55px;
  }
}

@media (max-width: 320px){
  .ihub-after-header-home {
    margin-top: 54px;
  }
  h1.title {
      font-size: 14px;
  }
  .box-text-banner .blue-btn {
    font-size: 13px;
  }
}
