/*!
Theme Name: sanginiti2020
Theme URI: http://underscores.me/
Author: Identity Dental
Author URI: https://www.identitydental.com
Description: Balaci Dental Group
Version: 1.0.0
Text Domain: sanginiti2020
*/

/* Document
	 ========================================================================== */



@media screen and (max-width:575px){
  body.home .slide-box {
	height: 25vh !important;
	width: 90%;
  }
}


body .uwy.userway_p1 .userway_buttons_wrapper {
	top: auto !important;
	right: auto !important;
	bottom: 13px !important; 
	left: calc(100vw - 21px) !important;
	transform: translate(-100%) !important;
}


body.home .slider-callout {
	bottom: -11% !important;
}

@media screen and (max-width:575px){
  body.home .slider-callout {
	bottom: -18% !important;
  }
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #231f20;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	font-size: 19px;
}

body {
	background: #d9d9d9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}h2

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0b3e5a;
}

a:visited {
	color: #0b3e5a;
}

a:hover,
a:focus,
a:active {
	color: #65923f;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	background: #FFF;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 200px;
}

.main-navigation ul ul a {
	width: 200px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	flex-grow: 1;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #3482ba;
	padding: 10px 10px;
	line-height: 1;
	font-size: 19px;
	position: relative;
}

.main-navigation a {
	color: #3482ba;
	border-bottom: 3px solid transparent;
}

.main-navigation a:hover {
	border-color: #29b9d7;
}

.main-navigation ul ul a {
	line-height: 1;
	text-align: left;
	background: #004c75;
	color: #FFF;
	border: none;
}

.main-navigation ul a:hover {
    color: #65923f;
}

.main-navigation ul ul a:hover {
    color: #65923f !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
    align-items: stretch;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.tr {
	display: table;
	vertical-align: middle;
	width: 100%;
	
}

.tr.bdr {
	border: 5px solid #2f2f2f;
	padding: 30px 15px;
}

.service {
	text-align: center;
	margin: 10px auto;
	border: 2px solid transparent;
	border-radius: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.service:hover {
	border-color: #cccccc;
}

.service-pic a {
	display: block;
	height: 100%;
	width: 100%;	
}

.m-t {
	margin-top: 30px;
}

#welcome {
	padding: 60px 0;
}

.service {
	opacity: 0;
}

#mainslider img {
	display: block;
	width: 100%;
}

.contactarea {
	padding: 0 50px;
}

.map {
	padding: 0;
}

.map iframe {
	display: block;
}

.contactus {
	text-align: center;
	color: #FFF;
	background: #0b3e5a;
	padding: 50px 30px;
}

.contactus a {
	color: #FFF;
}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

#custom_html-2 p {
	font-size: 19px;
	color: #0b3e5a;
	margin-bottom: 5px;
	text-align: left;
}
#custom_html-2 a.phone {
	font-size: 27px;
	color: #0b3e5a;
	font-weight: bold;
	text-align: left;
}

#custom_html-2 a.phone:hover {
	color: #65923f;
}

#stories {
	color: #FFF;
	text-align: center;
}


#map {
	position: relative;
}

#map .social a {
	display: inline-block ;
}

.map-overlay {
	background: rgba(13,66,108,.8);
	text-align: center;
	color: #FFF;
	padding: 15px;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 19px;
	line-height: 1.3;
}

.map-overlay p {
	margin-bottom: 0;
}

.map-overlay h3 {
	color: #FFF;
	font-size: 33px;
}

.map-overlay a {
	color: #FFF;
}
.service .box {
	position: relative;
}

.service .box h4 {
	font-size: 23px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	width: 100%;
	padding: 5px;
	background: rgba(44,124,182,.8);
	margin: 0;
}

.service .box h4 a {
	color: #FFF;
}

.service:hover .box h4  {
	color: #FFF;
	background: rgba(49,180,210,.8);
}

#services img {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear; 
	width: 100%;
}

#services p {
	margin-bottom: 0;
}

#care,
#meet,
#patients,
#office {
	margin-bottom: 50px;
}

#testimonials {
	padding: 100px 0;
}

.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner { 
    flex: unset !important;
}

#stories {
	background: #FFF;
}

.testimonial-content {
	text-align: left;
	font-size: 19px;
	color: #231f20;
}

.strong-view {
	max-width: 100%;
	margin: 0 auto;
}
.td {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

button#responsive-menu-button {
	border-radius: 0 !important;
}

.slider-callout h1 {
	margin-bottom: 10px;
}

.site-header {
	width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(255,255,255,.8);
}
 

.main-header {
	padding: 10px 0;
}

.header-contact a.btn {
	background: #65923f;
	color: #FFF;
	
}

.header-contact a.btn::after {
	display: none;
}

.header-contact a.btn:hover {
	background: #0b3e5a;
	color: #FFF;
}
.flex {
	display: flex;	
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.flex-col {
	vertical-align: middle
}

.site-contact {
	font-weight: 600;
	color: #2f2f2f;
}

.site-contact p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-logo {
	margin: 30px auto;
	text-align: center;
}

#about .td {
	vertical-align: top;
}

