#widgets .widget-container{
    text-align: center;
    position:relative;
}

#widgets .widget{
}


#widgets .widget-title{
    height:38px;
    max-width:1370px;
    position:relative;
    padding-bottom:10px
}

#widgets .widget-content{
    overflow:hidden;
    padding-top:10px;
}


#widgets .see-all-button-container{
    padding-top:10px;
    margin-bottom:40px;
    text-align: right;
}
#widgets .see-all-button-container table {
    display: inline-block;
}

#widgets .see-all-button-container a:hover {
    color: #fff;
}
#widgets .see-all-button-container .see-all-button:before {
    content: 'Read more';
}



#widgets .procedures-widget .widget-content{
    max-width:1370px;
    margin: 0 auto;
}

#widgets .procedures-widget .column{
    float:left;
    width:33%;
    padding: 10px 10px 30px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widgets .procedures-widget li{
    background-position:0px 3px;
}
#widgets .procedures-widget .see-all-button-container {
    text-align: center;
}



@media (max-width: 767px) {
    #widgets .procedures-widget .column {
        width: 100%;
    }
}


#widgets .news-widget .widget-content{
    max-width:1370px;
    margin: 0 auto;
}

#widgets .news-widget .news-post-container{
    margin-bottom:10px;
}


#widgets .news-widget .news-post{
    background: #f0f0f0;
    font-size: 20px;
    padding: 25px 30px;
    text-align: left;
    margin-bottom: 20px;
}

#widgets .news-widget .post-date{
    font-family: RobotoCondensedLight, Arial, serif;
    display:inline;
    position:relative;
    z-index:2;
}

#widgets .news-widget .title{
    display:inline;
    font-family: RobotoCondensedRegular, Arial, serif;
    position:relative;
    z-index:2;
    text-transform: uppercase;
}

#widgets .news-widget .snippet{
    position:relative;
    z-index:2;
    margin-top:10px;
}

#widgets .news-widget .read-link{
    position:relative;
    font-size: 16px;
    z-index:2;
    text-transform: uppercase;
    padding-top: 5px;
    font-family: RobotoCondensedRegular, Arial, serif;
}


#widgets .offers-widget.widget{
    border-bottom:none;
}


#widgets .offers-widget .widget-content{
    max-width:1370px;
    margin: 0 auto;
    text-align: center;
}

#widgets .offers-widget .offer-container{
    border: 2px solid #00bcd4;
    background: #00bcd4;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding:10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    width: 30%;
    min-height: 20%;
    font-family: RobotoCondensedBold, Arial, serif;
    font-size:24px;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widgets .offers-widget .see-all-button-container {
    padding-top: 30px;
    text-align: center;
}

#widgets .offers-widget .offer-text-container td{
    vertical-align:middle;
    height: 100%;
}


@media (max-width: 767px) {
    #widgets .offers-widget .widget-content {
        padding: 0 15px;
    }
    #widgets .offers-widget .offer-container {
        width: 100%;
        margin: 0 0 10px;
    }
}


#widgets .locations-widget .locations{
    margin-top:15px;
}

#widgets .locations-widget .location-container{
    margin-bottom:10px;
    background:url(../images/snippet-bg.gif) repeat-y;
}
#widgets .locations-widget .location{
    width:600px;
    padding: 5px 25px;
    overflow:auto;
    margin-top:0px;
    margin-bottom:0px;

}




/*
#widgets .locations-widget .practice-name-line{
    font-weight:bold;
}
#widgets .locations-widget .more-info-link{
    margin-top:10px;
}

#widgets .locations-widget .contact-info{
    width:270px;
    float:left;
    z-index:2;
    position:relative;
}

#widgets .locations-widget .office-hours{
    width:240px;
    float:left;
    margin-left:10px;
    z-index:2;
    position:relative;
}

#widgets .locations-widget .office-hours-title{
    font-weight:bold;
}

#widgets .locations-widget .day{
    float:left;
    width:80px;
}*/



/* COMMON */
#widgets .widget-inner {
    max-width:1370px;
    margin: 0 auto;
}
#widgets .intro-paragraph {
    font-size: 22px;
    line-height: 30px;
    font-family: RobotoCondensedLight, Arial, serif;
}
#widgets h1,
#widgets .widget-text-title{
    color:#00aec4;
    font-size: 42px;
    line-height: 54px;
    text-transform: uppercase;
    font-family: RobotoCondensedLight, Arial, serif;
    padding: 30px 0 30px 0;
}
#widgets input[type=text],
#widgets select,
#widgets textarea {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    background: #fff;
    line-height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    color: #808080;
    border: 1px solid #808080;
}
#widgets input[type=text],
#widgets select {
    height: 42px;
}


#widgets input[type=radio]+label,
#widgets input[type=checkbox]+label {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 2px;
    line-height: 22px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
