/*
 * https://www.colorabout.com/color/hex/b87#137/
Theme Name: Parkwaygeneral
Author: Parkwaygeneral
Description: Parkwaygeneral theme is a simple and attractive WordPress theme with responsive nature.
Version: 2.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: fluid-layout, responsive-layout, custom-menu, featured-images, theme-options, light, red, green, blue ,orange, left-sidebar, custom-background, custom-colors, custom-menu, full-width-template, photoblogging, right-sidebar, threaded-comments, translation-ready, two-columns
Text Domain: parkwaygeneral

----------------------------------------------------------------

	1.  Browser Reset Styles
	2.  Transitions/Animations (CSS3) Styles
	2.  General Form Elements Styles
	3.  Font Family Declaration + WordPress Styles + Galleries Styles
	4.  Header + Main Navigation Styles
	5.  Post/Page/Blog Content Styles + Pagination Styles
	6.  Sidebar Styles + Widgets Styles
	7.  Footer Styles
	8.  Comment Styles
	9.  Template/Custom Layouts Styles

----------------------------------------------------------------*/

/* =BROWSER RESET STYLES
================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
iframe,
embed,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

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

/* Typography */

body{
	background: none repeat scroll 0 0 #fff;
	word-wrap: break-word;
	overflow-x: hidden;
    overflow-y: visible;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 32px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}

h2 {
	color: #3d76a0;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 16px;
    margin-top: 0;
}

h3 {
	font-size: 19px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}

h4 {
	font-size: 16px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}

h5 {
	font-size: 14px;
	line-height: 1.3;
}

h6 {
	font-size: 13px;
	line-height: 1.3;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
	color: #3c3c3c;
    font-size: 18px;
    line-height: 1.44;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 24px;
    padding: 15px;
}

blockquote p{
	margin:0;
}


blockquote cite,
blockquote small {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	height: 50px;
	border: 1px solid #3d76a0; 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height:180px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 7px;
}

th {
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}


/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/
.tansition-css,
.main-navigation a,
#header .header-icons a,
.slider-wrapper .flexslider .flex-control-paging a,
#foot-navigation #foot-nav li a,
.main-navigation .mobile-menu-active li a,
.services .srvic-list a{
	transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

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

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

/* =GENERAL FORM ELEMENTS STYLES
================================================================*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #3d76a0;
    box-sizing: border-box;
    border-radius: 2px;	
    color: #404041;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 5px;
    padding:8px 10px;
    height:50px;
    width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    text-align:center;
	background: #3D76A0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    opacity: 1 !important;
    padding: 9px 36px;
	border:0px;
}

select{
    border: 1px solid #908c8a;
    border-radius: 2px;	
    padding: 10px;
    width: 100%;
    color:#404041;
    height:50px;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #414141;
}

:-moz-placeholder {
	color: #414141;
}

::-moz-placeholder {
	color: #414141;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #414141;
}

/* =FONT-FAMILY OPEN SANS
================================================================*/
html,body, div, span, applet, object, iframe, h1,h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
#searchform input,
#sidebar .widget select,
#sidebar h3.widget-title,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.head-pbtn a.patient-pbtn{
	font-family: 'Open Sans', sans-serif;
}

/* =FONT-FAMILY Nunito
================================================================*/

#hvideo .hv-detail .hv-btn a{
	font-family: 'Nunito', sans-serif;
}

.flex-data .slide-title,
#home-content h1,
#scontent-service .hs-content h1,
#scontent-service .service-title,
.loc-detail .loc-title,
.slr-detail .slr-num,
.abt-sconent h1,
#content h1,
.team-data  .team-title .team-name,
h2.entry-title a ,
h1.archive-title span,
#hvideo .hv-detail .hv-title,
h2{
	font-family: 'Adamina', serif;
}
/* =WORDPRESS STYLES
================================================================*/

.sticky {
	display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text,
.gallery-caption ,
.bypostauthor  {
	font-weight: normal;
}

.alignleft {
  	float: left;
  	margin: 0px 10px 10px 0px;
}
.alignright {
  	float: right;
  	margin: 0 0 10px 10px;
}
.aligncenter {
  	display: block;
  	margin: 0px auto 10px;
}

/* Galleries Styles */
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
	border-width:1px !important;
	padding:5px;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

/* =HEADER STYLES
================================================================*/
#header {
    background:#fff;
    padding: 0;
    position: relative;
    z-index: 9999;
}

#header .container{
	position:relative;
}

.slider-wrapper .flexslider{
	background-color:#eee;
	min-height: 465px!important;
}

.slider-wrapper .flexslider .flex-control-paging{
    background: rgba(35, 40, 45,.7);
    bottom: 0;
    display: block;
    padding-top: 12px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}


.slider-wrapper .flexslider .flex-control-paging li{
    display: inline-block;
    height: 100%;
    margin: 0 20px;
}

.slider-wrapper .flexslider .flex-control-paging a{
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    opacity: 1 !important;
    text-indent: -99999px;
    width: 10px;
}

.slider-wrapper .flexslider .flex-control-paging a.flex-active,
.slider-wrapper .flexslider .flex-control-paging a:hover{
	background: #8dc63f;
}

.slider-wrapper .flex-direction-nav {
    display: block;
    opacity:0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 auto !important;
}
	
