 /*
Theme Name: La Colon
Theme URI: http://goldman-marketing.com/
Author: Goldman Marketing
Author URI: http://goldman-marketing.com/team
Description: La Colon 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: la-colon
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

La Colon is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#map {
    margin-top: 40px;
    width: 100%;
    height: 300px;
}

@font-face {
    font-family: "Lato Regular";
    src:
        local("Lato Regular"),
        /* NOTE: the woff2 URL must match the one listed in header.php exactl
        or else this font will download twice. see w3c spec for more info */
        url("/wp-content/themes/la-colon/fonts/Lato-Regular.woff2") format("woff2"),
        url("fonts/Lato-Regular.woff") format("woff"),
        url("fonts/Lato-Regular.ttf") format("truetype"),
        url("fonts/Lato-Regular.svg#Lato-Regular") format("svg"),
        url("fonts/Lato-Regular.eot?") format("eot");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato Bold";
    src:
        local("Lato Bold"),
        /* NOTE: the woff2 URL must match the one listed in header.php exactl
        or else this font will download twice. see w3c spec for more info */
        url("/wp-content/themes/la-colon/fonts/Lato-Bold.woff2") format("woff2"),
        url("fonts/Lato-Bold.woff") format("woff"),
        url("fonts/Lato-Bold.ttf") format("truetype"),
        url("fonts/Lato-Bold.svg#Lato-Bold") format("svg"),
        url("fonts/Lato-Bold.eot?") format("eot");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato Bold Italic";
    src:
        local("Lato Bold Italic"),
        /* NOTE: the woff2 URL must match the one listed in header.php exactl
        or else this font will download twice. see w3c spec for more info */
        url("/wp-content/themes/la-colon/fonts/Lato-BoldItalic.woff2") format("woff2"),
        url("fonts/Lato-BoldItalic.woff") format("woff"),
        url("fonts/Lato-BoldItalic.ttf") format("truetype"),
        url("fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg"),
        url("fonts/Lato-BoldItalic.eot?") format("eot");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
html {
    font-family: "Lato Regular", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 3.3em;
    letter-spacing: 3.4px;
    padding-top: 20px;
    font-size: 2em;
    text-align: center;
    color: #6b90ac;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #5f5f5f;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Lato Regular", sans-serif;
}
h2 {
    margin: 25px 0px;
    letter-spacing: 1px;
    color: #6b90ac;
}
.no-color{
    color: #6b90ac !important;
}
p {
    margin-bottom: 1.5em;
    font-family: "Lato Regular", sans-serif;
    color: #5f5f5f;
	 line-height: 1.6!important;
     font-size: 18px!important;
}
.entry-content p, .entry-content li, .entry-content blockquote {
    padding-right: 28px;
    color: #5f5f5f;
    line-height: 29px;
    letter-spacing: 0.8px;
    font-size: 16px;
    margin-top: 18px;
    font-family: "Verdana", sans-serif;
    display: inline-block;
    margin-bottom: 8px;
}
.entry-content h2 {
    color: #5f5f5f;
    clear: both;
    font-size: 22.2px;
    letter-spacing: 1px;
    margin-top: 32px;
    margin-bottom: 8px;
}
.entry-content h3 {
    margin-top: 32px;
    margin-bottom: 0;
}
.entry-content ul {
    margin: 0;
    padding: 2px;
    list-style-type: none;
}
.entry-content li {
    margin-bottom: 9px;
    padding: 0;
    font-family: Verdana, sans-serif;
    line-height: 29px;
    letter-spacing: 1.3px;
}
.entry-content li::before {
    content: '•';
    color: #fdaa60;
    margin: 0 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 1.5em 0 1em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
ul.gform_fields {
    padding: 0;
    margin: 0;
}
li.gfield {
    list-style-type: none;
    margin: 10px 0;
}
.gform_page .datepicker, .gform_page input, .gform_page textarea, .gform_page select {
    max-width: 100% !important;
    width: 100% !important;
}
.gform_page .gchoice input {
    display: inline-block !important;
    width: 85% !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #e9a143;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    outline: none;
}
a:-webkit-any-link {
    text-decoration: none;
    overflow: hidden;
    outline: none;
}
a:hover,
a:focus,
a:active {
    color: #7194af;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Search bar
--------------------------------------------------------------*/
#wrap.blog-page {
    margin: 0 auto 50px;
    max-width: 350px;
    position: relative;
    height: 60px;
    padding: 0;
    float: none;
}

.blog-page input[type="text"] {
    height: 60px;
    font-size: 20px;
    display: inline-block;
    font-family: "Lato Regular";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

.blog-page input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}


.blog-page input[type="submit"] {
    height: 45px;
    width: 45px;
    display: inline-block;
    float: right;
    padding: 0;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/lacolon-sprites.png) no-repeat;
    background-size: 500px auto;
    background-position: -179px -127px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
    box-shadow: none;
    outline: none;
}

.blog-page input[type="submit"]:hover {
  opacity: 0.8;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#menu-mobile {
    display: none;
}

.scrolled #masthead {
    height: 95px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#masthead {
    height: 95px;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.site-branding {
    width: 230px;
    height: 70px;
    display: block;
    background: url(images/lacolon-sprites.png) no-repeat;
    background-size: 450px auto;
    margin: 22px 0 14px 47px;
    float: left;
    text-indent: -9999px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    /* transition: all 0.5s ease-in; */
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
}

.site-branding:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-navigation {
    display: inline-block;
    position: relative;
/*    width: calc(100% - 300px);
    max-width: calc(100% - 300px);*/
    float: left;
    padding: 0;
}
.main-navigation > div {
    display: table;
    width: 100%;
}
.main-navigation ul {
    display: table-row;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation div>ul>li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
    margin: 0;
    display: inline-table;
    padding: 0 12px 0 11px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    line-height: 80px;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: "Lato Bold", sans-serif;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.main-navigation a:hover {
    color: #6b90ac;
}
.main-navigation .tele {
	color: #fdaa60;
	font-size: 28px;
	padding: 0;
	letter-spacing: 2px;
}
.main-navigation li:last-child {
    padding: 11px 0px 0px 20px;
}

.main-navigation li:hover > ul {
    display: block;
}
.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 60px;
    float: left;
    width: 239px;
    background: #FFF;
    z-index: 99999;
    border: 1px solid #6b90ac;
}
.main-navigation ul ul li {
    display: inline-block;
    text-align: left;
    padding: 8px 0px;
    border-bottom: 1px solid #cfcfcf;
    box-sizing: border-box;
}
.main-navigation ul ul li:last-child {
    padding: 8px 0;
    border: 0;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 210px;
    padding: 0;
    line-height: 1.444;
    font-size: 12px;
}
#mobile-stuff {
    display: none;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #6b90ac;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Frontpage 
--------------------------------------------------------------*/

#main {
    max-width: 1020px;
    margin: 0 auto;
}

#blog-main {
    max-width: 1100px;
    margin: 0 auto;	
}

body.home #content {
    padding: 107px 130px 0px;
}
#content {
    padding-top: 85px;
}
body.home #primary {
    margin-bottom: 75px;
}
.homepage_section {
    width: 100%;
    float: left;
}
body.home #section .logos {
    width: 100%;
    height: 77px;
    background-color: #f4f6f8;
}
#affiliation_logos {
    width: 100%;
    height: auto;
    background-color: #f4f6f8;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 40px;
}
#affiliation_logos:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#quote {
    padding: 28px 0px 32px;
    border-top: 1px solid #d6d6d7;
    border-bottom: 1px solid #d6d6d7;
    text-align: center;
    margin-bottom: 45px;
}
#quote .inner-quote {
    color: #6b90ac;
    font-weight: bold;
    font-family: "Lato Bold Italic", sans-serif;
    letter-spacing: 1px;
    line-height: 31px;
    font-size: 19px;
}
#doctors {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 900px;
}

#doctors img:hover {
    opacity: 0.7;
}
#doctors .box {
    float: left;
    width: 33%;
    text-align: center;
    margin: 12px 0px;
}
#doctors a {
    text-decoration: none;
    color: #6b90ac;
}
#doctors h3 {
    margin: 15px 0 15px 12px;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: "Lato Bold Italic", sans-serif;
}
#doctors .call {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    margin-top: 28px;
}
#doctors .call a {
    background: #fdaa60;
    color: #fff;
    padding: 16px 18px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato Regular", sans-serif;
    font-style: normal;
    letter-spacing: 2px;
}
#doctors .call a:hover {
    background: #fec897;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#procedures.homepage_section {
    margin-top: 35px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
#procedures.second {
    margin-top: 129px;
}
#procedures.second .box {
    width: 50%;
    margin-right: 50px;
}
#procedures .box {
    width: 50%;
    margin-right: 30px;
}
#procedures .box:last-child {
    margin-right: 0;
    margin-left: 50px;
}
#procedures.second .box:last-child {
    margin-right: 0;
    margin-left: 0;
}
#procedures.second .box img {
    margin-bottom: 12px;
}
#procedures.second .inner-procedures {
    margin-top: 0;
}
#procedures .inner-procedures {
    margin-top: 40px;
}
#procedures .inner-procedures {
    margin-top: 30px;
    font-weight: 100;
    line-height: 32px;
    letter-spacing: 1.7px;
    font-size: 17.5px;
    font-family: "Lato Regular", sans-serif
}
#procedures .box span {
    text-decoration: none;
    font-weight: bold;
    margin: 0 0px;
    letter-spacing: 3.8px;
    font-size: 20px;
}
/*#procedures .box a {
    text-decoration: none;
    font-weight: bold;
    margin: 0 0px;
    letter-spacing: 3.8px;
    font-size: 20px;
}*/
#procedures .box a.read {
    margin: 0 7px;
    letter-spacing: 1.8px;
    font-family: Lato Bold;
}
#procedures.homepage_section.second .box a.read {
    margin: 0;
    letter-spacing: 2.5px;
}
/*--------------------------------------------------------------
# Contact PAGE
--------------------------------------------------------------*/

body .contact-box .gform_wrapper .call-us {
    font-size: 15px;
    letter-spacing: 1.2px;
    font-family: 'Lato', sans-serif;
    color: #fdaa60 !important;
    margin-top: 2px;
    font-style: normal;
    text-align: center!important;
    margin-bottom: 24px;
}
.contact-page .gform_wrapper .gfield_required, .name_first label, .name_last label{
    display: none !important;
}

.contact-page .gform_wrapper span{
    padding: 0;
}
.contact-page .gform_wrapper input,
.contact-page .gform_wrapper select{
    max-width: 430px!important;
}

.contact-page .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border-radius: 0;
    height: 50px;
    width: 455px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    background: url(images/lacolon-sprites.png) no-repeat;
    background-position: 380px -225px;
    background-size: 800px auto;
    padding-left: 10px;
}
.contact-page .gfield.phone,
.contact-page .gfield.secondary-phone{
    max-width: 205px !important;
    float: left;
    clear: none;
    margin-bottom: 15px !important;
}

.contact-page .gfield.phone{
    margin-right: 20px;
}

.contact-page .gfield.recaptcha{
    margin:0;
}

.contact-page .gfield.recaptcha div {
    margin: 0 !important;
}
.contact-page .gform_wrapper .gform_footer{
    margin: 15px 0 0;
    padding:0;
}
.contact-page .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    text-shadow: none;
    outline: none;
    padding: 0;
    height: 50px;
    margin-top: 5px;
    max-width: 435px;
    width: 100%;
    border-radius: 0;
}

