<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
Theme Name: Smile
Theme URI: http://medianv.com/
Author: Medianv
Description: WP Theme 
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpbc
Tags: fluid-layout, translation-ready, microformats,blue, white, light, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post 

*/

/*--------------------------------------------------------------
1.0 Global Settings
--------------------------------------------------------------*/

/* This is a small security for too long strings titles */
@import url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/static/source/rev-2fe12d5/fonts.googleapis.com/48a42c12faf8a88640fb61f666a70e8f.css");

@import url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/static/source/rev-2fe12d5/fonts.googleapis.com/b099f8f746eb07098d0ff906362b0b26.css");

body {
	word-wrap: break-word;
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px;
	line-height: 1.42857143;
}

#page {
	overflow-y: hidden;
}

h2 {
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
2.0 Alignment
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

/*--------------------------------------------------------------
3.0 Media
--------------------------------------------------------------*/

/* 3.1 Images */
img {
	/*display: inline-block; */
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 3.2 Captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding: .8075em 1em;
	font-size: 12px;
	background: #e5e5e5;
	background: hsl(0, 0%, 90%);
}

/* 3.3 Gallery */
.gallery {
	margin-bottom: 1.5em;
	overflow: hidden;
}

.gallery-item {
	position: relative;
	float: left;
	padding: 1.79104477%;
	text-align: center;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, .7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

/* 3.4 Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/******************************************************************
4.0 Header &amp; Navigation
******************************************************************/

/*
 * Header
 */
.site-title a {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
	font-size: 40px;
	font-weight: 500;
	color: #333;
}

.site-title a:hover, .site-title a:focus {
	color: #555;
	text-decoration: none;
}

.site-description {
	color: #555;
	margin-top: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

/*
 * Navigation
 */
nav ul.nav li a:hover, nav ul.nav li a:focus {
	background-color: #eee !important;
}

.navbar, .navbar-inverse {}

/* end .navbar, .navbar-inverse */

/* highlight current page */
li.current-menu-item a, li.current_page_item a, li.current_page_ancestor a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

/* end current highlighters */

/* Single Post Navigation */
.post-navigation .pager span {
	width: 100%;
}

@media (min-width: 750px) {
	.post-navigation .pager span {
		width: auto;
	}
	
	.post-navigation .pager {
		margin-bottom: 20px;
	}
}

.nav-previous {
	margin-bottom: 20px;
}

@media (min-width: 750px) {
	.nav-previous {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
5.0 Content
--------------------------------------------------------------*/
.hentry, #comments {
	margin: 0 0 1.5em;
	background: #fff;
}

.page-header {
	padding: 5px 20px 10px;
	margin: 0 !important;
	background-color: #fff;
}

.entry-header {
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: none !important;
}

.entry-title {
	margin: 0;
}

.entry-content, .entry-summary {
	padding: 0 20px 10px;
}

.page .entry-content {
	padding: 0;
}

.page .hentry {
	margin: 0;
}

.entry-footer {
	padding: 10px 20px 10px;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 12px;
}

.entry-footer span {
	margin-right: 10px;
}

.entry-footer .glyphicon {
	margin-right: 5px;
}

.entry-footer .byline .author {
	margin-right: initial;
}

/* Style for Single post navigation (Previous post &amp; Next post) */
.pager a, .nav-previous a, .nav-next a {
	color: #999;
}

.pager a:hover, .nav-previous a:hover, .nav-next a:hover {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}

/* end single post navigation style */

/*--------------------------------------------------------------
6.0 Comments
--------------------------------------------------------------*/
#comments .media-body {
	width: 88%;
	margin-left: 2%;
	float: left;
}

.comment-list .comment-author {
	width: 10%;
	float: left;
}

#comments .comment-body {
	padding: 20px 20px 0;
}

#comments .comment-body .comment-content {
	overflow: hidden;
}

#comments .pingback {
	margin: 0;
}

#comments .pingback .comment-body {
	padding: 10px 20px;
}

.comment-list .vcard img.avatar {
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.comment-list .comment-author img {
	width: 100%;
	height: auto;
}

#respond {
	padding: 20px;
}

#reply-title {
	margin-top: 0;
}

.comments-title {
	font-size: 24px;
	margin: 15px 0 10px;
}

/* Nested comments. */
.comment .children {
	/* margin-left: 1.5em; */
	list-style: none;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 50%;
}

.odd {
	background: #fcfcfc;
}

.even {
	background: #f9f9f9;
}

.bypostauthor {
	background: #eff5fb;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/

/* Check out bootstrap-wp.js for more style settings. */
.widget {
	margin-bottom: 2em;
	overflow: hidden;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 90%;
	margin: 10px auto;
}

.widget #calendar_wrap {
	padding: 5px 15px 0;
}

.widget ul, .textwidget, .tagcloud {
	padding: 10px 15px;
	margin: 0;
}

.widget .search-form {
	padding: 10px 0 5px 10px;
	margin: 0 auto;
}

.widget ul li {
	padding: 5px 0;
	list-style: none;
}

.widget-title {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 24px;
}

/******************************************************************
8.0 Footer
******************************************************************/
.site-footer {
	padding: 40px 0;
	clear: both;
	color: #fafafa;
}