.nf-form-content input[type=button] {
	width: 100% !important;
}

p.phone {
	margin-bottom: 0 !important;
}

.blogleft {
	position: absolute;
	background: url('/wp-content/themes/sanginiti2020/images/blogleft.png') no-repeat left center;  
	background-size: contain;
	width: 200px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

.blogright {
	position: absolute;
	background: url('/wp-content/themes/sanginiti2020/images/blogright.png') no-repeat right center;  
	background-size: contain;
	width: 200px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

.bluebg {
	position: absolute;
	width: 60%;
	height: 110%;
	z-index: 2;
	background: url('/wp-content/themes/sanginiti2020/images/blue.jpg') no-repeat center top;  
	background-size: cover;
}

.bluebg.right {
	right: 0;
}

.box {
	padding: 15px 15px 80px 15px;
	background: #073751;
	text-align: center;
}

.box:hover {
	background:#65923f;
}

.box-icon:hover h5 {
	border-color: #65923f;
}

.box-icon {
	text-align: center;
	position: relative;
}

.box-icon h5 {
	font-size: 17px;
	font-family: 'Playfair Display', sans-serif;
	color: #073751;
	border: 5px solid #073751;
	width: 80%;
	margin: -60px auto 0;
	padding: 10px;
	height: 100px;
	background: #FFF
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #aaaaaa;
	font-family: 'Roboto', serif;
	text-align: center;
	margin-bottom: 30px;
	text-transform: capitalize;
}

h2 {
	font-size: 37px;
	color: #0b3e5a;
	padding: 0;
	margin: 0;
	line-height: 1.3;
	text-align: center
}

h3 {
	display: block;
	font-size: 24px;
	color: #0b3e5a;
	padding: 0;
	margin: 0;
}

h4  {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

h5 {
	color: #0b3e5a;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.small {
	font-size: 60%;
}

#services {
	padding: 15px 0;
}

#statement {
	text-align: center;
	color: #FFF;
	font-size: 140%;
	padding: 100px 0;
}

#orgs {
	background: #d9d9d9;
}

#location {
	background: #0b3e5a;
	color: #231f20;
	text-align: left;
}

#location h1,
#location h2 {
	text-align: left;
	color: #0b3e5a;
	font-size: 35px;
	margin-bottom: 10px;
}

#location .col-md {
	border-left: 2px solid #65923f;
	border-right: 2px solid #65923f;
	padding: 0 45px;
}

#location .social {
	display: inline-block;
}


#location .col-md:first-child {
	border-left: none;
	padding-left: 15px;
}

#location .col-md:last-child {
	border-right: none;
	padding-right:15px;
}

#custom_html-6 {
	text-align: center;
}

#location a {
	color: #0b3e5a;
}

#location a:hover {
	color: #65923f;
}

#location iframe {
	display: block;
}

.slider-callout h4 {
	font-size: 53px;
	color: #0b3e5a;
	margin: 0;
	font-family: 'Playfair Display', serif;
}

.slider-callout h4 strong {
	color: #65923f;
	font-weight: normal;
}

.main-header {
	padding: 10px 0;
}

.flex {
	display: flex;	
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.flex-col {
	vertical-align: middle
}

.site-contact {
	font-weight: 600;
	color: #2f2f2f;
}

.site-contact p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-section {
	padding: 80px 0;
} 

.mobile-header {
	background: #0b3e5a;
	color: #FFF;
	padding: 10px 0;
}

.mob-menu-header-holder {
    z-index: 99999 !important;
}

.mobmenur-container i {
    line-height: 70px !important;
    font-size: 70px;
    float: right;
}

.right-menu-icon-text {
    float: none;
    line-height: 70px;
    color: #0b3e5a;
    position: absolute;
    top: 0 !important; !important;
    width: 100px !important;
    text-align: center !important;
	font-family: 'Playfair Display', serif !important;
	text-transform: capitalize !important;
}

.mobmenur-container {
    top: 50% !important;
    margin-right: 5px;
    margin-top: 0px;
    transform: translateY(-50%) !important;
}

.nf-form-content {
    padding: 15px 0 !important;
    max-width: 100% !important;
    margin: 0 auto;
}

:root {
  --animate-delay: 0.3s;
}

.blog-thumbnail {
	float: right;
	max-width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #0b3e5a;
}

.blog article.type-post {
	clear: both;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: .5em;
	display: block;
}

.blog article.type-post:last-child {
	border: none;
}


#care h1,
#care h2,
#feel h1,
#feel h2,
#enjoy h1,
#enjoy h2,
#see h1,
#see h2{
	text-align: left;
}

#meet h1,
#meet h2 {
	text-align: right;
}

.pic-right {
	text-align: right;
}
.pic-right  img {
	float: right;
	margin-top: -50px;
}

#services {
	position: relative; 
	
}

#services .col-md-3 {
	padding: 0 30px;
}

#location {
	background: #FFF;
}

#services  {
	background: url('/wp-content/themes/sanginiti2020/images/servicesbg.jpg') no-repeat center top;
	background-size: cover;
}