.slider-wrapper .flex-direction-nav > li { margin: 0;}
.slider-wrapper .flex-direction-nav a {    
    cursor: pointer;
    display: block;
    height: 50px;
	line-height:50px;
    left: 23px;
    margin-top: -70px;
    position: absolute;
    text-indent: -9999px;
    width: 50px;
    z-index: 5;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.slider-wrapper .flex-direction-nav .flex-next {
	left: auto;
	right: 24px;
}
.slider-wrapper .flex-direction-nav .flex-prev::after {
    color: #f3fff6;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 50px;
    font-weight: 800;
    left: -4px;
    margin: 0 auto;
    padding-left: 20px;
    position: absolute;
    text-indent: -5px;
    top: -2px;
    z-index: 9999;
}
.slider-wrapper .flex-direction-nav .flex-next::before {
    color: #f3fff6;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
	font-weight: 800;
    margin: 0px auto;
    padding-right: 20px;
    position: absolute;
    right: -12px;
    text-indent: -5px;
    top: -2px;
    z-index: 9999;
}

#header .container,
#header .container .row,
#header .container #logo,
#header .container #site-title{
	height:100%;
}
.container #logo{
	padding-right:0px !important;
}
#header .header-nav{
    background: #8A8B4D none repeat scroll 0 0;
    height: 78px;
    position: relative;
    z-index: 1;
}

#header .header-contact {
    background: #A7A863;
	/*background-image: url("assets/images/wood-bg.jpg");*/
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:right;
	padding:9px;
}
#header .header-contact i, #footer .footer-contact i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
#header  .header-contact .head-phon,
#header  .header-contact .head-address,
#header  .header-contact .head-offhour,
#header  .header-contact .head-dcall,
#footer  .footer-contact .foot-phon,
#footer  .footer-contact .foot-address,
#footer  .footer-contact .foot-offhour,
#footer  .footer-contact .foot-dcall{
	font-size:12px;
	font-weight:600;
	line-height:2.17;
	letter-spacing:0.2px;
	color:#e7e9dc;
}
#header  .header-contact .head-address{
	margin-left:10px;
}
#header  .header-contact .head-offhour{
	margin-left:10px;
}
#header  .header-contact .head-dcall{
	margin-left:10px;
}
#footer  .footer-contact .foot-phon{
	margin-right:30px;
}
#footer  .footer-contact .foot-address{
	margin-right:30px;
}
#footer  .footer-contact .foot-offhour{
	margin-right:30px;
}


/* LOGO */
#logo {
	font-weight: normal;
	line-height: 28px;
	display:table;
	table-layout: fixed;
}

#logo #site-title{
	display:table-cell;
	vertical-align:middle;
}

#logo #site-title a {
    color: #f2481a;
    display: block;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.1;
}

#logo #site-description{
    color: #777;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.1;
    font-weight: 300;
}

#logo a {
	color: #c6ff00;
	display: block;
	text-decoration: none;
}
#logo a:hover{
	opacity:1;
}	

#logo img {max-width: 100%; }
#logo a span { display: block; }
#logo a .image { margin-bottom: 10px; }
#logo a .text { font-size: 24px; }


/* Main Navigation */

.main-navigation,
.main-navigation #main-nav,
.main-navigation   ul li,
.main-navigation ul li a{
	height:100%;
}
.main-navigation #main-nav{
	float:right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation ul li:last-child a{
	padding-right:11px;
}
.main-navigation li {
	display:table;
	float: left;
	outline:none;
	position:relative;
}
.main-navigation li:first-child{
	border-top:0;
}
.main-navigation li:hover > ul{
	display:block;
}
.main-navigation a {
    display: block;
    padding: 0px 18px 0px 4px;
    font-weight:600;
    position:relative;
    font-size: 14px;
    line-height: 1.86;
    display:table-cell;
    vertical-align:middle;
    color:#E7E9DC;
    outline:none;
	letter-spacing:0.2px;
	text-transform:uppercase;
}
.main-navigation li:hover > a{
	color:#fff;
	opacity:1;
}
.main-navigation ul ul {
    display: none;
    left: 7px;
    position: absolute;
    top: 100%;
    width: 240px;
}
.main-navigation ul ul ul{
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
	width: 240px;
}

.main-navigation ul ul li{
    background: none repeat scroll 0 0 #3e3e3e;
    float: none;
    width: 240px;
    border-top: 1px dotted #8A8B4D;
}

.main-navigation ul ul li:first-child{
	border-top:0;
}
.main-navigation ul ul a{
    font-style: normal;
    padding: 5px 18px !important;
    text-transform: uppercase;
	color:#fff;
}
.main-navigation ul ul a:hover {
    background: #000000;
    color: #ffffff;
}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color:#fff;
}
#header .hmob-btn{
	display:none;
}
#header .head-pbtn{
	text-align:right;
	padding-top: 27px;
}
#header .head-pbtn a.patient-pbtn,
.foot-pbtn a.patient-pbtn{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#3D76A0;
	border-radius:4px;
	padding: 11px 24px;
	border: 1px solid #fff;
	border-top:2px solid #fff;
}

/* Mobile Main Navigation */

.main-navigation .mobmenu-toggle{
	background: #3D76A0 none repeat scroll 0 0;
	border: 1px solid #3D76A0;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	font-size: 21px;
	height: 50px;
	line-height: 2.4;
	margin: -24px auto 0;
	outline: medium none;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 50px;
}

.main-navigation .mobile-menu-active{
	background: #f9f9f9 none repeat scroll 0 0;
	box-shadow: 0 5px 6px -4px rgba(0, 0, 0, 0.3);
	float: none !important;
	height: auto !important;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 280px;
}

.main-navigation .mobile-menu-active li{
	float:none;
	width:100%;
	height:auto;
}