.contact-page .gfield.phone input,
.contact-page .gfield.secondary-phone input{
    max-width: 205px !important;
}
.contact-page h1 {
    text-transform: uppercase;
    margin: 0;
}
.contact-page h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 1.4px;
}
.contact-page span {
    display: block;
    text-align: center;
    color: #6b90ac;
    letter-spacing: 2px;
    font-family: "Lato Regular", sans-serif;
    font-size: 1.5em;
}
.contact-page-content {
    padding: 55px 48px;
    margin-bottom: 26px;
    display: block;
}
.contact_page_half p {
    margin: 0;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.page_half_wrap p {
    color: #b1b1b1;
    margin: 27px 0 17px;
}
.contact_page_half {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 50px;
}
.page_half_wrap {
    width: 50%;
    float: left;
}
#ninja_forms_form_5_cont label {
    font-family: "Lato Regular", sans-serif;
    font-size: 15px;
    letter-spacing: 2.1px;
}
#ninja_forms_form_5_cont input {
    width: 455px;
    height: 50px;
    border-radius: 0;
    padding: 10px;
    outline: none;
    overflow: hidden;
}
#ninja_forms_form_5_cont .phone-wrap input {
    width: 210px;
}
#ninja_forms_form_5_all_fields_wrap .phone-wrap {
    width: 210px;
    float: left;
    margin-right: 20px;
}
#ninja_forms_form_5_all_fields_wrap .phone-wrap.secondary-wrap {
    margin-right: 0;
    width: 226px;
}
#ninja_forms_form_5_all_fields_wrap .phone-wrap.secondary-wrap input {
    width: 226px;
}
.field-wrap,
#ninja_forms_required_items {
    margin-bottom: 16px !important;
}
#ninja_forms_form_5_wrap select {
    border-radius: 0;
    height: 50px;
    width: 455px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    background: url('images/lacolon-sprites.png') no-repeat;
    background-position: 405px -225px;
    background-size: 800px auto;
    padding-left: 10px;
}
#ninja_forms_form_5_wrap .list-dropdown-wrap {
    margin-bottom: 22px !important;
}
#ninja_forms_form_5_cont #nf_submit_5 input {
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    height: 63px;
    padding: 12px 0;
    text-shadow: none;
    outline: none;
}
#ninja_forms_form_5_cont #nf_submit_5 input:hover{
    opacity: 0.7;
}
#ninja_forms_form_5_cont .submit-wrap {
    margin-bottom: 11px !important;
}
#ninja_forms_form_5_cont p {
    margin: 0;
    text-align: right;
    letter-spacing: 0.7px;
    font-family: "Lato Regular", sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-right: 5px;
}
.page_half_wrap.right {
    padding: 50px 0 50px 57px;
}
#address {
    padding: 40px 0 30px 0px;
}
.page_half_wrap.right p {
    margin: 0 5px 5px;
    font-size: 15px;
    letter-spacing: 1.4px;
    color: #6b90ac;
}
#address:before {
    content: '';
    display: block;
    height: 35px;
    display: block;
    float: left;
    width: 27px;
    background: url('images/lacolon-sprites.png') no-repeat;
    background-position: -74px -215px;
    background-size: 750px;
    height: 35px;
    margin-right: 15px;
}
.contact-page .notes {
    letter-spacing: 1px;
    font-size: 15px;
    padding-right: 25px;
    line-height: 23px;
    margin-bottom: 15px;
}
.contact-page-content span {
    color: #fdaa60;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.9px;
    margin-top: 0;
    font-family: "Lato Regular", sans-serif;
    display: block;
}
.gform_wrapper .top_label .gfield_label{
    font-family: "Lato Regular", sans-serif;
    font-size: 15px;
    letter-spacing: 2.1px;
    color: #5f5f5f;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    letter-spacing: normal;
    width: 455px;
    max-width: 455px;
    height: 50px;
    border-radius: 0;
    padding: 10px;
    outline: none;
    overflow: hidden;
    color: #666;
    border: 1px solid #ccc;
    font-family: "Lato Regular", sans-serif;
    font-size: 15px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    margin: 0 !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border-radius: 0;
    height: 50px;
    width: 455px;
    max-width: 455px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    background: url(images/lacolon-sprites.png) no-repeat;
    background-position: 405px -225px;
    background-size: 800px auto;
    padding-left: 10px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    padding: 12px 25px;
    text-shadow: none;
    outline: none;
    width: 100% !important;
    float: left;
}
p.information {
  font-size: 13px;
  text-align: right;
}
.gform_wrapper li.gfield.gfield_creditcard_warning{
    border-top: 2px solid #fdaa60 !important;
    border-bottom: 4px solid #fdaa60 !important;
    background-color:rgba(232, 232, 232, 0.41) !important;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{
    border-bottom: 1px solid #fdb370 !important;
    background-image: none !important;
    color: #5f5f5f!important;
    font-family: "Lato Regular", sans-serif;
    padding-left: 0 !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}



/*--------------------------------------------------------------
# BLOG PAGE
--------------------------------------------------------------*/

.blog-title {
    font-size: 28px;
    padding-top: 23px;
    margin-bottom: 25px;
}
/*.post-content {
    width: 76%;
    float: left;
    padding: 0 0 0 5px;
}*/

.post-content h2 {
    font-family: Lato Regular;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    letter-spacing: 2.3px;
    clear: none;
}
.post-content p {
    letter-spacing: 1.9px;
    margin-top: 20px;
    line-height: 29px;
    margin-bottom: 0;
}
.post-single {
    padding-bottom: 33px;
    margin-bottom: 50px;
    border-bottom: 1px #dedede solid;
    float: left;
    width: 100%;
}
.post-content .read-more {
    margin-left: 16px;
    font-weight: bold;
    font-family: "Lato Bold", sans-serif;
}
.blog-images {
    width: 185px;
    height: 180px;
    float: left;
    margin: 10px 50px 20px 0;
    display: block;
    clear: both;
    background-size: auto 100%;
    background-size: cover;
    background-position: center center;
}
/*--------------------------------------------------------------
#Testimonials | BLOG | CONTACT
--------------------------------------------------------------*/

.page_half_wrap.right.responsive {
    display: none;
}
#contact {
    background: #f4f6f8;
    padding: 40px 130px 7px;
    border-bottom: 1px solid #bcbcbc;
}
#contact2 {
    background: #f4f6f8;
    padding: 15px 0 0px 0px;
    border-bottom: 1px solid #bcbcbc;
    clear: both;
}
#contact.homepage_section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
#contact section {
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
}
#contact2 section {
    max-width: 1020px;
    margin: 0 auto;
    width: 100%;
}
#contact.homepage_section .box {
    width: 33.3%;
/*    border-left: 1px solid #cdcecf;*/
    padding-left: 22px;
    float: left;
}
#contact.homepage_section .box.blog-post {
    border-left: 1px solid #cdcecf;
    border-right: 1px solid #cdcecf;
}
#contact.homepage_section .box:first-child {
    border: 0;
    padding: 0;
}
#contact.homepage_section .box:last-child {
    padding-left: 33px;
}
#contact h2 {
    font-size: 21px;
    letter-spacing: 2.2px;
}
#contact h2:last-child {
    margin-bottom: 30px;
}
#contact .box div.testimonial_logo:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 400px;
    background: url('images/lacolon-sprites.png') no-repeat -495px -50px;
    background-size: 800px auto;
}
#contact img {
    margin-top: 10px;
}
#contact .thumbnail {
    width: 110px;
    height: 110px;
    margin-right: 32px;
    float: left;
    margin: 5px 15px 10px 0;
    display: block;
    clear: both;
    background-size: cover;
    background-position: center center;
}
#contact .post {
    font-size: 19px;
    letter-spacing: 1px;
    padding-right: 10px;
    line-height: 32px;
}
#contact .read {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 17px;
}
#contact.homepage_section.mobile {
    display: none;
}
#ninja_forms_form_1 .field-wrap {
    margin-bottom: 16px;
}
#ninja_forms_form_1_cont {
    display: block;
    float: left;
}
#ninja_forms_form_1 label {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #787878;
    letter-spacing: 1px;
    margin-bottom: 1px;
}
#ninja_forms_form_1 input {
    border-radius: 0;
    border: 1px solid #a9c9e1;
    height: 43px;
    width: 275px;
    outline: none;
}
#ninja_forms_form_1 textarea {
    border-radius: 0;
    border: 1px solid #a9c9e1;
    height: 95px;
}
#ninja_forms_form_1 select {
    border-radius: 0;
    border: 1px solid #a9c9e1;
    height: 43px;
    width: 275px;
    padding: 5px;
    background: #fff;
    text-transform: uppercase;
    padding: 0 18px;
    font-size: 16px !important;
    color: #8f8f8f;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url('images/lacolon-sprites.png') no-repeat;
    background-position: 230px -220px;
    background-size: 780px auto;
    background-color: #fff;
}
#ninja_forms_form_1 #nf_submit_1 input {
    float: right;
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    margin-top: 4px;
    height: 40px;
    padding: 12px 0;
    text-shadow: none;
    outline: none;
}
#ninja_forms_form_1 #nf_submit_1 input:hover{
    opacity: 0.7;
}
#ninja_forms_form_1 .field-wrap.submit-wrap {
    margin-bottom: 8px !important;
}
#ninja_forms_form_1 p {
    float: right;
    width: 100%;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    text-align: right;
    margin: 0;
}
#ninja_forms_form_1 .call-us {
    width: 100%;
    text-align: center;
}
#ninja_forms_form_1 .call-us p {
    font-size: 15px;
    letter-spacing: 1.2px;
    font-family: 'Lato', sans-serif;
    color: #fdaa60;
    margin-top: 2px;
    font-style: normal;
    text-align: center;
    margin-bottom: 24px;
}
/*--------------------------------------------------------------
# Patient Forms
--------------------------------------------------------------*/
.gform_wrapper {
    display: block !important;
}

#gform_wrapper_2.gform_wrapper .gf_progressbar {
    padding: 1px;
    position: relative;
    background-color: rgba(230, 230, 230, 0.35);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

#gform_wrapper_2.gform_wrapper .percentbar_blue {
    background: rgb(253, 170, 96);
    color: #FFF;
    border-radius: 20px 4px 4px 20px;
    text-shadow: none;
    height: 20px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px!important;
    z-index: 999;
    vertical-align: middle;
}

#gform_wrapper_2.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.65;
}

#gform_wrapper_2.gform_wrapper .gf_progressbar:after {
    display: block;
    width: 100%;
    z-index: 990;
    height: 20px;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}

#gform_wrapper_2.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html p {
    border: 0 !important;
    background-color: rgba(236, 236, 236, 0.32) !important;
    padding: 10px !important;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    color: #5a5a5a;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 5px 5px 0;
    width: 13px !important;
}

body .gform_wrapper img.ui-datepicker-trigger{
    display: none !important;
}

body div#ui-datepicker-div[style] {
    z-index: 9999!important;
    width: auto;
}

#gform_wrapper_2.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 14px;
    font-family: inherit;
    padding: 5px 10px;
    letter-spacing: normal;
    max-width: 330px;
    margin: 0;
}