#services .sa_hover_container:hover img {
	transform: scale(1.1);
}

#about  {
	background: url('/wp-content/themes/sanginiti2020/images/flowerbg.jpg') no-repeat center top;
	background-size: cover;
	font-size: 22px;
	line-height: 1;
	color: #0b3e5a;
	font-family: 'Playfair Display', serif;
}

#blog-section {
	position: relative;
	background: #FFF; 
}

.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
	position: relative !important;
}

.no-margin-top {
	margin-top: 0 !important;
}
#meet {
	position: relative;
	background: #FFF;
}

.section-content {
	padding: 0 30px;
}
.split-section.white {
	background: #FFF;
}

.split-content-alt {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    /*margin-bottom: -4vw;*/
    padding: 100px;
	min-height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#custom_html-9 {
	float: right;
	position: relative;
}

#custom_html-3 {
	    float: right;
    margin-right: 15px;
}

.nf-form-content label {
    font-size: 16px !important;
    line-height: 20px;
}

.small-container h1, 
.small-container h2 {
	text-align: center;
}

.split-image-with-image-inside {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-height: 35vw;
    margin-top: -2vw;
    margin-bottom: -2vw;
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block-20 {
    position: absolute;
    z-index: 2;
    left: -30px;
	margin-right: 20px
}

.div-block-21 {
    position: absolute;
    z-index: 2;
    right: -30px;
	margin-left: 20px
}

.sub-page .site-content {
	background: #FFF;
}

.split-section {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 150px 0;
}

.split-section.last {
	margin-bottom: 0;
}

.split-image-inside {
    width: 100%;
	will-change: transform;
    transform: translate3d(0px, 1.19796vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.split-image-with-image-inside.pic1 {
    background-image: url('/wp-content/themes/sanginiti2020/images/blue.jpg');
    background-position: 50% 50%;
    background-size: cover;
	will-change: transform;
    transform: translate3d(0px, 1.19796vw, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.widget {
	padding: 0;
	margin: 0;
}

.main-nav {
	width: 100%;
	background: #2f2f2f;
}

.pipe {
	margin: 0 10px;
}

#custom_html-3 .social {
	text-align: right;
	margin-bottom: 10px;
}

#custom_html-3 .social a {
	font-size: 26px;
	margin: 0 2px;
	color: #0b3e5a;
}

#custom_html-3 .social a:hover {
	color: #65923f;
}


button#responsive-menu-button {
    right: 0 !important;
}

#slider {
	position: relative;
	overflow: hidden;
	background: url('/wp-content/uploads/2020/09/Hompage-leaves.jpg') no-repeat center center;
	background-size: cover; 
	height: 900px; 
}

.sub-page #slider {
    height: 800px;
}

.slide-box {
	height: 550px;
	border: 20px solid #FFF;
	width: 1100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13%;
	box-shadow: 0px 25px 30px -10px rgba(0,0,0,.2);
}
.sub-page .slide-box {
	height: 500px;
} 
#slider img {
	width: 100%;
}
.top-header {
	padding: 10px 0;
}
.sub-page .post-content h1,
.sub-page .post-content h2 {
	text-align: center;
}

.sub-page .slider-callout {
    bottom: -70px;
}

h2 {
	position: relative;
}

.slider-callout {
	    width: 75%;
    position: absolute;
    bottom: -85px;
    left: 50%;
    text-align: center;
    padding: 30px 0;
    z-index: 4;
    transform: translateX(-50%);
}


.slider-callout {
    background: #FFF;
    padding: 15px;
    box-shadow: 0px 25px 30px -10px rgba(0,0,0,.2);
}


.mobile-header {
	background: #0b3e5a;
	color: #FFF;
	padding: 5px 0;
	display: none;
}

.mobile-header a {
	color: #FFF;
}

.header-left h1,
.header-left h2 {
	text-align: left !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link {
	border-bottom: 1px solid #252525 !important;
    color: #ffffff;
    background-color: #333 !important;	
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 li.responsive-menu-item a:hover {
    color: #ffffff;
    background-color: #0b3e5a !important;
    border-color: #000000;
}

#responsive-menu-container {
	width: auto !important;
	max-width: 65%;
	min-width: 300px;
}

#mysticky-nav .myfixed {
	width: 100% !important;
	background: #FFF !important;
}

.mob-menu-header-holder {
    width: 100%;
    background-color: transparent;
    height: 99px;
    position: fixed;
}

#mysticky-nav .myfixed #custom_html-2 p {
	display: none;
}

#mysticky-nav .myfixed #custom_html-3 .social {
	display: none;
}

#mysticky-nav .myfixed #custom_html-2 p.phone {
	display: block;
}

#mysticky-nav .myfixed #custom_html-3 {
    margin-top: 20px;
}

input[type="submit"] {
	margin-top: 15px;
}

.main-header {
	background: #FFF;
}

a.btn,input[type="submit"],.nf-form-content input[type=button] {
	border-radius: 0;
	font-size: 21px;
	line-height: 1;
	border: none;
	outline: none;
	background: none;
	color: #2f5269;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	position: relative;
}