.site-footer a, .site-footer a:hover {
	color: #aaa;
}

/******************************************************************
9.0 Pagination
******************************************************************/
.pagination li a:hover, .pagination li a:focus {
	background-color: #428bca !important;
	color: #fff !important;
}

.pagination li .active, .pagination li .current, .pagination li span:hover {
	background-color: #6aa3d5;
	color: #fff;
}

/* Bootstrap Toggle Css here */
.navbar .navbar-nav li.dropdown .dropdown-toggle {
	position: absolute;
	right: 0px;
	top: 0px;
}

.navbar .navbar-nav li.dropdown .dropdown-toggle {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
}

@media (min-width:768px) {
	.navbar .navbar-nav li.dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* Default Menu CSs Here */
.site-header {
	background: #fcfcfc;
}

.header-rt-block {
	text-align: right;
	padding-left: 30px;
}

.header-rt-block a {
	color: #333;
}

.site-navigation {
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-navigation .navbar-default {
	background: inherit;
	border: none;
}

.site-navigation-inner .navbar.navbar-default, .site-navigation-inner .navbar.navbar-default .navbar-collapse {
	margin: 0px;
}

.site-navigation-inner .navbar.navbar-default .navbar-brand {
	padding: 0px 15px;
	height: inherit;
}

.site-navigation-inner .nav.navbar-nav li a {
	position: relative;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 0;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	padding: 10px 15px;
	overflow: hidden;
	color: #fff;
}

/* Footer Default Css here */
.site-footer {
	background: #2f2f2f;
	font-size: 13px;
	padding: 47px 0 0;
}

.site-footer .widget {
	margin-bottom: inherit;
	background: inherit;
}

.site-footer h4 {
	color: #fefefe;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 8px;
	text-transform: inherit;
	border: inherit;
	padding: 0px;
}

.site-footer .textwidget {
	padding: 0px;
}

.site-footer ul li {
	list-style: none;
	border: medium none;
	font-size: 13px;
	letter-spacing: .6px;
	padding: 0px;
	line-height: 23px;
}

.site-footer .widget ul {
	padding: 0px;
}

/***4-april****/
.header-rt-block .tp-head-content {
	padding: 14px 0px;
}

.db {
	display: block;
}

.header-rt-block .tp-head-content li {
	display: inline-block;
	text-align: left;
	padding-left: 8%;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	position: relative;
	margin: 0 0 0 14%;
}

.header-rt-block .tp-head-content li.ph-icon {
	color: #0356a1;
	font-weight: 700;
	font-size: 13px;
}

.header-rt-block .tp-head-content li a {
	font-weight: 600;
	font-size: 16px;
	padding: 2px 0 0;
	display: block;
}

.header-rt-block .tp-head-content li:after {
	position: absolute;
	content: "";
	height: 45px;
	width: 45px;
	top: 5px;
	left: 0;
}

.site-header-top .header-rt-block .widget_text {
	margin: 0;
}

.site-header-top .header-rt-block .widget_text .textwidget {
	padding: 0;
}

.header-rt-block .tp-head-content li.map-icon {
	margin-left: 0;
}

.site-header-top {
	padding: 2px 0;
}

.navbar-right.social-icons .widget_text {
	margin: 0;
	background: transparent;
}

.navbar-right.social-icons .widget_text p {
	margin: 0;
}

.navbar-right.social-icons .widget_text a {
	background: #3bb2e5;
	border: none;
	font-size: 14px;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 19px 21px;
}

.navbar-right.social-icons .widget_text a:hover {
	background: #35a4d4;
}

.main-navigation .navbar .nav li a {
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 20px;
	color: #333;
}

.navbar-right.social-icons .textwidget {
	padding: 0;
}

.site-header .site-navigation.main-navigation {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #fcfcfc;
	position: relative;
	z-index: 9999;
	width: 100%;
}

.site-header.sticky .site-navigation.main-navigation {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fcfcfc;
}

.single .site-header .site-navigation.main-navigation {
	margin-bottom: 30px;
}

.single .site-header.sticky .site-navigation.main-navigation, .blog .site-header.sticky .site-navigation.main-navigation {
	margin-bottom: 0px;
}

.home .site-header .site-navigation.main-navigation {
	position: absolute;
	margin-bottom: 0px;
}

.main-navigation .navbar .nav li a:hover, .main-navigation .navbar .nav li a:focus, .main-navigation .navbar .nav li.active a {
	background: none !important;
}

.main-navigation .navbar .nav .book-appoint {
	background: #89d1f0 !important;
	color: #fff;
}

.main-navigation .navbar .nav .book-appoint a {
	color: #fff;
}

.main-navigation .navbar .nav .book-appoint:hover {
	background-color: #286090;
}

/***footer***/
.site-footer .footer-bottom {
	padding: 20px 0;
	background: #2a2a2a;
	margin: 10px 0 0;
}

.site-footer .footer-widget-title.widget-title {
	font-size: 22px;
	margin: 0 0 25px;
	padding: 0 0 15px;
	position: relative;
}

.btm-sv-link li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	width: 50%;
	float: left;
	padding: 0 0 0 11px;
	position: relative;
	line-height: 33px;
}

.btm-sv-link li a:hover {
	color: #35a4d4;
	text-decoration: none;
}

.btm-sv-link li a:after {
	position: absolute;
	content: "";
	left: 0;
	border-top: solid 1px #fff;
	width: 5px;
	top: 50%;
}

.site-footer .btm-hours li {
	padding: 0;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}

.site-footer ul.hours-list li {
	padding-bottom: 3px;
}

.site-footer ul.hours-list li .time {
	float: right;
}

.main-navigation .navbar .nav .book-appoint a:hover, .main-navigation .navbar .nav .book-appoint a:focus, .main-navigation .navbar .nav li.active .book-appoint a:hover {
	color: #fff;
}

/*October_03_2018*/
.site-header .site-header-top {
	background: #000080;
	padding: 0;
}

.site-header .site-header-top .widget_text {
	margin: 0;
}

.site-header .site-header-top .widget_text .textwidget {
	padding: 0;
}

.site-footer .ft-links li {
	width: 33%;
	float: left;
	padding: 0 0 8px;
	position: relative;
}

.site-footer .widget .ft-links, .site-footer .widget .hours-list {
	padding-top: 0;
}

.site-footer .widget .ft-links li a {
	color: #fff;
	position: relative;
	line-height: 24px;
	padding: 0 0 12px 24px;
}

.widget ul.top-social {
	padding: 0;
	margin: 0;
}

.widget ul.top-social li {
	list-style-type: none;
	display: inline;
	padding: 0;
}

.widget ul.top-social li i {
	padding: 6px 10px;
	font-size: 20px;
	color: #fff;
}

.widget ul.top-social li a, .widget ul.top-add li a {
	color: #fff;
}

.widget ul.top-social li .fa.fa-google {
	border-right: 1px solid #6969b0;
	border-left: 1px solid #6969b0;
}

.widget ul.top-social li .fa.fa-instagram {
	border-right: 0px solid #6969b0;
}

.widget ul.top-social li .fa.fa-facebook {
	border-left: 1px solid #6969b0;
}

.widget ul.top-mail {
	padding: 0;
}

.widget ul.top-add li {
	list-style-type: none;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 0 12px 0 0;
	position: relative;
	font-weight: 400;
}

.widget ul.top-add li i {
	font-size: 18px;
}

.widget ul.top-add {
	padding: 5px 0;
	margin: 0;
}

.widget ul.ft-links li:after {
	position: absolute;
	content: "";
	background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/themes/neweb/images/tick-circle.png") no-repeat;
	height: 16px;
	width: 16px;
	left: 0;
	top: 3px;
}

.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
	text-decoration: none;
	background-color: #004786 !important;
}

