/*

Theme Name: Kenley Dental
Version: 1.0
Author: Auxo Team
Author URI: http://auxodesign.com
Description: WordPress theme created for the SwishDental.
Theme URI: http://auxodesign.com/kenleydental/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: featured-images, translation-ready, custom-colors, custom-background, theme-options
Text Domain: kenleydental

*/

/*=====================================================================================*/
/*       1. RESET CSS                                                                  */
/*=====================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, 
header, hgroup, main, menu, nav, section, summary {
    display: block;
}
body { width: 100%; height: 100%; font-weight: normal; line-height: 1; font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 1.4rem; background: #FFF; color: #878d97; overflow-x: hidden; }
a { cursor: pointer; text-decoration: none; color: #06144A; background-color: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins    { text-decoration: none; }
del    { text-decoration: line-through; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.italic { font-style: italic; }
.clear   { clear: both; }
@font-face{
    font-family: 'Sassoon Primary';
    src: url('fonts/sassoon-primary.eot');
    src: url('fonts/sassoon-primary.eot?#iefix') format('embedded-opentype'),
         url('fonts/sassoon-primary.woff') format('woff'),
         url('fonts/sassoon-primary.ttf') format('truetype'),
         url('fonts/sassoon-primary.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*=====================================================================================*/
/*       2. GENERAL                                                                    */
/*=====================================================================================*/