a.btn::after {
	position: absolute;
	width: 140px;
	height: 5px;
	background: #65923f;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	content: '';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a.btn:hover::after {
	position: absolute;
	width: 100%;
	height: 5px;
	background: #65923f;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	content: '';
}

a.btn:hover, input[type="submit"]:hover,.nf-form-content input[type=button]:hover {
	color: #65923f;
}

.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover;
    background-size: cover;

    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	transition: 0.1s ease;
}

label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #fafafa;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 2px;
	width: 100%;
	padding: 10px 45px 10px 15px;
	border: 1px solid #ccc;
	height: auto;
	font-size: 14px;
}
.search-form input[type=submit], .search-form input[type=submit]:focus, .search-form input[type=submit]:hover {
	padding: 13px 20px;
	border-radius: 2px;
	border: none;
	top: 0;
	right: 0;
	position: absolute;
	color: transparent;
	background: 0 0;
	max-width: 45px;
	z-index: 2;
	line-height: 1.85714285714286;
}
.nf-error.field-wrap .nf-field-element:after {
    height: 38px !important;
    width: 40px !important;
    line-height: 40px !important;
}
.nf-pass.field-wrap .nf-field-element:after {
    height: 40px !important;
    line-height: 40px !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	cursor: pointer;
	background: #0b3e5a !important;
	color: #FFF !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	background: #65923f !important;
	color: #FFF !important; 
}
#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 10px !important;
}
.nf-form-content textarea.ninja-forms-field {
    height: 100px !important;
    font-size: 14px;
}
.nf-after-field .nf-error-msg {
    margin-right: 10px;
    font-size: 13px;
}
.nf-field-container.recaptcha-container {
	margin-bottom: 0 !important;
	height: 0;
}

.search-form {
	position: relative;
}
.search-form:after {
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: 400;
	content: "\f002";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

#responsive-menu-container #responsive-menu-title {
    background-color: #FFF !important;
}

.clear {
	clear: both;
}

.sub-page .site-main {
	padding-bottom: 60px;
}

.no-margin {
	margin: 0;
}

.wf-td {
	text-align: center;
}
.blog-info {
	text-align: left;
	position: relative;
}
.thumb-container {
	position: relative;
}
.thumb-container img {
	display: block;
	width: 100%;
}
.date {
      font-size: 17px;
    color: #FFF;
	background: #0b3e5a;
	padding: 10px;
    position: relative;
    display: block;
    margin: 0;
	text-align: left;
}


#mysticky-nav.wrapfixed {
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important; 
}

.site-branding img {
	width: auto;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	max-height: 169px;
}

#mysticky-nav .myfixed .site-branding img { 
	max-height: 80px;
	width: auto;
}

#mysticky-nav .myfixed #custom_html-2 {
    margin-right: 0;
}

#orgs {
	padding: 60px 0 40px;
}

#orgs img:hover {
	opacity: .7; 
}

.location {
	padding: 30px 20px;
	border: 1px solid #e1e1e1;
	min-height: 130px;
}

.no-padding {
	padding: 0;
}

#maps iframe {
	display: block;
}

#maps {
	position: relative;
}


.sub-page #primary {
	padding: 30px 0;
}
#responsive-menu-container #responsive-menu-additional-content {
    color: #2f2f2f;
    font-size: 14px;
    white-space: normal;
    text-transform: uppercase;
}
#responsive-menu-container #responsive-menu-additional-content a {
	color: #000;
	margin-top: 10px;
	display: block;
} 
#blog-section {
  padding: 80px 0;
	position: relative;
}


.blog-info h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 17px;
  color: #0b3e5a;
  text-transform: capitalize;
	font-weight: normal;
}
.blog-info h3 a {
  color: #0b3e5a; 
}
.blog-info {
  text-align: left;
  position: relative;
	margin-bottom: 20px;
}
#blog-section a.read-more {
	border: none;
	color: #65923f;
	font-size: 13px;
	box-shadow: none;
}
#blog-section a.read-more:hover {
	color: #0b3e5a;
}
.thumb-container img {
	display: block;
	width: 100%;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: auto !important;
}

.h2-header h2{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.h2-header h2:before,
.h2-header h2:after {
    content: '';
    border-top: 10px solid #3482ba;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.h2-header h2:after {
    margin: 0 0 0 20px;
}

.h2-header h1 {
	margin: 0;
}

#services {
	position: relative
}

#orgs {
	margin-bottom: 30px;
}

#orgs img:hover {
	opacity: .7;
}

#responsive-menu {
	margin-top: 160px !important;
}
 

.hr {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#custom_html-6 .textwidget {
	text-align: left !important; 
}

#custom_html-6 .textwidget a.btn {
	padding: 10px 0 !important;
	width: auto !important
}

#custom_html-6 .textwidget a.btn::after {
	left: 0;
	transform: none;
}

#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
    max-width: 100%;
    max-height: 130px;
}