.site-navigation-inner .navbar-default .navbar-nav {
	float: right;
	margin-top: 21px;
}

.navbar-brand&gt;img {
	padding: 6px 0;
}

.site-navigation-inner .navbar.navbar-default .navbar-brand {
	padding: 0;
}

.entry-footer .byline {
	display: none;
}

/****Hide autor name in single******/
.blog .entry-title {
	padding-top: 15px;
	display: block;
	clear: both;
}

.single .entry-title {
	margin: 0 0 10px 0;
}

.hm-gallery {
	padding: 50px;
	padding-bottom: 60px;
}

.site-title {
	margin: 0;
	font-size: 48px;
	font-weight: 100;
}

.hm-gallery .site-title {
	padding: 0 0 40px;
	color: #fff;
}

.hm-services {
	padding-top: 50px;
	padding-bottom: 0;
}

.hm-services .subtitle {
	padding-bottom: 50px;
}

.subtitle {
	font-size: 17px;
	line-height: 23px;
	margin: 0;
	padding-top: 20px;
}

.hm-testi .vc_column-inner {
	display: flex !important;
	justify-content: center;
}

.testi-txt p {
	font-size: 17px;
	padding: 20px 0 15px;
	font-weight: 100;
	color: #000;
}

.testi-txt h5 {
	font-weight: 800;
	font-size: 17px;
}

.testi-txt {
	width: 80%;
}

.item-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 250ms cubic-bezier(.53, -.005, .75, .095);
	-moz-transition: all 250ms cubic-bezier(.53, -.005, .75, .095);
	-o-transition: all 250ms cubic-bezier(.53, -.005, .75, .095);
	transition: all 250ms cubic-bezier(.53, -.005, .75, .095);
}

.item:hover .item-layer {
	opacity: 1;
	z-index: 11;
}

.item {
	position: relative;
	width: 100%;
	height: 100%;
}

.item-layer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #89d1f0;
	opacity: .8;
}

.item-layer .vertical-center {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	padding: 5px 10px;
	transform: translate(0%, -50%);
}

.item-layer .vertical-center h3 {
	text-transform: uppercase;
	font-size: 30px;
	margin: 0px;
}

.team_info p {
	margin: 0;
}

.team_info a {
	min-height: 65px;
	background: #333;
	color: #fafafa;
	padding: 14px;
	font-family: Nunito, arial;
	display: block;
	transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
}

.team_info a:hover {
	background: #000080;
}

.team_section_main .main-title {
	margin: 0 0 40px;
}