#gform_wrapper_2.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    padding: 12px 25px;
    text-shadow: none;
    outline: none;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button{
    margin-right: 10px;
    border: 0;
    background: #ffab58;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    padding: 12px 25px;
    text-shadow: none;
    outline: none;
    
}

#gform_wrapper_2.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background: url(images/lacolon-sprites.png) no-repeat;
    background-position: 280px -225px;
    background-size: 800px auto !important;
    max-width: 330px;
}

#gform_wrapper_2.gform_wrapper ul.gfield_radio li input+input {
    margin-left: 0;
}



/* New Desktop Styles */

body #main .ga__address-wrap > div > span[class^="ginput_"] {
    width: 50%;
    margin: 0;
    float: left;
    padding: 0 20px 0 0!important;
}

body #main .ga__address-email > div > span[class^="ginput_"] {
    box-sizing: border-box;
}

body #main #gform_wrapper_2 .ga__address-wrap > div > span[class^="ginput_"] input,
body #main #gform_wrapper_2 .ga__address-email input[type=email] {
    width: 100%;
    max-width: 99%;
}

.ga__address-wrap {
    display: table;
}

#gform_wrapper_2 h2.gsection_title {
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px!important;
}
#gform_wrapper_2 h2.gsection_title + .gsection_description {
    text-align: center;
    margin-top: -20px;
}

body #gform_wrapper_2 .float__field {
    float: left;
}




/*--------------------------------------------------------------
# CTAS
--------------------------------------------------------------*/

.callToAction.One {
    background: #fdaa60;
    padding: 6px 36px;
    display: inline-block;
    margin-top: 33px;
    margin-bottom: 27px;
    text-decoration: none;
}

.callToAction.One:hover {
    background: #fec897;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainText {
    letter-spacing: 0.8px;
    color: #fff;
    text-decoration: none;
    font-family: "Verdana", sans-serif;
}
/*--------------------------------------------------------------
# Homepage Banner
--------------------------------------------------------------*/

#banner.mobile {
    display: none;
}
#banner {
    width: 100%;
    height: 297px;
    display: block;
    float: left;
}
.homeSlider {
    width: 75.5%;
    height: 308px;
    float: left;
    margin: 0;
    padding: 0;
    background-size: 100% auto;
    position: relative;
}
.rsDefaultInv {
    background: transparent;
}
.bannerItems {
    float: right;
    margin: 0;
    padding: 0;
    width: 24.5%;
    height: 308px;
    cursor: pointer;
}
.bannerItems .btn-container {
    width: 100%;
    height: 159px;
    display: block;
    float: left;
    margin: 0 0 1px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: relative;
}
.bannerItems a {
    margin-bottom: 2px;
    height: 73px;
    color: #fff;
    line-height: 0;
    font-size: 16px;
    display: table;
    text-align: center;
    width: 250px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
    font-family: Lato, sans-serif;
    cursor: pointer;
}
.bannerItems a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bannerItems a:after {
    content: ">";
    width: 0;
    height: 100%;
    position: absolute;
    top: 34px;
    right: 43px;
    color: #fff;
    visibility: hidden;
}
.bannerItems .three::after {
    top: 34px;
    right: 85px;
}
.bannerItems a span {
    display: block;
    letter-spacing: 2px;
    line-height: 68px;
    font-size: 16px;
    padding-right: 13px;
}
.bannerItems .one {
    background-color: #6b90ac;
}
.bannerItems .two {
    background-color: #83a2b9;
}
.bannerItems .three {
    background-color: #91b3cc;
}
.bannerItems .four {
    background-color: #a9c9e1;
}
.BannerContent {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.BannerContentWrapper {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
}
.BannerContent .BannerContentWrapper div {
    display: table-cell;
    width: 100%;
    clear: both;
    vertical-align: middle;
}
.BannerContent h1 {
    text-transform: uppercase;
    font-family: "Lato Bold", sans-serif;
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 3.8px;
    margin: 105px 0px 17px 16px;
}
.BannerContent span {
    font-size: 23px;
    letter-spacing: 3.3px;
    font-family: "Lato Regular", sans-serif;
    margin-left: -6px;
}
.BannerContent a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    padding: 10px 12px;
    background: #fdaa60;
    letter-spacing: 1px;
}
.BannerContent a:after {
    content: '';
    display: inline-block;
    margin: -2px 0;
    width: 20px;
    height: 25px;
    background: url('images/lacolon-sprites.png') no-repeat -166px 11px;
    background-size: 280px auto;
}
.button:hover {
    background: #fec897;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-navigation {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.footer-navigation div {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer-navigation ul {
    display: block;
    width: 100%;
    max-width: 940px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    float: none;
}
.footer-navigation li {
    position: relative;
    margin: 0;
    display: inline-table;
    padding: 0 18px;
}
.footer-navigation a {
    display: block;
    text-decoration: none;
    line-height: 75px;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: "Lato Bold", sans-serif;
    margin: 0;
    overflow: hidden;
    outline: none;
}
.footer-navigation a:hover {
    color: #6b90ac;
}
.footer-navigation .tel {
    color: #fdaa60;
    font-size: 22px;
    padding: 0;
    letter-spacing: 1px;
}
.footer-navigation {
	text-align: center !important;
}
.site-info {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    /*padding: 0px 172px 35px;*/
    padding: 0px 0px 35px;
}
.site-info section:first-child {
    width: 44%;
    padding: 0;
    margin: 0;
	text-align:right;
	margin-right:30px !important;
}
.site-info section {
    width: 56%;
}
.site-info section:last-child:before {
    content: '';
    display: block;
    border-left: 1px solid #cfcfcf;
    height: 130px;
    float: left;
    margin-right: 39px;
    margin-left: 3px;
}
#footer-address span:first-child {
    color: #6f7c7c;
    font-size: 20.2px;
    letter-spacing: 1px;
    font-family: 'Lato Regular', sans-serif;
    line-height: 0px;
}
#footer-address span.address span {
    font-size: 17px;
    color: #6f7c7c;
    letter-spacing: 1px;
    font-family: 'Lato Regular', sans-serif;19
}
#footer-address hr {
    margin: 15px 0;
}
#disclaimer {
    padding: 18px 32px 15px 72px;
    width: 100%;
    background-color: #e1e1e1;
}
#disclaimer .wrapper {
    font-family: "Verdana", sans-serif;
    font-size: 10.1px;
    color: #a6a6a6;
    letter-spacing: 0.17px;
    line-height: 1.3;
    text-align: left;
    padding-top: 8px;
}
#disclaimer .wrapper br {
    display: none;
}
#disclaimer a {
    color: #7194af;
    text-decoration: underline;
}
.footer-tel {
    float: left;
    font-size: 22px;
    color: #fdaa60;
    letter-spacing: 1.2px;
}
/*.not-home .footer-navigation {
    padding-left: 0;
    padding-top: 19px;
}
.not-home .footer-navigation div {
    display: none;
}*/
.not-home .footer-logos {
    padding-bottom: 30px;
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.not-home .site-info {
    padding-bottom: 45px;
}
.home .footer-logos {
    display: none;
}
.infos .bullet {
    float: left;
    margin: 0 25px;
    font-size: 23px;
    color: #6f7c7c;
}
#footer-social-media a {
    height: 30px;
    display: block;
    float: left;
    width: 33px;
    background: url('images/lacolon-sprites.png') no-repeat;
    background-size: 350px auto;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
#footer-social-media a:hover {
    opacity: 0.6;
}
#footer-social-media .footer_social.facebook {
    background-position: 0px -57px;
}
#footer-social-media .footer_social.twitter {
    background-position: -35px -57px;
}
#footer-social-media .footer_social.gplus {
    background-position: -68px -57px;
}
#footer-social-media .footer_social.rss {
    background-position: -103px -57px;
}
#footer-social-media .footer_social.youtube {
    background-position: -137px -57px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 41px;
    margin-bottom: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 41px;
    margin-bottom: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear {
    clear: both;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0 3px;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
#procedures-mobile,
#testimonial-mobile,
.site-info.mobile {
    display: none;
}

.entry-header h1 {
    text-transform: uppercase;
}







/*custom css start*/

@media only screen and (min-width: 1025px){
    .single-post-left{width:650px!important;float:left!important;}
    .single-post-right{width:300px !important;float:right!important;}
}

@media only screen and (min-width: 576px){
    .single-post-left{
    
    margin-left:12px!important;;
    margin-right:12px!important;;
    
    }
    .single-post-right{
    
    margin-left:12px!important;;
    margin-right:12px!important;;
    
    }
}
@media only screen and (max-width: 620px){
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 90%!important;
}
    .has-sidebar aside.sidebar-right {
  float: none!important;
  width: 90%!important;
    margin-left: 5%!important;
    margin-right: 5%!important;
  margin-top: 50px;
}
}
@media only screen and (max-width: 1024px){
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 90%!important;
}
}
.entry-content p {
  padding-right: 28px;
  color: #5f5f5f;
  line-height: 1.6!important;
  letter-spacing: .8px;
  font-size: 18px!important;
  margin-top: 16px;
  font-family: "Verdana",sans-serif;
  display: inline-block;
  margin-bottom: 8px;
}
p {
 line-height: 1.6!important;
  letter-spacing: .8px;
  font-size: 18px!important;
}

/*custom css end*/










/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/

@media only screen and (min-width: 1170px) {
/*  header {
    height: 300px;
    line-height: 300px;
  }*/
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #aaa;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 10%;
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img p {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -23px;
    color: white;
    font-weight: bold;
    font-size: 28px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #fdaa60;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: rgba(192, 192, 192, 0.1);
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #fdaa60;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #666666;
  text-align: left !important;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left !important;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
 
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/*Added 21 Jan 2019*/

#banner .container1 a#video {
    top: 75% !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 135px;
    margin: 0 auto;
}       
#banner h1 {
    top: 35% !important;
    left: 0;
    right: 0;
}
.homeSlider img {
    width: 100%;
}

/*Mozila*/

@-moz-document url-prefix() { 
    body #banner .container1 a#video::after {
        background:none;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #ffffff;
        right: 10px;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1275px) {
    #main {
        max-width: 875px;
    }
    .site-branding {
        margin: 23px 0 25px 13px;
    }
    .main-navigation {
        display: table;
        position: relative;
        padding: 0;
        width: calc(100% - 275px);
        padding-left: 20px;
        max-width: calc(100% - 275px);
    }
    .main-navigation > div {
        display: table;
        width: 100%;
    }
    .main-navigation ul {
        display: table-row;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0 10px;
    }
    .main-navigation li {
        position: relative;
        display: table-cell;
        padding: 0 10px;
    }
    
    .main-navigation ul ul a {
        width: 210px;
        padding: 0;
        line-height: 1.444;
        font-size: 11px;
    }
    .main-navigation a {
        display: block;
        text-decoration: none;
        color: #5a5a5a;
        text-transform: uppercase;
        line-height: 83px;
        font-size: 16px;
        letter-spacing: 0.4px;
        font-family: "Lato Bold", sans-serif;
        font-weight: bold;
        margin: 0;
        overflow: hidden;
        outline: none;
        padding: 0;
        white-space: pre;
    }
    .main-navigation li:last-child {
        padding-right: 3px;
        padding-top: 2px;
    }
    body.home #content {
        padding: 100px 70px 20px;
    }
    #affiliation_logos {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    #doctors .call a {
        padding: 16px 26px 16px 24px;
    }
    h2 {
        font-size: 23px;
        letter-spacing: 1.5px;
        margin: 25px 0 30px;
    }
    #procedures .box {
        margin: 0;
        max-width: 416px;
        margin-top: 2px;
    }
    #procedures .box img {
        margin: 10px 0;
    }
    #procedures.homepage_section {
        margin-top: 35px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }
    #procedures .box:last-child {
        margin-left: 35px;
    }
    #procedures .inner-procedures {
        font-size: 17px;
        letter-spacing: 1.6px;
    }
    #procedures.second {
        margin-top: 100px;
    }
    #procedures.second .box {
        width: 50%;
        margin-right: 31px;
        max-width: 268px;
    }
    #procedures.second .inner-procedures {
        margin-top: 10px;
    }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    max-width: 400px;
}
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
        max-width: 400px;
        background-position: 350px -225px;

    }
    #contact .box div.testimonial_logo:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 400px;
        background: url(images/lacolon-sprites.png) no-repeat -327px -35px;
        background-size: 525px auto;
    }
    #contact.homepage_section .box:first-child {
        border: 0;
        padding: 0;
        max-width: 220px;
    }
    #contact section {
        max-width: 900px;
        margin: 0 auto;
        width: 100%;
    }
    #contact2 section {
        max-width: 900px;
        margin: 0 auto;
        width: 100%;
    }
    #contact.homepage_section .box {
        width: 37.3%;