.blog-home-post {
	    height: 250px; 
    text-align: left;
    width: 100%;
    border: 4px solid #0b3e5a;
	border-top: none;
	background: #FFF;
    padding: 15px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-info {
	cursor: pointer
}


.site-footer {
	    padding: 50px 0 30px;
    background: #0b3e5a;
    color: #FFF; 
    text-align: center;
    line-height: 1.4;
} 

.site-footer a {
	color: #FFF;
}

.site-footer a:hover {
	color: #65923f;
}

.excerpt {
	font-size: 13px;
}
.post-thumbnail {
	float: left;
	max-width: 30%;
	margin-bottom: 30px;
	margin-right: 30px;
	background: url('/wp-content/uploads/2020/09/insidebg.png') no-repeat center center;
	background-size: cover;
	padding: 15px;
}

.post-content h3 {
	display: inline-block;
}

#mysticky-nav.wrapfixed .site-header {
	width: 100% !important;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
	background: #FFF;
}

.text-left h1,
.text-left h2 {
	text-align: left !important;
}

.post-thumbnail img { 
	width: 100%;
}

@media (max-width: 1600px) {
.site-content .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
}

@media screen and (max-width:1500px) {

	.slider-callout .container {
    max-width: 100%; 
}

	
	#custom_html-2 a {
    font-size: 25px;
}
	#custom_html-2 p {
    font-size: 17px;
}
	.post-thumbnail {
		margin-left: 0;
	}
	
}

@media screen and (max-width:1500px) {
.slider-callout h4 {
    font-size: 50px;
}
	
	.split-content-alt {
    padding: 50px;
}
	
}

@media screen and (max-width:1300px) {
	.slider-callout h4 {
    font-size: 40px;
}
	#about {
		padding: 80px 0;
	}
	.header-contact a.btn {
    font-size: 16px;
    min-width: 1px;
}
	#location .container, #blog-section .container {
    max-width: 100%; 
}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px; 
    padding-left: 30px;
}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.row {
    margin-right: -30px;
    margin-left: -30px; 
}
	.strong-view {
    max-width: 100%;
    margin: 0 auto;
}
	#about {
		font-size: 18px;
	}
	.split-content-alt {
		width: 50%;
	}
	.box-icon h5 {
    font-size: 15px;
	}
	.testimonial-content {
    font-size: 18px;
}
	.page-section {
    padding: 30px 0;
}
	.box, .box-icon {
    padding: 15px !important;
}
	.box-icon h5 {
    font-size: 17px;
    font-family: 'Playfair Display', sans-serif;
    color: #073751;
    border: none;
    width: 80%;
    margin: 0 auto;
    padding: 10px !important;
    height: 100px;
    background: #FFF;
}
}

@media screen and (max-width:1199px) {
.testimonial-content {
    font-size: 16px;
}
	#slider {
    height: 650px !important;
}
	.slide-box {
    height: 450px !important;
    width: 90%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: auto;
}
	.slider-callout {
		bottom: -15% !important;
	}
	
	#about {
		font-size: 19px;
	}
	.top-header {
    padding: 10px 0;
}
	.site-header {
		position: relative;
	} 
	#services h4 {
    font-size: 20px;
}
	.main-navigation a {
		font-size: 16px;
	}
	h2 {
		font-size: 35px;
	}
	#fb {
		height: 350px;
		background-attachment: scroll;
	}
	.slider-callout .caption {
    font-size: 35px;
}
}

@media screen and (max-width:1125px) {
	.mobile-header {
		display: block;
	}
	#custom_html-7 .btn {
	color: #FFF;
	background: #65923f;
	font-size: 14px;
}
	#custom_html-3 {
		display: none;
	}
#custom_html-7 .btn:hover {
	color: #65923f;
	background: #FFF;
	font-size: 14px;
}
#custom_html-7 .blue-btn {
	color: #FFF;
	background: #65923f;
	font-size: 14px;
}
#custom_html-7 .blue-btn:hover {
	color: #65923f !important;
	background: #FFF !important;
	font-size: 14px;
}	
#custom_html-7 .btn::after {
	display: none;
}
	.site-branding img {
    max-height: 130px;
}
	.site-branding {
		text-align: center
	}
	.site-content .container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
}

@media screen and (max-width:1024px) {
	.slider-callout .callout-bg .logobg {
    width: 100%;
    height: 100%;
}
	#slider {
    height: 550px;
}
	.split-content-alt {
    min-height: 1px; 
}
	.div-block-21 {
    position: absolute;
    z-index: 2;
    right: 0;
    margin-left: 0;
    margin: 15px;
}
	.div-block-20 {
    position: absolute;
    z-index: 2;
    right: 0;
		left: 0;
    margin-left: 0;
    margin: 15px;
} 
	#location .col-md {
    padding: 15px;
}
	a.btn {
		min-width: 1px;
	}
	#slider {
    padding: 0 ;
}
	
	.slider-callout h4 {
		font-size: 35px;
	}
	#maps iframe {
		height: 600px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 20px;
	}
	.page-section {
    padding: 30px 0;
}
	a.btn {
		font-size: 20px;
	}
	#location {
		font-size: 13px; 
	}
	#smile {
    padding: 30px 0;
}
	#map iframe {
		height: 600px;
	}
}