.team_section_main .team_info .team_heading a {
	font-weight: 700;
	color: #fafafa;
	font-size: 17px;
	text-transform: uppercase;
	font-family: Nunito, arial;
}

.team_section_main .team_info a:hover {
	text-decoration: none;
}

.team_section_main span {
	font-size: 16px;
	font-weight: 400;
}

.single-testimonial .fa-star {
	color: #ffd700;
	font-size: 35px;
	padding: 0 2px;
}

.single-testimonial {
	text-align: center;
}

.single-testimonial .testimonial-author {
	padding-top: 10px;
	color: #fafafa;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
}

.single-testimonial .testimonial-text {
	color: #fafafa;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.rating-stars {
	text-align: center;
	padding: 15px 0;
}

.greyscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.post-info {
	padding: 18px 14px 26px 14px;
	background: #fff;
}

.post-info .post-heading a {
	color: #333;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	font-family: Nunito, arial;
}

.post-info .post-text {
	margin: 0 0 15px;
	font-family: Nunito, arial;
}

.post-info .post-read-more a {
	color: #fff;
	font-weight: 500;
	background: #333;
	padding: 9px 18px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}

.post-info .post-read-more a:hover {
	background: #111;
	text-decoration: none;
}

.slick-slider .slick-prev::before {
	content: none;
}

.slick-slider .slick-next::before {
	content: none;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	width: 38px;
	height: 38px;
}

.slick-arrow i.fa {
	color: #fff;
	font-size: 24px;
	background: rgba(0, 0, 0, .65);
	width: 38px;
	height: 38px;
	border-radius: 100%;
	line-height: 35px;
}

.slick-arrow:hover i.fa {
	background: #333;
}

.main-ct-form textarea::-webkit-input-placeholder, .main-ct-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #111;
}

.main-ct-form textarea::-moz-placeholder, .main-ct-form input::-moz-placeholder {
	opacity: 1;
	color: #111;
}

.main-ct-form textarea:-ms-input-placeholder, .main-ct-form input:-ms-input-placeholder {
	opacity: 1;
	color: #111;
}

.main-ct-form textarea:-moz-placeholder, .main-ct-form input:-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.main-ct-form input, .main-ct-form textarea, .main-ct-form input, .main-ct-form select {
	background: #e7f6fc;
	color: #222;
	width: 100%;
	border: solid 1px #679eb3;
	box-shadow: none;
	padding: 10px 15px;
	height: 42px;
	border-radius: 0px;
	margin: 15px 0 0;
	outline: none;
	font-weight: 400;
}

.main-ct-form textarea {
	height: 96px;
}

.main-ct-form .submit-btn {
	width: auto;
	padding: 0 40px;
	text-align: center;
	border: solid 1px #444;
	background: #e7f6fc;
	color: #000080;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.main-ct-form .submit-btn:hover {
	background: #fff;
	color: #000;
}