.main-navigation ul.mobile-menu-active ul.sub-menu{
    display: block;
    left: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li{
   display: block;
	float:none;
	width:100%;
	border-top:1px dotted #ccc !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-navigation .mobile-menu-active li a{
	border:0;
	border-top:1px dotted #ccc;
	background:#f9f9f9;
	height: auto;
    padding: 12px;
	display: block;
	box-sizing:border-box;
    width: 100%;
	color:#555;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li a{
	padding-left:15px;
}

.main-navigation .mobile-menu-active li:first-child a{
	border:0;
}

.main-navigation .mobile-menu-active li:hover a {
    background: #3e3e3e;
    color: #fff;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li:hover a{
	background:#eee;
	COLOR:#8A8B4D;
}

/* main navigation - toggle sub menu style */
.main-navigation ul.mobile-menu-active.submenu-toggle ul.sub-menu{
    display: none;
}

.main-navigation ul.mobile-menu-active.submenu-toggle ul:before{
	display:none;
}

.main-navigation ul.mobile-menu-active.submenu-toggle i.fa{
	color: #555555;
	cursor: pointer;
	font-size: 21px;
	height: 45px;
	line-height: 2.2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
	z-index: 1;
}

/* =POST/PAGE/BLOG CONTENT STYLES
================================================================*/
#container{
    background: #fff;
	position:relative;
	height:100%;
	padding-top: 65px;
	padding-bottom: 65px;
	/*background-image: url("assets/images/pebble-bg.png");*/
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

/* h1.entry-title class will work only for Pages page.php */
h1.entry-title { 
    line-height: normal;
    margin-top: 0;
    margin-bottom: 30px;
	font-weight:normal;
	color: #3e3e3e;
}

/* h1.entry-title class will work only for Single.php */
.single h1.entry-title{
	color: #3d76a0;
    font-weight: normal;
    text-transform: capitalize;
}

/* 
 * Style for all Archive Pages Listing
 *
 * index.php,home.php,archive.php,
 * author.php,category.php,tag.php,
 * search.php,date.php
*/

/* h1.archive-title class will work only Top Title for Archive Pages */
h1.archive-title { 
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
	color: #3D76A0;
    font-size: 28px;
    line-height: 1.28;
	font-weight:normal;
}

h1.archive-title span{
	color: #3D76A0;
}

h2.entry-title { 
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: normal;
	color: #3d76a0;
}
h2.entry-title a{
	color: #3d76a0;
    font-weight: normal;
    text-transform: capitalize;
}

.post-thumbnail img{
    margin-bottom: 20px;
    padding: 0;
}

div.archive-wrap{
	padding-right:30px;
}

.entry-listing .post,
.entry-listing .page{
	margin-top:50px;
	padding-top:50px;
	border-top:1px dotted #ccc;
}

.entry-listing .post:first-child,
.entry-listing .page:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}

.entry-meta {
	font-size: 13px;
    margin-bottom: 20px;
}

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

.entry-meta  span i{
    color: #888;
    margin-right: 2px;
}

.entry-meta  span a,
.entry-meta  span{
    font-size: 16px;
    font-weight: 600;
    padding: 0 3px;
}
.entry-meta  span{
	color: #3c3c3c;
}
 

.entry-listing .entry-more a{
    float: right;
    margin-top: 10px;
    opacity: 1 !important;
	background: #3D76A0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 42px;
}

.entry-listing .sticky-post{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    color: #f2481a;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px;
    text-transform: uppercase;
}
#comments h2#reply-title{
	 color: #3d76a0;
}

/* =NAVIGATION STYLES
================================================================*/

.navigation{
    border: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 5px 10px;
}	

.navigation .nav-links{
	margin:0;
}

.navigation .nav-links a{
	outline:none;
}

.navigation .nav-links:after,
.navigation .nav-links:before{
	clear: both;
	content: " ";
	display: table;
}

.navigation .nav-links .page-numbers {
    margin: 0 5px;
}

.navigation .nav-links .nav-previous{
	float:left;
}

.navigation .nav-links .nav-next{
	float:right;
}

/* =#SIDEBAR STYLES + WIDGET STYLES
================================================================*/

#sidebar .widget {
    background: none repeat scroll 0 0 #eee;
    list-style: outside none none;
    margin-bottom: 50px;
    padding: 30px 35px;
}

h3.widget-title{
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 0;
	color: #3d76a0;
}

.widget,
.widget li{
	list-style:none;
}

.widget li{
    margin-left: 2px;
    padding: 2px 0;
}

.widget ul{
	margin:0;
	list-style:none;
}	

/* Search Widget */
#searchform input[type="text"]{
    border-radius: 2px 0 0 2px;
    border-right: 0 none;
    float: left;
    margin: 0;
    width: 72%;
}
#searchform input[type="submit"]{
    border: 0 none;
    border-radius: 0 2px 2px 0;
    float: left;
    height: 50px;
    margin: 0;
    padding: 11px 15px 13px;
}


/* Tag Widget */
.widget_tag_cloud a,
.widget_tag_cloud a:hover{
    background: none repeat scroll 0 0 #3D76A0;
	color:#fff;
	border-radius:4px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px !important;
    margin: 3px -1px 3px 3px;
    padding: 4px 15px;
	font-weight:600;
}

/* Calender Widget */
#wp-calendar { 
	background:#fff;
	border-collapse: collapse; 
	border:1px solid #ddd; 
	width:100%; 
	border-top:none; 
	margin-bottom:0;
}
#wp-calendar td, 
#wp-calendar th {
	text-align:center;	
	padding: 0;
	line-height: 30px;
	font-size: 17px;
}
#wp-calendar caption { 
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
}
#wp-calendar thead, 
#wp-calendar tfoot { 
	line-height:33px; 
	background:#eee; 
}
#wp-calendar tbody { 
	line-height:33px; 
}
#wp-calendar #prev, 
#wp-calendar #next { 
	padding:0 10px; 
	background:#eee; 
}
#wp-calendar #prev { 
	text-align:left; 
}
#wp-calendar #next { 
	text-align:right; 
}