@media screen and (max-width:991px) {
	body, button, input, select, optgroup, textarea {
		font-size: 18px;
	}
	#slider {
    height: 500px !important;
}
	.slide-box {
    height: 400px !important;
    width: 90%;
}
	.box-icon h5 {
    font-size: 15px;
	}
	.split-content-alt {
    padding: 50px;
}
	.strong-view {
    max-width: 100%;
    margin: 0 auto;
}
	#services .pic {
		display: none;
	}
	.h2-header {
		margin: 15px auto;
	}
	#services h4 {
    font-size: 15px;
}
	h2 {
		font-size: 34px;
	}
.top-header {
    background: #FFF;
    color: #0b3e5a;
    padding: 10px 0;
}
	.slider-callout .caption {
    font-size: 26px;
}
	.location img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
}
	.main-navigation a {
    font-size: 14px;
    padding: 10px 5px;
}
	.hr, .hrright {
    margin: 15px 0;
}
	.site-branding {
		text-align: center;
	}
	.header-social a.btn {
		min-width: 1px;
		font-size: 16px;
	}
	.mobile-header a.btn {
    width: auto;
}
	#mysticky-nav .myfixed .top-header, .top-header {
    display: block;
}
	.mobile-header .text-right {
		text-align: right !important;
	}
	#responsive-menu-item-15 {
		display: none !important;
	}
	.site-branding img {
    max-height: 80px;
}
	#slider {
    position: relative;
}
	.site-branding {
	display: block;
}

	.slider-callout h4 {
		font-size: 30px;
	} 
	#blog-section {
    padding: 30px 0;
}
	.section-header {
    padding: 20px 0;
}
	#visit.page-section {
    padding-top: 30px;
}
	
	#blog-section .section-header {
    margin: 15px 0;
}
	
	.section-content {
    padding: 0;
}
	.slider-callout h4 {
		font-size: 28px;
	}
	.section-header h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
	
	.header-logo {
		text-align: left;
	}
	
	.site-contact {
		text-align: right !important;
	}
	
	#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
		max-width: 60% !important;
	}
	#custom_html-2 a {
		font-size: 24px;
	}
	.blog-info h3 {
		font-size: 18px;
	}
	#testimonials {
		background-attachment: scroll;
	}
}

@media screen and (max-width:768px) {
	.main-header a.btn {
		width: auto;
	}
	.split-section {
		margin: 0 0 15px 0;
	}
	#meet .pic {
		display: none;
	}
	.site-branding img {
    max-height: 70px;
    width: auto;
}
	#mysticky-nav .myfixed .site-branding img {
    max-height: 70px;
    width: auto;
}
	.testimonial-content {
    min-height: 1px;
    font-size: 16px;
}
	#fb {
    height: 300px;
    background-attachment: scroll;
}
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial {
    width: 100% !important;
		margin-bottom: 200px !important;
}
	.strong-content.strong-grid.columns-3 .wpmtst-testimonial:last-child {
		margin-bottom: 0 !important;
	}
	#care a.btn, #meet a.btn, #patients a.btn, #office a.btn, #location a.btn {
    margin-top: 0;
}
#patients .box {
    min-height: 450px;
}
	.mobile-header {
		display: block;
	}
	.header-appt {
		display: none
	}
	.site-branding {
		text-align: center;
	}
	#custom_html-3 {
		display: none;
	}
	.h-heading {
    display: table;
    margin: 0 auto;
    width: 75%;
}
	#slider {
    position: relative;
} 
	
	#meet, #technology {
		background-attachment: scroll;
	}
	.service h4 {
		font-size: 20px;
	}
	.map-overlay {
		font-size: 16px;
	}
	#patients, #blog-section {
		background-attachment: scroll;
	}
	.map-overlay h2 {
    color: #FFF;
    font-size: 30px;
}
	.special p strong {
		font-size: 20px;
	}
	.special p {
		font-size: 16px;
	}
	.location {
    min-height: 260px;
}
	.no-padding {
		padding: 15px;
	}
	#location {
		font-size: 16px;
	}
	#text-2 p {
		margin-bottom: 0;
	}
	#location .col-md {
		margin-bottom: 0;
	}
	#custom_html-2 a {
		font-size: 22px;
	}
	.section-header h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
	#contactus,
	.sub-page .site-content, #welcome {
		background-attachment: scroll;
	}
	.contactarea {
    padding: 15px;
}
	.map iframe {
		height: 400px;
	}
	.testimonial {
		padding: 15px;
	}
	.quote {
    padding: 30px 50px;
    font-size: 16px;
		background-size: 30%;
}
	h2 {
		font-size: 32px;
	}
	#services, #care, #blog-section, .sub-page .post-content {
		background-attachment: scroll;
	}
	.quick img {
    float: none;
    margin-right: 15px;
    margin-bottom: 15px;
}
	.quick {
		padding: 15px;
		min-height: 200px
	}
	.map-overlay h3 {
		font-size: 22px;
	}
	.hidden-sm {
		display: none;
	}
	.blog-info {
		margin-bottom: 20px;
	}	
	.section-header {
		margin-left: 0;
		margin-bottom: 20px;
		padding: 15px;
	}
	#location .col-md-4 {
    min-height: 1px;
    padding: 0 30px 15px 15px;
}
	#maps iframe {
		height: 400px;
	} 
	#location .col-sm-2 {
		display: none
	}
	
	#map iframe {
		height: 400px;
	}
	
	#location.page-section {
    margin-bottom: 0;
}
	
	a.btn {
		min-width: 1px;
		font-size: 18px;
		width: 100%;
		margin: 5px auto;
		white-space: normal;
}
	
	.site-footer {
    font-size: 14px;
    line-height: 1.2;
}
		.header-left h1,