/*        border-left: 1px solid #cdcecf;*/
        padding-left: 0;
        max-width: 330px;
        padding: 0 30px;
    }
    #contact.homepage_section .box:last-child {
        padding: 0 0 0 35px;
    }
    #contact.homepage_section {
        padding: 40px 70px 15px;
        border: 0;
    }
    #contact h2 {
        font-size: 20.2px;
        letter-spacing: 2.3px;
        font-family: "Lato Bold", sans-serif;
    }
    #contact img {
        margin: 5px;
    }
    #contact .thumbnail {
        float: none;
    }
     #contact .post {
         padding: 10px 0;
     }
    #ninja_forms_form_1 .call-us p {
        margin-bottom: 20px;
    }
    .field-wrap,
    #ninja_forms_required_items {
        margin-bottom: 16px !important;
    }
    .footer-navigation {
        padding-left: 0;
    }
    #site-navigation.footer-navigation div {
        display: block;
        padding: 8px 0 0 58px;
     }
    .home .footer-logos {
        display: block;
        padding-top: 20px;
    }
    .site-info {
        padding: 0px 70px 35px;
        max-width: 1020px;
        margin: 0 auto;
    }
    .site-info section:first-child {
        width: 40%;
        padding: 0;
        margin: 0;
        max-width: 320px;
    }
    .site-info section:last-child:before {
        content: '';
        display: block;
        border-left: 1px solid #cfcfcf;
        height: 130px;
        float: left;
        margin-right: 30px;
        margin-left: 35px;
    }
    .site-info section {
        width: 65%;
    }
    .footer-tel {
        float: left;
        font-size: 21px;
        color: #fdaa60;
        letter-spacing: 0.8px;
        margin-top: 4px;
        margin-left: 3px;
    }
    .infos .bullet {
        float: left;
        margin: 0 19px;
        font-size: 23px;
        color: #6f7c7c;
    }
    
    #disclaimer {
        padding: 15px 32px 15px 15px;
        width: 100%;
        background-color: #e1e1e1;
    }
    
    #disclaimer .wrapper {
        text-align: center;
    }
    #disclaimer .wrapper br {
        display: block;
    }
    .bannerItems {
        float: right;
        margin: 0;
        padding: 0;
        width: 24.5%;
        height: 259px;
        cursor: pointer;
    }
    .bannerItems a {
        height: 63px;
        width: 215px;
    }
    .bannerItems a span {
        display: block;
        letter-spacing: 2px;
        line-height: 63px;
        font-size: 15px;
        padding-right: 13px;
    }
    .bannerItems a:after {
        content: ">";
        width: 0;
        height: 100%;
        position: absolute;
        top: 33px;
        right: 20px;
        color: #fff;
    }
    .bannerItems .three::after {
        top: 34px;
        right: 22px;
    }
    #banner {
        width: 100%;
        height: 248px;
        display: block;
        float: left;
    }
    .BannerContent h1 {
        text-transform: uppercase;
        font-family: "Lato Bold", sans-serif;
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        letter-spacing: 3.8px;
        margin: 75px 0px 5px 16px;
    }
    .BannerContent span {
        font-size: 18px;
        letter-spacing: 3.3px;
        font-family: "Lato Regular", sans-serif;
        margin-left: -6px;
    }
    .BannerContent a {
        text-decoration: none;
        color: #fff;
        font-size: 9px;
        padding: 10px 8px;
        background: #fdaa60;
        letter-spacing: 1px;
    }
    h1.entry-title {
        margin: 0.67em 4em;
        letter-spacing: 2.3px;
        padding-top: 20px;
        font-size: 22px;
    }
    .entry-content p {
        color: #5f5f5f;
        line-height: 29px;
        padding-right: 10px;
        letter-spacing: 0.8px;
        font-size: 16px;
        margin-top: 16px;
        font-family: "Verdana", sans-serif;
        margin-bottom: 8px;
    }
    .alignleft {
        display: inline;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
    .contact-page h1 {
        text-transform: uppercase;
        margin: 0;
        font-size: 24px;
    }
    .contact-page span {
        display: block;
        text-align: center;
        color: #6b90ac;
        letter-spacing: 0.4px;
        font-family: "Lato Regular", sans-serif;
        font-size: 24px;
    }
    .contact-page-content {
        padding: 55px 0;
        margin-bottom: 26px;
        display: block;
    }
    .contact_page_half p {
        margin: 0;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
        letter-spacing: 0.1px;
    }
    .page_half_wrap p {
        color: #b1b1b1;
        margin: 25px 0 22px;
    }
    #ninja_forms_form_5_cont input {
        width: 435px;
        height: 50px;
        border-radius: 0;
        padding: 10px;
        outline: none;
        overflow: hidden;
    }
    #ninja_forms_form_5_cont label {
        font-family: "Lato Regular", sans-serif;
        font-size: 15px;
        letter-spacing: 2.1px;
        margin-bottom: 7px;
    }
    #ninja_forms_form_5_cont .phone-wrap input {
        width: 206px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap.secondary-wrap input {
        width: 209px;
    }
    #ninja_forms_form_5_cont label {
        margin-top: 2px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap {
        margin-right: 20px;
        width: 205px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap.secondary-wrap {
        width: 205px;
    }
    #ninja_forms_form_5_wrap select {
        border-radius: 0;
        height: 50px;
        width: 435px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        background: #fff;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-position: 385px -225px;
        background-size: 800px auto;
    }
    #ninja_forms_form_5_wrap .list-dropdown-wrap {
        margin-bottom: 16px !important;
    }
    #ninja_forms_form_5_cont p {
        margin: 0;
        text-align: right;
        letter-spacing: 0.7px;
        font-family: "Lato Regular", sans-serif;
        font-size: 14px;
        font-style: italic;
        margin-right: 5px;
    }
    #ninja_forms_form_5_cont #nf_submit_5 input {
        border: 0;
        background: #ffab58;
        box-shadow: none;
        color: #fff;
        font-size: 17px;
        font-family: 'Lato', sans-serif;
        letter-spacing: 2px;
        text-shadow: none;
        outline: none;
        padding: 0;
        height: 50px;
        margin-top: 5px;
    }
    #ninja_forms_form_5_cont .submit-wrap {
        margin-bottom: 17px !important;
    }
    .contact-page h2 {
        text-align: center;
        margin: 0;
        letter-spacing: 1.4px;
        font-size: 21px;
        margin-top: 7px;
    }
    #address {
        padding: 64px 0 35px 0px;
    }
    .page_half_wrap.right p {
        margin: 0;
        font-size: 15px;
        letter-spacing: 1.3px;
        color: #6b90ac;
        line-height: 24px;
    }
    .page_half_wrap.right {
        padding: 50px 0 50px 50px;
    }
    #address:before {
        content: '';
        display: block;
        height: 35px;
        display: block;
        float: left;
        width: 27px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-position: -74px -215px;
        background-size: 750px;
        height: 35px;
        margin-right: 15px;
    }
    .contact_page_half {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 85px;
    }
    .contact-page-content span {
        color: #fdaa60;
        text-align: left;
        font-size: 16px;
        letter-spacing: 0.9px;
        margin-top: 0;
        font-family: "Lato Regular", sans-serif;
        display: block;
    }
    .blog-title {
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .post-single {
        padding-bottom: 51px;
    }
    /*.post-content {
        width: 73%;
        float: left;
        padding: 0 0 0 0px;
    }*/
    
    .post-content p {
        letter-spacing: 1.9px;
        margin-top: 15px;
        line-height: 29px;
        margin-bottom: 0;
    }
    .blog-images {
        margin: 10px 50px 40px 0;
    }    
    #banner .container1 a#video {
        top: 65% !important;
    }       
    #banner h1 {
        top: 30% !important;
        font-size: 20px !important;        
    }    
}
@media screen and (max-width: 1200px) {
    .contact-page .gfield.phone, .contact-page .gfield.secondary-phone {
        max-width: 205px !important;
        float: left;
        clear: none;
        margin-bottom: 15px !important;
        padding: 0 !important;
        width: 100%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
        width: 100% !important;
    }
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
        border-radius: 0;
        height: 50px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        background: #fff;
        background: url(images/lacolon-sprites.png) no-repeat;
        background-position: 622px -225px;
        background-size: 800px auto;
        padding-left: 10px;
    }
    .blog-title {
        font-size: 24px;
        padding-top: 30px;
        margin-bottom: 25px;
    }
    .post-single {
        padding-bottom: 51px;
        padding-left: 10px;
    }
    .blog-images {
        margin: 10px 35px 15px 0px;
        height: 165px;
    }
    .post-content h2 {
        font-family: Lato Regular;
        font-weight: 100;
        text-transform: uppercase;
        font-size: 21px;
        margin: 0;
        letter-spacing: 2.7px;
        clear: none;
    }
    .post-content p {
        letter-spacing: 2px;
        margin-top: 17px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .page_half_wrap.right.responsive {
        display: block;
        padding: 15px 15px 55px;
    }
    .page_half_wrap.right.no-responsive {
        display: none;
    }
    .page_half_wrap.right p {
        text-align: center;
    }
    .contact-page .notes {
        padding-right: 0;
    }
    #address::before {
        display: block;
        max-width: 35px;
        width: 100%;
        text-align: center;
        float: none;
        margin: 0px auto 20px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 750px auto;
        background-position: -215px -210px;
    }
    #address {
        padding: 25px 0px 20px;
    }
    #ninja_forms_form_5_cont #nf_submit_5 input {
        border: 0;
        background: #ffab58;
        box-shadow: none;
        color: #fff;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        letter-spacing: 2px;
        text-shadow: none;
        outline: none;
        padding: 0;
        height: 56px;
        margin-top: 6px;
    }
    #ninja_forms_form_5_cont p {
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    .g-recaptcha {
        margin-bottom: 35px;
    }
    .g-recaptcha iframe {
        -moz-transform: scale(1.1) translateX(15px) translateY(12px);
        -webkit-transform: scale(1.1) translateX(15px) translateY(12px);
        -o-transform: scale(1.1) translateX(15px) translateY(12px);
        -ms-transform: scale(1.1) translateX(15px) translateY(12px);
        transform: scale(1.1) translateX(15px) translateY(12px);
    }
    #ninja_forms_form_5_wrap select {
        height: 55px;
        width: 495px;
        background-position: 441px -241px;
        background-size: 855px auto;
    }
    .field-wrap,
    #ninja_forms_required_items {
        margin-bottom: 12px !important;
    }
    #ninja_forms_form_5_cont .phone-wrap input {
        width: 235px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap {
        margin-right: 20px;
        width: 240px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap.secondary-wrap input {
        width: 235px;
    }
    #ninja_forms_form_5_cont input {
        width: 495px;
        height: 57px;
    }
    .contact-page-content {
        padding: 67px 90px 75px;
        margin-bottom: 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .contact_page_half {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 45px;
    }
    .page_half_wrap p {
        color: #b1b1b1;
        margin: 20px 0 15px;
    }
    .page_half_wrap {
        width: 100%;
        float: left;
    }
    #main {
        max-width: 675px;
    }
    body.home #content {
        padding: 100px 45px 20px;
    }
    .main-navigation {
        display: none;
    }
    #mobile-stuff {
        display: block;
    }
    .mobile_buttons {
        width: 100%;
        height: 72px;
    }
    .mobile_buttons a,
    section#menu-toggle {
        color: transparent;
        display: block;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        float: left;
        width: 100px;
        height: 79px;
        padding-top: 30px;
        margin-left: 8px;
    }
    #menu-toggle span.div-one,
    #menu-toggle span.div-two,
    #menu-toggle span.div-three {
        width: 35px;
        height: 3px;
        display: block;
        background-color: #6a90ad;
        position: absolute;
        left: 50%;
        margin-left: -18px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    #menu-toggle span.div-one {
        top: 39px;
    }
    #menu-toggle span.div-two {
        top: 47px;
    }
    #menu-toggle span.div-three {
        top: 55px;
    }
    .menuclose span.div-one {
        -moz-transform: translate(-2px, 7px) rotate(-45deg);
        -webkit-transform: translate(-2px, 7px) rotate(-45deg);
        -o-transform: translate(-2px, 7px) rotate(-45deg);
        -ms-transform: translate(-2px, 7px) rotate(-45deg);
        transform: translate(-2px, 7px) rotate(-45deg);
    }
    .menuclose span.div-three {
        -moz-transform: translate(-1px, -9px) rotate(45deg);
        -webkit-transform: translate(-1px, -9px) rotate(45deg);
        -o-transform: translate(-1px, -9px) rotate(45deg);
        -ms-transform: translate(-1px, -9px) rotate(45deg);
        transform: translate(-1px, -9px) rotate(45deg);
    }
    #mobile-nav .menu-main-container {
        width: 100%;
        height: 60px;
        float: left;
        display: table;
    }
    #mobile-nav .menu-main-container {
        height: auto;
    }
    #mobile-nav {
        display: none;
    }
    #mobile-nav {
        background-color: #ffffff;
        width: 320px;
        position: absolute;
        left: 20px;
        text-align: left;
        padding: 15px 0px 15px 0px;
        z-index: 999;
        border: 1px solid #83a2b9;
    }
    #mobile-nav .sub-menu a {
        padding-left: 25px;
    }
    #mobile-nav ul {
        padding: 0;
        margin: 0;
    }
    #mobile-nav li {
        list-style: none;
        display: inline-block;
        width: 100%;
        position: relative;
    }
    #mobile-nav a {
        text-decoration: none;
        color: #5f5f5f;
        padding: 8px 20px;
        display: inline-block;
        font-size: 17px;
        width: 100%;
        font-family: Verdana, Arial, sans-serif;
        border-bottom: 1px solid #ccc;
    }
    #main-navigation {
        display: none;
    }
    #mobile-nav ul.sub-menu {
        display: none;
    }
    .opensub {
        height: 36px;
        font-size: 16px;
        line-height: 32px;
        width: 35px;
        text-align: center;
        top: -5px;
        right: 5px;
        position: absolute;
        color: #949494;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
 .mobile_buttons .site-branding.mobile-logo {
     width: 230px;
     margin: 0px auto;
     float: none;
     position: relative;
     background-size: 405px auto;
     background-position: 3px 20px;
 }
    .mobile_buttons .tel {
        font-size: 28px;
        letter-spacing: 1.7px;
        top: 28px;
        right: 20px;
        font-family: "Lato Bold";
        color: #fab167;
        width: 30%;
        position: absolute;
        float: right;
        padding-top: 0;
    }
    .site-branding.desktop {
        display: none;
    }
    #quote .inner-quote {
        font-size: 16px;
        padding: 0 12px;
        letter-spacing: 1px;
        line-height: 32px;
    }
    #quote {
        padding: 28px 0px 30px;
        margin-top: 25px;
    }
    #doctors .box:first-child {
        padding-right: 30px;
        margin-top: 5px;
    }
    #doctors .first h3 {
        margin: 13px 0 15px 7px;
        font-size: 15px;
        letter-spacing: 1.4px;
    }
    #doctors .second h3 {
        margin: 10px 0 0 10px;
        font-size: 15px;
        letter-spacing: 1.4px;
    }
    #doctors .third h3 {
        margin: 10px 0 8px 48px;
        font-size: 15px;
        letter-spacing: 1.4px;
    }
    .box .third {
        margin-left: 35px;
    }
    #doctors {
        margin-top: 3px;
    }
    #doctors .box {
        margin: 8px 0px 0;
    }
    #doctors .call {
        margin-top: 31px;
    }
    #doctors .call a {
        font-size: 15px;
        letter-spacing: 2.5px;
        margin-left: 0;
        padding: 16px 23px;
    }
    #procedures .inner-procedures {
        font-size: 17px;
        margin-top: 0;
        letter-spacing: 0.34px;
        line-height: 28px;
    }
    #procedures.homepage_section {
        margin: 45px 8px;
    }
    #procedures .box {
        padding-right: 22px;
    }
    #procedures .box a.read {
        font-size: 17px;
        display: block;
        margin: 0;
        letter-spacing: 2.4px;
    }
    #procedures .box a {
        text-decoration: none;
        font-weight: bold;
        margin: 0 0px;
        letter-spacing: 3.7px;
        font-size: 16px;
    }
    h2 {
        font-size: 19px;
    }
    #procedures .box:last-child {
        margin-left: 52px;
    }
    #procedures.homepage_section.second {
        display: block;
    }
    #procedures.second .box {
        width: 100%;
        margin: 0;
        max-width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 20px;
    }
    #procedures.second h2 {
        margin-bottom: 10px;
    }
    #procedures.second .box img {
        margin-bottom: 12px;
        max-width: 270px;
        float: left;
        display: block;
    }
    #procedures.second .inner-procedures {
        float: left;
        width: 60%;
        display: block;
        padding: 0 36px 0px 47px;
        margin-top: 0;
        line-height: 27px;
        letter-spacing: 1.6px;
    }
    body.home #primary {
        margin-bottom: 0;
    }
    #contact.homepage_section.mobile {
        border: 0;
        padding: 35px 35px 20px 55px;
        display: block;
    }
    #contact.homepage_section.mobile section {
        width: 100%;
        float: none;
        max-width: 675px;
        margin: 0 auto;
    }
    #contact.homepage_section section .box:first-child {
        border: 0;
        padding: 0;
        max-width: 220px;
        width: 40%;
    }
    #contact.homepage_section section .box {
        width: 67%;
        float: left;
        max-width: 100%;
        padding-left: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #contact.homepage_section.mobile .thumbnail {
        float: left;
        margin-left: 20px;
        width: 30%;
        display: block;
        margin-right: 0px;
    }
    #contact.homepage_section.mobile img {
        margin: 10px 0;
    }
    #contact.homepage_section.mobile .post {
        float: left;
        width: 65%;
        display: block;
        font-size: 15px;
        padding-left: 7px;
        letter-spacing: 1.2px;
        line-height: 28px;
        padding: 0 0 0 10px;
    }
    #contact.mobile h2 {
        font-size: 17px;
        margin-bottom: 25px;
    }
    #contact .box div.testimonial_logo:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 165px;
        background: url(images/lacolon-sprites.png) no-repeat -277px -29px;
        background-size: 470px auto;
    }
    #contact.homepage_section.mobile {
        display: block;
    }
    #contact .read {
        font-size: 15px;
    }
    #contact.homepage_section .box.recent {
        border: 0;
    }
    #contact.homepage_section .box.recent h2 {
        margin-bottom: 17px;
        margin-left: 15px;
    }
    #contact.homepage_section.mobile section:first-child {
        /* border-bottom: 1px solid #aaa;*/
        
        padding-bottom: 10px;
    }
    #ninja_forms_form_1 .field-wrap {
        margin-bottom: 0 !important;
        width: 49.5%;
        float: left;
    }
    #ninja_forms_form_1_cont .select-wrap {
        width: 46.5%;
        float: left;
        margin-top: 6px;
    }
    #ninja_forms_form_1 select {
        width: 318px;
        background-position: 270px -220px;
        padding: 0 8px;
    }
    #contact.mobile .form h2 {
        margin-bottom: 12px;
    }
    #contact.homepage_section section .box.form {
        width: 100%;
        max-width: 100%;
        float: left;
        padding-top: 16px;
    }
    #ninja_forms_form_1_cont {
        display: block;
        float: left;
        width: 100%;
    }
    #ninja_forms_form_1 .call-us p {
        text-align: right;
        width: 300px;
        margin-top: -35px;
        margin-right: 120px;
        margin-bottom: 0;
    }
    #ninja_forms_form_1 input {
        border-radius: 0;
        border: 1px solid #a9c9e1;
        height: 43px;
        width: 318px;
        outline: none;
    }
    #ninja_forms_form_1 .field-wrap.submit-wrap {
        width: 49.5%;
        float: left;
        margin: 29px 4px;
    }
    #ninja_forms_form_1 label {
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        color: #787878;
        letter-spacing: 1px;
        margin-bottom: 1px;
        margin-top: 4px;
    }
    #ninja_forms_form_1 p {
        float: right;
        width: 100%;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        font-style: italic;
        text-align: right;
        margin: 5px 31px;
    }
    #site-navigation.footer-navigation div {
        display: block;
        padding: 0;
    }
    .footer-navigation ul{
        max-width: 720px; 
    }
    
    .footer-navigation li {
        position: relative;
        margin: 0;
        display: inline-table;
        padding: 0 7px;
    }
    .footer-navigation a{
        font-size: 12px;
        line-height: 63px;
    }
    #contact.homepage_section.desktop {
        display: none;
    }
    .site-info {
        padding: 0px 40px 35px;
        max-width: 768px;
        margin: 0 auto;
    }
    .home .footer-logos {
        display: block;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .site-info section:last-child:before {
        display: none;
    }
    #footer-address span.address span {
        font-size: 13px;
        color: #6f7c7c;
        letter-spacing: 0.8px;
        font-family: 'Lato Regular', sans-serif;
    }
    #footer-address span:first-child {
        font-size: 16px;
        font-family: "Lato Regular", sans-serif;
        letter-spacing: 0.9px;
    }
    .footer-tel {
        float: left;
        font-size: 21px;
        color: #fdaa60;
        letter-spacing: 1.2px;
        margin-top: 4px;
        margin-left: 0px;
    }
    .infos .bullet {
        float: left;
        margin: 0 16px;
        font-size: 23px;
        color: #6f7c7c;
    }
    .site-info section {
        width: 65%;
        padding-left: 27px;
        padding-top: 0px;
        
    }
    #footer-address hr {
        margin: 22px 0 15px;
    }
    footer-tel {
        float: left;
        font-size: 21px;
        color: #fdaa60;
        letter-spacing: 0.8px;
        margin-top: 4px;
        margin-left: 0;
    }
    #footer-social-media .footer_social.rss {
        background-position: -105px -57px;
    }
    #disclaimer .wrapper br {
        display: block;
    }
    #disclaimer {
        padding: 12px 32px 15px 53px;
    }
    #banner {
        width: auto;
        float: none;
        margin: 0 -47px;
        height: 215px;
    }
    .bannerItems a {
        height: 53px;
    }
    .bannerItems {
        width: 28%;
    }
    .bannerItems a span {
        line-height: 53px;
        letter-spacing: 1.6px;
    }
    .btn-container {
        height: 215px;
    }
    .homeSlider {
        width: 72%;
        height: 215px;
    }
    .bannerItems a::after {
        top: 26px;
        right: 20px;
    }
    .bannerItems .three::after {
        top: 26px;
        right: 22px;
    }
    .bannerItems {
        width: 28%;
        height: 215px;
    }
    #affiliation_logos {
        margin-bottom: 35px;
        width: auto;
        float: none;
        margin: 0 -47px;
    }
    h1.entry-title {
        font-size: 16px;
        padding: 0;
        letter-spacing: 2.2px;
    }
    .entry-content img {
        max-width: 80%;
        width: 50%;
        margin-left: 5px;
    }
    .entry-content p {
        margin-top: 0;
        letter-spacing: 0.5px;
    }
    .callToAction.One {
        background: #fdaa60;
        padding: 2px 27px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 60px;
        text-decoration: none;
    }
    .mainText {
        letter-spacing: 0.6px;
        color: #fff;
        text-decoration: none;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
    .contact-page h1 {
        text-transform: uppercase;
        margin: 0;
        font-size: 24px;
        margin-top: 25px;
    }
    .contact-page h2 {
        margin-top: 4px;
    }
    #banner h1 {
        font-size: 16px !important;
    } 
    #banner .container1 a#video {
        top: 70% !important;
    }       
}
@media screen and (max-width: 767px) {


.contact-page .gfield.phone, 
.contact-page .gfield.secondary-phone,
.contact-page .gfield.phone input,
.contact-page .gfield.secondary-phone input,
.contact-page .gfield input,
.contact-page .gfield select,
.contact-page .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]{
    width: 100% !important;
    max-width: 395px !important;
}