/* =#FOOTER STYLES
================================================================*/

#footer{
    background-color:#3E3E3E;
    border: 0 none;
    bottom: 0;
    color: #fff;
    padding: 70px 0 22px;
    right: 0;
    width: 100%;
}

#footer .widget{
	margin:0;
	padding-top:0;
	padding-bottom:0;
	
}

.footer-sidebar h3.widget-title{
	border-bottom: 1px dotted #3b3b3b;
	color: #eee;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
}	

.footer-sidebar .widget a,
.footer-sidebar .widget li,
.footer-sidebar  #wp-calendar caption{
	color: #cccccc;
	font-size:13px;
}

.footer-sidebar .widget #today a{
	color:#fff;
}

.footer-sidebar #wp-calendar thead, 
.footer-sidebar #wp-calendar tfoot,
.footer-sidebar #wp-calendar #prev, 
.footer-sidebar #wp-calendar #next {
    background: none repeat scroll 0 0 #2C2D2E;
}
.footer-sidebar #wp-calendar,
.footer-sidebar #wp-calendar td, 
.footer-sidebar #wp-calendar th {
    border-color: #393a3b;
	font-size:13px;
}

.footer-sidebar #searchform input[type="text"],
.footer-sidebar #searchform input[type="submit"] {
    background: none repeat scroll 0 0 #2c2d2e;
    border-color:#393a3b;
	color:#ddd;
}

.footer-sidebar #searchform input[type="submit"] {
    color: #888888;
	padding: 10.5px;
}

.footer-sidebar  .widget_tag_cloud a{
	background:none repeat scroll 0 0 #2c2d2e;
	color:#ccc;
	border-color:#393a3b;
}

#footer .foot-logo{
	text-align:center;
	margin-bottom:32px;
}
#footer .footer-contact{
	margin-bottom: 14px;
}
#footer #foot-navigation{
	margin-bottom:36px;
}
#foot-navigation #foot-nav{
	margin:0px;
	text-align:center;
}
#foot-navigation #foot-nav li{
	display: inline-block;
}
#foot-navigation #foot-nav li a{
	font-size:14px;
	font-weight:600;
	line-height:1.86;
	letter-spacing:0.2px;
	color:#EDEFE2;
	text-transform:uppercase;
	padding: 0 24px;
}
#foot-navigation #foot-nav .current-menu-item a,
#foot-navigation #foot-nav li a:hover{
	color:#C79F5D;
}
#footer .foot-pbtn{
	text-align:center;
	margin-bottom: 57px;
}
#footer .foot-afflogo img{
	max-width: 350px;
	max-height: 112px;
}
#footer .foot-afflogo{
	text-align:center;
}
#footer .foot-afflogo a,
#footer .foot-afflogo .aff-img{
	padding: 0 10px;
}
#footer hr {
    border-color: #6A6A6A;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 22px;
	margin-top: 42px;
}
#footer .footer-contact{
	text-align:center;
}

.footer-siteinfo{
	text-align:center;
}
.footer-content .fcontent{
	text-align:center;
	display:inline-block;
	font-size:12px;
	line-height:1.25;
	letter-spacing:0.2px;
	padding: 5px 90px 12px;
}
.footer-siteinfo .site-copyright,
.footer-siteinfo div.dev-copyright{
  display:inline-block;
  font-size:12px;
  line-height:1.25;
  letter-spacing:0.2px;
  padding: 0 35px;
}
.footer-siteinfo div.dev-copyright{
	font-weight:bold;
}
.footer-siteinfo div.dev-copyright a{
	color:#e3b463;
}
/*location section css*/
#loc-section{
	    background: #8A8B4D !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
#loc-section .location{
	 padding: 90px 0 84px;
}
#loc-section .loc-map{
	background:none;
}
#loc-section .loc-title {
    font-size: 34px;
    line-height: normal;
    padding-right: 70px;
    margin-bottom: 23px;
}
#loc-section .loc-desc{
	color:#4a4a4a;
	font-size:18px;
	line-height:1.44;
	padding-right: 58px;
}
#loc-section .overlay {
    background-color: #fff;
    height: 100%;
    opacity: 0.65;
    position: absolute;
    width: 100%;
}
#loc-section .loc-map iframe{
	width:515px;
	height:340px;
}
.home #loc-section .overlay {
	display:none;
}
/*location section css */
.location .loc-detail {
	margin-top: 46px;
}
.home .loc-detail .loc-title{
	color:#e3b463!important;
}
.home .loc-detail .loc-desc{
	color:#fff!important;
}
.home .location  .loc-map{
	background:#fff !important;
	padding: 15px 15px 10px;
}
/* =COMMENTS STYLES
================================================================*/

h3#comments{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#commentsbox{
	margin-top:70px;
}

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
    background: #3D76A0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    opacity: 1 !important;
    padding: 9px 36px;
    text-align: center;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #ffffff;
}
.comment-list .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
    text-transform: uppercase;
	font-weight: 600;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
    color: #555;
    font-size: 13px;
    margin: 10px 0;
}
#respond form p {
	margin: 11px 0;
	font-size: 16px;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
    color: #3d76a0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.71429;
    margin-top: 20px;
    text-transform: uppercase;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}

.required {
	color: red;
}