.header-left h2 {
	text-align: center !important;
}
	.post-thumbnail {
		float: none;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    box-shadow: none;
    transform: none;
    clear: both;
    display: block;
    margin: 15px auto;
	}
	.text-right,
	.text-left {
		text-align: center;
	}
	.sub-page #primary {
    padding: 0;
}
	#welcome, #contactus, #maximize {
		padding: 60px 0;
	}
	
}
@media screen and (max-width:768px) {
	#custom_html-2 p {
		display: none;
	}
	.box-row {
		margin: 0;
	}
	.sub-page .site-content {
		padding: 30px 0;
	} 
	.box, .box-icon {
    padding: 15px !important;
}
	#custom_html-2 a.phone {
    font-size: 18px;
}
	.split-content-alt {
    padding: 15px;
		width: 100%; 
}.split-content-alt {
    padding: 25px 15px;
}
	.div-block-20, .div-block-21 {
		position: relative;
		right: 0;
		left: 0;
	}
	#responsive-menu-container {
		min-width: 280px !important; 
	}
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link {
		line-height: 1.5 !important
	}
}

@media screen and (max-width:767px) {
	#reviews .section-content {
    margin-bottom: 0;
}.tr, .td {
		display: block;
	}
	#custom_html-2 a.phone {
    font-size: 13px;
}
	.wp-block-image .alignleft {
    float: none;
    margin: 15px auto;
		padding: 0;
		display: block;
}
	.wp-block-image .alignleft img {
		display: block;
		width: 100%;
	}
	.slider-callout h1 {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 14px;
}
	.page-id-6 .slider-callout h4 {
    margin-bottom: 0;
    white-space: nowrap;
}
	
	#location .col-md {
		border: none !important;
	}
	#services img {
		    padding: 0;
	}
	#services .m-t {
		margin-top: 30px;
	}
	#about img {
		margin-bottom: 15px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}
	.row {
    margin-right: -15px;
    margin-left: -15px;
}
	.box, .box-icon {
    padding: 15px !important;
}
	.box-icon h5 {
    width: 100%;
    margin: 0;
    padding: 10px;
    height: auto;
    background: #FFF;
    padding: 15px !important;
		border: none;
}
	#about, #services {
    padding: 30px 0;
}
	#about {
		padding: 30px 0 15px
	}
	.container {
    padding-left: 15px;
    padding-right: 15px;
}
	.box-icon {
		margin-bottom: 0;
	}
	
	.split-image-with-image-inside.pic1 {
    padding: 15px;
}
	.div-block-20 {
    left: 0px;
		position: relative;
		margin: 0;
}
	.div-block-21 {
    left: 0px;
		position: relative;
		margin: 0;
}
	
	.pic-right  img {
		float: none;
		margin-right: 0;
		margin-top: 0;
	}
	.pic-right {
		order: -1;
	}
	#meet h1, 
	#see h1,
	#blog-section h1,
	#blog-section h2,
	#meet h2, 
	#see h2,
	#blog-section h2 {
		text-align: center;
	}
	
	.blogleft,
	.blogright {
		display: none;
	}
	
	#location {
		padding: 0;
	}
	
	#location iframe {
		margin-bottom: 15px;
		height: 400px;
	}
	h1 {
		font-size: 15px;
	}
	#patients .box {
    min-height: 1px;
    
}
	#patients .col-md {
		margin-bottom: 180px;
	}
	#care, #meet, #patients, #office {
    margin-bottom: 15px;
}
	#patients .col-md:last-child {
    min-height: 1px;
    margin-bottom: 0;
}
	#fb {
    height: 180px;
}
	.blog-thumbnail {
	float: none;
	max-width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 5px;
	border: 1px solid #0b3e5a;
		margin-top: 20px;
}
	.blog-thumbnail img {
		width: 100%;
	}
	.testimonials {
    padding: 15px;
    background: #FFF;
    text-align: center;
    margin-bottom: 15px;
}
	
	.special p strong {
    font-size: 17px;
}
	#benefit.page-section img {
		margin: 15px auto 0
	}
	.special p {
    font-size: 16px;
}
	
	.testimonial {
    padding: 0;
}
	.special .tr {
    height: auto;
    position: relative;
}
	
	#map {
    margin-bottom: 0;
		padding: 0;
}
	.reverse {
		order: -1;
	}
	#custom_html-2 a {
		font-size: 12px;
	}
	#custom_html-3 .social {
		display: none;
	} 
	.pic-left, .pic-right {
		text-align: center;
		margin-bottom: 15px;
	}
	.section-header {
    padding: 0;
    border: none;
    margin: 15px 0;
}
	.quote {
    padding: 30px 15px;
    font-size: 16px;
    background-size: 20%;
    background-position-x: 15px;
}
	#technology {
    padding: 30px 0;
}
	.h-heading {
    width: 100%;
}
	.black {
		
		display: none;
	}
	#location .col-md-4 {
    min-height: 1px;
    padding: 15px 0 !important;
		border: none !important;
}
	
	#reviews.page-section {
		padding-bottom: 0;
	}
	.mobile-header .text-right {
		text-align: right !important;
	}
	#welcome, #contactus, #maximize {
		padding: 30px 0;
	}
	.contactus {
		padding: 15px;
	}
	.callout {
    float: none;
    width: 100%;
    text-align: center;
		margin-bottom: 30px;
		    height: auto;
}
	.slider-callout h3 {
    font-size: 100px;
}
	h2 {
		font-size: 30px;
	}
	#services h4 {
    font-size: 15px;
}
	#services {
		background-attachment: scroll;
	}
	
	.tr.bdr {
    border: none;
    padding: 0;
}
	.map-overlay h2 {
    color: #FFF;
    font-size: 20px;
}
	.map-overlay {
		font-size: 12px;
	}
	.location {
    min-height: 1px;
}
	#statement {
    font-size: 100%;
    padding: 30px 0;
}
	
	#testimonials {
		padding: 30px 0;
	}
	.statement-bg {
    background: #65923f;
    padding: 15px;
    border: none;
    outline: none;
}
	#services .td:first-child,
	#services .td:last-child {
		border: none;
	}
	.blog-posts h3 {
		font-size: 20px;
	}
	.service {
		margin-bottom: 0;
	}
	.quick {
		min-height: 1px;
		padding: 15px;
	}
	.page-section {
    margin: 0;
    padding: 15px 0;
}
	.site-buttons {
		padding-right: 15px;
	}
	.blog-home-post {
		height: auto;
    padding: 15px !important;
	}
	.site-header a.btn {
		width: 100% !important;
	}
	.site-branding img {
		max-height: 70px; 
    	width: auto;
	}
	#fb {
		margin-bottom: 15px;
	}
	.sub-page .post-content {
    padding: 0;
    border: none;
    margin: 0;
}
	.sub-page .site-content {
    padding: 30px 0
}
	h3 {
		font-size: 18px;
	}
	a.btn {
		    margin: 5px auto;
    font-size: 18px;
    padding: 8px 14px;
		white-space: normal;
	}
	.service {
		border: none;
	}
	.slider-callout h4 {
    font-size: 18px;
    padding: 0;
}

	.service .box h4 {
    background: rgba(44,124,182,1);
}
	.td {
		padding: 0;
	}
	
	body, button, input, select, optgroup, textarea {
		font-size: 16px;
	}