#widgets input[type=radio]+label:before,
#widgets input[type=checkbox]+label:before {
    background: #fff;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-top: 3px;
}
#widgets input[type=checkbox]+label:before {
    border-radius: 3px;
}
#widgets input[type=radio],
#widgets input[type=checkbox] {
    display: none;
}
#widgets input[type=radio]:checked + label:before,
#widgets input[type=checkbox]:checked + label:before {
    content: '\e81c';
    font-family: "DentalIcons";
    text-align: center;
    line-height: 24px;
    font-size: 58px;
    color: #00bcd4;
}
#widgets input[type=checkbox]:checked + label:before {
    content: "\e81b";
    font-family: "DentalIcons";
    font-size: 20px;
}
@media (max-width: 767px) {
    #widgets .intro-paragraph {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px;
    }
    #widgets h1,
    #widgets .widget-text-title{
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0 10px 0;
    }
    #widgets .widget-content {
        padding-top: 5px;
    }
    #widgets input[type=text],
    #widgets select,
    #widgets textarea {
        line-height: 32px;
        border-radius: 4px;
    }
    #widgets input[type=text],
    #widgets select {
        height: 32px;
    }
    #widgets input[type=radio]+label,
    #widgets input[type=checkbox]+label {
        line-height: 18px;
        font-size: 18px;
    }
}


/* SERVICES-WIDGET */
#widgets .services-widget h1,
#widgets .services-widget .widget-text-title {
    max-width:1370px;
    margin: 0 auto;
    border-top: 1px solid #00bcd4;
}

#widgets .services-widget .services{
   border-spacing: 30px;
   margin: 15px 0;
   font-size: 20px;
}
#widgets .services-widget .services ul{
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
#widgets .services-widget .services li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 30px;
}
#widgets .services-widget .services h2 {
    font-size: 32px;
    line-height: 38px;
    font-family: RobotoCondensedLight, Arial, serif;
    color: #3ac0d2;
    text-transform: uppercase;
    padding: 20px 0;
}
#widgets .services-widget .services p {
    font-size: 20px;
}
#widgets .services-widget .services .icon {
    display: inline-block;
    color: #3ac0d2;
    width: 145px;
    height: 110px;
    border: 2px solid #3ac0d2;
    border-radius: 50% 50%;
    font-size: 76px;
    text-align: center;
    padding-top: 35px;
}
@media (max-width: 767px) {
    #widgets .services-widget {
        padding: 0 10px;
        border-top: 1px solid #00bcd4;
        margin-top: 15px;
    }
    #widgets .services-widget .widget-inner {
        border: none;
    }
    #widgets .services-widget .services {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin-top: 25px;
    }
    #widgets .services-widget .services ul {
        display: block;
        overflow: hidden;
    }
    #widgets .services-widget .services li {
        width: 46%;
        padding: 0 2% 25px 2%;
    }
    #widgets .services-widget .services .icon {
        width: 40px;
        height: 30px;
        font-size: 20px;
        padding-top: 10px;
    }
    #widgets .services-widget .services h2 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }
}


/* TEAM-WIDGET */
#widgets .team-widget {
    background: #f0f0f0;
    padding: 0 15px;
}
#widgets .team-widget .team{
   display: table;
   border-spacing: 30px;
   margin: 15px auto;
   font-size: 20px;
   width:auto;
}
#widgets .team-widget .team ul {
    display: table-row;
}
#widgets .team-widget .team li {
    display: table-cell;
    padding: 0 0 15px 0;
    text-align: center;
    border: 1px solid #3ac0d2;
    background: #ffffff;
    width: 225px;
    max-width: 225px;
    word-wrap: break-word;
}
#widgets .team-widget .team li .photo img {
    width: 100%;
}

#widgets .team-widget .team li h3 {
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 22px;
    padding: 30px 15px 5px 15px;
    color: #00b6cf;
}
#widgets .team-widget .team li p {
    padding: 0 15px 5px 15px;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 767px) {
    #widgets .team-widget {
        padding: 2%;
    }
    #widgets .team-widget .team {
        display: block;
        margin: 10px 0 0 0;
    }
    #widgets .team-widget .team ul {
        display: block;
        overflow: hidden;
    }
    #widgets .team-widget .team li {
        display: block;
        width: 46%;
        float: left;
        margin: 0 2% 10px 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #widgets .team-widget .team li h3 {
        font-size: 14px;
        padding: 10px 5px 0 5px;
    }
    #widgets .team-widget .team li p {
        padding: 0 5px 5px 5px;
        font-size: 14px;
        line-height: 18px;
    }
}