.comment-list{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #ddd;
    list-style: outside none none;
    margin: 0;
    padding: 30px;;
}
.comment-list em, .comment-list cite{
	font-style:normal;
}
.comment-list .comment-meta{
	margin-top:10px;
	margin-bottom: 10px;
}
.comment-list .comment-author img{
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px;
}
.comment-list .children{
	list-style: outside none none;
    margin-left: 2em;
    margin-top: 30px
}
.comment-list li.comment {
	border-top: 1px dotted #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.comment-list li.comment:first-child{
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}


/* =TEMPLATE/CUSTOM LAYOUTS STYLES
================================================================*/

/* Recent Posts Widget  */

.parkwaygeneral-rp-widget h4.rp-title{
	margin-top:0;
}

.parkwaygeneral-rp-widget .rp-item{
	margin-top:15px;
	margin-left:0;
}

.parkwaygeneral-rp-widget .rp-image{
	padding-left:0;
}

.parkwaygeneral-rp-widget .rp-info{
	padding-right:0;
}


/* =HOME TEMPLATE CSS
================================================================*/
/* home slider css */
.slides .flex-data {  
	top: 114px;
	left:0;
	right:0;
    position: absolute;
	font-weight:lighter;
}
.flex-data .slide-title{
	font-size:36px;
	color: #ffffff;
	line-height: 1.28;
	margin-bottom:15px;
	text-shadow: 3px 0 1px #000;
	letter-spacing: 1px;
}

.flex-data .graph {
	width: 100%; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
	height: 5px;
	background: rgb(168,168,168);
	background: -moz-linear-gradient(top, rgba(75, 78, 52,1) 0%, rgba(75, 78, 52,1) 23%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75, 78, 52,1)), color-stop(23%,rgba(75, 78, 52,1)));
	background: -webkit-linear-gradient(top, rgba(75, 78, 52,1) 0%,rgba(75, 78, 52,1) 23%);
	background: -o-linear-gradient(top, rgba(75, 78, 52,1) 0%,rgba(75, 78, 52,1) 23%);
	background: -ms-linear-gradient(top, rgba(75, 78, 52,1) 0%,rgba(75, 78, 52,1) 23%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, rgba(75, 78, 52,1) 0%,rgba(75, 78, 52,1) 23%);
	position: relative;
}
.flex-data #bar {
	height: 5px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
	background: rgb(255,197,120); 
	background: -moz-linear-gradient(top, rgba(138,139,77,1) 0%, rgba(138,139,77,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,139,77,1)), color-stop(100%,rgba(138,139,77,1))); 
	background: -webkit-linear-gradient(top, rgba(138,139,77,1) 0%,rgba(138,139,77,1) 100%); 
	background: -o-linear-gradient(top, rgba(138,139,77,1) 0%,rgba(138,139,77,1) 100%); 
	background: -ms-linear-gradient(top, rgba(138,139,77,1) 0%,rgba(138,139,77,1) 100%); 
	background: linear-gradient(top, rgba(138,139,77,1) 0%,rgba(138,139,77,1) 100%); 
}
			


.flex-data .slide-desc {
    color: #e7e9dc;
	font-size: 18px;
	line-height:1.44;
	font-weight:500;
	margin-top: 10px;
	text-shadow: 3px 0 1px #000;
	letter-spacing: 1px;	
}

/*home video section*/
#hvideo{
	/*background-image: url("assets/images/pebble-bg.png");*/
	background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 60px;
}
#hvideo .hvideo{
	margin-top: -78px;
    z-index: 9;
	text-align:center;
}
#hvideo .hw-video{
	margin-top:50px;
}
#hvideo .wistia-video{
	text-align:center;
	background:#fff;
	margin: 0 3px;
	padding: 18px 20px;
	box-shadow: 0 2px 3px #919191;
	position:relative;
}

#hvideo .wistia-video #herovideo{
	box-shadow:none;
	width:468px;
	height:276px;
}
#hvideo .hv-detail{
	text-align:center;
}
#hvideo .hv-detail .hv-title{
	font-size:28px;
	font-weight:normal;
	color:#3d7ba0;
	margin-top: 37px;
}
#hvideo .hv-detail .hv-btn{
	margin-top: 13px;
}
#hvideo .hv-detail .hv-btn a{
	font-size:14px;
	font-weight:bold;
	color:#3c3c3c;
}
.wistia-video img {
    left: 0;
    margin: 0 auto;
    /* position: absolute; */
    right: 0;
    top: 17px;
    max-width: 100%;
    cursor: pointer;
    height: 260px;
    object-fit: cover;
    width: 100%;
}
/* home First contant css */
#home-content{
	background:#3E3E3E;
	padding: 40px 0 28px;
}
#home-content .content h1{
	font-size:36px;
	color:#3D76A0;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: normal;
}
#home-content .content p{
	font-size:18px;
	line-height:1.44;
	color:#fff;
}
/* second contANT and service section css */
#scontent-service {
	background: #fff;
	/*background-image: url("assets/images/pebble-bg.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 106px 0 198px;
	
}
#scontent-service .hs-content h1{
	font-size:28px;
	color:#3d76a0;
	font-weight:normal;
	margin-bottom: 28px;
	margin-top:0px;
	line-height:normal;
}
#scontent-service .hs-content p{
	font-size:18px;
	line-height:1.44;
	color:#3c3c3c;
	
}
#scontent-service .services{
	border-left: 1px solid #8A8B4D;
    padding-left: 58px!important;
	margin-left: 40px;
    padding-right: 0!important;
}
#scontent-service .service-title{
	font-size:28px;
	color:#3d76a0;
	font-weight:normal;
	margin-bottom: 22px;
	margin-top:0px;
	line-height:normal;
}
.services .service-list a,
.services .service-list .sl-title{
	font-size:20px;
	line-height:1.4;
	color:#8A8B4D;
	text-decoration: underline;
	text-transform:capitalize;
}
.services .service-list .sl-title{
	display:inline-block;
}
.services .service-list a:hover{
	text-decoration: none;
}
.services .service-salbl{
	padding: 34px 0 22px;
}
.services .service-salbl a{
	font-size:14px;
	font-weight:600;
	color:#fff;
	background:#3D76A0;
	padding: 9px 52px;
	border-radius:4px; 
}
/* teaser and loaction section css */
#teaser-loc{
	background-image: url("assets/images/fern-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 88px;
}
.hteaser{
	padding:0px !important;
	margin-top: -115px;
}
.teaser-list{
	padding-right: 10px !important;
	margin-bottom: 35px;
	z-index:999;
}
.teaser-list .teaser-detail{
	background:#fff;
	padding: 18px 18px 39px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	min-height: 405px;
}
.teaser-list .teaser-detail img {
    max-width: 100%;
    margin-bottom: 15px;
    height: 158px;
    object-fit: cover;
    width: 100%;
}
.teaser-list .teaser-detail .teaser-title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #8a8b4d;
    text-transform: capitalize;
    margin: 0px 0px 6px 0px;
    height: 57px;
    overflow: hidden;
    line-height: 28px;
}
.teaser-list .teaser-detail .teaser-desc {
    font-size: 14px;
    line-height: 1.43;
    color: #4a4a4a;
    height: 158px;
    overflow: hidden;
}
.teaser-list .teaser-btn a{
	background: #3D76A0 none repeat scroll 0 0;
    display: block;
    width: 100%;
	font-size:14px;
	line-height:1.43;
	color:#fff;
	padding: 15px 27px;
}
.teaser-list .teaser-btn > a::after {
    color: #ffffff;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 100;
    margin-left: 10px;
    vertical-align: text-top;
}