.contact-page .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
    background-position: 344px -225px;
}

    #gform_2.gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
        padding-top: 0;
        border: 0;
        margin: 0;
    }
    #gform_2.gform_wrapper table.gfield_list td {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    #gform_2.ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
        vertical-align: middle !important;
        border: 0;
        background: 0;
        padding-left: 10px;
        margin: 0;
        margin-left: 5px !important;
    }
    body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
        vertical-align: middle !important;
        background: none;
        margin-left: 5px !important;
        margin-top: 0 !important;
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons img {
        margin: 0 !important;
    }
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
        background: url(images/lacolon-sprites.png) no-repeat;
        background-position: 357px -225px;
        background-size: 800px auto;
    }
    #input_4_3_2_month, #input_4_3_2_year {
        background: white;
        width: 99% !important;
    }
    li.gfield+li.gfield.gfield_creditcard_warning{
        width: 100%;
    }
    #content {
        padding-top: 65px;
    }
    .blog-title {
        font-size: 23px;
        margin: 15px 0 25px;
    }
    .blog-images {
        width: 100%;
        margin: 10px 0 35px;
    }
    .post-content h2 {
        line-height: 1.633;
    }
    .post-single {
        padding-left: 0;
        padding-bottom: 35px;
    }
    .page_half_wrap.right.responsive {
        padding: 15px 0 10px;
    }
    #ninja_forms_form_5_cont #nf_submit_5 input {
        font-size: 15px;
        margin-top: 9px;
    }
    #ninja_forms_form_5_cont p {
        letter-spacing: 0.5px;
        font-size: 17px;
    }
    .contact_page_half {
        margin-bottom: 75px;
    }
    .g-recaptcha iframe {
        -moz-transform: scale(1.0) translateX(3px) translateY(17px);
        -webkit-transform: scale(1.0) translateX(3px) translateY(17px);
        -o-transform: scale(1.0) translateX(3px) translateY(17px);
        -ms-transform: scale(1.0) translateX(3px) translateY(17px);
        transform: scale(1.0) translateX(3px) translateY(17px);
    }
    .page_half_wrap.right p {
        text-align: left;
        font-size: 17px;
        max-width: 310px;
        margin: 0 auto;
    }
    #address::before {
        display: block;
        max-width: 35px;
        float: left;
        width: 100%;
        margin: 0px auto 20px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 750px auto;
        background-position: -215px -210px;
    }
    #ninja_forms_form_5_all_fields_wrap {
        padding: 0 12px;
    }
    #ninja_forms_form_5_cont input {
        width: 385px;
        height: 55px;
    }
    .secondary-wrap {
        display: none;
    }
    .field-wrap,
    #ninja_forms_required_items {
        margin-bottom: 10px;
    }
    .contact-page .contact-page-content span {
        font-size: 16px;
    }
    #ninja_forms_form_5_cont label {
        margin-top: 0;
    }
    #ninja_forms_form_5_cont .phone-wrap input {
        width: 385px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap {
        margin-right: 20px;
        width: 385px;
        margin-bottom: 10px !important;
    }
    #ninja_forms_form_5_wrap select {
        height: 55px;
        width: 385px;
        background-position: 331px -241px;
        background-size: 855px auto;
    }
    #ninja_forms_form_5_cont label {
        margin-top: 3px;
    }
    .contact-page-content {
        padding: 55px 0 90px;
        margin-bottom: 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .contact-page h2 {
        margin-top: 6px;
        letter-spacing: 1.4px;
        font-size: 19px;
    }
    .contact-page span {
        font-size: 20px;
    }
    #procedures-mobile,
    #testimonial-mobile,
    .site-info.mobile {
        display: block;
    }
    .site-info {
        display: none;
    }
    .mobile_buttons a,
    section#menu-toggle {
        height: 45px;
        padding-top: 0;
        margin-left: 8px;
    }
    #menu-toggle span.div-one,
    #menu-toggle span.div-two,
    #menu-toggle span.div-three {
        margin-left: -33px;
    }
    #menu-toggle span.div-one {
        top: 24px;
    }
    #menu-toggle span.div-two {
        top: 32px;
    }
    #menu-toggle span.div-three {
        top: 40px;
    }
    .mobile_buttons .site-branding.mobile-logo {
        width: 210px;
        margin: 0px auto;
        float: none;
        background-size: 335px auto;
        background-position: 10px 10px;
        height: 60px;
    }
    .mobile_buttons .tel:before {
        content: '';
        height: 30px;
        display: block;
        float: left;
        width: 33px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 350px auto;
    }
    .mobile_buttons .tel {
        font-size: 20px;
        letter-spacing: 1.7px;
        top: 0;
        right: 0;
        font-family: "Lato Bold";
        color: transparent;
        width: 86px;
        position: absolute;
        float: right;
        height: 65px;
        border-left: 1px solid #dddddd;
    }
    .mobile_buttons .tel:before {
        content: '';
        height: 50px;
        display: block;
        float: left;
        width: 50px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 799px auto;
        background-position: -145px -225px;
        margin: 9px 18px;
    }
    #banner {
        display: none;
    }
    #banner.mobile {
        display: block;
    }
    #masthead {
        height: 65px;
    }
    .scrolled #masthead {
        height: 70px;
    }
    body.home #content {
        padding: 65px 35px 20px;
    }
    #affiliation_logos {
        display: none;
    }
    .slider {
        clear: both;
        width: 100%;
        float: left;
        height: 235px;
        max-height: 235px;
        background: url('images/slider_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
    #mobile-nav {
        background-color: #ffffff;
        width: 320px;
        position: absolute;
        left: 0;
        top: 65px;
        text-align: left;
        padding: 15px 0px 5px 0px;
        z-index: 999;
        border: 1px solid #83a2b9;
    }
    #mobile-nav li:last-child a {
        border-bottom: 0;
    }
    .mobile h1 {
        font-size: 17px;
        margin: 0;
        letter-spacing: 3.6px;
        padding: 27px 27px 24px;
        line-height: 27px;
    }
    .mobile span {
        font-size: 15px;
        letter-spacing: 3.5px;
        margin-left: 5px;
    }
    .mobile .button {
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: 11px;
        letter-spacing: 1.2px;
        padding: 17px 24px 16px 36px;
        background: rgb(253, 170, 96);
    }
    .mobile .button:after {
        content: '';
        display: inline-block;
        margin: -2px 0;
        width: 20px;
        height: 25px;
        background: url('images/lacolon-sprites.png') no-repeat -166px 11px;
        background-size: 280px auto;
    }
    .mobile .wrapper {
        text-align: center;
    }
    .mobile .bannerItems {
        width: 100%;
        height: 265px;
        margin: 40px 0 30px;
    }
    .mobile .bannerItems .btn-container {
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        position: relative;
    }
    .mobile .bannerItems a {
        width: 100%;
        margin-bottom: 0;
        line-height: 0;
    }
    .mobile .bannerItems a span {
        line-height: 54px;
        letter-spacing: 1.5px;
        font-size: 19px;
        padding-right:0px;
        padding-top: 0px;
    }
    .mobile .bannerItems a::after {
        top: 33px;
        right: 160px;
    }
    .mobile .bannerItems .three::after {
        top: 33px;
        right: 203px;
    }
    #quote {
        padding: 25px 0px 29px;
        margin-top: 25px;
    }
    #quote .inner-quote {
        font-size: 15px;
        padding: 0 0;
        letter-spacing: 1.3px;
        line-height: 26px;
    }
    #doctors .box {
        padding-right: 0;
        margin: 12px 0 18px;
        float: left;
        width: 100%;
        text-align: center;
    }
    #doctors {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 400px;
    }
    #doctors .box:first-child {
        padding-right: 0;
        margin-top: 13px;
    }
    #doctors .box {
        padding-right: 0;
        margin: 27px 0 26px;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .box .third {
        margin: 0;
    }
    #doctors .third h3 {
        margin: 14px 0;
        font-size: 17px;
        letter-spacing: 1.4px;
    }
    #doctors .second h3 {
        margin: 0;
        font-size: 17px;
        letter-spacing: 1.4px;
    }
    #doctors .first h3 {
        margin: 11px 0 15px 0px;
        font-size: 17px;
        letter-spacing: 1.4px;
    }
    #doctors .call {
        margin-top: 27px;
    }
    #doctors .call a {
        font-size: 15px;
        letter-spacing: 2.4px;
        margin-left: 0;
        padding: 16px 43px;
        margin-left: 10px;
    }
    #contact.homepage_section.mobile,
    #procedures.homepage_section.desktop {
        display: none;
    }
    #procedures-mobile {
        display: block;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        max-width: 430px;
        margin: 95px auto 0;
    }
    #procedures-mobile .box {
        width: 50%;
    }
    #procedures-mobile h2 {
        margin-bottom: 22px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    #procedures-mobile .box:first-child {
        margin-right: 15px;
    }
    #procedures-mobile.second {
        display: block;
        width: 100%;
        max-width: 430px;
        margin: 106px auto 0px;
    }
    #procedures-mobile.second .box:first-child {
        width: 100%;
        display: block;
        margin-bottom: 34px;
    }
    #procedures-mobile.second .box {
        width: 100%;
    }
    .home .footer-logos {
        display: none;
    }
  #testimonial-mobile {
      background: #f4f6f8;
      float: none;
      width: auto;
      margin: 0;
      margin-top: 55px;
  }
    #testimonial-mobile section h2 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-left: 3px;
        margin-bottom: 37px;
    }
    #testimonial-mobile section {
        padding: 25px 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .site-info.mobile {
        padding: 48px 30px 40px;
    }
    .site-info section:first-child {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    #footer-address {
        text-align: center;
    }
    .site-info.mobile span {
        margin-left: 0;
        font-family: "Lato Regular", sans-serif;
        font-size: 17px;
        letter-spacing: 0.8px;
        margin: 0;
        border: 0;
        color: #6f7c7c;
    }
    #footer-address span.address span {
        font-size: 14px;
    }
    .site-info.mobile section {
        width: 100%;
        padding: 0;
    }
    .footer-tel {
        font-size: 21px;
        color: #fdaa60;
        letter-spacing: 0.8px;
        margin-top: 4px;
        margin-left: 0;
        float: none;
        display: none;
    }
    #site-navigation.footer-navigation div{
        display: none;
    }
    div#footer-social-media {
        margin-top: 12px;
    }
    #disclaimer .wrapper br:first-child {
        display: block;
    }
    .logos-mobile {
        background: #f4f6f8;
        padding-bottom: 35px;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }
    .site-info.mobile .infos {
        max-width: 200px;
        margin: 0px auto;
    }
    .site-info.mobile #footer-social-media a {
        height: 30px;
        display: block;
        float: left;
        width: 40px;
    }
    #footer-social-media .footer_social.facebook {
        background-position: 21px -57px;
    }
    #footer-social-media .footer_social.twitter {
        background-position: -18px -57px;
    }
    #footer-social-media .footer_social.gplus {
        background-position: -58px -57px;
    }
    #footer-social-media .footer_social.rss {
        background-position: -98px -57px;
    }
    #footer-social-media .footer_social.youtube {
        background-position: -138px -57px;
    }
    .site-info.mobile section:last-child {
        max-width: 350px;
        padding: 0;
        margin: 55px auto 0;
    }
    #disclaimer {
        padding: 25px 55px;
    }
    #disclaimer .wrapper br {
        display: none;
    }
    #disclaimer .wrapper {
        text-align: center;
        font-size: 9px;
    }
    .not-home #main {
        /*max-width: 410px;*/
		max-width:100%;
        margin: 0 auto;
        float: none;
        display: block;
		padding: 0 24px;
    }
    .not-home .footer-logos {
        padding-bottom: 30px;
        display: none;
    }
    h1.entry-title {
        margin: 40px 50px 40px 0;
        text-align: left;
        font-size: 20px;
        letter-spacing: 2.2px;
        line-height: 31px;
    }
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 30px 0 0px 3px;
    }
    .entry-content img {
        width: 100%;
        margin: 0 0 45px;
        max-width: 100%;
    }
	 .entry-content .bio-wrap img {
        width: 35%;
        margin: 15px;
        max-width: 100%;
    }
	.page-id-2262 .entry-content img {
		width: 35%;
		margin: 15px;
	}
	
    .entry-content p {
        font-size: 16px;
        margin-top: 0;
        line-height: 28px;
        letter-spacing: 0.5px;
    }
    .callToAction.One {
        background: #fdaa60;
        padding: 15px 12px;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 6px;
        text-decoration: none;
        max-width: 388px;
        width: 100%;
    }
    .mainText {
        letter-spacing: 0.6px;
        color: #fff;
        text-decoration: none;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
    }
    #banner h1 {
        font-size: 12px !important;
    }    
}
@media screen and (max-width: 479px) {

.contact-page .gform_wrapper li div {
    margin: 0 !important;
}
.contact-page .ginput_container.ginput_recaptcha{
    -moz-transform: scale(0.8) translateX(-35px) translateY(0px);
    -webkit-transform: scale(0.8) translateX(-35px) translateY(0px);
    -o-transform: scale(0.8) translateX(-35px) translateY(0px);
    -ms-transform: scale(0.8) translateX(-35px) translateY(0px);
    transform: scale(0.8) translateX(-35px) translateY(0px);
}
.contact-page .gfield label{
    font-size: 13px !important;
}

.contact-page .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]{
    margin-top: 0;
    font-size: 14px;
    height: 42px;
}