/* TESTIMONIALS-WIDGET */
#widgets .testimonials-widget {

}
#widgets .testimonials-widget .widget-actions {
    padding: 10px 0 40px;
    text-align: right;
}
#widgets .testimonials-widget .widget-content {
    max-width:1370px;
    margin: 0 auto;
}
#widgets .testimonials-widget .testimonials li {
    background: #f0f0f0;
    font-size: 20px;
    padding: 25px 30px;
    text-align: left;
    margin-bottom: 20px;
}
#widgets .testimonials-widget .name {
    font-family: RobotoCondensedItalic, Arial, serif;
    font-size: 20px;
    padding: 0 0 5px 0;
    color: #00b6cf;
}
#widgets .see-all-button-container {
    max-width:1370px;
    margin: 0 auto 40px;
}
@media (max-width: 767px) {
    #widgets .testimonials-widget .testimonials li {
        margin: 0 4% 20px 4%;
        border-radius: 4px;
        font-size: 16px;
        padding: 15px 15px;
    }
    #widgets .testimonials-widget .name {
        font-size: 16px;
    }
    #widgets .see-all-button-container {
        text-align: center;
        padding-top: 0;
        margin-bottom: 25px;
    }
    #widgets .see-all-button-container a {
        font-size: 18px;
        min-width: 160px;
    }
}


/* APPOINTMENT-REQUEST-WIDGET */
#widgets .appointment-request-widget {
    background: #00bcd4;
    color: #fff;
}
#widgets .appointment-request-widget h1,
#widgets .appointment-request-widget .widget-text-title {
    color: #fff;
}
#widgets #appointment-request-form {
    overflow:hidden;
    text-align: left;
    padding: 40px 0 20px;
    font-size: 22px;
    line-height: 30px;
    font-family: RobotoCondensedLight, Arial, serif;
}

#widgets .appointment-request-widget .appointment-information #message{
   display:none;
}

#widgets #appointment-request-form>.form-section {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
#widgets #appointment-request-form .form-section .field {
    overflow:hidden;
    margin-bottom: 15px;
}
#widgets #appointment-request-form .form-section .field>.caption,
#widgets #appointment-request-form .form-section .field>.input {
    float: left;
    width: 40%;
}
#widgets #appointment-request-form .form-section .field>.input {
    width: 60%;
}

#widgets #appointment-request-form textarea[name=comments] {
    margin-top: 15px;
}
#widgets #appointment-request-form .calendar-input {
    position: relative;
}
#widgets #appointment-request-form .calendar-input .tcalIcon {
    position: absolute;
    top: 15px;
    right: 18px;
    opacity: 0;
}
#widgets #appointment-request-form .calendar-input input {
    padding-right: 40px;
}
#widgets #appointment-request-form .calendar-input .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #00bcd4;
}
#widgets #appointment-request-form .submit-button {
    float: left;
    width: 100%;
    text-align: right;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widgets #appointment-request-form .radiobutton,
#widgets #appointment-request-form .checkbox {
    display: inline-block;
    width: 160px;
    padding-bottom:15px;
}
#widgets #appointment-request-form input[type=text],
#widgets #appointment-request-form select,
#widgets #appointment-request-form textarea {
    border: none;
}
@media (max-width: 767px) {
    #widgets #appointment-request-form {
        padding: 10px 0 10px;
        font-size:18px;
        line-height: 22px;
        margin: 0;
    }
    #widgets #appointment-request-form>.form-section {
        width: 100%;
        float: none;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #widgets #appointment-request-form .form-section .field>.caption,
    #widgets #appointment-request-form .form-section .field>.input {
        width: 100%;
        float: none;
    }
    #widgets #appointment-request-form .form-section .field>.caption {
        padding-bottom: 10px;
    }
    #widgets #appointment-request-form .radiobutton,
    #widgets #appointment-request-form .checkbox {
        width: 130px;
    }
    #widgets #appointment-request-form .calendar-input .icon {
        top: 7px;
        right: 7px;
    }
    #widgets #appointment-request-form .submit-button {
        float: none;
        text-align: center;
        padding: 5px 15px 20px;
    }
}

/* LOCATIONS-WIDGET */
#widgets .locations-widget .contact-info-and-form {
    overflow: hidden;
    text-align: left;
    font-family: RobotoCondensedLight, Arial, serif;
    color: #808080;
}
#widgets .locations-widget .contact-info,
#widgets .locations-widget .form {
    float: left;
    width: 50%;
}
#widgets .locations-widget .contact-info {
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#widgets .locations-widget .field {
    overflow: hidden;
    margin-bottom: 15px;
}
#widgets .locations-widget .caption,
#widgets .locations-widget .input {
    font-size: 24px;
    width: 40%;
    float: left;
}
#widgets .locations-widget .caption {
    text-align: left;
}
#widgets .locations-widget .input {
    width: 60%;
}
#widgets .locations-widget .submit-button {
    float: left;
    width: 100%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#widgets .locations-widget .map-area, #map-canvas {
    margin-top: 40px;
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    #widgets .locations-widget .caption,
    #widgets .locations-widget .input {
        font-size: 16px;
    }
    #widgets .locations-widget .contact-info,
    #widgets .locations-widget .form {
        float: none;
        width: 100%;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #widgets .locations-widget .caption,
    #widgets .locations-widget .input {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #widgets .locations-widget .field {
        margin-bottom: 0;
    }
}