/* =ABOUT TEMPLATE CSS
================================================================*/
/* seller section css */
#seller-section{
	background-image: url("assets/images/building-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 120px 0 62px;
}

#seller-section .slr-detail{
	margin-bottom:38px;
}
.slr-detail .slr-num{
	color: #3d76a0;
    font-size: 76px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
}
.slr-detail .slr-desc{
	font-size: 20px;
    font-weight: 600;
    padding: 0 8px;
    text-align: center;
	color:#4a4a4a;
}
#seller-section .abt-sconent{
	margin-top: 72px;
	padding-left: 70px;
}
#seller-section .abt-sconent h1{
	color: #3C3C3C;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.43;
    margin-bottom: 20px;
    margin-top: 0;
}
#seller-section .abt-sconent p{
	color: #3c3c3c;
    font-size: 18px;
    line-height: 1.44;
}
/*about page content */
#about-content{
	 background: #8A8B4D;
	/*background-image: url("assets/images/fern-bg.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 64px 0 43px;
}
#about-content #content{
	text-align:center;
}
#about-content #content h1{
	font-size:36px;
	line-height:1.28;
	color:#e3b463;
	margin-bottom: 24px;
}
#about-content #content p{
	font-size:18px;
	color:#fff;
	line-height: normal;
}
#about-content .edit-link{
	display:none;
}
#about-content #content li{
	color:#fff;
	font-size:18px;
	    margin-bottom: 10px;
}
/*team section css */
#team-section{
	background: #fff;
	/*background-image: url("assets/images/wood-bg.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 6px 0 10px;
	border-top:3px solid #fff;
}

.team-listing .team-item{
	margin: 85px 0;
}
.team-item .team-img-wrap{
	text-align:right;
	margin-top: 18px;
}
.team-img-wrap .team-img{
	border-radius:100%;
	max-width:100%;
}
.team-item .team-data{
	padding: 0 85px 0 35px !important;
}
.team-data  .team-title{
	margin-bottom: 16px;
}
.team-data  .team-title .team-name{
	font-size:28px;
	color:#e3b463;
	font-weight:normal;
}
.team-data .team-descp,
.team-data .team-descp p{
	font-size:18px;
	line-height:1.44;
	color:#e7e9dc;
}
.team-data .team-descp a{
	color:#fff;
	text-decoration:underline #B4A38F;
}
.team-data .team-descp a:hover{
	text-decoration:none;
}
.gform_wrapper .top_label .gfield_label {
    clear: both;
    color: #000;
    display: inline-block;
    line-height: 1.3;
}

/**/

.main-navigation a {
    padding: 0px 13px !important;
}

.gform_wrapper .top_label li input, .gform_wrapper .top_label li textarea {
    width: 100% !important;
    border: none;
    border-radius: 5px;
}
.header-contact a.head-phon, .header-contact span {
    color: #3e3e3e !important;
}

ul#gform_fields_1 li#field_1_1,ul#gform_fields_1 li#field_1_2 {
    width: 50%;
    display: inline-block;
}
.page-id-11 h3.gform_title {
    display: none;
}

svg#Layer_1 {
    height: 21px;
}

li#gtranslate-3 .switcher .selected a ,li#gtranslate-3 .switcher .selected a:hover{
    border: 1px solid #CCCCCC;
    background-image: url(//parkway2021.wpengine.com/wp-content/plugins/gtranslate/arrow_down.png) !important;
    color: #666666;
    padding: 3px 6px !important;
    width: 100% !important;
    background-position: 92% !important;
    background-size: auto !important;
}
li#gtranslate-3 .switcher,li#gtranslate-3 .option  {
    width: 100% !important;
}

.main-navigation li:hover > a:after {
    color: #fff !important;
}
.main-navigation .current_page_item > a:after, 
.main-navigation .current_page_ancestor > a:after,
 .main-navigation .current-menu-item > a:after,
  .main-navigation .current-menu-ancestor > a:after{

  	color: #fff !important;
  }