.contact-page .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-position: 218px -228px;
    font-size: 13px;
}
.contact-page .gfield.phone, .contact-page .gfield.secondary-phone {
    margin: 0 0 30px !important;
}
.contact-page .gfield.phone, .contact-page .gfield.secondary-phone, .contact-page .gfield.phone input, .contact-page .gfield.secondary-phone input, .contact-page .gfield input, .contact-page .gfield select, .contact-page .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    max-width: 100% !important;
    max-height: 40px;
}
    .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
        font-size: 11px;
        padding: 10px 10px 0;
    }
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
        background: url(images/lacolon-sprites.png) no-repeat;
        background-position: 232px -225px;
        background-size: 800px auto;
    }
    
    #gform_wrapper_2.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
        background: url(images/lacolon-sprites.png) no-repeat;
        background-position: 232px -225px;
        background-size: 800px auto !important;
        max-width: 330px;
    }
    #content {
        padding-top: 55px;
    }
    #wrap.blog-page{
        max-width: 250px;
    }
    
    .blog-page input[type="text"]{
        font-size: 15px;
         width: 250px;
    }
    .blog-page input[type="submit"] {
        height: 43px;
        width: 45px;
        margin-top: 5px;
        display: inline-block;
        float: right;
        padding: 0;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        background: url(images/lacolon-sprites.png) no-repeat;
        background-size: 400px auto;
        background-position: -136px -98px;
        z-index: 2;
        cursor: pointer;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity .4s ease;
        box-shadow: none;
    }
    .blog-title {
        font-size: 17px;
        letter-spacing: 2px;
        padding-top: 0;
        margin: 17px 0px 25px;
    }
    .blog-images {
        height: 115px;
        margin: 10px 0px 25px;
    }
    .post-content h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .post-content p {
        font-size: 11px;
        letter-spacing: 1.3px;
        line-height: 20px;
        margin-top: 21px;
    }
    .post-content p {
        font-size: 11px;
        letter-spacing: 1.3px;
        line-height: 20px;
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .post-content .read-more {
        margin-left: 5px;
        font-weight: bold;
        font-family: "Lato Bold", sans-serif;
    }
    #address::before {
        display: block;
        max-width: 30px;
        height: 40px;
        float: left;
        width: 100%;
        margin: 0 7px 0 0;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 600px auto;
        background-position: -174px -162px;
    }
    .g-recaptcha {
        margin: 0;
    }
    #ninja_forms_form_5_cont p {
        font-size: 11px;
    }
    .g_recaptcha-wrap {
        margin-bottom: 7px !important;
    }
    .g-recaptcha iframe {
        -moz-transform: scale(0.8) translateX(-40px) translateY(0px);
        -webkit-transform: scale(0.8) translateX(-40px) translateY(0px);
        -o-transform: scale(0.8) translateX(-40px) translateY(0px);
        -ms-transform: scale(0.8) translateX(-40px) translateY(0px);
        transform: scale(0.8) translateX(-40px) translateY(0px);
    }
    #ninja_forms_form_5_cont #nf_submit_6 input {
        margin-top: 0;
        font-size: 14px;
        height: 42px;
    }
    .page-template-template-contact.not-home #main {
        /*max-width: 268px;*/
		max-width:100%;
    }
    .contact-page span {
        text-align: center;
        font-size: 14px;
    }
    .contact-page-content {
        padding: 70px 0px 90px;
    }
    .contact_page_half p {
        line-height: 22px;
        font-size: 13px
    }
    .page_half_wrap p {
        color: #b1b1b1;
        margin: 10px 0 15px;
    }
    #ninja_forms_form_5_all_fields_wrap {
        padding: 31px 2px 0;
    }
    .contact_page_half {
        margin-bottom: 15px;
    }
    .contact-page .notes {
        letter-spacing: 1.1px;
        font-size: 13px;
        line-height: 17px;
    }
    .contact-page .contact-page-content span {
        font-size: 12px;
        text-align: left;
        letter-spacing: 2px;nf
    }
    #ninja_forms_form_5_cont input {
        width: 268px;
        height: 38px;
    }
    .contact-page-content {
        padding: 70px 0px 48px;
    }
    .page_half_wrap.right p {
        font-size: 13px;
    }
    #ninja_forms_form_5_all_fields_wrap .phone-wrap {
        width: 100%;
    }
    #ninja_forms_form_5_cont .phone-wrap input {
        width: 268px;
    }
    #ninja_forms_form_5_wrap select {
        width: 268px;
        height: 38px;
        background-position: 215px -248px;
    }
    #ninja_forms_form_5_cont label {
        margin-bottom: 1px;
        font-size: 13px;
        margin-top: 0;
    }
    .contact-page h1 {
        text-transform: uppercase;
        margin: 0;
        font-size: 15px;
        margin-top: 17px;
        letter-spacing: 2px;
    }
    .contact-page h2 {
        font-size: 13px;
    }
    .entry-content li::before {
        content: '•';
        color: #fdaa60;
        margin: 0 15px;
    }
    .not-home #main {
        /*max-width: 285px;*/
		max-width:100%;
        margin: 0 auto;
        float: none;
        display: block;
		padding: 0 24px;
    }
    h1.entry-title {
        margin: 40px 25px 40px 0;
        text-align: left;
        font-size: 15px;
        letter-spacing: 2.2px;
        line-height: 31px;
    }
    .mainText {
        letter-spacing: 1px;
        color: #fff;
        text-decoration: none;
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
    #masthead {
        height: 55px;
    }
    .scrolled #masthead {
        height: 60px;
    }
    .mobile_buttons a,
    section#menu-toggle {
        height: 55px;
        padding-top: 0;
        margin-left: 0;
    }
    #menu-toggle span.div-one {
        top: 19px;
    }
    #menu-toggle span.div-two {
        top: 25px;
    }
    #menu-toggle span.div-three {
        top: 31px;
    }
    #menu-toggle span.div-one,
    #menu-toggle span.div-two,
    #menu-toggle span.div-three {
        margin-left: -31px;
    }
    .menuclose span.div-three {
        -moz-transform: translate(-1px, -8px) rotate(45deg);
        -webkit-transform: translate(-1px, -8px) rotate(45deg);
        -o-transform: translate(-1px, -8px) rotate(45deg);
        -ms-transform: translate(-1px, -8px) rotate(45deg);
        transform: translate(-1px, -8px) rotate(45deg);
    }
    #menu-toggle span.div-one,
    #menu-toggle span.div-two,
    #menu-toggle span.div-three {
        width: 22px;
        height: 2px;
        display: block;
        background-color: #6a90ad;
        position: absolute;
        left: 50%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
  .mobile_buttons .site-branding.mobile-logo {
      width: 140px;
      margin: 0px auto;
      float: none;
      background-size: 260px auto;
      background-position: 10px 10px;
      height: 55px;
  }
    .mobile_buttons .tel:before {
        content: '';
        height: 40px;
        display: block;
        float: left;
        width: 40px;
        background: url('images/lacolon-sprites.png') no-repeat;
        background-size: 555px auto;
        background-position: -101px -149px;
        margin: 8px 10px;
    }
    .mobile_buttons .tel {
        font-size: 20px;
        letter-spacing: 1.7px;
        top: 0;
        right: 0;
        font-family: "Lato Bold";
        color: transparent;
        width: 55px;
        position: absolute;
        float: right;
        height: 55px;
        border-left: 1px solid #f5f5f5;
    }
    .mobile_buttons {
        width: 100%;
        height: 55px;
    }
    .slider {
        clear: both;
        width: 100%;
        float: left;
        height: 160px;
        max-height: 160px;
        background: url('images/slider_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
    body.home #content {
        padding: 55px 20px 20px;
    }
    .mobile h1 {
        font-size: 12px;
        margin: 0;
        letter-spacing: 2.4px;
        padding: 18px 30px 9px;
        line-height: 20px;
    }
    .mobile br {
        display: none;
    }
    .mobile span {
        margin-left: 0;
        font-size: 12px;
        letter-spacing: 2.1px;
    }
    .mobile .button {
        text-decoration: none;
        color: #fff;
        font-size: 8px;
        letter-spacing: 0.5px;
        padding: 12px 25px;
        background: rgb(253, 170, 96);
    }
    .mobile .button:after {
        content: '';
        display: inline-block;
        margin: -2px -3px;
        width: 20px;
        height: 25px;
        background: url('images/lacolon-sprites.png') no-repeat -113px 14px;
        background-size: 200px auto;
    }
    .mobile .bannerItems {
        width: 100%;
        height: 180px;
        margin: 28px 0 30px;
    }
    .mobile .bannerItems a span {
        line-height: 40px;
        font-size: 12px;
    }
    .mobile .bannerItems a {
        height: 25px;
    }
    .mobile .bannerItems a::after {
        right: 125px;
        top: 25px;
        font-size: 11px;
    }
    .mobile .bannerItems .three::after {
        top: 25px;
        right: 134px;
    }
    .mobile .bannerItems .three::after {
        top: 25px;
        right: 158px;
    }
    #quote {
        margin-top: 8px;
        padding: 20px 0px 17px;
        margin-bottom: 30px;
    }
    #quote .inner-quote {
        font-size: 11px;
        letter-spacing: 0.7px;
        line-height: 18px;
    }
    #doctors {
        margin: 0 auto;
        display: block;
        float: none;
        padding: 0 16px;
        clear: both;
        max-width: 180px;
    }
    #doctors .box:first-child {
        padding-right: 0;
        margin-top: 13px;
        margin-bottom: 0px;
    }
    #doctors img {
        height: auto;
        max-width: 80%;
    }
    #doctors .first h3 {
        margin: 5px 0 15px 0px;
        font-size: 12px;
        letter-spacing: 0.9px;
    }
    #doctors .box {
        padding-right: 0;
        margin: 27px 0 0;
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    #doctors .second h3 {
        margin: 5px 0 15px 0px;
        font-size: 12px;
        letter-spacing: 0.9px;
    }
    #doctors .third h3 {
        margin: 3px 0 15px 0px;
        font-size: 12px;
        letter-spacing: 0.9px;
    }
    #doctors .call a {
        font-size: 10px;
        letter-spacing: 1.5px;
        padding: 11px 23px;
        margin-left: 0px;
    }
    #doctors .call {
        margin-top: 24px;
    }
    #procedures-mobile {
        display: block;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 56px auto 0;
    }
    #procedures-mobile h2 {
        margin-bottom: 18px;
        font-size: 11.5px;
        letter-spacing: 2px;
        margin-top: 23px;
    }
    #procedures-mobile.second {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 70px 0 0;
    }
    #procedures-mobile.second .box:first-child {
        width: 100%;
        display: block;
        margin-bottom: 9px;
    }
    #testimonial-mobile {
        float: none;
        width: auto;
        background: rgb(244, 246, 248);
        padding-bottom: 35px;
        margin-bottom: 0;
    }
    #testimonial-mobile section h2 {
        margin-top: 5px;
        margin-bottom: 28px;
        font-size: 12px;
        letter-spacing: 1.8px;
    }
    #testimonial-mobile section {
        max-width: 300px;
        margin: 0 auto;
        padding: 28px 0px 20px;
    }
    .logos-mobile {
        background: #f4f6f8;
        padding-bottom: 35px;
        padding: 0 10px;
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .site-info.mobile {
        padding: 0 20px 40px;
    }
    .footer-tel {
        font-size: 14px;
        color: #fdaa60;
        letter-spacing: 0.8px;
        margin-top: 7px;
        margin-left: 0;
        float: none;
    }
    .site-info.mobile span {
        margin-left: 0;
        font-family: "Lato Regular", sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        margin: 0;
        border: 0;
        color: #6f7c7c;
    }
    #footer-address span.address span {
        font-size: 9px;
    }
    .site-info.mobile section:last-child {
        max-width: 240px;
        padding: 0;
        margin: 45px auto 0;
    }
    #disclaimer .wrapper {
        text-align: center;
        font-size: 8px;
        line-height: 1.4;
    }
    #disclaimer {
        padding: 25px 25px;
    }
    .site-info.mobile section:last-child iframe {
        height: 120px;
        margin-top: 20px;
    }
    #mobile-nav {
        background-color: #ffffff;
        width: 280px;
        position: absolute;
        left: 0;
        top: 55px;
        text-align: left;
        padding: 5px 0px 5px 0px;
        z-index: 999;
        border: 1px solid #83a2b9;
    }
    #mobile-nav a {
        text-decoration: none;
        color: #5f5f5f;
        padding: 8px 20px;
        display: inline-block;
        font-size: 11px;
        width: 100%;
        font-family: Verdana, Arial, sans-serif;
        border-bottom: 1px solid #ccc;
    }
    .menuclose span.div-one {
        -moz-transform: translate(-1px, 4px) rotate(-45deg);
        -webkit-transform: translate(-1px, 4px) rotate(-45deg);
        -o-transform: translate(-1px, 4px) rotate(-45deg);
        -ms-transform: translate(-1px, 4px) rotate(-45deg);
        transform: translate(-1px, 4px) rotate(-45deg);
    }
}