.btn {
	border: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

.btn-primary {
	background: #89d1f0;
	background-color: #89d1f0;
	color: #fff;
}

.btn.btn-lg {
	font-size: 15px;
	padding: 12px 34px;
}

.btn.btn-round {
	border-radius: 50px;
}

.site-footer .footer-widget-title:after {
	position: absolute;
	content: "";
	border-bottom: solid 2px #fff;
	width: 30px;
	bottom: 0;
	left: 0;
}

.site-footer .footer-bottom .footer-notification-left p {
	margin: 0;
	font-size: 12px;
	color: #fafafa;
	line-height: 20px;
}

.site-footer .footer-bottom .footer-notification-left a {
	color: #fafafa;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

.btn, .navbar-default .navbar-nav &gt; li a, .site-header-top {
	font-family: "Nunito", sans-serif;
}

.banner-home h1 {
	font-family: "Nunito", sans-serif;
	font-size: 60px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 30px;
}

.banner-btn {
	text-shadow: rgba(102, 102, 102, .5) 0px 0px 1px;
}

.mission-row {
	line-height: 1.72857143;
}

.mission-row h2 {
	color: #000080;
}

.mission-row p {
	line-height: 1.42857143;
	font-size: 17px;
}

.services-row h2, .services-row p, .contact-row h2 {
	color: #fff;
}

.services-row h2, .contact-row h2 {
	font-weight: 400;
	text-transform: uppercase;
}

.services-row h2 strong, .contact-row h2 strong {
	font-weight: 700;
}

.team-row h2, .blog-row h2 {
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
}

.services-row .vc_col-sm-3 p {
	color: #fff;
	font-size: 24px;
}

.services-row .vc_col-sm-3 img {
	margin: 0;
}

.blog-row .post-list.col-sm-3 {
	margin-bottom: 25px;
}

.hover-block .item img {
	width: 100%;
}

.banner-home {
	padding-top: 220px;
	padding-bottom: 250px;
}

.default50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.inner-top-title:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 128, .5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transform: skewX(-160deg);
	z-index: -1;
}

.inner-top-title {
	padding: 130px 80px;
	margin: 0 0 0 55px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 9;
}

.contact-address-bg {
	padding: 40px;
}

.contact-form-box h2 {
	font-size: 28px;
}

.contact-address-bg h2 {
	color: #fff;
}

.contact-address-bg p {
	color: #fff;
	padding: 5px 0 0;
	margin: 0;
}

.contact-address-bg h4 {
	margin: 0;
	color: #fff;
	padding: 15px 0 0;
	font-weight: 600;
}

.contact-form-box ul.hours {
	padding: 10px 0 0;
	position: relative;
}

.contact-form-box .hours li {
	list-style-type: none;
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.contact-form-box .hours li .time {
	float: right;
	font-weight: 400;
}

.contact-form-box .main-ct-form .col-sm-4 {
	width: 50%;
	padding: 0 7px;
}

.contact-form-box .main-ct-form input, .contact-form-box .main-ct-form textarea, .contact-form-box .main-ct-form select {
	width: 100%;
	margin: 15px 0 0;
	background: transparent;
	font-size: 14px;
}

.main-ct-form .captcha-main input, .contact-form-box .main-ct-form .captcha-main input {
	width: 150px;
}

.contact-form-box .main-ct-form .col-sm-12 {
	padding: 0 7px;
}

.contact-form-box .main-ct-form {
	padding: 0 8px;
}

.contact-form-box .main-ct-form .submit-btn {
	background: #000080;
	width: auto;
	color: rgba(255, 255, 255, 1) !important;
	font-size: 18px;
}

.contact-form-box .main-ct-form .submit-btn:hover {
	background: #000058;
	color: #fff;
}

/**post-page**/
.blog #main {
	padding-bottom: 20px;
}

.type-post.status-publish .wp-post-image {
	max-width: 100%;
	float: none;
}

.post-1.type-post.status-publish {
	margin-top: 35px;
}

.type-post.status-publish {
	margin-top: 35px;
}

.widget_search {
	padding: 0;
	margin: 35px 0 5px;
}

.widget_search .search-form {
	padding: 0;
}

.widget_search .search-form label {
	float: left;
	width: 70%;
}

.widget_search .search-form .search-field.form-control {
	border: solid 1px #ddd;
	border-radius: 0;
	font-weight: 400;
	font-size: 13px;
	height: 42px;
}

.widget_search .search-form .search-submit.btn.btn-default {
	height: 42px;
	border-radius: 0;
	border: none;
	background: #000080;
	color: #fff;
	width: 30%;
}

.widget_search .search-form .search-submit.btn.btn-default:hover, .comments-area .comment-respond .form-submit input:hover {
	background: #000058;
}

.widget_recent_entries .widget-title, .widget_recent_comments .widget-title, .widget_archive .widget-title, .widget_categories .widget-title {
	padding: 10px 0;
}

.widget-title {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 24px;
}

.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul {
	padding: 5px 0 0;
}

.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li {
	position: relative;
	padding: 6px 0 0 15px;
}

.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a {
	color: #474747;
	font-weight: 400;
	font-size: 14px;
}

.widget_recent_entries ul li:after, .widget_recent_comments ul li:after, .widget_archive ul li:after, .widget_categories ul li:after {
	content: "";
	position: absolute;
	background: #000080;
	height: 7px;
	width: 7px;
	left: 0;
	top: 13px;
	border-radius: 100%;
}

.widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover {
	color: #000058;
	text-decoration: none;
}

.type-post.status-publish .entry-header {
	padding: 15px 0;
	margin: 0px;
}

.type-post.status-publish .entry-header .entry-title a {
	color: #000080;
	font-size: 28px;
}

.type-post.status-publish .entry-header .entry-title a:hover, .type-post.status-publish footer.entry-footer a:hover {
	color: #000058;
	text-decoration: none;
}

.type-post.status-publish footer.entry-footer {
	padding: 15px 0 10px;
}

.entry-footer span {
	margin-right: 10px;
}

.entry-footer .glyphicon {
	margin-right: 5px;
}

.type-post.status-publish .glyphicon:before {
	color: #000080;
}

.type-post.status-publish footer.entry-footer a {
	color: #1d1d1d;
	padding: 0 6px 0 0;
}

.type-post.status-publish .entry-content p {
	font-weight: 400;
	line-height: 22px;
}

.type-post.status-publish .entry-content {
	padding: 0;
}

.site-navigation-inner .nav.navbar-nav li .dropdown-menu a {
	text-transform: capitalize;
	text-align: left;
	padding: 0 12px;
	font-size: 13px;
	line-height: 24px;
}

.site-navigation-inner .nav.navbar-nav li .dropdown-menu a:hover, .site-navigation-inner .nav.navbar-nav li .dropdown-menu a:focus, .site-navigation-inner .nav.navbar-nav li .dropdown-menu .active a {
	background: #89d1f0 !important;
	color: #fff;
}

.site-navigation-inner .nav.navbar-nav li .dropdown-menu {
	padding: 0;
}

.navbar .navbar-nav li.dropdown .dropdown-toggle {
	right: 7px;
	margin-top: -13px;
}

.site-navigation-inner .nav.navbar-nav li a:hover, .site-navigation-inner .nav.navbar-nav li a:focus, .site-navigation-inner .nav.navbar-nav li.active a {
	color: #000080;
}

.vc_row.banner-home, .vc_row.mission-row {
	background-position: center bottom !important;
}

.services-row .sv-content a {
	color: #fff;
	line-height: 25px;
	padding: 10px 0 0;
	display: block;
	font-size: 21px;
}

.services-row .sv-content a:hover {
	text-decoration: none;
	color: #24238b;
}

.services-row .vc_col-sm-3 p {
	line-height: 26px;
}

.services-row .sv-content {
	padding: 20px 10px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.blog-row .post-info {
	min-height: 225px;
}

.sv-links {
	padding: 0px;
	text-align: center;
}

.sv-links li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	position: relative;
}

.sv-links li a {
	position: relative;
	color: #fff;
	padding: 13px 26px;
	display: block;
	margin: 6px 0;
	background: #000080;
	font-size: 16px;
	border-radius: 15px;
}

.sv-links li a:hover {
	background: #65b1d2;
	text-decoration: none;
}

.mission-row {
	padding-top: 40px;
	padding-bottom: 60px;
}

.contact-row {
	padding-top: 40px;
	padding-bottom: 30px;
}

.contact-row h2 {
	margin: 0;
	padding: 0 0 28px;
}

.type-post.status-publish footer.entry-footer .comments-link {
	display: none;
}

.services-row .sv-content {
	position: relative;
}

.services-row .sv-content:before {
	content: "";
	background: #000080;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: .8;
	transform: scale(0);
	transition: all ease-in-out .2s;
}

.services-row .sv-content:hover:before {
	transform: scale(1);
	transition: all ease-in-out .2s;
}

.services-row .sv-content a:hover {
	color: #fff;
}

.tac {
	text-align: center !important;
	text-shadow: 0px 0px 32px #000;
}

.bold {
	font-weight: 700 !important;
}

.slider-main:before {
	content: "";
	background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/themes/neweb/images/slider-bottom-overlay-updated.png") no-repeat bottom center;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	height: 150px;
	width: 100%;
	z-index: 1;
}

hr.divider {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: solid 1px rgba(0, 0, 0, .2);
}

.additional-forms p {
	font-size: 16px;
	line-height: 26px;
}

.default-btn {
	background: #337ab7;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 5px;
}

.default-btn:hover {
	color: #333;
	text-decoration: none;
	background: #89d1f0;
}

.custom-side-image.img-left img {
	float: left;
	padding: 0 35px 30px 0;
}

.custom-side-image.img-right img {
	float: right;
	padding: 0 0 30px 35px;
}

.inner-content-box h3 {
	margin-top: 0;
}

.cst-form label, .cst-form p {
	font-weight: 400;
	font-size: 22px;
}

.cst-form .col-sm-12 {
	margin-bottom: 50px;
}

.cst-form input[type="email"], .cst-form input[type="text"] {
	width: 100%;
	height: 60px;
	padding: 0px 15px;
	font-size: 18px;
}

.cst-form textarea {
	width: 100%;
	height: 220px;
	padding: 15px;
	font-size: 18px;
}

.cst-form .down-form p {
	margin-bottom: 20px;
}

.cst-form input[type="submit"] {
	font-size: 15px;
	font-weight: 500;
	padding: 12px 40px;
	text-transform: uppercase;
	background: #337ab7;
	border: none;
	color: #fff;
	height: 60px;
}

.down-form .row {
	padding-top: 25px;
}

.form-top p {
	font-size: 22px;
}

.insurances-sec h3 {
	text-align: center;
	font-size: 42px;
	margin: 0;
	padding: 0 0 20px;
}

.insurances-sec .custom-list {
	padding: 0;
	margin: 0;
}

.insurances-sec .custom-list li {
	list-style-type: none;
	font-size: 16px;
	color: #000;
	width: 33%;
	display: inline-block;
	padding: 6px 0 15px 15px;
	position: relative;
	float: left;
}

.insurances-sec .custom-list li:after {
	position: absolute;
	content: "";
	background: #89d1f0;
	height: 7px;
	width: 7px;
	left: 0;
	top: 12px;
	border-radius: 100%;
}

.insurances-sec p {
	text-align: center;
	font-size: 16px;
	color: #000;
	padding: 0 0 15px;
}

.bottom-sv-form .main-ct-form .col-sm-4, .bottom-sv-form .main-ct-form .col-sm-12 {
	padding-left: 7px;
	padding-right: 7px;
}

.bottom-sv-form .main-ct-form {
	padding-left: 8px;
	padding-right: 8px;
}

.bottom-sv-form .main-ct-form input, .bottom-sv-form .main-ct-form select, .bottom-sv-form .main-ct-form textarea {
	border: none;
}

.blog-row .slick-slider .slick-prev:after {
	background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/uploads/2018/12/arrow-left.png") no-repeat center center;
	left: 0;
}

.blog-row .slick-slider .slick-next:after {
	background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/uploads/2018/12/arrow-right.png") no-repeat center center;
	right: 0;
}

section.no-results.not-found {
	padding: 0 0 38px 0;
}

section.no-results.not-found .page-header {
	padding: 5px 20px 10px 0;
}

section.no-results.not-found input.search-submit.btn.btn-default {
	background-color: #f6f6f6;
	border: 1px solid #adadad;
}

.post-list {
	padding: 15px;
}

.single-team_member header.page-header.entry-header {
	padding: 0 18px;
}

.rating-contat-form .captcha-main input {
	width: 120px;
}

.rating-contat-form textarea {
	padding: 10px;
}

.rating-contat-form input.wpcf7-form-control.wpcf7-submit {
	margin-top: 15px;
}

.cst-form .captcha-main input {
	width: 130px;
}

.cst-form .col-sm-12 .captcha-main {
	margin-bottom: 20px;
}

.main-ct-form .captcha-main {
	text-align: right;
}

.main-ct-form .captcha-main input, .main-ct-form .submit-btn {
	margin-top: 10px;
}

.main-ct-form .captcha-main .wpcf7-not-valid-tip {
	display: none;
}

.main-ct-form .captcha-main .wpcf7-not-valid {
	border: solid 2px red;
}

/******************************************************************************************/

/* Media Query */
@media (min-width:1920px) {
	.vc_row.banner-home {
		padding-bottom: 180px !important;
		padding-bottom: 196px !important;
		min-height: 990px;
	}
	
	.vc_row.mission-row {
		padding-top: 112px !important;
		padding-bottom: 145px !important;
	}
}

@media (min-width:1720px) {
	.item-layer .vertical-center h3 {
		font-size: 35px;
	}
}

@media (min-width:1320px) {
	.hover-block .item img {
		width: 100%;
	}
}

@media (min-width:980px) {
	.single-testimonial {
		max-width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	
	.slick-slider .slick-prev {
		left: -34px;
	}
	
	.slick-slider .slick-next {
		right: -34px;
	}
}

@media (max-width:1024px) {
	.blog-row .post-info {
		min-height: 235px;
	}
	
	.post-info .post-heading a {
		font-size: 16px;
	}
	
	.site-footer .ft-links li {
		width: 50%;
	}
	
	.team_info {
		height: 120px;
	}
}

@media (max-width:991px) {
	.insurances-sec .custom-list li {
		width: 50%;
	}
	
	.site-footer ul.hours-list li .time {
		float: none;
		display: block;
	}
	
	.mission-row {
		padding-top: 10px;
		padding-bottom: 0;
	}
	
	.banner-home {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media (min-width:768px) and (max-width:990px) {
	.main-navigation .navbar .nav li a {
		font-size: 14px;
		padding: 12px;
	}
	
	.site-navigation-inner .navbar-default .navbar-nav {
		margin-top: 15px;
	}
	
	.navbar-brand &gt; img {
		max-width: 112px;
	}
	
	.widget ul.top-social li .fa {
		border: 0 !important;
	}
	
	.widget ul.top-social {
		margin-top: 9px;
	}
	
	.widget ul.top-add li.topmap {
		padding: 10px 9px 10px 0;
	}
	
	.services-row .vc_col-sm-3 p {
		font-size: 18px;
	}
	
	.item-layer .vertical-center h3 {
		font-size: 21px;
	}
}

@media (min-width:520px) and (max-width:990px) {
	.hover-block .custom-break, .services-row .vc_column_container.vc_col-sm-3, .blog-row .post-list.col-sm-3 {
		width: 50%;
		float: left;
	}
	
	.services-row &gt; .vc_col-sm-12 &gt; .vc_column-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.banner-home h1 {
		font-size: 52px;
	}
	
	.team_section_main .team_info .team_heading a {
		font-size: 16px;
	}
	
	.team_section_main span {
		font-size: 15px;
	}
}

@media (min-width:768px) {
	.site-header .site-navigation.sticky {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 99999;
		transition: all .4s ease;
	}
	
	.site-header .navbar-collapse {
		padding-right: 0;
	}
	
	.site-header.sticky {
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 999;
	}
}

@media (max-width:768px) {
	.slick-slide .team_content img {
		margin: 0 auto;
		padding-bottom: 78px;
		background: #333;
	}
	
	.slick-slide .team_content .team_info {
		margin-top: -76px;
		background: none;
		text-align: center;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 4px 8px 4px;
	}
	
	.team_section_main .team_info .team_heading a {
		font-size: 15px;
	}
	
	.team_section_main span {
		font-size: 15px;
	}
	
	.single-testimonial .testimonial-text {
		padding: 0 28px;
	}
	
	.slick-prev, .slick-next {
		z-index: 99999;
	}
	
	.slick-slider .slick-next {
		right: 8px;
	}
	
	.slick-slider .slick-prev {
		left: 8px;
	}
}

@media (max-width:767px) {
	.insurances-sec h3 {
		font-size: 26px;
		padding: 0 0 10px;
	}
	
	.insurances-sec p {
		margin: 0;
	}
	
	.insurances-sec .custom-list {
		text-align: left;
	}
	
	.insurances-sec .custom-list li {
		font-size: 18px;
		width: 100%;
		padding: 6px 0 10px 15px;
	}
	
	.inner-content-box {
		text-align: center;
	}
	
	.team_info {
		height: inherit;
	}
	
	.team_section_main .team_info .team_heading .db {
		display: block;
	}
	
	.item-layer {
		opacity: 1;
	}
	
	.item-layer .vertical-center h3 {
		font-size: 25px;
	}
	
	.site-header .site-navigation.main-navigation {
		background: rgba(255, 255, 255, 1);
	}
	
	.contact-address-bg {
		padding: 20px;
	}
	
	.contact-form-box .main-ct-form .col-sm-4, .s-image img {
		width: 100%;
	}
	
	.inner-top-title {
		padding: 40px 0px;
		margin: 0;
		float: none;
		text-align: center;
		font-size: 26px;
	}
	
	.site-footer .ft-links li {
		width: 100%;
	}
	
	.db {
		display: inline;
	}
	
	.blog-row .post-info {
		min-height: auto;
		text-align: center;
	}
	
	.services-row h2, .contact-row h2, .team-row h2, .blog-row h2 {
		font-size: 24px;
	}
	
	.mission-row h2 {
		font-size: 24px;
		margin: 0;
		padding: 15px 0 10px;
	}
	
	.mission-row {
		padding-top: 20px;
		padding-bottom: 0px;
		text-align: center;
	}
	
	.banner-home {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	
	.banner-home a.btn.btn-primary.btn-lg.btn-round {
		font-size: 14px;
		padding: 12px 20px;
	}
	
	.banner-home h1 {
		font-size: 26px;
		margin: 0;
		padding: 0 0 10px;
	}
	
	.header-lt-block, .header-rt-block {
		text-align: center;
	}
	
	.widget ul.top-social li .fa {
		border: 0 !important;
	}
	
	.team_content {
		padding: 0 15px;
	}
	
	.site-footer {
		padding: 26px 0 0;
	}
	
	.site-footer .footer-bottom {
		text-align: center;
		margin: 0;
	}
	
	.site-footer .mobile-footer a.btn.btn-primary {
		width: 100%;
		color: #fff;
		border-radius: 0px;
		background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/uploads/2018/10/arrow-up.png") no-repeat right 7px;
		border: none;
		text-align: left;
		border-bottom: solid 1px rgba(151, 151, 151, .1);
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.site-footer .mobile-footer a.btn.btn-primary.nitro-lazy {
		background-image: none !important;
	}
	
	.site-footer .mobile-footer a.btn.btn-primary.collapsed {
		background: url("https://cdn-kfolf.nitrocdn.com/fFDNZRfTqALaCvVFIjPQTwOQsckDJLNt/assets/images/optimized/rev-49abead/www.smile101.com/wp-content/uploads/2018/10/arrow-down.png") no-repeat right 7px;
	}
	
	.site-footer .mobile-footer a.btn.btn-primary.collapsed.nitro-lazy {
		background-image: none !important;
	}
	
	.site-footer .mobile-footer .collapse {
		padding: 9px 0;
	}
	
	.site-footer .mobile-footer a.btn.btn-primary {
		font-size: 18px;
		font-weight: 700;
	}
	
	.site-footer .mobile-footer h4 {
		display: none;
	}
	
	.site-navigation-inner .navbar-collapse {
		border: 0;
	}
	
	.site-navigation-inner .navbar-default .navbar-nav {
		float: none;
	}
	
	.site-navigation-inner .nav.navbar-nav li a {
		text-align: left;
		border-top: solid 1px rgba(0, 0, 0, .1);
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.site-navigation-inner .nav.navbar-nav li.dropdown a {
		padding-right: 40px;
	}
	
	.site-navigation-inner .navbar .navbar-nav li.dropdown .dropdown-toggle {
		margin-top: 0px;
		top: 0%;
		height: 39px;
		background: rgba(0, 0, 0, .1);
		width: 40px;
		text-align: center;
		line-height: 40px;
		cursor: pointer !important;
	}
	
	.site-navigation-inner .navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		padding-right: 0px;
		padding-left: 10px;
	}
	
	.main-navigation .navbar .nav .book-appoint {
		display: inline-block;
		margin-left: 19px;
		margin-top: 5px;
	}
	
	.main-navigation .navbar .nav .book-appoint a {
		border-top: solid 0 rgba(0, 0, 0, .1);
	}
	
	.navbar-default .navbar-toggle {
		border-color: #000080;
		margin-top: 24px;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000080;
	}
	
	.navbar-brand &gt; img {
		max-width: 112px;
	}
	
	.single-testimonial p, .single-testimonial span {
		font-size: 18px;
		line-height: 1.2;
	}
	
	.single-testimonial .fa-star {
		font-size: 18px;
	}
	
	.mission-row .vc_column-inner {
		padding-top: 0px !important;
	}
	
	.blog-row .slick-slider .slick-prev::after {
		left: -22px;
		background-size: 65%;
	}
	
	.blog-row .slick-slider .slick-next::after {
		right: -22px;
		background-size: 65%;
	}
	
	.banner-btn {
		padding: 13px 15px 10px !important;
	}
	
	.single .entry-title {
		font-size: 24px;
	}
	
	.single-post .type-post.status-publish {
		margin-top: 5px;
	}
	
	ul.sv-list {
		padding: 0;
		text-align: left;
	}
	
	.default50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.inner-content-box .vc_single_image-img {
		margin-bottom: 20px;
	}
}

@media (max-width:520px) {
	.widget ul.top-add li.topmap {
		padding: 10px 9px 10px 0;
	}
	
	.services-row &gt; .vc_col-sm-12 &gt; .vc_column-inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.team_content {
		padding: 0;
	}
}
</pre></body></html>