li#menu-item-23 a:after {
    color: #E3B463;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 800;
    right: -17px;
    margin: 0 auto;
    padding-left: 20px;
    position: absolute;
    text-indent: -5px;
    top: 27px;
    z-index: 9999;
    transform: rotate(-90deg);
}
li#menu-item-23 {
    margin-right: 12px;
}
li#menu-item-23 ul.sub-menu li a:after{
	display: none !important;
}
.content.home_covid_19 h2 {
    text-align: center;
}
div#about-content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 28px 0px;
}
div#about-content h2 u {
    text-decoration: none;
}

i.fa.fa-phone.rotate_phone {
    transform: rotate(
88deg
);
}

section.footer .pure-u-1 {
    width: 29%;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}

section.footer .wp-block-button__link {
    color: #fff;
    background-color: #3D76A0 !important;
    border-radius: 5px !Important;
}
section.footer .wp-block-buttons {
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
}
section.footer ul#menu-footer-menu li a {
    color: #fff;
    font-size: 16px;
}

section.footer ul#menu-footer-menu li {
    list-style: none;
    padding: 5px;
}
section.footer div#block-6 img {
    width: 100%;
    height: auto;
}
div#block-5 img {
    width: 37%;
    height: auto;
    margin-top: 20px;
}
section.footer ul#menu-footer-menu {
    margin: 0px;
}
footer#footer a.foot-phon i {
    transform: rotate(
95deg
);
}



/* @media start */

@media only screen and (min-width: 320px) and (max-width: 767px){

section.footer .pure-u-1 {
    width: 100%;
    margin-bottom: 20px;
}

li#menu-item-23 a:after{
	display: none;
}
div#about-content h2 {
    font-size: 18px;
}

ul#gform_fields_1 li#field_1_1, ul#gform_fields_1 li#field_1_2 {
    width: 100%;
}

h1.entry-title {
    margin-bottom: 10px;
    font-size: 22px;
}

.entry-content h2 {
    font-size: 20px;
    text-align: center !important;
}
h3.widget-title {
    font-size: 22px;
}
div#sidebar p {
    font-size: 16px;
}


	#header .head-pbtn {
    text-align: right !important;
    padding-top: 0px;
}
.header-nav #main-navigation {
    margin-top: 0px;
}
.main-navigation ul.mobile-menu-active.submenu-toggle i.fa.child-arrow.active.fa-angle-up {
    color: #fff !important;
}

#logo a img {
    margin: 0px;
    width: 34% !important;
}
div#logo {
    width: 44%;
}
#header .head-pbtn a.patient-pbtn, .foot-pbtn a.patient-pbtn {
    font-size: 12px;
    padding: 11px 11px;
}
.hmob-btn.head-pbtn.col-md-3.col-sm-6.col-xs-12 {
    display: inline-block !important;
    float: right;
    width: auto;
    margin-top: 7px;
}
div#mobmenu-toggle {
    width: 50px;
    margin: 0px;
    float: right;
}
div#main-navigation {
    margin-top: 30px !important;
}
.main-navigation .mobile-menu-active li a {
    text-align: left;
    padding: 10px 11px !important;
    font-weight: 500;
}
.flex-detail.col-md-5.col-md-offset-0.col-sm-7.col-sm-offset-1.col-xs-8.col-xs-offset-2 {
    width: 100%;
    margin: 16px auto;
}
/*.slider-wrapper .flex-direction-nav .flex-next::before,.slider-wrapper .flex-direction-nav .flex-prev::after{
	display: none;
}*/

.slider-wrapper .flex-direction-nav .flex-prev::after {
    font-size: 30px;
    left: -16px;
}
.slider-wrapper .flex-direction-nav .flex-next::before {
    font-size: 30px;
    right: -20px;
}
.flax-dec {
    padding: 0px 27px;
    text-align: center;
}
.wistia-video img {
    height: 160px;
}

#scontent-service {
    padding: 55px 0 198px;
}

.teaser-list .teaser-detail .teaser-title {
    font-size: 22px;
    height: auto;
    text-align: center;
}
.teaser-list .teaser-detail .teaser-desc {
    font-size: 14px;
    height: auto;
    text-align: center;
}
.teaser-list .teaser-btn {
	text-align: center;
}
#loc-section .location {
    padding: 20px 0 84px;
}
#loc-section .loc-desc {
    font-size: 14px !important;
}

#hvideo .hv-detail .hv-title,.content h2,.content h1,.hs-content h1,.service-title,#loc-section .loc-title {
    font-size: 22px !important;
}

.main-navigation #main-nav {
    width: 92% !important;
}


.team-listing .team-item {
    margin: 55px 0 85px;
}
.team-img-wrap .team-img {
    width: 50%;
}

div#mainBlock .logoBlock {
    text-align: left;
    margin-top: 20px;
}

div#content ol li,div#content ul li,.team-item.clearfix ul li{
	text-align: left;
}
#about-content #content h1,.team-data .team-title .team-name {
    font-size: 22px !important;
}
#about-content #content p,div#content ol li,div#content ul li,.team-data .team-descp, .team-data .team-descp p {
    font-size: 16px !important;
}
.slr-detail .slr-num {
    font-size: 33px !important;
}
.slr-detail .slr-desc {
    font-size: 16px;
}
#seller-section .abt-sconent h1 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}
#seller-section {
    padding: 50px 0 0px;
}
.header-contact a {
    margin-bottom: 15px !important;
}

