/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Oct 14 2018 | 06:35:02 (am)
/*
/******* Do not edit this file *******/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html {
  font-size: 100%;
/*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
  -webkit-font-smoothing: subpixel-antialiased; /* Safari text fix */
  }


/* Link */
a, a:focus {
  text-decoration: none;
  cursor: pointer;
  }
  a:hover {
    zoom: 1;
    text-decoration: none;
    }


/* Remove Firefox selection dot */
a, a:focus, a:active, a:hover, object, embed, :focus { outline: none !important; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }


/* Remove Firefox Dropdown selection dot */
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }


/* Image */
a img { border: none; }
img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; } /* max-width:100% causes IE8 bug */
.img-responsive, .full-width { width: 100%; }


/* Selected text */
::selection { background: #ff5e99; color: #FFFFFF; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }


/* Style Helper */
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center, .text-centre { text-align: center !important; }
.first-child, .fisrt-item { margin-left: 0 !important; }
.last-child, .last-item { margin-right: 0 !important; }
.highlight { background: #ff0; }
.hide { display: none !important; }
.lighter { font-weight: 200; }
div { word-wrap: break-word; }


/* Clearfloat */
.clear, .clearfloat {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 0;
  }


/* Grid Test Colors for Bootstrap 3 */
.show-grid .col {
  background-color: #fff;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  }
  .show-grid .col p {
    background: #eee;
    margin: auto;
    }


/* Col vertical spacing in Tablet view */
@media (max-width: 767px) {
  .content [class*="col"] {
    margin-bottom: 15px;
    }
}



/* Custom Style */
html,body {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 400; 
}

h2 { font-size: 22px; text-transform: uppercase; font-weight: bold; }
h3 { font-size: 22px; }
p, ul, ol { margin: 0 0 1.8rem; }


.navbar-header { width: 100%; } 
.navbar-brand { margin: 15px !important; width: 220px; height: 26px; background: url(http://uniteddentalcare.com.au/wp-content/uploads/logo.png) no-repeat 0 0; background-size: 220px 26px; text-indent: -9999px; display: block; }

#menu-primary { display: block; float: left; width: 100%; }
.navbar-nav > li > a { font-weight: bold; font-size: 16px; text-transform: uppercase; }

/* Dropdown Hover */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}


/* Mobile Landscape */
@media (min-width: 768px) {  
  .navbar-default { border: 0; margin-bottom: 35px; }
  .navbar-brand { margin: 32px 0 60px !important; width: 290px; height: 34px; background-size: 290px 34px; }
  .navbar-nav > li:first-child > a { padding-left: 0; }



  /* Caret */
  .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    }
    .dropdown-menu:after {
      position: absolute;
      top: -6px;
      left: 10px;
      display: inline-block;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
      content: '';
      }

}

.navbar-default,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background: transparent; }





.home .page-header { display: none; }

blockquote { margin: 85px 0; font-size: 22px; text-transform: uppercase; font-weight: 600; border-left: 5px solid #00bff3; }

.main ul.fancy-list { list-style-type: none; padding-left: 20px; }
.main ul.fancy-list li::before {
  content: "-";
  margin: 0 8px 0 -13px;
  color:#00bff3;
  font-weight: bold;
  font-size: 20px;
}






/* Section header */ 
.page-header {
    border-bottom: 1px solid #ddd;
    margin: 40px 0 20px;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0 0 16px;
    text-transform: uppercase;
}

/* Service List */
.service-list { margin-bottom: 40px; }
.service-list-thumbnail img { max-width: 222px; float: left; margin-right: 30px; margin-bottom: 20px !important; }
.service-list h3 { font-weight: bold; margin: 0 0 30px; }
.service-list p { font-size: 14px; font-weight: 200; line-height: normal; }
.service-list .view-more { display: block; margin-top: 30px; }
.service-list:hover {
  color:#666;
  -webkit-transition:  all 200ms ease-in-out;
  -moz-transition:  all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition:  all 200ms ease-in-out;
  opacity: 0.7;
  }



.book-online {
    background: #00bff3 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 150px;
    line-height: 1.2;
    padding: 50px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    float: right;
}

/* FAQ */
.accordion-heading { font-size: 20px; margin: 20px 0; }
.accordion-body {
    border-top: 1px solid #ccc;
    font-weight: 200;
    margin-bottom: 50px;
    padding: 18px 0 0;
}


/* Footer */
.content-info { margin-top: 100px; margin-bottom: -30px; }
.footer-menubar { background: #e0e0e0; padding: 50px 0; }
.content-info p, .content-info ul { margin-bottom: 0; }
.footer-info { background: #f2f2f2; color: #999999; }
.footer-info a { color: #999999; }

.site_copyright { margin: 30px 0; }
.site_copyright p { font-size: 12px; display: inline-block; }
.site_copyright span { color: #ccc; }
.back-top { float: right; }
.back-top a { text-transform: uppercase; margin-top: 4px; display: block; font-weight: bold; }


/* Footer Menu Widget */
.widget_nav_menu, .widget.text-2 {
  float: left;
  width: 16.6667%;
  color: #666;
}
.widget h3 { margin: 0 0 25px; font-weight: bold; text-transform: uppercase; color: #333; }

.widget_nav_menu ul { list-style: none; padding-left: 0; line-height: 1.8rem; }
.widget_nav_menu ul a { color: #666; font-size: 16px; }

.widget.text-6 {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: right;
    height: 200px;
    margin: 0;
    width: 334px;
}
.footer-brand { float: right; margin: 60px 0 20px; width: 290px; height: 34px; background: url(http://uniteddentalcare.com.au/wp-content/uploads/logo.png) no-repeat 0 0; background-size: 290px 34px; text-indent: -9999px; display: block; }

  
/* News List */
.category-special-offers .page-header { display: none !important; }


/* Archive Page */
.archive .page-featured-image,
.category .page-featured-image{ display: none; }

/* Staff Page */
.category-staff .main { width: 100%; }

@media (min-width: 668px) {
  .category-staff .entry-summary, .category-staff .entry-title { max-width: 66.66%; }
  .category-staff .attachment-thumbnail { border-radius: 50%; float: right; max-width: 180px;
  }
}

.category-staff .updated,.category-staff .author, .category-staff .page-header { display: none; }

.category-staff h2 { margin: 40px 0 12px !important; }

/* Staff Single */
.hentry.category-staff .attachment-post-thumbnail { max-width: 180px; margin: 30px 0; }


/* Contact Map */
.address-box { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; }
.address-box.last-child { border-bottom: 0; }
.address-box address { margin-bottom: 0; }
.address-box h3 { margin-bottom: 30px; }
.footer-menubar .referral-clinic:after { content:"Referral"; color: #fff; background:#888; font-size:10px; padding: 2px 5px; line-height: 1; border-radius: 2px; margin-left: 5px;}


/* Call Us Box */
.call-us-top {
    font-size: 18px;
    margin: 30px 0 0 -15px;
    text-align: right;
    float: right;
    top: 0;
    letter-spacing: -0.5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.call-us-top a { color: #333; }

.call-us-top span { color: #ccc; margin: 0 6px; }

.call-us-top .btn-danger { background-color: #cf5f5f; color: #f9dede; margin-left: 10px; text-transform: uppercase; font-weight: bold; font-size: 18px; }


.wpcf7-date { max-width: 100%; }
.wpcf7-form strong { margin-bottom: 10px; display: inline-block;}
.wpcf7-form input { margin-bottom: 20px; min-height: 45px; }
.wpcf7-form .wpcf7-submit { min-width: 200px; font-size: 20px; }


/* Temp fix */
.service-list .view-more { display: none; }
.service-list h3 {
    font-weight: bold;
    margin: 0 0 15px;
    color: #0083a6;
}
.service-list p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.call-us-top b { text-transform: uppercase; }


.sns-icon { display: block; padding-left: 45px; float: left; }
.sns-icon a { display: block; float: left; margin-right: 20px; }
.sns-icon a i { font-size: 30px; float: left; margin-right: 5px; }
.sns-icon a.sns-facebook { color: #3a5795; }
.sns-icon a.sns-youtube { color: #cc181e; }


@media (max-width:991px){
  .content-info .widget h3 {
    font-size: 15px;
  }
  .content-info p, .content-info ul, .content-info ul a {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 2;
  }
  .service-list-thumbnail img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .call-us-top {
    float: left;
    letter-spacing: 0;
    text-align: left;
  }  
  .navbar-brand { 
      margin-bottom: 30px !important; 
      
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .service-list {
    height: 400px;
    margin-bottom: 60px;
  }  
  .navbar-nav > li > a {
      padding: 15px 10px;
  }
  .call-us-top {
    margin: 10px 0 20px;
  }  
}



@media (max-width:767px){
  .widget_nav_menu, .widget.text-2 {
    border-bottom: 1px solid #ccc;
    color: #666;
    float: left;
    margin: 0 0 30px;
    padding-bottom: 30px;
    width: 100%;
    }
  .footer-brand {
    float: left;
    margin: 5px 15px 20px 0;
    width: 200px !important;
    background-size: 200px 23px;
  } 
  .sns-icon {
  padding-left: 0;
  }
  .widget.text-6 {
    border-left: 0 none;
    float: left;
    height: auto;
    width: 100%;
  }  
  .back-top {
    float: none !important;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
  }
  .site_copyright {
    margin: 30px 0;
    text-align: center;
  }
  .service-list {
    margin-bottom: 60px !important;
  }
  
  .book-online {
      margin: 40px auto 0;
      float: none;
  }
  .content-info {
    margin-top: 40px;
  }
  .call-us-top {
    float: left;
    letter-spacing: 0;
    text-align: left;
    margin: 0 15px 20px;
    font-size: 17px;
  }
  
  .navbar-toggle {
    margin-right: -15px;
    margin-top: 8px;
    padding: 10px 6px;
  }
}


@media (max-width: 667px) { 
  .call-us-top .btn-danger { 
    margin: 10px 0 0 0; 
  }    
  .call-us-top {
    margin-left: 15px !important;
    width: 100%;
  }
  .call-us-top a {
    margin: 10px 0 0 !important;
  }
  .call-us-top .btn-danger {
    display: block;
  }
}

@media (max-width: 480px) { 
  .call-us-top a {
    font-size: 13px;
  }
}


/* ----------------------------------------------------
ELEMENTS - VIDEO
---------------------------------------------------- */
.custom-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}
 
.custom-video iframe,
.custom-video object,
.custom-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-page iframe {
  padding-bottom: 30px;
}



/* ----------------------------------------------------
NEWS LIST
---------------------------------------------------- */
.lcp_catlist {
    list-style: none;
    padding: 0;
}

.lcp_catlist li {
    display: block;
    margin-bottom: 60px;
}

.lcp_catlist .lcp_title {
  display: block;
  font-size: 30px;
  text-transform: uppercase;   
  margin-bottom: 20px;
}

.lcp_catlist .attachment-thumbnail {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  border: 5px solid #fff;
  box-shadow: 0 0 2px #888;
  margin-bottom: 20px;
}

.lcp_catlist .list-date {
    display: block;
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
}

.lcp_catlist .excerpt {
  display: inline-block;
  margin-bottom: 20px;
}

.lcp_catlist .btn {
  display: inline-block;
}

@media (min-width: 1024px) { 
  .lcp_catlist li {
    width: 50%;
    float: left;
  }
  .lcp_catlist .excerpt {
    padding-right: 60px;
  }
}

.post time {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.post .vcard {
    display: none;
}

.post .post-featured-image {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
.post h1 {
  margin-bottom: 15px;    
}

.navbar-default .navbar-nav>li.menu-item-601>a {color: #cf5f5f;}


/* ----------------------------------------------------
STAFF LIST (PAGE)
---------------------------------------------------- */
.team-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.team-list .page-list-ext-item {
    width: 100%;
    float: none;
    clear: both;
}

.team-list .page-list-ext-image {
  display: block;
}

.team-list .page-list-ext-item-content {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.75;
}

.team-list .page-list-ext-image a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 75px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team-list .page-list-ext-title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 640px) {  
    .team-list .page-list-ext-image a {
        width: 150px;
        height: 150px;
        border: 5px solid #fff;
        box-shadow: 0 0 2px #888;
    }
    .team-list .page-list-ext-title {
        font-size: 25px;
    }
    .team-list.page-list-ext-item-content {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {  
    .team-list .page-list-ext-item {
      width: 50%;
      float: left;
      clear: none;
      padding-right: 60px;
    }
}

/* STAFf PAGE */
.template-staff-single .post-featured-image {
  margin-bottom: 30px;
  max-width: 400px;
  height: auto;
}