/*-- Typography --*/
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Varela Round', sans-serif; color: #52c6e2; }
h1 { font-size: 36px; margin-bottom: 30px; }
h2 { font-size: 28px; margin-bottom: 27px; }
h3 { font-size: 24px; margin-bottom: 24px; }
h4 { font-size: 20px; margin-bottom: 20px; }
h5 { font-size: 18px; margin-bottom: 20px; }
h6 { font-size: 16px; margin-bottom: 20px; }
h1.center { text-align: center !important; }
h2.center { text-align: center !important; }
h3.center { text-align: center !important; }
h4.center { text-align: center !important; }
h5.center { text-align: center !important; }
h6.center { text-align: center !important; }
span.red { color: #FF0000; }
blockquote { margin-bottom: 50px; font-size: 15px; line-height: 210%; padding-left: 37px; margin-left: 0; border-left: 1px solid #52c6e2; }
blockquote p { font-size: 15px; font-weight: 500; font-style: italic; }
blockquote p:before { content: "\201C"; font-family: 'Playfair Display', serif; font-size: 30px; margin-right: 18px; display: inline-block; }
blockquote p:after { content: "\201D"; font-family: 'Playfair Display', serif; font-size: 30px; margin-left: 18px; margin-top: -6px; display: inline-block; }
code { display: inline-block; line-height: 170%; margin-bottom: 45px; padding: 30px; background: #FEFEFE; border-left: 3px solid #999; color: #424242; white-space: normal; }
small { font-size: smaller; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }
ol, ul { margin: 16px 0; padding: 0 0 0 40px; }
address { font-style: italic; margin: 0 0 24px; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
table caption { font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; color: #2b3748; font-size: 13px; font-weight: 600; line-height: 140%; padding: 18px 0; height: 30px; background: #f5f5f5; border-radius: 2px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
table thead { background: #2b3748; border-bottom: none; }
table thead th { font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; color: #2b3748; font-size: 13px; font-weight: 600; line-height: 140%; height: 30px; text-align: center; color: #eee; }
table tbody tr { -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; border-bottom: 1px solid rgba(43, 55, 72, 0.1); }
table tbody tr:last-child { border-bottom: none; }
table tbody tr:hover { background: #f5f5f5; }
table td, table th { padding: 1.3rem 1.4rem; text-align: left; font-size: 13px; }
table td:first-child, table th:first-child { padding-left: 15px; }
table td:last-child, table th:last-child { padding-right: 15px; }
fieldset { margin-bottom: 50px; padding: 30px; border: 1px solid #E4E4E4; }
legend { padding: 0px 10px; font-size: 12px; }
label { font-size: 13px; }
input[type="email"], input[type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="url"],
input[type="number"], input[type="color"], input[type="date"], input[type="month"], input[type="week"], input[type="datetime"], 
input[type="datetime-local"], textarea, select { box-sizing: border-box; height: 44px; padding: 9px 16px; width: 100%; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 13px; color: #2b3748; letter-spacing: 0.03rem; border: 1px solid transparent; border-radius: 2px; background: #f5f5f5; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; outline: none; box-shadow: none; }
select { color: #878d97; }
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: block; background: transparent; border: 1px solid #2b3748; border-radius: 22px; font-family: "Poppins", "Raleway", "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; color: #2b3748; text-transform: uppercase; font-weight: 600; padding: 0 40px; height: 44px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
::-webkit-input-placeholder { color: #878d97; }
:-moz-placeholder { color: #878d97; }
::-moz-placeholder { color: #878d97; }
:-ms-input-placeholder {   color: #878d97; }
.sd-video-overlay { position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,0.4); }

/*-- Must have WordPress classes --*/
.wp-caption, .wp-caption-text { max-width: 100%; }
.sticky {  }
.category-unpublished { display: none; }
.bypostauthor div.comment_avatar { position: relative; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignleft { margin: 5px 20px 5px 0; }
img.alignright { margin: 5px 0 5px 20px; }
.wp-video { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.gallery-caption { color: #686868; display: block; font-size: 13px; font-size: 0.8125rem; font-style: italic; line-height: 1.6153846154; padding-top: 0.5384615385em; }
/*- Hide unused stuff -*/
#wp-admin-bar-wp-logo { display: none !important; }

/*-- Contact Form 7 General --*/
.wpcf7-form, .wpcf7-form > p { margin-bottom: 0; }
.wpcf7-form br, .wpcf7-form .ajax-loader { display: none; }
input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, textarea:focus, select:focus { background: initial; color: initial; }

/*-- Lightbox --*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}
.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
      .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
      .mfp-img-mobile img.mfp-img{padding:0}
      .mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
      .mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
      .mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
      .mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
      .mfp-img-mobile .mfp-counter{right:5px;top:3px}
      .mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}
@media all and (max-width: 900px) {
      .mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
      .mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
      .mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
      .mfp-container{padding-left:6px;padding-right:6px}
}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}


/*-- ToolTips --*/
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { font-size: 13px; color: #fff; text-shadow: 0 0 2px #000; padding: 20px 30px; line-height: 150%; background: #000; text-align: center; }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px;  height: 0; width: 0; }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }
@media screen and (-webkit-min-device-pixel-ratio:0) { #tiptip_content { background-color: rgba(0,0,0,1); }
                                                       #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: rgba(0,0,0,1); }
	                                               #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: rgba(0,0,0,1); }
}

/*-- Datepicker --*/
.ui-datepicker { width: 216px; height: auto; margin: 5px auto 0; font: 9pt Arial, sans-serif; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); }
.ui-datepicker a { text-decoration: none; }
.ui-datepicker table { width: 100%; }
.ui-datepicker-header { background: url('images/dark_leather.png') repeat 0 0 #000; color: #e0e0e0; font-weight: bold; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); text-shadow: 1px -1px 0px #000; filter: dropshadow(color=#000, offx=1, offy=-1); line-height: 30px; border-width: 1px 0 0 0; border-style: solid; border-color: #111; }
.ui-datepicker-title { text-align: center; }
.ui-datepicker-prev, .ui-datepicker-next { display: inline-block; width: 30px; height: 30px; text-align: center; cursor: pointer; background-image: url('images/arrow.png'); background-repeat: no-repeat; line-height: 600%; overflow: hidden; }
.ui-datepicker-prev { float: left; background-position: center -30px; }
.ui-datepicker-next { float: right; background-position: center 0px; }
.ui-datepicker thead { background-color: #f7f7f7; background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1)); background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); border-bottom: 1px solid #bbb; }
.ui-datepicker th { text-transform: uppercase; font-size: 6pt; padding: 5px 0; color: #666666; text-shadow: 1px 0px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=0); }
.ui-datepicker tbody td { padding: 0; border-right: 1px solid #bbb; background: #F5F5F5; }
.ui-datepicker tbody td:last-child { border-right: 0px; }
.ui-datepicker tbody tr { border-bottom: 1px solid #bbb; }
.ui-datepicker tbody tr:last-child { border-bottom: 0px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; font-weight: bold; text-align: center; width: 100%; height: 30px; line-height: 30px; color: #666666; text-shadow: 1px 1px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=1); }
.ui-datepicker-calendar .ui-state-default { background: #ededed; background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede)); background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%); background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%); background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%); background: linear-gradient(top,  #ededed 0%,#dedede 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 ); -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); }
.ui-datepicker-calendar .ui-state-hover { background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active { background: #6eafbf; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); color: #e0e0e0; text-shadow: 0px 1px 0px #4d7a85; filter: dropshadow(color=#4d7a85, offx=0, offy=1); border: 1px solid #55838f; position: relative; margin: -1px; }
.ui-datepicker-unselectable .ui-state-default { background: #f4f4f4; color: #b4b3b3; }
.ui-datepicker-calendar td:first-child .ui-state-active { width: 29px; margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active { width: 29px; margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active { height: 29px; margin-bottom: 0; }

/*-- Owl Carousel --*/
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { position: absolute; top: 45%; font-family: 'Quicksand', sans-serif; font-size: 50px; color: #06144A; }
.owl-controls .owl-buttons .owl-prev { left: 3%; }
.owl-controls .owl-buttons .owl-next { right: 3%; }
.grabbing {  cursor:url('images/grabbing.png') 8 8, move; }
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/*-- CTA Buttons --*/
.cta-button { display: inline-block; height: 44px; line-height: 44px; margin-right: 30px; padding: 0px 37px; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; }
.cta-button:hover { opacity: 0.8 !important; }
.blue-button { background: #52c6e2 !important; }
.green-button { background: #8FE2AF !important; }

/*-- Containers --*/
#main-wrapper, #homepage, #master-wrapper { overflow-x: hidden; }
.wrapper1180 { width: 1180px; margin: 0 auto; }
.wrapper1080 { width: 1080px; margin: 0 auto; }
.wrapper800 { width: 800px; margin: 0 auto; }

/*=====================================================================================*/
/*       3. TOP BAR                                                                   */
/*=====================================================================================*/

body { padding-top: 90px; }
body.page-template-template-homepage { padding-top: 0px; }
#knly-top-bar { position: fixed; top: 0; left: 0; right: 0; height: 90px; z-index: 998; }
.white-bar { background: #FFF; box-shadow: 0 2px 30px -10px rgba(17, 17, 17, 0.25); transition: background 1s; -moz-transition: background 1s; -webkit-transition: background 1s; }
.transparent-bar { background: tranparent; transition: background 1s; -moz-transition: background 1s; -webkit-transition: background 1s; }
#top-logo { width: 240px; float: left; }
#top-logo img { max-width: 240px; height: auto; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; }
.white-bar .light-logo { opacity: 0; }
.white-bar .dark-logo { opacity: 1; }
.transparent-bar .light-logo { opacity: 1; }
.transparent-bar .dark-logo { opacity: 0; }
#top-navigation { width: 900px; float: right; }
#top-navigation ul { float: right; margin: 0; padding: 0; }
#top-navigation ul li { float: left; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; }
#top-navigation ul li a { display: inline-block; line-height: 90px; margin: 0px 12px; letter-spacing: 1px; transition: color 0.6s; -moz-transition: color 0.6s; -webkit-transition: color 0.6s; color: #2b3748; }
.transparent-bar #top-navigation ul li a { color: #EEEEEE; }
#top-navigation ul li a:hover, #top-navigation ul li.current-menu-item a { color: #52C6E2; }
#top-navigation ul li.menu-item-has-children a:after { content: '\f107'; font-family: 'FontAwesome', sans-serif; position: relative; margin-left: 12px; float: right; top: -1px; right: 0; font-weight: 600; font-size: 10px; }
#top-navigation ul li ul { display: none; opacity: 0; background: #f1f1f1; position: absolute; min-width: 200px; z-index: 999; padding: 15px 0px; display: none; border-radius: 2px; top: 56px; transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; }
#top-navigation ul li:hover ul { display: block; }
#top-navigation ul li ul.visible { opacity: 1; transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; }
#top-navigation ul li ul.invisible { opacity: 0; }
#top-navigation ul li ul li { display: block; float: none; position: relative; background: transparent; }
#top-navigation ul li ul li a { margin-left: 18px; font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; letter-spacing: 1px; text-transform: initial; font-weight: 400; line-height: 35px; display: block !important; margin: 0 18px; color: #616770; }
#top-navigation ul li ul li a:after { display: none; }
.transparent-bar #top-navigation ul li ul li a, #top-navigation ul li ul li a:hover { color: #616770; }
.mobile-nav-container { display: none; }

/*=====================================================================================*/
/*       4. WELCOME SECTION                                                            */
/*=====================================================================================*/

/*-- Static Image --*/
#welcome-section { height: 100vh; background: #CCC; margin-bottom: 20px; }
#welcome-text { display: table; width: 600px; height: 100vh; margin: 0 auto; }
#welcome-text h1 { display: table-cell; vertical-align: middle; line-height: 140%; font-family: 'Sassoon Primary', cursive; font-size: 65px; font-weight: normal; color:#FFF; }

/*-- Slider --*/
#slider_wrapper { position: relative; width: 100%; border-bottom: 4px solid #52c6e2; }
div#slider_wrapper:before { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: block; content: " "; width: 100%; height: 4px; background: rgba(6,20,74,0.15); }
#slides .slide { height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; }
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { position: absolute; top: 45%; font-family: 'Quicksand', sans-serif; font-size: 50px; color: rgba(255,255,255,0.6); }
.owl-controls .owl-buttons .owl-prev { left: 3%; }
.owl-controls .owl-buttons .owl-next { right: 3%; }
.grabbing {  cursor:url('images/grabbing.png') 8 8, move; }
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }
.slide-text { display: inline-block; max-width: 600px; position: absolute; bottom: 20vh; left: 8%; }
.slide-text h3 { display: inline-block; line-height: 140%; margin: 0; font-family: 'Sassoon Primary', cursive; font-size: 40px; font-weight: normal; color:#FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85); }
.slide-text h3.lead-text { padding: 20px 30px; font-size: 75px; }

/*=====================================================================================*/
/*       5. PAGE ELEMENTS & WIDGETS                                                    */
/*=====================================================================================*/

/*-- General --*/
.stretched-half { width: 560px; float: right; padding-right: 25px; }
.half-centered { width: 560px; margin: 0 auto; }
.widget h3 { margin-bottom: 35px; font-size: 28px; }
#knly-pagetitle { position: relative; padding: 180px 0px; }
#knly-pagetitle h1 { font-size: 44px; margin-bottom: 32px; }
#knly-pagetitle p { font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 19px; font-weight: 600; color: #52c6e2; }
.section-title h2 { text-align: center; }

/*-- Zero Header Template --*/
.page-template-template-zeroheader { background: #F5F5F5 !important; }
#zero-header { padding: 70px 0px; overflow-x: hidden; }
#zero-header .z-contents { padding: 50px; background: #FFF; }
#zero-header .z-contents h3 { line-height: 140%; }
#zero-header .z-contents p { margin-bottom: 25px; font-size: 15px; line-height: 170%; }
#zero-header .z-contents ul { list-style-type: circle; font-size: 15px; line-height: 150%; }
#zero-header .z-contents ol { list-style-type: decimal; font-size: 15px; line-height: 150%; }

/*-- Text Widget --*/
.textwidget { line-height: 160%; letter-spacing: 0.35px; font-size: 15px; font-weight: 500; }
.textwidget p { margin-bottom: 30px; }
.stronger-text .textwidget { font-size: 17px; color: #212121; }

/*-- Image Widget --*/
.simple_image_widget {}
.simple_image_widget img { max-width: 100%; height: auto; display: block; }
.brand-logo .simple_image_widget img { max-width: 250px; }

/*-- Contact Form Widget --*/
.form-widget .form-elements .wpcf7-form > p > span { display: block; position: relative; }
.form-widget .form-elements .wpcf7-form > p > br:nth-child(3) { display: inline; }
.form-widget .form-elements .wpcf7-form > p > span:nth-child(1), .form-widget .form-elements .wpcf7-form > p > span:nth-child(11) { float: left; width: calc(50% - 1rem); z-index: 100; }
.form-widget .form-elements .wpcf7-form > p > span:nth-child(3), .form-widget .form-elements .wpcf7-form > p > span:nth-child(13) { float: right; width: calc(50% - 1rem); z-index: 100; }
.form-widget .form-elements .wpcf7-form input:not([type="submit"]), .form-widget .form-elements .wpcf7-form textarea, .form-widget .form-elements .wpcf7-form select { border: 1px solid #e0e0e0; margin-bottom: 20px; }
.form-widget .form-elements .wpcf7-form textarea { margin-bottom: 1.2rem; min-height: 160px; }
.form-widget .form-elements .wpcf7-form input[type="submit"] { border: 0; border-radius: 2px; background: #52c6e2; color: #fff; margin-bottom: 0; }
.form-widget .form-elements .wpcf7-form input[type="submit"]:hover { opacity: .8; }
.wpcf7-not-valid-tip { position: absolute; bottom: 5px; left: 5px; font-size: 13px !important; }
.wpcf7-validation-errors { display: block; background: #ad1d1d; padding: 20px !important; color: #FFF; font-size: 14px; text-align: center; border: 0px !important; }
#ui-datepicker-div { display: none; }
.ui-datepicker { width: 280px; }
.ui-datepicker .ui-datepicker-title { line-height: 30px; }
.ui-datepicker-month, .ui-datepicker-year { font-size: 16px; }

/*-- Accordion with icons --*/
.knly-accordion-extra {}
.knly-accordion-extra h4 { display: block; height: 56px; line-height: 56px; margin-bottom: 20px; font-size: 18px; font-weight: 600; cursor: pointer; }
.knly-accordion-extra h4:after { display: block; width: 100%; height: 1px; content: " "; clear: both; }
.knly-accordion-extra h4 span { display: table; float: left; width: 52px; height: 52px; margin-right: 20px; text-align: center; border: 2px solid #52c6e2; border-radius: 28px; -moz-border-radius: 28px; -webkit-border-radius: 28px; }
.knly-accordion-extra h4 span i { display: table-cell; vertical-align: middle; font-size: 30px; color: #52c6e2; }
.knly-accordion-extra p { display: none; line-height: 140%; margin-bottom: 40px; padding-left: 80px; font-size: 15px; font-weight: 500; }

/*-- Family Dentistry Widget --*/
.family-dentistry-widget { position: relative; padding: 80px 0px; }
.family-dentistry-widget .image-container { float: left; width: 605px; }
.family-dentistry-widget .image-container img { display: block; width: 100%; height: auto; }
.family-dentistry-widget .text-contents { position: absolute; top: 165px; right: 0px; width: 390px; padding: 70px 65px; background: #52C6E2; color: #FFF; }
.family-dentistry-widget .text-contents h3 { margin-bottom: 32px; font-size: 28px; font-weight: 600; color: #FFF; }
.family-dentistry-widget .text-contents p { line-height: 160%; font-size: 15px; font-weight: 500; }

/*-- Image Section --*/
.home-image-section { position: relative; padding: 100px 0px; }
.image-section-contents {  }
.image-section-contents .image-section-texts { width: 540px; }
.image-section-contents .left { float: left; }
.image-section-contents .right { float: right; }
.image-section-contents .image-section-texts .main-block {}
.image-section-contents .image-section-texts .main-block h2 { margin-bottom: 32px; font-weight: 600; font-size: 28px; }
.image-section-contents .image-section-texts .main-block p { margin-bottom: 35px; line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }
.image-section-contents .minor-block { float: left; width: 250px; margin-right: 20px; padding-top: 75px; }
.image-section-contents .minor-block h4 { line-height: 150%; margin-bottom: 32px; font-weight: 600; font-size: 19px; color: #2b3748; }
.image-section-contents .minor-block p { line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }

/*-- Contact Blocks --*/
.knly-contact-blocks { display: flex; flex-wrap: wrap; text-align: center; }
.knly-contact-block { float: left; position: relative; display: table; width: 25%; height: 300px; padding: 0px 0px; color: #FFF; cursor: pointer; transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; }
.knly-contact-block:hover { background: #FFF !important; }
.knly-contact-block .block-wrapper { display: table-cell; vertical-align: middle; }
.knly-contact-block .knly-contact-icon { display: block; margin-bottom: 25px; }
.knly-contact-block .knly-contact-icon i { font-size: 50px; transition: color 1s; -moz-transition: color 1s; -webkit-transition: color 1s; }
.knly-contact-block:hover .knly-contact-icon i { color: #429FB5; }
.knly-contact-block h4 { margin-bottom: 18px; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 17px; font-weight: 600; color: #FFF; transition: color 1s; -moz-transition: color 1s; -webkit-transition: color 1s; }
.knly-contact-block:hover h4 { color: #212121; }
.knly-contact-block p { line-height: 150%; font-family: 'Varela Round', 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 500; transition: color 1s; -moz-transition: color 1s; -webkit-transition: color 1s; }
.knly-contact-block:hover p { color: #878d97; }
.knly-contact-blocks .block1 { background: #52C6E2; }
.knly-contact-blocks .block2 { background: #48AEC7; }
.knly-contact-blocks .block3 { background: #429FB5; }
.knly-contact-blocks .block4 { background: #3C91A6; }

/*-- Vertical Tabs Widget --*/
.vertical-tabs-widget { display: flex; flex-direction: row; background: #FFF; }
.tabs-container { width: 240px; display: flex; flex-direction: column; flex: none; float: left; padding: 70px 0px; background: #52C6E2; }
.tabs-container ul { list-style-type: none; display: block; padding: 0; margin: 0; box-sizing: border-box; }
.tabs-container ul li { display: block; font-size: 13px; font-weight: 600; border-top: 1px solid #75D2E8; }
.tabs-container ul li:first-child { border-top: 0px; }
.tabs-container ul li a { display: block; padding: 25px 0px; text-align: center; color: #FFF; }
.tabs-container ul li.ui-tabs-active a { background: #FFF; color: #000; }
.vertical-tab-content { display: none; padding: 70px 30px; text-align: center; }
.vertical-tab-content p { line-height: 160%; margin-bottom: 30px; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }
.vertical-tab-content img { max-width: 100%; height: auto; }

/*-- Testimonials Section --*/
.knly-testimonials-section { width: 535px; float: left; padding-top: 175px; padding-left: 50px; padding-bottom: 160px; overflow: hidden; }
.knly-testimonials-section .section-title h2 { font-size: 30px; margin-bottom: 40px; color: #FFF; }
.knly-testimonials-section .testimonials-container { position: relative; }
.knly-testimonials-section .testimonials-helper { overflow: hidden; }
.knly-testimonials-section .testimonial { margin-left: 5px; }
.knly-testimonials-section .testimonial p { line-height: 170%; font-size: 15px; font-weight: 500; color: #FFF; -webkit-font-smoothing: antialiased; }
.knly-testimonials-section .testimonial span.author { color: #ffffff; display: inline-block; font-family: 'Herr Von Muellerhoff', cursive; font-size: 34px; margin-top: 30px; padding-top: 30px; position: relative; }
.knly-testimonials-section .testimonial span.author:before { content: ''; display: block; position: absolute; width: 100%; height: 1px; top: 0; background: -webkit-linear-gradient(left, transparent 0%, #ffffff 30%, #ffffff 70%, transparent 100%); background: linear-gradient(to right, transparent 0%, #ffffff 30%, #ffffff 70%, transparent 100%); }
.knly-testimonials-section .testimonials-container .owl-controls { text-align: left; padding-top: 25px; }
.knly-testimonials-section .testimonials-container .owl-page { width: 4px; height: 4px; display: inline-block; margin: 0px 6px; background: #515B68; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.knly-testimonials-section .testimonials-container .owl-page:hover { width: 6px; height: 6px; background: #EEE; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.knly-testimonials-section .testimonials-container .owl-page.active { width: 6px; height: 6px; background: #EEE; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/*-- Client Satisfaction Widget --*/
.client-satisfaction-widget { width: 560px; float: right; padding-top: 80px; padding-right: 25px; }
.client-satisfaction-widget h4 { position: relative; line-height: 170%; margin-bottom: 80px; padding-left: 100px; padding-top: 10px; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 19px; font-weight: 600; color: #2b3748; }
.client-satisfaction-widget h4 img { position: absolute; top: 0; left: 0; width: 80px; height: 80px; }

/*-- Doctor Widget --*/
.doctor-widget { text-align: center; }
.doctor-widget h4 { margin-bottom: 15px; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 19px; font-weight: 600; color: #2b3748; }
.doctor-widget h4 a { color: #2b3748; }
.doctor-widget p { line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }
.doctor-widget img { max-width: 100%; height: auto; margin-bottom: 25px; }

/*-- Treatment Advantages Widget --*/
.knly-advantages-widget { padding: 100px 0px; text-align: center; color: #FFF; }
.knly-advantages-widget h2.section-title { margin-bottom: 40px; font-size: 28px; color: #FFF; }
.knly-advantages-widget .advantage { float: left; width: 25%; margin: 0px; }
.knly-advantages-widget .advantage .icon-container { width: 60px; height: 60px; line-height: 60px; margin: 0 auto; margin-bottom: 10px; text-align: center; }
.knly-advantages-widget .advantage .icon-container i { font-size: 40px; }
.knly-advantages-widget .advantage h3 { margin-bottom: 20px; padding: 0px 30px; font-size: 18px; color: #FFF; }
.knly-advantages-widget .advantage p { padding: 0px 30px; line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; color: #FFF; }

/*-- Accordion Widget --*/
.knly-accordion {}
.knly-accordion h4 { position: relative; display: block; margin: 0; padding: 18px 0px; text-align: center; text-transform: uppercase; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 600; color: #FFF; cursor:pointer; }
.knly-accordion h4.even { background: #52C6E2; }
.knly-accordion h4.odd { background: #48AEC7; }
.knly-accordion h4:before { content: "+"; position: absolute; top: 50%; left: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; font-weight: 300; }
.knly-accordion h4.active:before { content: "-"; }
.knly-accordion p { display: none; padding: 30px; line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; background: #FFF; }
.knly-accordion p.open { display: block; }

/*-- Pricing Table Widget --*/
.pricing-table-widget { border: 0 !important; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); text-align: center; }
.pricing-table-widget h4 { margin: 0; padding-top: 10px; background: transparent; color: #3c91a6; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif !important; font-size: 16px; text-transform: uppercase !important; height: 48px; line-height: 48px; }
.pricing-table-widget p.price { color: #52c6e2; font-size: 18px; font-weight: 600; padding: 0; line-height: 140%; margin-bottom: 20px; }
.pricing-table-widget p.price-details { padding: 0px 20px; line-height: 160%; font-size: 13px; }
.pricing-table-widget a.price-cta { display: block; height: 45px; line-height: 45px; margin-top: 35px; font-size: 13px; font-weight: 500; color: #FFF; background: #52c6e2; }

/*-- Step Widgets --*/
.content-card { padding: 35px; background: #8FE2AF; text-align: center; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.content-card .top-icon { width: 140px; height: 140px; line-height: 120px; margin: 0 auto; margin-bottom: 25px; text-align: center; background: #52C6E2; border-radius: 70px; -moz-border-radius: 70px; -webkit-border-radius: 70px; }
.content-card .top-icon .step { font-size: 100px; color: #FFF; font-weight: 500; font-style: italic; }
.content-card h3 { font-size: 25px; margin-bottom: 25px; }
.content-card p { line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; color: #FFF; }

/*-- Content Cards --*/
.page-card { text-align: center; }
.page-card h3 { margin-bottom: 20px; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif !important; font-size: 19px; font-weight: 600; color: #212121; }
.page-card img { max-width: 100%; height: auto; display: block; margin: 0 auto; margin-bottom: 25px; }
.page-card p { margin-bottom: 30px; line-height: 160%; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }


/*=====================================================================================*/
/*       6. PAGE SPECIFIC STYLES                                                       */
/*=====================================================================================*/

/*-- Family Dentistry --*/
.page-id-87 #knly-pagetitle { text-align: right; }
.page-id-87 #knly-pagetitle h1 { color: #FFF; }
.page-id-87 #knly-pagetitle p { color: #FFF; }

/*-- Crowns, Bridges, Veeners --*/
.page-id-99 #knly-pagetitle { text-align: right; }
.page-id-99 #pg-99-5 .content-card { min-height: 300px; }

/*-- Composite Bonding --*/
.page-id-120 #knly-pagetitle { text-align: right; }
.page-id-120 #pg-120-2 .content-card { min-height: 320px; }

/*-- Teeth Whitening --*/
.page-id-131 #knly-pagetitle { text-align: right; }
.page-id-131 #pg-131-2 .page-id-131 { width: 100%; }
.page-id-131 #pg-131-4 .content-card { min-height: 270px; }

/*-- Hygiene --*/
.page-id-144 #knly-pagetitle { text-align: right; }

/*-- Cosmetic Dentistry --*/
.page-id-153 #knly-pagetitle { text-align: right; }

/*-- Smile Makeovers --*/
.page-id-168 #knly-pagetitle { text-align: right; }
.page-id-168 #pg-168-2 .content-card { min-height: 320px; }

/*-- Facial Aesthetics --*/
.page-id-173 #knly-pagetitle { text-align: right; }
.page-id-173 #pg-173-4 .content-card { min-height: 240px; }

/*-- Orthodontics --*/
.page-id-179 #pg-179-4 .content-card { min-height: 340px; }

/*-- Emergency Dentisrty --*/
.page-id-189 #knly-pagetitle { text-align: right; }
.page-id-189 #pg-189-1 .image-section-contents .image-section-texts { width: 500px; }
.page-id-189 #pg-189-1 .image-section-contents .image-section-texts .main-block h2 { line-height: 140%; }

/*=====================================================================================*/
/*       7. FEES & OFFERS PAGE                                                         */
/*=====================================================================================*/

#pricingpage { padding: 100px 0px; }
table.knly-pricing { width: 800px; margin: 0 auto; margin-bottom: 0px; }
table.knly-pricing thead { text-align: center; background: #52C6E2; }
table.knly-pricing thead th { padding: 13px 28px; font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 500; color: #FFF; }
table.knly-pricing tbody tr td:first-child { padding-left: 30px; }
table.knly-pricing tbody tr td:last-child { padding-right: 30px; text-align: right; }

/*=====================================================================================*/
/*       8. CONTACT PAGE                                                               */
/*=====================================================================================*/

#contactpage { padding: 100px 0px; }

/*-- Map --*/
#knly-map { position: relative; }
div#knly-map:before, div#knly-map:after { position: absolute; left: 0; right: 0; display: block; content: " "; height: 5px; background: rgba(255,255,255,0.4); }
div#knly-map:before { top: 0; }
div#knly-map:after { bottom: 0; }
#knly-map iframe { width: 100%; }

/*-- Contact Details --*/
.contact-details { width: 350px; float: left; }
.contact-details h3 { margin-bottom: 24px; font-size: 19px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #212121; }
.contact-details h3 i { margin-right: 10px; font-size: 19px; color: #52c6e2; }
.contact-details p { line-height: 140%; margin-bottom: 15px; font-size: 15px; font-weight: 500; -webkit-font-smoothing: antialiased; }
.contact-details p.blue-bold { margin-bottom: 30px; color: #52c6e2; font-weight: 600; }
.contact-details p span.day-name { display: inline-block; width: 180px; }

/*-- Contact Form --*/
.form-wrapper { width: 760px; float: right; }

/*=====================================================================================*/
/*       9. FOOTER                                                                     */
/*=====================================================================================*/

/*-- Call To Action --*/
#footer-cta { position: relative; height: 49px; padding: 40px 0px; background: #2b3748 !important; color: #FFF; }
#footer-cta .contact-detail { display: block; float: left; position: relative; width: 38%; height: 49px; margin-right: 25px; }
#footer-cta .contact-detail .contact-icon { float: left; display: block; margin-right: 15px; }
#footer-cta .contact-detail .contact-icon i { font-size: 2.2em; }
#footer-cta .contact-detail .contact-label { float: left; display: block; line-height: 130%; font-family: 'Varela Round', 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; font-size: 20px; }
#footer-cta .contact-detail .contact-label.vcenter { position: absolute; left: 55px; top: 12px; }
#footer-cta .contact-cta { width: 18%; float: right; text-align: right; }
#footer-cta .contact-cta a { float: right; background: rgba(82,198,226, 1); color: #fff !important; border-radius: 2px; padding: 18px 32px; text-transform: uppercase; font-size: 12px; font-weight: 600; font-family: 'Poppins', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; letter-spacing: 0.06rem; transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; }
#footer-cta .contact-cta a:hover { background: rgba(82,198,226, 0.8); }

/*-- Copyright --*/
#footer-copyright { padding: 37px 0px; background: #FFF; }
#footer-copyright p { width: 70%; float: right; text-align: right; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 300; color: #878d97; }
#footer-copyright p a { color: #878d97; transition: color 0.6s; -moz-transition: color 0.6s; -webkit-transition: color 0.6s; }
#footer-copyright p a:hover { color: #2b3748; }
#footer-copyright p:first-child { float: left; text-align: left; }


/*=====================================================================================*/
/*       10. MEDIA QUERIES                                                              */
/*=====================================================================================*/

/*--- Screen => 1510px ( Full HD monitors ) ---*/
@media screen and (min-width: 1510px) {

     #pg-179-3 .siteorigin-panels-stretch { padding-top: 220px !important; padding-bottom: 220px !important;  }
    
}


/*--- Screen <= 1200px ---*/
@media screen and (min-width: 961px) and (max-width: 1200px) {

     /*- General -*/
     .wrapper1180 { width: 960px; }
     .wrapper1080 { width: 960px; }
     
     /*- Welcome -*/
     .slide-text { max-width: 450px; bottom: 20vh; left: 6%; }
     .slide-text h3 { font-size: 32px; }
     .slide-text h3.lead-text { font-size: 50px; }
     
     /*- Navigation -*/
     #top-logo { width: 240px; float: left; }
     #top-navigation { width: 50px; }
     #top-navigation ul { display: none; }
     .mobile-nav-container { display: block; height: 90px; position: relative; }
     .mobile-nav-container .hamburger-button { height: 90px; line-height: 90px; }
     .mobile-nav-container .hamburger-button i { font-size: 30px; }
     .white-bar .mobile-nav-container .hamburger-button i { color: #000; }
     .transparent-bar .mobile-nav-container .hamburger-button i { color: #FFF; }
     .mobile-nav-container select { opacity: 0; width: 50px; height: 90px; position: absolute; top: 0; right: 0; }
     
     /*- Block elements -*/
     .stretched-half { width: 400px; padding-right: 25px; }
     .half-centered { width: 400px; }
     .family-dentistry-widget .text-contents { top: 145px; width: 300px; padding: 60px 50px;}
     .image-section-contents .image-section-texts { width: 480px; }
     .image-section-contents .minor-block { width: 220px; padding-top: 60px; }
     .knly-contact-block p { font-size: 16px; }
     .tabs-container { width: 220px; }
     .vertical-tab-content p { font-size: 13px; }
     .knly-testimonials-section { width: 400px; }
     .client-satisfaction-widget { width: 400px; padding-top: 60px; padding-right: 25px; }
     .client-satisfaction-widget h4 { margin-bottom: 60px; padding-left: 100px; padding-top: 10px; font-size: 19px; }
     .page-card h3 { line-height: 150%; font-size: 17px; } 
     
     /*- Page specific -*/
     .page-id-99 #pg-99-5 .content-card { min-height: 360px; }
     .page-id-120 #pg-120-2 .content-card { min-height: 360px; }
     #pg-131-2 [style="padding: 80px 0px 0px 0px;"] { padding: 60px 0px 0px 0px !important; }
     .page-id-168 #pg-168-2 .content-card { min-height: 380px; }
     .page-id-179 #pg-179-4 .content-card { min-height: 390px; }
     .page-id-173 #pg-173-4 .content-card { min-height: 270px; }
     .page-id-131 #pg-131-4 .content-card { min-height: 300px; }
     
     /*- Contact Page -*/
     .contact-details { width: 300px; }
     .form-wrapper { width: 610px; }

     /*- Footer -*/
     #footer-cta .contact-detail .contact-label { font-size: 16px; }
     #footer-cta .contact-detail .contact-icon i { font-size: 1.7em; }
     #footer-cta .contact-detail .contact-label.vcenter { left: 45px; top: 10px; }

}

/*--- Screen <= 960px ( Tablets portrait view  )---*/
@media screen and (max-width: 960px) {

     /*- General -*/
     .wrapper1180 { width: 700px; }
     .wrapper1080 { width: 700px; }
     .wrapper800 { width: 700px; }
     [style="padding: 100px 0px 0px 0px;"] { padding: 80px 0px 0px 0px !important; }
     
     /*- Welcome -*/
     .slide-text { max-width: 450px; bottom: 20vh; left: 6%; }
     .slide-text h3 { font-size: 32px; }
     .slide-text h3.lead-text { font-size: 50px; }
     
     /*- Navigation -*/
     #top-logo { width: 240px; float: left; }
     #top-navigation { width: 50px; }
     #top-navigation ul { display: none; }
     .mobile-nav-container { display: block; height: 90px; position: relative; }
     .mobile-nav-container .hamburger-button { height: 90px; line-height: 90px; }
     .mobile-nav-container .hamburger-button i { font-size: 30px; }
     .white-bar .mobile-nav-container .hamburger-button i { color: #000; }
     .transparent-bar .mobile-nav-container .hamburger-button i { color: #FFF; }
     .mobile-nav-container select { opacity: 0; width: 50px; height: 90px; position: absolute; top: 0; right: 0; }
     
     /*- Block elements -*/
     .stretched-half { width: 600px; float: none; margin: 0 auto; padding-right: 0px; }
     .half-centered { width: 600px; }
     .family-dentistry-widget { padding: 80px 0px; }
     .family-dentistry-widget .image-container { float: none; width: 600px; margin: 0 auto; }
     .family-dentistry-widget .text-contents { position: relative; top: auto; right: auto; width: 420px; margin: 0 auto; margin-top: -60px; padding: 70px 65px; }
     .image-section-contents .image-section-texts { width: 380px; }
     .image-section-contents .image-section-texts .main-block p { margin-bottom: 28px; font-size: 14px; }
     .image-section-contents .image-section-texts .main-block a.cta-button { margin-bottom: 15px; }
     .image-section-contents .minor-block { padding-top: 45px; }
     .knly-contact-block { width: 50%; }
     .knly-testimonials-section { width: 600px; }
     .client-satisfaction-widget { width: 600px; float: none; margin: 0 auto; padding-top: 60px; padding-right: 0px; }
     .client-satisfaction-widget h4 { margin-bottom: 80px; }
     .knly-advantages-widget { padding-top: 80px; padding-bottom: 40px; }
     .knly-advantages-widget .advantage { width: 50%; margin-bottom: 40px; }
     .page-card h3 { font-size: 22px; }
     .page-card p { margin-bottom: 40px; font-size: 17px; }
     
     /*- Page specific -*/
     #zero-header { padding: 70px 0px; }
     #zero-header .z-contents { padding: 40px; }
     .page-id-87 .stretched-half { padding-bottom: 30px !important; }
     #pg-99-1 [style="padding: 80px 0px 0px 0px;"] { padding-top: 0px !important; }
     #pgc-99-1-0, #pgc-99-1-1 { margin-bottom: 50px !important; }
     .page-id-99 #pg-99-5 .content-card { min-height: auto; }
     .page-id-120 #pg-120-2 .content-card { min-height: auto; }
     #pg-131-2 [style="padding: 80px 0px 0px 0px;"] { padding: 20px 0px 40px 0px !important; }
     .page-id-168 #pg-168-2 .content-card { min-height: auto; }
     .page-id-179 #pg-179-4 .content-card { min-height: auto; }
     .page-id-173 #pg-173-4 .content-card { min-height: auto; }
     .page-id-131 #pg-131-4 .content-card { min-height: auto; }
     #pgc-2-4-0 .backstretch img { left: auto !important; right: -100px !important; }
     #pgc-2-7-0 .image-section-texts { width: 560px; }
     #pgc-2-7-0 .image-section-contents .left { float: none; margin: 0 auto; }
     #pgc-2-7-0 .image-section-contents .minor-block { width: 100%; margin-right: 0px; }
     #pgc-2-7-0 div.home-image-section:before { display: block; content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background: #F5F5F5; }
     #pg-87-1 .advantage { height: 180px; }
     #pg-144-1 .siteorigin-panels-stretch { background-image: none; background: #F5F5F5 !important; }
     #pgc-144-2-0 .advantage { height: 140px; }
     #pgc-144-4-0 .panel-widget-style { padding-bottom: 30px !important; }
     #pgc-144-4-1 .panel-widget-style { padding-top: 0px !important; }
     #pgc-153-3-0 .panel-widget-style { padding-bottom: 30px !important; }
     #pgc-153-3-1 .panel-widget-style { padding-top: 0px !important; }
     #pgc-173-2-0 .advantage { height: 160px; }
     #pgc-179-1-0 div.home-image-section:before { display: block; content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background: #F5F5F5; }
     #pgc-179-1-0 div.home-image-section .image-section-texts { width: 560px; }
     #pgc-179-1-0 .image-section-contents .right { float: none; margin: 0 auto; }
     #pg-179-3 .siteorigin-panels-stretch { background-image: none; background: #F5F5F5 !important; }
     .page-id-195 .wp-image-420 { width: 100%; height: auto; }
     #pricingpage { padding-top: 40px !important; }
     #pgc-189-1-0 div.home-image-section:before { display: block; content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background: #F5F5F5; }
     #pgc-189-1-0 div.home-image-section .image-section-texts { width: 560px; }
     #pgc-189-1-0 .image-section-contents .right { float: none; margin: 0 auto; }
     
     /*- Pricing Page -*/
     #pricingpage { padding: 80px 0px; }
     table.knly-pricing { width: 700px; }

     /*- Contact Page -*/
     .contact-details { width: 300px; }
     .form-wrapper { width: 350px; }

     /*- Footer -*/
     #footer-cta { padding: 30px 0px; }
     #footer-cta .contact-detail { height: 32px; }
     #footer-cta .contact-detail:nth-child(2) { width: 25%; }
     #footer-cta .contact-detail .contact-label { font-size: 11px; }
     #footer-cta .contact-detail .contact-icon i { font-size: 1.3em; }
     #footer-cta .contact-detail .contact-label.vcenter { left: 35px; top: 7px; }
     #footer-cta .contact-cta a { padding: 13px 18px; font-size: 12px; }
     #pg-99-3 div.siteorigin-panels-stretch { background: #F5F5F5 !important; }

}

/*--- Screen <= 740px ( iPhone5-6 landscape view )---*/
@media screen and (max-width: 740px) {

     /*- General -*/
     .wrapper1180 { width: 520px; }
     .wrapper1080 { width: 520px; }
     .wrapper800 { width: 520px; }
     .cta-button { display: inline-block; height: 38px; line-height: 40px; margin-right: 20px; padding: 0px 30px; }
     div.panel-row-style[style="padding: 55px 0px 0px 0px;"] { padding: 40px 0px 0px 0px !important; }
     [style="padding: 60px 0px 80px 0px;"] { padding: 40px 0px 60px 0px !important; }
     [style="padding: 0px 0px 80px 0px;"] { padding: 0px 0px 60px 0px !important; }
     [style="padding: 80px 0px 0px 0px;"] { padding: 60px 0px 0px 0px !important; }
     [style="padding: 80px 0px;"] { padding: 60px 0px !important; }
     [style="padding: 100px 0px 0px 0px;"] { padding: 70px 0px 0px 0px !important; }
     [style="padding: 100px 0px 100px 0px;"] { padding: 70px 0px 70px 0px !important; }
     [style="padding: 120px 0px 120px 0px;"] { padding: 70px 0px 70px 0px !important; }
     
     /*- Navigation -*/
     .mobile-nav-container .hamburger-button { line-height: 100px; }
     
     /*- Welcome Section -*/
     #welcome-text { width: 520px; }
     #welcome-text h1 { font-size:34px; }
     .slide-text { max-width: 260px; bottom: 20vh; left: 6%; }
     .slide-text h3 { font-size: 20px; }
     .slide-text h3.lead-text { padding: 0px; font-size: 30px; }
     .owl-controls { display: none; }
     .owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next { display: none; }
     
     /*- Block elements -*/
     #zero-header { padding: 50px 0px; }
     #zero-header .z-contents { padding: 30px; }
     #zero-header .z-contents p { font-size: 14px; }
     .section-title h2 { margin-bottom: 10px; }
     .stretched-half { width: 520px; }
     .half-centered { width: 520px; }
     #knly-pagetitle { padding: 80px 0px; }
     #knly-pagetitle h1 { font-size: 38px; margin-bottom: 20px; }
     #knly-pagetitle p { font-size: 17px; }
     .family-dentistry-widget { padding: 60px 0px; }
     .family-dentistry-widget .image-container { width: 520px;  }
     .family-dentistry-widget .text-contents {  width: 360px; margin-top: -40px; padding: 60px 55px; }
     .image-section-contents .image-section-texts { width: 300px; }
     .image-section-contents .image-section-texts .main-block h2 { margin-bottom: 25px; font-size: 25px; }
     .image-section-contents .image-section-texts .main-block p { margin-bottom: 20px; font-size: 13px; }
     .image-section-contents .image-section-texts .main-block a.cta-button { margin-bottom: 15px; }
     .knly-contact-block p { font-size: 16px; }
     .tabs-container { width: 180px; padding: 40px 0px; }
     .tabs-container ul li { font-size: 12px; }
     .knly-testimonials-section { width: 520px; padding-top: 100px; padding-left: 30px; padding-bottom: 90px; }
     .knly-testimonials-section .section-title h2 { font-size: 25px; margin-bottom: 30px; }
     .client-satisfaction-widget { width: 520px; padding-top: 40px; padding-right: 0px; }
     .client-satisfaction-widget h4 { margin-bottom: 60px; }
     .knly-advantages-widget { padding-top: 60px; padding-bottom: 20px; }
     .knly-advantages-widget h2.section-title { font-size: 20px;}
     .knly-advantages-widget .advantage { width: 50%; margin-bottom: 40px; }
     .content-card .top-icon { width: 90px; height: 90px; line-height: 80px; margin-bottom: 25px; border-radius: 45px; -moz-border-radius: 45px; -webkit-border-radius: 45px; }
     .content-card .top-icon .step { font-size: 70px; }
     .page-card h3 { margin-bottom: 20px; font-size: 19px; }
     .page-card p { margin-bottom: 30px; font-size: 15px; }
     #pg-87-1 .advantage { height: auto; }
     #pgc-144-2-0 .advantage { height: auto; }
     #pgc-173-2-0 .advantage { height: auto; }
     #pgc-2-7-0 .image-section-texts { width: 520px; }
     #pgc-179-1-0 div.home-image-section .image-section-texts { width: 520px; }
     .page-id-189 #pg-189-1 .image-section-contents .image-section-texts { width: 520px; }
     
     /*- Pricing Page -*/
     #pricingpage { padding: 60px 0px; }
     table.knly-pricing { width: 520px; }
     table.knly-pricing tbody tr td:first-child { padding-left: 20px; }
     table.knly-pricing tbody tr td:last-child { padding-right: 20px; }
     
     /*- Contact Page -*/
     #contactpage { padding: 60px 0px; }
     .contact-details { float: none; width: 420px; margin: 0 auto; margin-bottom: 40px; }
     .form-wrapper { float: none; width: 420px; margin: 0 auto; }

     /*- Footer -*/
     #footer-cta { height: auto; }
     #footer-cta .contact-detail { width: 100%; float: none; margin-bottom: 20px; }
     #footer-cta .contact-detail:nth-child(2) { width: 100%; }
     #footer-cta .contact-detail .contact-label { font-size: 12px; }
     #footer-cta .contact-detail .contact-icon i { font-size: 1.6em; }
     #footer-cta .contact-detail .contact-label.vcenter { left: 42px; top: 8px; }
     #footer-cta .contact-cta { width: 100%; float: none; }
     #footer-cta .contact-cta a { float: left; padding: 13px 24px; font-size: 12px; }
     #footer-copyright { padding-top: 25px; padding-bottom: 10px; }
     #footer-copyright p, #footer-copyright p:first-child { width: 100%; float: none; margin-bottom: 13px; text-align: center; }

}

/*--- Screen <= 500px ( iPhone 3 & 4 ( and many more devices... ) landscape view )---*/
@media screen and (max-width: 500px) {

     /*- General -*/
     .wrapper1180 { width: 420px; }
     .wrapper1080 { width: 420px; }
     .wrapper800 { width: 420px; }
     [style="padding: 60px 0px 80px 0px;"] { padding: 30px 0px 40px 0px !important; }
     [style="padding: 0px 0px 80px 0px;"] { padding: 0px 0px 40px 0px !important; }
     [style="padding: 80px 0px 0px 0px;"] { padding: 40px 0px 0px 0px !important; }
     [style="padding: 80px 0px;"] { padding: 40px 0px !important; }
     [style="padding: 100px 0px 0px 0px;"] { padding: 50px 0px 0px 0px !important; }
     [style="padding: 100px 0px 100px 0px;"] { padding: 50px 0px 50px 0px !important; }
     [style="padding: 120px 0px 120px 0px;"] { padding: 50px 0px 50px 0px !important; }
     
     /*- Welcome Section -*/
     #welcome-text { width: 420px; }
     #welcome-text h1 { font-size:35px; }
     .slide-text { max-width: 180px; bottom: 10vh; left: 6%; }
     .slide-text h3 { font-size: 16px; }
     .slide-text h3.lead-text { font-size: 21px; }
     
     /*- Top Bar -*/
     #top-logo { width: 200px; float: left; }
     #top-logo img { max-width: 200px; }
     
     /*- Block elements -*/
     #zero-header { padding: 50px 0px; }
     #zero-header .z-contents { padding: 20px; }
     #zero-header .z-contents p { margin-bottom: 20px; font-size: 13px; }
     .section-title h2 { margin-bottom: 0px; }
     .stretched-half { width: 420px; }
     .half-centered { width: 400px; }
     .widget h3 { margin-bottom: 25px; font-size: 25px; }
     .textwidget p { margin-bottom: 20px; }
     .form-widget .form-elements .wpcf7-form > p > span:nth-child(1), .form-widget .form-elements .wpcf7-form > p > span:nth-child(11) { float: none; width: 100%; }
     .form-widget .form-elements .wpcf7-form > p > span:nth-child(3), .form-widget .form-elements .wpcf7-form > p > span:nth-child(13) { float: none; width: 100%; }
     .knly-accordion-extra h4 { font-size: 16px; }
     .knly-accordion-extra p { margin-bottom: 25px; padding-left: 40px; font-size: 13px; }
     .family-dentistry-widget { padding: 40px 0px; }
     .family-dentistry-widget .image-container { width: 420px;  }
     .family-dentistry-widget .text-contents {  width: 280px; margin-top: -50px; padding: 45px 40px; }
     .family-dentistry-widget .text-contents h3 { margin-bottom: 24px; font-size: 22px;}
     .family-dentistry-widget .text-contents p { font-size: 13px;}
     .image-section-contents .image-section-texts { width: 280px; }
     .knly-contact-block { height: 270px; }
     .knly-contact-block p { font-size: 15px; }
     .tabs-container { width: 170px; padding: 30px 0px; }
     .tabs-container ul li { font-size: 11px; }
     .vertical-tab-content { padding: 30px 15px; }
     .vertical-tab-content p { margin-bottom: 20px; font-size: 13px; }
     .knly-testimonials-section { width: 420px; padding-top: 60px; padding-left: 20px; padding-bottom: 50px; }
     .knly-testimonials-section .section-title h2 { font-size: 20px; margin-bottom: 22px;}
     .client-satisfaction-widget { width: 420px; padding-top: 40px; }
     .client-satisfaction-widget h4 { margin-bottom: 50px; padding-left: 70px; padding-top: 0px; font-size: 16px; }
     .client-satisfaction-widget h4 img { width: 50px; height: 50px; }
     .knly-advantages-widget { padding-top: 50px; padding-bottom: 20px; }
     .knly-advantages-widget h2.section-title { line-height: 140%; margin-bottom: 30px; font-size: 20px;}
     .knly-advantages-widget .advantage { width: 100%; margin-bottom: 30px; }
     .knly-accordion h4 { line-height: 130%; padding: 18px 30px; font-size: 12px; }
     .knly-accordion h4:before { left: 10px; }
     .page-card h3 { margin-bottom: 18px; font-size: 17px; }
     .page-card p { font-size: 14px; }
     #pgc-2-7-0 .image-section-texts { width: 420px; }
     #pgc-179-1-0 div.home-image-section .image-section-texts { width: 420px; }
     .page-id-189 #pg-189-1 .image-section-contents .image-section-texts { width: 420px; }
     
     /*- Pricing Page -*/
     #pricingpage { padding: 45px 0px; }
     table.knly-pricing { width: 420px; }

}

/*--- Screen <= 420px ( iPhone 3 & 4 & 5 & 6 ( and many more devices... ) portrait )---*/
@media screen and (max-width: 420px) {

     /*- General -*/
     .wrapper1180 { width: 300px; }
     .wrapper1080 { width: 300px; }
     .wrapper800 { width: 300px; }
     .cta-button { display: inline-block; height: 38px; line-height: 40px; margin-right: 20px; padding: 0px 25px; }
     blockquote { margin-bottom: 30px; font-size: 13px; padding-left: 28px; }
     blockquote p { font-size: 13px; }
     [style="padding: 60px 0px 80px 0px;"] { padding: 25px 0px 37px 0px !important; }
     [style="padding: 0px 0px 80px 0px;"] { padding: 0px 0px 37px 0px !important; }
     [style="padding: 80px 0px;"], [style^="padding: 80px 0px;"] { padding: 37px 0px !important; }
     [style="padding: 100px 0px 0px 0px;"] { padding: 40px 0px 0px 0px !important; }
     [style="padding: 100px 0px 100px 0px;"] { padding: 40px 0px 40px 0px !important; }
     [style="padding: 120px 0px 120px 0px;"] { padding: 40px 0px 40px 0px !important; }

     /*- Welcome Section -*/
     #welcome-text { width: 300px; }
     #welcome-text h1 { font-size:30px; }
     .slide-text { max-width: 180px; }
     .slide-text h3.lead-text { font-size: 30px; }

     /*- Block elements -*/
     .stretched-half { width: 300px; }
     .half-centered { width: 300px; }
     #knly-pagetitle { position: relative; padding: 80px 0px; }
     div#knly-pagetitle:before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: " "; display: block; z-index: -1; background: rgba(0,0,0,0.5); }
     #knly-pagetitle h1 { font-size: 30px; margin-bottom: 20px; }
     #knly-pagetitle p { font-size: 12px; }
     .widget h3 { margin-bottom: 20px; font-size: 20px; }
     .knly-accordion-extra h4 { height: 36px; line-height: 36px; margin-bottom: 20px; font-size: 12px; }
     .knly-accordion-extra h4 span { width: 32px; height: 32px; margin-right: 10px; border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px; }
     .knly-accordion-extra h4 span i { font-size: 18px; }
     .family-dentistry-widget .image-container { width: 300px;  }
     .family-dentistry-widget .text-contents {  width: 200px; margin-top: -50px; padding: 45px 40px; }
     .home-image-section { padding: 50px 0px; }
     div.home-image-section:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; display: block; content: " "; background: rgba(255,255,255, 0.85); }
     .image-section-contents .image-section-texts { width: 260px; margin: 0 auto; }
     .image-section-contents .left { float: none; }
     .image-section-contents .right { float: none; }
     .image-section-contents .image-section-texts .main-block h2 { margin-bottom: 25px; font-size: 25px; }
     .image-section-contents .image-section-texts .main-block p { margin-bottom: 20px; font-size: 13px; }
     .image-section-contents .image-section-texts .main-block a.cta-button { margin-bottom: 15px; }
     .knly-contact-block { float: none; width: 100%; height: 280px; }
     .knly-contact-block .knly-contact-icon { margin-bottom: 20px; }
     .knly-contact-block .knly-contact-icon i { font-size: 40px;}
     .knly-contact-block h4 { margin-bottom: 16px; font-size: 16px; }
     .knly-contact-block p { font-size: 13px; }
     .tabs-container { width: 140px; padding: 30px 0px; }
     .tabs-container ul li { font-size: 10px; }
     .vertical-tab-content { padding: 30px 15px; }
     .vertical-tab-content p { margin-bottom: 20px; font-size: 12px; }
     .knly-testimonials-section { width: 300px; float: none; margin: 0 auto; padding-top: 40px; padding-left: 0px; padding-bottom: 30px; }
     .knly-testimonials-section .testimonial p { font-size: 13px; }
     .knly-testimonials-section .testimonials-container .owl-controls { padding-top: 15px; }
     .client-satisfaction-widget { width: 300px; padding-top: 50px; }
     .client-satisfaction-widget h4 { margin-bottom: 50px; padding-left: 70px; padding-top: 0px; font-size: 16px; }
     .client-satisfaction-widget h4 img { width: 50px; height: 50px; }
     .page-card h3 { margin-bottom: 16px; font-size: 15px; }
     .page-card p { margin-bottom: 20px; font-size: 13px; }
     #pgc-2-7-0 .image-section-texts { width: 300px; }
     #pgc-179-1-0 div.home-image-section .image-section-texts { width: 300px; }
     .page-id-189 #pg-189-1 .image-section-contents .image-section-texts { width: 300px; }
     .page-id-87 #knly-pagetitle p { font-size: 13px; }
     .page-id-99 #knly-pagetitle h1 { font-size: 22px; }
     .page-id-99 #knly-pagetitle p { font-size: 11px; }
     .page-id-173 #knly-pagetitle p { line-height: 140%; }
     
     /*- Pricing Page -*/
     #pricingpage { padding: 35px 0px; }
     table.knly-pricing { width: 300px; }
     table.knly-pricing tbody tr td:first-child { padding-left: 10px; line-height: 160%; }
     table.knly-pricing tbody tr td:last-child { padding-right: 10px; }
     
     /*- Contact Page -*/
     #contactpage { padding: 40px 0px; }
     .contact-details { width: 300px; margin-bottom: 40px; }
     .form-wrapper { width: 300px;}


}

/*--- Styles for High Resolution Screens ---*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {



}