/* 29-Nov */

#gform_wrapper_8 ul li {
  padding: 0;
  width: 100%;
}
#gform_wrapper_8 .gform_body {
  max-width: 100%;
}
#gform_wrapper_8 .gform_body label {
  width: 100%;
}
#gform_wrapper_8 ul li .ginput_complex {
  margin-top: 3px;
  width: 100%;
}
#gform_wrapper_8 ul li .ginput_complex span {
  margin: 0;
  padding: 0;
  width: 100%;
}
#gform_wrapper_8 ul li input {
border: 1px solid #cccccc !important;
font-size: 15px;
height: 42px;
max-width: 100%;
min-width: 100%;
padding: 10px;
width: 100%;
}
#gform_wrapper_8 ul li select {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  background-image: url(https://lacolon.com/wp-content/uploads/2016/12/arrow-v1.png);
  background-repeat:no-repeat;
  background-position: right center;
  max-width: 304px;
  background-size: auto;
  padding-left:15px;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

#gform_wrapper_8 ul li select::-ms-expand{
    display: none;
}

.box.gform-cus h3 {
    display: none;
}
h2.schedule {
  margin-bottom:24px;
}
p.call_us {
  color: #fdaa60;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* Oct 4,2017 */
#banner .container1 a#video {
    background: #fdaa60;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    padding: 10px 12px;
    letter-spacing: 1px;
}