.slider-callout .caption {
    font-size: 20px;
}

	#blog-section {
    padding: 30px 0;
}
	section {
		padding: 30px 0;
	}
	
	.section img {
		width: 100%;
		margin: 15px auto;
	}
	h2 br{content:' ';}
	h2 br:after{content:' ';}
	
	.site-contact {
		display: none;
	}
	
}

@media screen and (max-width: 768px) {
	.split-content-alt {
    width: 100%;
    margin-bottom: 0vw;
    padding-top: 30px;
    padding-bottom: 30px;
}
	.mobile-header a {
		font-size: 17px;
	}
#custom_html-7 .btn {
	color: #FFF;
	background: #65923f;
	font-size: 14px;
}
#custom_html-7 .btn:hover {
	color: #65923f;
	background: #FFF;
	font-size: 14px;
}
#custom_html-7 .blue-btn {
	background: #65923f;
	color: #FFF;
	font-size: 14px;
}
#custom_html-7 .blue-btn:hover {
	background: #FFF !important;
	color: #65923f !important;
	font-size: 14px;
}
#custom_html-7 .btn::after {
	display: none;
}
	.slider-callout h1 {
    margin-bottom: 0;
}
	.split-image-with-image-inside {
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1; 
    order: -1;
		padding-right: 0;
}
.split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#slider {
    height: 400px !important;
}
	.slide-box {
    height: 300px !important;
    width: 90%;
}
	.slider-callout {
    bottom: -20% !important;
}
}

@media screen and (max-width: 500px) {
	
	.slide-box {
    border: 10px solid #FFF;
}
}

@media screen and (max-width: 414px) {
.slider-callout {
    bottom: -25% !important;
}
	
	#slider {
    height: 300px !important;
}
	.slide-box {
    height: 200px !important;
    width: 90%;
}
}

@media screen and (max-width: 375px) {

}