.header-contact a, .header-contact span {
    text-align: left !important;
}
.page-id-287 .entry-content ul:first-child {
    margin: 0px;
    text-align: center;
}
.entry-content p {
    font-size: 16px;
}

.page-id-48 .entry-content h1 {
    font-size: 23px;
}




/* Fire fox mobile css start */

@-moz-document url-prefix(){

.main-navigation .mobile-menu-active .sub-menu li a,.main-navigation .mobile-menu-active li {
    background: #3e3e3e !important; 
    color: #fff !important;
}
.main-navigation ul.mobile-menu-active.submenu-toggle i.fa.child-arrow.active.fa-angle-up {
    color: #000 !important;
}
.main-navigation .mobile-menu-active li:hover a {
    background: #3e3e3e;
    color: #fff;
}

}


/* Fire fox mobile css End */


}

/* mobile end */


/* ipad css start */

@media only screen and (min-width: 768px) and (max-width: 1023px){

/* Fire fox ipad css start */
	@-moz-document url-prefix(){

.main-navigation .mobile-menu-active .sub-menu li a,.main-navigation .mobile-menu-active li {
    background: #3e3e3e !important; 
    color: #fff !important;
}
.main-navigation ul.mobile-menu-active.submenu-toggle i.fa.child-arrow.active.fa-angle-up {
    color: #000 !important;
}
.main-navigation .mobile-menu-active li:hover a {
    background: #3e3e3e;
    color: #fff;
}
.flex-data .slide-title {
    font-size: 28px;
}
.flex-data .slide-desc {
    font-size: 16px;
}
.flax-dec {
    padding-right: 90px;
}


}

/* Fire fox ipad css End */


section.footer .wp-block-image img {
    max-width: 80%;
}
section.footer .pure-u-1 {
    width: 32%;
}
#loc-section .loc-desc {
    color: #4a4a4a;
    font-size: 16px;
}


.page-id-48 .entry-content h1 {
    text-align: left !important;
}


.page-id-46 .entry-content p {
    font-size: 16px;
}

#sidebar .widget {
    padding: 20px 15px;
}
	h1.entry-title {
    margin-bottom: 10px;
    font-size: 22px;
}


.entry-content h2 {
    font-size: 20px;
}
h3.widget-title {
    font-size: 22px;
}
div#sidebar p {
    font-size: 16px;
}

#seller-section {
    padding: 60px 0 60px;
}
.slr-detail .slr-num {
    font-size: 36px !important;
}
#seller-section {
    padding: 60px 0 20px;
}



div#content ol li, div#content ul li, .team-item.clearfix ul li {
    text-align: left;
}
#about-content #content h1, .team-data .team-title .team-name {
    font-size: 24px !important;
}
#about-content #content p, div#content ol li, div#content ul li, .team-data .team-descp, .team-data .team-descp p {
    font-size: 16px !important;
}
.team-img-wrap.col-md-3.col-sm-3.col-xs-12 {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.team-data.col-md-9.col-sm-9.col-xs-12 {
    width: 100%;
        padding: 0px 30px !important;
}
.main-navigation #main-nav {
    position: absolute;
    right: 14px;
    width: 738px;
}

.main-navigation .mobile-menu-active li a {
    text-align: left;
    padding: 10px 11px !important;
    font-weight: 500;
}
header .head-pbtn {
    padding-right: 0px;
}
.content.col-md-8.col-md-offset-2.col-sm-8.col-sm-offset-2.col-xs-12 {
    width: 100%;
    margin: 0px;
}
#home-content .content h1{
    font-size: 28px;
        margin-bottom: 16px;
    text-align: left !important;
}
#home-content .content p{
	text-align: left !important;
}
#scontent-service {
    padding: 60px 0 170px;
}

#hvideo .hv-detail .hv-title,.content h2,.content h1,.hs-content h1,.service-title,#loc-section .loc-title {
    font-size: 22px !important;
}
.page-id-11 #post-11 p {
    font-size: 16px;
}

}


/* ipad css End */


/* ipad pro css start */

@media only screen and (min-width: 1024px) and (max-width: 1365px){

	@-moz-document url-prefix(){

.main-navigation .mobile-menu-active .sub-menu li a,.main-navigation .mobile-menu-active li {
    background: #3e3e3e !important; 
    color: #fff !important;
}
.main-navigation ul.mobile-menu-active.submenu-toggle i.fa.child-arrow.active.fa-angle-up {
    color: #000 !important;
}
.main-navigation .mobile-menu-active li:hover a {
    background: #3e3e3e;
    color: #fff;
}
.flex-data .slide-title {
    font-size: 28px;
}
.flex-data .slide-desc {
    font-size: 16px;
}
.flax-dec {
    padding-right: 90px;
}


}

.container {
    width: 1000px !important;
}

.main-navigation #main-nav {
    position: absolute;
    right: 14px;
    width: 970px;
}

.main-navigation .mobile-menu-active li a {
    text-align: left;
    padding: 10px 11px !important;
    font-weight: 500;
}
div#content ol li, div#content ul li, .team-item.clearfix ul li {
    text-align: left;
}
.team-img-wrap.col-md-3.col-sm-3.col-xs-12 {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.team-data.col-md-9.col-sm-9.col-xs-12 {
    width: 100%;
    padding: 0px 30px !important;
}
section.footer .pure-u-1 {
    width: 33%;
    }

}



/* ipad pro css End */



/* Other Css start */


@media only screen and (min-width: 360px) and (max-width: 374px){

.container {
    width: 350px !important;
}

}

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

.container {
    width: 360px !important;
}
}
@media only screen and (min-width: 411px) and (max-width: 415px){
.container {
    width: 380px !important;
}


}