#banner .container1 a#video:after {
    content: '';
    display: inline-block;
    margin: -2px 0;
    width: 20px;
    height: 14px;
    background: url(https://t1esl305pr43gk6bo33tf4wl-wpengine.netdna-ssl.com/wp-content/themes/la-colon/images/lacolon-sprites.png) no-repeat -164px 0px;
    background-size: 274px auto;
}


.single-post .entry-content ol,
.single-post .entry-content ul {
    margin-top: 16px;
}

.entry-content ol {
    margin: 0;
}

.entry-content ol li:before {
    content: none;
}
.entry-content ul li {
    position: relative;
    padding-left: 30px;
}
.entry-content ul li:before {
    position: absolute;
    left: 7px;
    top: 0;
    margin: 0;
}
.entry-content .gform_wrapper ul li{
    padding-left: 0px;
}
.entry-content .gform_wrapper ul li:before{
    display: none!important;
}

.entry-content .gform_wrapper.gf_form_mail_wrapper {
    border: 3px solid #FF8000;
    padding: 20px;
    background: transparent;
    text-align: center;
}

body .entry-content .gform_wrapper.gf_form_mail_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    text-align: center;
    margin-top: 5px;
    padding-left: 0px;
}
body .entry-content .gform_wrapper.gf_form_mail_wrapper .gform_footer input.button, 
body .entry-content .gform_wrapper.gf_form_mail_wrapper .gform_footer input[type=submit] {
    float: none;
    width: 100%;
    max-width: 200px!important;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}

body .entry-content .gform_wrapper.gf_form_mail_wrapper li input[type="submit"] {
    display: none;
}
body .gform_wrapper.gf_form_mail_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0;
    max-width: 100%!important;
    margin: 0;
    background: transparent;
    border: 0;
}
body .gform_wrapper.gf_form_mail_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
    display: inline-block;
    float: none;
    width: auto;
}
body .gform_wrapper.gf_form_mail_wrapper label.gfield_label {
    display: none!important;
}
body .gform_wrapper.gf_form_mail_wrapper div.validation_error {
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #790000 !important;
    width: 85%;
    color: #790000;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
body .gform_wrapper.gf_form_mail_wrapper ul.gform_fields {
    text-align: center;
}
body .gform_wrapper.gf_form_mail_wrapper .field_description_below .gfield_description {
    padding-top: 10px;
    padding-right: 0px!important;
    line-height: 1;
}
body .gform_wrapper.gf_form_mail_wrapper .gform_footer {
    padding: 0;
}
body .gform_wrapper.gf_form_mail_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 15px;
}

body .entry-content .gform_wrapper.gf_form_mail_wrapper p {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
}
body .entry-content .gform_wrapper.gf_form_mail_wrapper ul li.gfield{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.has-sidebar .sidebar-right form.search-form input.search-field{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.entry-content p {
  padding-right: 28px;
  color: #5f5f5f;
  line-height: 1.6!important;
  letter-spacing: .8px;
  font-size: 18px!important;
  margin-top: 16px;
  font-family: "Verdana",sans-serif;
  display: inline-block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 641px){
body .gform_wrapper.gf_form_mail_wrapper div.validation_error{
    width: 100%;
}
}

@media only screen and (max-width: 641px){
body .gform_wrapper.gf_form_mail_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    min-height: 50px;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 90%!important;
}
}

@media only screen and (max-width: 479px){
body .entry-content .gform_wrapper.gf_form_mail_wrapper .gform_footer input.button, 
body .entry-content .gform_wrapper.gf_form_mail_wrapper .gform_footer input[type=submit] {
    max-width: 100%!important;
}
}










