/*
Template Name: Heartify WordPress Theme
Template URI: http://themesquared.com/hertify/
Author: ThemeSquared
Author URI: http://themeforest.net/user/theme-squared/portfolio
Description: Hertify is a professional multipurpose wordpress theme for any business or portfolio website, it's fully responsive design ready to look stunning on any device.
Version: 1.0.0
*/
/* Table of Content
==================================================
	#General
		- Tables
        - Definition Lists
        - HTML Tags
        - Dropcap
        - Alignment
        - Image Caption
	#Header
		- Main Slider Caption
		- Home section
	#Heading Module
	#Icon Teaser Content
	#Services Section
	#Schedule slider
	#Owl Theme Button Styling
	#Insurance Types Section
	#Twitter Feed Section
	#Team section Starts
	#Team Popup model
	#Pagination
	#Job Section
    #Pricing Section
    #Client Section
    #Skills Section
    #Intro Content
    #Recent Blog  Fornt
    #Related Posts Widget 
    #Single Posts
    #Post Author 
    #Related Posts
    #Comments
    #Side Bar & Widgets
    #Navigation
    #Social Share 
    #Contact form section
    #Projects
    #Google Map
    #landing page
    #Footer Section
    #Responsive CSS
*/
/*
// #General
// --------------------------------------------------
*/
html {
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 62.5%;
}

body {
	font-family: 'Raleway', 'sans-serif';
/*     font-size:1.4em; */
	font-weight: 400;
}

html,
body {
	height: 100%;
}
iframe{
      width: 100%!important;
}
p {
	font-size: 13px;
	line-height: 24px;
	color: #9e9e9e;
    margin: 0;
}
a {
	outline: 0;
}

a:hover,a:active,a:focus,a:visited {
	text-decoration: none;
	outline: 0;
}


.main-wrapper {
	width: 100%;
}
/* === Tables === */
table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table tbody tr:not(:first-child) {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

thead {
	background-color: #23c4f8;
	color: #fff;
}

td, th {
	padding: 5px 10px;
}

th {
	text-align: left;
}

th a {
	color: #4e4e4e;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

th a:hover {
	color: #36bfc4;
}

/* === Definition Lists === */
dt {
	font-size: 18px;
	font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

/* === Lists === */
ul {
	list-style: disc;
}
ul, ol {
	margin: 0;
}
/* === HTML Tags === */
cite {
	font-family: 'Oswald', sans-serif;
	color: #23c4f8;
}
address {
	font-style: italic;
	margin: 0 0 1.5em 0;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #23c4f8;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #23c4f8;
    border-radius: 4px;
    white-space: normal;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
pre {
    display: block;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* === Dropcap === */

.dropcap-letter {
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 10px;
	color: #ffffff;
	padding: 17px;
	margin: 7px 10px 0px 0px;
	background-color: #4a4a4a;
	border-radius: 50%;
}


@-moz-document url-prefix() {
    .dropcap {
		padding: 13px 17px;
	}
}

/* === Alignment === */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0px 30px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 30px;
}
.alignnone {
	margin: 0;
    width: 100%;
}
.alignnone img{
    height: auto!important;
    width: 100%;
}

/* === Image Caption === */
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        clear: both;
}
.wp-caption-text {
	font-size: 11.5px;
	line-height: 1.4em;
	margin: 0;
	padding: 15px 4px;
}

/* === Divider space === */
.bottom-space-10 {
	margin-bottom: 10px;
}

.bottom-space-15 {
	margin-bottom: 15px;
}

.bottom-space-20 {
	margin-bottom: 20px;
}

.bottom-space-25 {
	margin-bottom: 25px;
}

.bottom-space-30 {
	margin-bottom: 30px;
}

.bottom-space-35 {
	margin-bottom: 35px;
}

.bottom-space-40 {
	margin-bottom: 40px;
}

.bottom-space-50 {
	margin-bottom: 50px;
}

.bottom-space-60 {
	margin-bottom: 60px;
}

.bottom-space-70 {
	margin-bottom: 70px;
}

.bottom-space-80 {
	margin-bottom: 80px;
}

.bottom-space-90 {
	margin-bottom: 90px;
}

.bottom-space-100 {
	margin-bottom: 100px;
}

.bottom-space-150 {
	margin-bottom: 150px;
}
.marginTop{
    margin-top: 60px;
    margin-bottom: 60px;
}

/*
// #Header
// --------------------------------------------------
*/ 
.top-header {
	margin-top: 50px;
	position: relative;
	z-index: 9999;
}

.top-header .top-navigation .top-nav {
	width: 100%;
	text-align: center;
}

.top-header .top-navigation .top-nav li {
	margin-left: 30px;
}

.top-header .top-navigation .top-nav li:nth-child(4) {
	margin-left: 40px;
	margin-right: 10px;
	text-decoration: none;
}

.top-header .top-navigation .top-nav li:nth-child(4) a:hover {
	border-bottom: none;
}

.top-header .top-navigation .top-nav li a {
	color: black;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}

.top-header .top-navigation .top-nav li.active a,
.top-header .top-navigation .top-nav li a:hover {
	color: #0eb2e7 !important;
	border-bottom: 2px solid #0eb2e7 !important;
	text-decoration: none;
}
.top-navigation li.dropdown  ul{
	text-align: left;
}
.header-dark .top-navigation li.dropdown  ul{
	background: #000;
}
.header-dark .dropdown-menu>li>a:hover, .header-dark .dropdown-menu>li>a:focus{
	background: #000;
}
.top-navigation li.dropdown:hover > ul.dropdown-menu{
	display: block;

}
.top-navigation li.dropdown  ul li{
	margin-left: 0 !important;
}

/* === Main Slider Caption === */
#bg-slider-home {
	position: relative;
	width: 100%;
	padding-top: 0px;
	left: 0;
	margin: 0px;
}

.bg-slider-home {
	background: url('/wp-content/themes/heartify/assets/img/slide1.jpg') repeat fixed;
	background-size: auto 150%;
}

.main-slider-caption {
	position: relative;
	margin-top: 35%;
	margin-left: 0%;
	padding: 65px 0;
	text-align: center;
	margin-bottom: 5%;
	background: url(/wp-content/themes/heartify/assets/img/icon.png) no-repeat center center;
}

.main-slider-caption h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	letter-spacing: 2px; 
}

.main-slider-caption p {
	font-size: 1em;
	padding: 0px 30px;
	color: #6a6a6a;
	line-height: 1.8em;
	width: 750px;
	margin: 0 auto;
}

.main-slider-caption h1 {
	font-size: 3em;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-slider-caption h6.top-slogan {
	color: #0eb2e7;
	font-size: .9em;
	font-weight: bold;
}

.main-slider-caption h6.price-slogan {
	font-size: .9em;
	font-weight: bold;
}

.main-slider-caption h6.price-slogan span {
	font-family: 'Open Sans';
	font-size: 2em;
	letter-spacing: 0px;
	color: #0eb2e7;
}

.main-slider-image {
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 100px;
	width: 60%;
	z-index: 888;
}

.main-slider-caption1 {
	position: relative;
	margin-top: 35%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
	text-align: center;
	margin-bottom: 5%;
	background: url(/wp-content/themes/heartify/assets/img/heart-bg.png) no-repeat center center;
}

.main-slider-caption1 h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	color: #fff;
}

.main-slider-caption1 p {
	font-size: 1em;
	padding: 0px 30px;
	color: #6a6a6a;
	line-height: 1.8em;
	width: 750px;
	margin: 0 auto;
}

.main-slider-caption1 h1 {
	font-size: 72px;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-slider-caption1 h6 {
	color: #fff;
}

.main-slider-caption1 h6.top-slogan {
	color: #0eb2e7;
	font-size: .9em;
	font-weight: bold;
}

.main-slider-caption1 h6.price-slogan {
	font-size: .9em;
	font-weight: bold;
}

.main-slider-caption1 h6.price-slogan span {
	font-family: 'Open Sans';
	font-size: 2em;
	letter-spacing: 0px;
	color: #0eb2e7;
}

.main-slider-image1 {
	margin: 0px auto;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 888;
	right: 0px;
	width: 925px;
}

/* === Home section === */

#home {
	position: relative;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 0px;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-dark .top-header .top-navigation .top-nav li a {
	color: #fff;
}
.header-dark{
    position: relative;
    background: #000;
    display: table;
    width: 100%;
    height: 112px;
}
.main-header {
	width: 100%;
	height: 80px;
	border-bottom: 3px solid #e6e6e6;
	z-index: 900;
	position: relative;
}

.parallax-home {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.is-sticky {
	position: fixed;
	background: white;
	border-bottom: 2px solid #eaeaea;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9994;
	height: 80px;
}

.main-header .main-logo {
	margin-top: 30px;
}

.main-header .main-logo h4 {
	margin-left: 50px;
	color: #000000;
	padding-top: 5px;
	font-weight: bold;
}

.main-header .main-logo a {
	color: black;
}

.main-header .main-logo img {
	margin-right: 14px;
}

.main-header .main-logo {
	color: black;
	font-size: 1.4em;
	letter-spacing: 2px;
	margin-left: 10px;
	font-weight: bold;
}

.main-header .main-logo a:hover {
	text-decoration: none;
	color: #0eb2e7;
}

.main-navigation .main-nav li {
	height: 80px;
	padding-top: 30px;
	border-right: 1px solid #e6e6e6;
	margin-right: -5px;
}

.main-navigation .main-nav li:nth-child(1) {
	border-left: 1px solid #e6e6e6;
}

.main-navigation .main-nav li a {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #a6a6a6;
	width: 100%;
	padding: 0px 30px 29px 30px;
	border-bottom: 3px solid transparent;
}

.main-navigation .main-nav li.active a,
.main-navigation .main-nav li a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 3px solid #0eb2e7 !important;
}

.list-inline > li {
	padding: 0px;
}
.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 22px;
}
.collapse.in .brand{
    display: none;
}

/*
// #Heading Module
// --------------------------------------------------
*/ 

.heading-center {
    text-align: center!important;
}

.heading-center .title {
	color: #9e9e9e;
	margin-bottom: 20px;
	margin-top: 5px;
}

.heading-center .title:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 130px;
}

p.lead {
	color: #000;
	line-height: 36px;
	font-weight: 400 !important;
	font-size: 24px;
}

.heading-center p.lead {
	font-weight: 400;
}

.heading-left .title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.heading-left .title:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}
.header-center-small {
	margin: 100px auto;
	background-color: white;
	padding: 45px 20px 35px;
}

.header-center-small .title:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 75px;
}
.header-center-small h6 {
	color: #9e9e9e;
}

.header-center-small p {
	margin-top: 40px;
	color: #9e9e9e;
}
.heading-white {
    color: white;  
    text-align: center;  
}

.heading-white .title {
	color: #beefff;
	margin-bottom: 20px;
	margin-top: 5px;
}

.heading-white .title:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #beefff;
	opacity: .4;
	display: table;
	padding-top: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 130px;
}

.heading-white p {
	margin-top: 50px;
	font-weight: 400;
	color: #ffffff;
}


/*
// #Icon Teaser Content
// --------------------------------------------------
*/
.teaser-content .icon {
	padding: 0px 7px 5px 0px;
	display: table;
	margin: 0 auto;
	margin-bottom: 50px;
}

.teaser-content .info-col {
	position: relative;
	margin: 0;
	padding: 0px;
	text-align: center !important;
	padding-right: 10px;
}

.teaser-content .info-col h5 {
	font-weight: bold;
}

.teaser-content .info-col h5:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.teaser-content .info-col p {
	margin-top: 5px;
	color: #9e9e9e;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
}

/*
// #Services Section
// --------------------------------------------------
*/
.services {
	background: #0eb2e7;
}
.services .services-icon-box {
	color: #fff;
	padding: 60px 30px !important;
}

.services .services-icon-box .info-col h5 {
	font-weight: bold;
	font-size: 18px;
}

.services .services-icon-box .icon {
	margin: 25px 0;
}

.services .services-icon-box .info-col h5:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: rgba(255,255,255,0.4);
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.services .services-icon-box .info-col p {
	margin-top: 15px;
	color: #fff;
	font-weight: 500;
}

.service-icon-right .column_last  .icon {
	padding: 0px 5px 5px 0px;
	width: 41px;
	height: 41px;
	margin-right: 25px;
	margin-bottom: 50px;
}

.service-icon-right .column_last .info-col {
	position: relative;
	margin: 0;
	padding: 0px;
	text-align: left;
	padding-right: 10px;
}
.service-icon-right  .info-col h5 {
	font-weight: bold;
	font-size: 16px;
}

.service-icon-right .column_last .info-col h5:after {
  content: " ";
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #e5e5e5;
  display: table;
  padding-top: 15px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 50px;
}

.service-icon-right .column_last .info-col h5:after {
  right: auto !important;
  left: 0px;
  margin: 0px !important;
}

.service-icon-right  .info-col p {
	margin-top: 15px;
	color: #9e9e9e;
	font-weight: 500;
}

.service-icon-right .column_first .info-col {
	position: relative;
	margin: 0;
	padding: 0px;
	text-align: right !important;
	padding-right: 10px;
}

.service-icon-right .column_first .info-col h5 {
	font-weight: bold;
	font-size: 16px;
}

.service-icon-right .column_first .info-col h5:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.service-icon-right .column_first h5 {
	margin-bottom: 35px !important;
}

.service-icon-right .column_first h5:after {
	content: " ";
	position: absolute !important;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	right: 70px !important;
	left: auto !important;
	margin: 0 0 !important;
	width: 50px;
}

.service-icon-right .column_first .info-col p {
	margin-top: 15px;
	color: #9e9e9e;
	font-weight: 500;
}

.service-icon-right .column_first .icon {
	padding: 0px 5px 5px 0px;
	width: 41px;
	height: 41px;
	margin-left: 25px;
	margin-bottom: 50px;
}
.services-icon-left .icon {
	padding: 0px 5px 5px 0px;
	width: 41px;
	height: 41px;
	margin-right: 25px;
	margin-bottom: 50px;
}

.services-icon-left .info-col{
	position: relative;
	margin: 0;
	padding: 0px;
	text-align: left;
	padding-right: 10px;
}

.services-icon-left .info-col h5{
	font-weight: bold;
	font-size: 16px;
}

.services-icon-left .info-col h5:after{
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: auto;
	margin: 0;
	width: 50px;
}

.services-icon-left .info-col p{
	margin-top: 15px;
	color: #9e9e9e;
	font-weight: 500;
    display: flex;
}

.icon-hover h5 {
	color: #FFF;
	margin-bottom: 20px;
	margin-top: -20px;
	font-size: 18px;
	font-weight: 600 !important;
}

.icon-hover h5:after {
   content: " ";
   position: relative;
   border-bottom-style: solid;
   border-bottom-width: 3px;
   border-bottom-color: rgba(255,255,255,0.2) !important;
   display: table;
   padding-top: 20px;
   left: 0px;
   right: 0px;
   margin: 0 auto;
   width: 50px;
}

.icon-hover p.lead {
	color: #b3c4cf;
	line-height: 36px;
	font-weight: 400 !important;
	font-size: 24px;
}

.icon-hover .icon {
	padding: 23px !important;
	width: 85px !important;
	height: 85px !important;
    display: table;
    margin: 0 auto;
	background: #31393f;
	border-radius: 50%;
	margin-bottom: 50px;
}

.icon-hover .text-center:hover .icon {
	background: #03b4ea;
	cursor: pointer;
}

.icon-hover p {
	padding: 0 7%;
	color: #b3c4cf !important;
}

/*
// #Schedule slider
// --------------------------------------------------
*/

#time-plan .owl-prev , 
#time-plan .owl-next {
	text-indent: -9999px;
	padding: 10px 35px;
	opacity: 1;
}

#time-plan .owl-prev {
	margin: -17px -1px 0px -190px;
}

#time-plan .owl-prev:before ,
#time-plan .owl-next:before {
	content: "\f053";
	font-family: 'FontAwesome';
	text-indent: -0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999px;
	font-size: 20px;
	line-height: 70px;
}

#time-plan .owl-next:before {
	content: "\f054";
}

#time-plan .owl-prev:hover, 
#time-plan .owl-next:hover {
	background: #3ec1eb;
}

.sidebox-timing {
	padding: 40px;
	border: 8px solid #e5e5e5;
}

.sidebox-timing h6 {
	color: #9e9e9e;
	margin-top: 5px;
}

.sidebox-timing h6:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.sidebox-timing p {
	color: #9e9e9e;
	margin-top: 15px;
	font-size: 13px;
	line-height: 24px;
}

.sidebox-timing .timings {
	margin-top: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebox-timing .timings span {
	font-weight: normal;
	color: #0eb2e7;
	font-family: 'Open Sans','sans-serif';
}


/*
// #Owl Theme Button Styling
// --------------------------------------------------
*/
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-color: #0eb2e7;
	opacity: .8;
	padding: 10px 30px;
	font-size: 2.5em;
	font-weight: bold;
	border-radius: 0px;
	position: absolute;
	margin: -17px -5px 0px -120px;
	border-left: 0.5px solid #eaeaea;
	z-index: 9989;
	float: left;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-color: #0eb2e7;
	opacity: .8;
	padding: 10px 30px;
	font-size: 2.5em;
	font-weight: bold;
	border-radius: 0px;
	position: absolute;
	margin: -17px -5px 0px -195px;
	z-index: 9989;
	float: left;
}

/*
// #Insurance Types Section
// --------------------------------------------------
*/
ul.doctor-list {
	display: inline-block;
	padding-right: 0px;
	margin: 20px 20px 0px 0px;
	width: 43.8%;
}

ul.doctor-list li {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.doctor-list li a {
	color: #0eb2e7;
}

ul.doctor-list li a:hover {
	text-decoration: none;
}

ul.doctor-list li h6 {
	font-weight: bold;
}

ul.doctor-list li hr{
    margin-top: 10px;
}

/*
// #Twitter Feed Section
// --------------------------------------------------
*/
.video_section {
	position: relative;
	color: white!important;
	background-color: rgba(19,190,244,0.7);
	padding: 75px 0px 75px;
	overflow: hidden;
    text-align: center!important;
}

.video_section  .container {
	position: relative;
}

.video_section  h5.title {
	margin-top: 5px;
	font-family: 'Open Sans','sans-serif';
    color: white;
    margin-bottom: -50px;
}
.video_section  .title:after{
    border-bottom-width:0px;
}

.video_section  .twitter-icon {
	margin-top: 50px;
}

.video_section  p.lead {
	font-weight: 400;
	margin-top: 7px;
	color: #fff;
}

.video_section  a {
	color: white;
	font-weight: 600;
}

#tweet-slider {
	position: relative;
}

.twitter-feed  p.lead:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 30px;
	margin: 0 auto;
	width: 145px;
	opacity: .5;
	left: 0px;
	right: 0px;
}

.twitter-feed  .author-name {
	margin-top: 70px;
}

.twitter-feed  .author-name p {
	color: #fff;
}

/*
// #Team section Starts
// --------------------------------------------------
*/
.team-filter-nav {
	margin: 60px auto 35px;
}

.team-filter-nav li {
	margin: 0px 5px;
}

.team-filter-nav li a {
	color: black;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 20px 12px;
	border: 1px solid #eaeaea;
}

.team-filter-nav li a:hover,
.team-filter-nav li a.current {
	text-decoration: none;
	border: 1px solid #0eb2e7 !important;
}

.team-detail {
	margin-top: 30px;
}

.team-detail .team-member {
	position: relative;
	display: table;
	width: 100%;
	border: 2px solid #eaeaea;
	overflow: hidden;
}

.team-detail .item {
	padding: 0px 15px;
	margin: 0px 0px 30px;
	position: relative !important;
	border: 0px none;
	left: 0px !important;
	right: 0px !important;
	top: 0px !important;
	bottom: 0px !important;
}

.team-member {
	border: 2px solid #eaeaea;
	margin-bottom: 30px;
}

.team-img {
	width: 170px;
	height: 216px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 777;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-img {
	position: relative;
}

.team-img:before {
	content: "";
	background: url(/wp-content/themes/heartify/assets/img/icons/plus.png) no-repeat center center rgba(14,178,231,0.7);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-member:hover .team-img:before {
	content: "";
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.member-details {
    padding: 25px 40px 40px;
	padding-left: 0px;
	margin-left: 200px;
	font-size: .9em;
	color: #bcbcbc;
	font-weight: 500;
}

.member-details h4 {
	color: black;
	font-weight: bold;
	margin-top: 5px;
}

.member-details h4:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 17px;
	left: 0px;
	right: 0px;
	margin: 0;
	width: 50px;
}

.member-details p {
	margin-top: 15px;
}

.member-social {
	position: absolute;
	display: inline-block;
	padding: 16px;
	padding-right: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: .9em;
	border-top: 2px solid #eaeaea;
	margin-top: 15px;
	padding-left: 200px;
	height: 47px;
}

.member-social h6 {
	color: black;
	margin-top: 2px;
	margin-left: 0px;
	font-weight: 600;
	letter-spacing: 0px;
}

.member-social ul.social {
	margin-top: -35px;
	position: relative;
	left: 0px;
}

.member-social ul.social li {
	margin-right: 0px;
	margin-top: 4px;
	border-left: 1px solid #fff;
}

.member-social ul.social li a {
	color: #c1c1c1;
	width: 50px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: table;
	position: relative;
	margin-right: -3px;
	margin-top: 0px;
	font-size: 15px;
}

.member-social ul.social li a:hover {
	color: #ffffff;
	background: #07ccf0;
	text-decoration: none;
}

ul.inline-list > li {
	margin: 0px;
	padding: 0px;
}

/*
// #Team Popup model
// --------------------------------------------------
*/
body.modal-open {
	overflow: visible;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000050;
	border-radius: 0px;
}

.modal-dialog {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 5% !important;
	margin: 0 auto;
	width: 970px;
	height: 632px;
}

.modal-content {
	min-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0px;
}

.modal-body {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	height: 100%;
}

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.team-pop-info {
	padding: 30px 60px 30px 15px !important;
	height: 632px;
}

.team-pop-info h4 {
	color: #292929;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
	position: relative;
	margin: 5px 0px 50px;
}

.team-pop-info h4 span {
	color: #9e9e9e;
	font-size: 13px;
	display: block;
}

.team-pop-info h4:before {
	content: "";
	width: 50px;
	height: 3px;
	background: #e6e6e6;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.team-pop-info p {
	font-size: 13px;
	color: #9e9e9e;
	margin: 0px;
}

.tp-meta {
	margin: 32px 0;
	padding: 0px;
}

.tp-meta li {
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 10px;
}

.tp-meta li:first-child {
	border-top: 1px solid #e6e6e6;
}

.tp-meta li span {
	font-size: 13px;
	color: #292929;
	font-weight: 700;
	text-transform: uppercase;
	width: 50%;
	display: inline-block;
}

.tp-meta li em {
	font-style: normal;
	color: #9e9e9e;
	font-weight: 400;
	font-family: Open sans;
}

.tp-social {
	border-top: 1px solid #e6e6e6;
	height: 45px;
	margin: 0px;
	position: absolute;
	width: 104%;
	right: 0px;
	left: 12px;
	bottom: 0px;
	margin-left: -30px;
	padding-left: 22px;
	line-height: 45px;
}

.no-padding {
	padding: 0px !important;
}

.tp-social span {
	font-size: 13px;
	color: #292929;
	font-weight: 700;
	text-transform: uppercase;
	width: 50%;
	display: inline-block;
}

.tp-social ul {
	padding: 0px;
	display: table;
	float: right;
}

.tp-social ul li {
	float: left;
	list-style: none;
}

.tp-social ul li a {
	width: 50px;
	height: 45px;
	display: table;
	border-left: 1px solid #e6e6e6;
	color: #c1c1c1;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tp-social ul li a:hover {
	background: #07ccf0;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m-close {
	width: 14px;
	height: 14px;
	background: url(/wp-content/themes/heartify/assets/img/icons/close.png) no-repeat center;
	border: medium none;
	position: absolute;
	right: 25px;
	top: 25px;
}

.m-close:hover {
	background: url(/wp-content/themes/heartify/assets/img/icons/close-hr.png) no-repeat center;
}

/*
// #Pagination
// --------------------------------------------------
*/
.pagination-section .pagination {
	margin: 0px 20px;
}

.pagination-section .pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0px;
}

.pagination-section .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0px;
}

.pagination-section .pagination > li > a,
.pagination-section .pagination > li > span {
	color: #9a9a9a;
	margin-right: 5px;
}

.pagination-section .pagination > li > a:hover,.pagination-section .pagination > li.current > span {
	color: #000000 !important;
	background: transparent !important;
	border: 1px solid #0eb2e7 !important;
}

.pagination-section p {
	color: #9a9a9a;
	font-family: 'Open sans','sans-serif';
}

.pagination-section p span {
	color: #000000;
}

/*
// #Job Section
// --------------------------------------------------
*/
.job-stat {
	margin-top: 75px;
}

.job-stat h5 {
	color: #9e9e9e;
	margin-bottom: 20px;
	margin-top: 5px;
}

.job-stat h5:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 20px;
	left: 0px;
	margin: 0;
	width: 130px;
}

.job-stat p {
	font-weight: 400;
	color: #9e9e9e;
}

.apply-btn {
	margin-top: 125px;
	border-radius: 0px;
	background-color: #0eb2e7;
	border: none;
	text-transform: uppercase;
	padding: 15px 25px;
	font-size: .9em;
	font-weight: 600;
}

.apply-btn:hover {
	opacity: .8;
}

/*
// #Pricing Section
// --------------------------------------------------
*/
.pricing-plans {
	position: relative;
	top: 50px;
}

.pricing-plans .plan {
	font-family: 'Open sans', 'sans-serif';
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 0;
	border: 1px solid #eaeaea;
}

.pricing-plans .plan li {
	padding: 20px;
	margin: 0px;
}

.pricing-plans .plan li.plan-name h1 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: white;
	font-family: Raleway;
	margin: 0px;
}

.pricing-plans .plan li.plan-name h6 {
	color: #9e9e9e;
	font-size: .8em;
}

.pricing-plans .plan li.plan-name {
	padding: 60px 15px;
	background: #2e2e2e;
}

.pricing-plans .plan li.plan-price {
	background: #13bef5;
	color: #ffffff;
	padding: 5px 0;
	font-size: 48px;
	font-weight: 300;
}

.pricing-plans .plan li.plan-action {
}

.pricing-plans .plan li.plan-price small {
	font-size: .6em;
	position: relative;
	bottom: 5px;
	right: 5px;
}

.pricing-plans .plan li.plan-price span.sup {
	font-size: 20px;
	position: relative;
	bottom: 25px;
}

.pricing-plans .plan li.plan-price span.sup:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #eaeaea;
	top: 25px;
	display: table;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 20px;
}

.pricing-plans .plan li.plan-price span.duration {
	font-size: .4em;
	position: relative;
	bottom: 5px;
	color: #eaeaea;
}

.plan-action .btn-plan {
	border: 1px solid #000;
	border-radius: 0px;
	padding: 10px 30px;
	color: #000;
	text-transform: uppercase;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
}

.plan-action .btn-plan:hover {
	border: 1px solid #0eb2e7;
}

/*
// #Client Section
// --------------------------------------------------
*/
.clients-wrap h2 {
	color: #fff;
}

.clients-wrap h5 {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 5px;
}

.clients-wrap h5:after {
	content: " ";
	border-bottom-color: rgba(255,255,255,0.2) !important;
}

.clients-wrap p.lead {
	color: #b3c4cf;
	line-height: 36px;
	font-weight: 400 !important;
	font-size: 24px;
}

#owl-clients {
	position: relative !important;
	display: table !important;
	width: 100% !important;
	max-width: 1170px !important;
	overflow: hidden;
}

#owl-clients .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1170px;
}

#owl-clients .item img {
	display: table;
	margin: 0 auto;
	padding: 0 15px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-clients .item img:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.owl-theme .owl-controls {
	margin-top: 9px;
	text-align: center;
	z-index: 0;
	position: relative;
	left: 10px;
}

/*
// #Skills Section
// --------------------------------------------------
*/
.skills h5:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 30px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 135px;
}

.skills  h5 {
	color: #9E9E9E;
	margin-top: 5px;
	letter-spacing: 3px;
	font-size: 14px;
}

.skills p.lead {
	margin-top: 40px;
}

.big-bg {
	display: table;
	margin: 0 auto;
	padding: 20px 0;
}

.chart {
	position: relative;
	display: inline-block;
	width: 152px;
	margin-bottom: 26px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 20px;
    margin: 0 auto 20px;
}
.percent {
	display: inline-block;
	font-size:21px;
	color:#474d5d;
	line-height: 101px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}


/*
// #Intro Content
// --------------------------------------------------
*/
.inner-content {
	padding: 100px 0;
	margin-bottom: -11px;
}

.inner-content-inner {
	height: 235px;
	background: url(/wp-content/themes/heartify/assets/img/icons/ic.png) no-repeat center center;
	padding: 60px 0px 0px;
}

.inner-content-inner h5 {
	color: #00a4d9;
	font-size: 16px;
	letter-spacing: 4px;
	text-align: center;
	margin: 0px 0px 8px;
}

.inner-content-inner h3 {
	color: #fff;
	font-size: 60px;
	letter-spacing: 4px;
	text-align: center;
	margin: 0px 0px -7px;
}

.inner-content-inner h4 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 4px;
	text-align: center;
	margin: 0pxpx;
}

.inner-content-inner h4 span {
	color: #00a4d9;
	font-size: 24px;
	letter-spacing: 4px;
	text-align: center;
}

/*
// #Recent Blog  Fornt
// --------------------------------------------------
*/
.blog-post {
	border: 2px solid #eaeaea;
	height: 100%;
	padding-bottom: 0px;
    text-align: center;
}
.sticky.tag-sticky-2{
   -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    padding: 10px;
}

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

.post-img {
	position: relative;
}

.blog-post img.ab-icon {
	position: absolute;
	bottom: -40px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.blog-post .info-col {
	position: relative;
	text-align: center;
	margin: 50px 20px;
	padding: 0px;
	padding-right: 10px;
}

.blog-post .info-col a {
	color: black;
}

.blog-post .info-col a:hover {
	color: #0eb2e7;
}

.blog-post .info-col h5 {
	font-weight: 600;
	line-height: 25px;
	margin-top: 60px;
	font-size: 18px;
	letter-spacing: 0px;
}

.blog-post .info-col h5:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table-cell;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.blog-post .info-col p {
	margin-top: 40px;
	color: #9e9e9e;
	font-weight: 500;
}

.blog-post ul.post-nav {
	border-top: 2px solid #eaeaea;
	overflow: hidden;
	margin: 0px;
}

.blog-post ul.post-nav li {
	margin-right: 0px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: .8em;
	font-family: 'Open Sans',sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}

.blog-post ul.post-nav li:nth-child(1) {
	border-right: 1px solid #eaeaea;
	padding-right: 40px;
}

.blog-post ul.post-nav li a {
	color: #43b8df;
}

/*
// #Related Posts
// --------------------------------------------------
*/
.re-posts {
	margin-top: 70px;
}

.re-posts h4 {
	font-weight: bold;
}

.re-posts h4 a {
	color: #222;
}

.re-posts h4 a:hover {
	color: #0eb2e7;
}

.re-posts h4:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 18px;
	left: 0px;
	margin: 0;
	width: 50px;
}

.re-posts .info-col {
	position: relative;
	text-align: left;
	margin: 20px 0px;
	padding: 0px;
	padding-right: 10px;
}

.re-posts .info-col img {
	padding: 0px 5px 20px 0px;
}

.re-posts .info-col h6 {
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 600;
	left: 20px;
	font-size: .9em;
	position: relative;
}

.re-posts .info-col h6 a {
	color: #292929;
}

.re-posts .info-col h6 a:hover {
	color: #0eb2e7;
}

.re-posts .info-col p {
	left: 20px;
	position: relative;
	font-size: 12px;
	top: 5px;
	color: #9e9e9e;
    display: flex;
}

.re-posts .info-col ul.post-nav {
	overflow: hidden;
	margin-left: 90px;
}

.re-posts .info-col ul.post-nav li {
	margin-right: 0px;
	padding: 10px;
	text-transform: uppercase;
	font-size: .8em;
	font-family: 'Open sans','sans-serif';
	letter-spacing: .5px;
	font-weight: 600;
}

.re-posts .info-col ul.post-nav li a {
	color: #43b8df;
}

.re-posts hr:last-child{
    display: none;
}

/*
// #Single Posts
// --------------------------------------------------
*/
.page-head {
	background: #fafafa;
	padding: 40px 0;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	.page-head form.search{
		margin-top: 15px;
	}
}

.page-head h4 {
	margin: 0px;
	font-family: Raleway;
	font-size: 30px;
	color: #000;
}

.page-head h5 {
	margin: 0px;
	font-family: Open Sans;
	font-size: 14px;
	color: #9e9e9e;
}

.search input {
	border: 1px solid #e6e6e6;
	height: 40px;
	font-size: 12px;
	width: 100%;
	padding: 15px;
	background: #fff url(/wp-content/themes/heartify/assets/img/search.png) no-repeat right center;
	background-position: 95% 50%;
}

.gallery-list {
	padding: 0px;
	margin: 0 -5px;
	display: table;
}

.gallery-list li {
	float: left;
	width: 25%;
	padding: 5px;
	list-style: none;
}

.format-video .video-container,
.type-portfolio .video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}

.format-video .video-container iframe,
.format-video .video-container object,
.format-video .video-container embed,
.type-portfolio .video-container iframe {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.post-meta {
	font-family: Open Sans;
	font-size: 13px;
	color: #9e9e9e;
	margin-bottom: 50px;
	display: table;
	position: relative;
}

.post-meta:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #e6e6e6;
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.blog-content article h4 {
	margin-top: 25px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0px;
	color: #292929;
}

.blog-content article h4 a {
	color: #292929;
}

.blog-content article h4 a:hover, .blog-content .post-meta a {
	color: #0eb2e7;
}

.blog-content article p {
	font-family: Open Sans;
	font-size: 13px;
	color: #9e9e9e;
}

.more {
	margin-top: 30px;
	border-radius: 0px;
	background-color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 11px 25px 8px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #292929;
	display: table;
	border: 2px solid #e6e6e6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.more:hover {
	background-color: #0eb2e7;
	color: #fff;
	border: 2px solid #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.blog-content article {
	padding-bottom: 33px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 45px;
}

.post-quote h4.quote {
	color: #292929;
	font-size: 24px !important;
	padding: 50px 50px;
	text-transform: none;
	font-weight: 400 !important;
	line-height: 36px;
	background: #f7f7f7 url(/wp-content/themes/heartify/assets/img/quote.png) no-repeat top right;
}

.blog-content article.post-quote h4:hover {
	color: #292929;
}

.post-quote .post-meta {
	margin-bottom: 0px !important;
}

.post-quote .post-meta:before {
	display: none !important;
}

/*
// #Post Author 
// --------------------------------------------------
*/
.author-info{
    margin-top: 10px;
}
.author-info img {
	float: left;
}

.author-info h5 {
	margin-left: 130px;
	font-size: 16px;
	color: #292929;
	font-weight: 600 !important;
	position: relative;
	margin-bottom: 30px;
}

.author-info h5:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #e6e6e6;
	position: absolute;
	bottom: -15px;
	left: 0px;
}

.author-info h5 em {
	color: #b2b2b2;
	font-style: normal;
}

.author-info p {
	margin-left: 130px;
}

.comments > h4 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 45px;
	padding: 20px 0 20px;
	display: table;
	width: 100%;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	color: #292929;
	font-weight: 700;
}


/*
// #Related Posts
// --------------------------------------------------
*/
.related-posts h5 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 60px 0 45px;
	padding: 20px 0 20px;
	display: table;
	width: 100%;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	color: #292929;
	font-weight: 700;
}

.related-posts ul {
	padding: 0px;
	margin-top: -25px;
}

.related-posts ul li {
	width: 33.3333%;
	padding: 0 15px;
	float: left;
	list-style: none;
}

.related-posts h4 {
	font-size: 16px !important;
	margin: 10px 0 0px;
	color: #292929;
	line-height: 20px;
}

.related-posts .post-meta {
	margin-bottom: 32px;
}

.related-posts .post-meta:before {
	content: '';
	bottom: -16px;
}

/*
// #Comments
// --------------------------------------------------
*/

.comments ul.post-comment {
	padding: 0px;
}

.comments ul.post-comment > li, 
.comments ul.children > li{
	list-style: none;
	font-family: Open Sans;
	width: 100%;
	margin-top: 10px;
}
.comments ul.post-comment > li .comment-body,
.comments ul.children > li .comment-body{
    padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}

.comments ul.post-comment > li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.comments ul.post-comment > li h6,
.comments ul.children > li h6{
	letter-spacing: 0px;
	font-size: 15px;
	color: #292929;
	font-weight: bold;
	position: relative;
	margin-bottom: 36px;
}

.comments ul.post-comment > li h6:before,
.comments ul.children > li h6:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #e6e6e6;
	position: absolute;
	bottom: -18px;
	left: 0px;
}

.comments ul.post-comment > li h6 span,
.comments ul.children > li h6 span {
	font-size: 13px;
	color: #9e9e9e;
	font-weight: normal;
	text-transform: none;
}

.comments ul.post-comment > li h6 em,
.comments ul.children > li h6 em {
	font-style: normal;
	font-size: 13px;
	color: #9e9e9e;
	font-weight: normal;
	float: right;
	text-transform: none;
}

.comments ul.post-comment > li h6 a,
.comments ul.children > li h6 a {
	color: #0eb2e7;
}

.comments ul.post-comment > li h6 a:hover,
.comments ul.children > li h6 a:hover {
	color: #777;
}

.comments ul.post-comment > li img {
	width: 100px;
	float: left;
}
@media screen and (max-width: 767px){
	.comments ul.post-comment > li img {
		float: none;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px){
	li.comment ul.children{
		padding-left: 0;
	}
}

@media screen and (min-width: 768px){
.comments-info {
	margin-left: 130px;
}
}

.comment-form {
	margin-bottom: 90px;
}

.comment-form h4,.comment-form h3 {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 40px 0 30px;
	padding: 20px 0 20px;
	display: table;
	width: 100%;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	color: #292929;
	font-weight: 700;
}

/*comment form */
#comment-form input {
	height: 40px;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
	color: #000;
	font-size: 12px;
	width: 100%;
	margin-bottom: 18px;
	font-family: Open sans;
	font-weight: 400;
}

#comment-form textarea {
	border: 1px solid #e6e6e6;
	padding: 15px;
	color: #000;
	font-size: 12px;
	width: 100%;
	margin-bottom: 18px;
	font-family: Open sans;
	font-weight: 400;
}

#comment-form button, .cta-btn {
	border-radius: 0px;
	background-color: #0eb2e7;
	border: none;
	text-transform: uppercase;
	padding: 13px 25px;
	font-size: .9em;
	font-weight: 600;
	color: #fff;
	float: right;
	position: relative;
	top: -6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#comment-form button:hover {
	opacity: .8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*
// #Side Bar & Widgets
// --------------------------------------------------
*/
.side-content {
	margin-bottom: 60px;
}

.side-content h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #292929;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 46px;
}

.side-content h5:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #e6e6e6;
	position: absolute;
	bottom: -23px;
	left: 0px;
}

.side-content select {
	height: 40px;
	border: 1px solid #e6e6e6;
	padding: 10px 15px;
	color: #000;
	font-size: 12px;
	width: 100%;
	margin-bottom: 18px;
	font-family: Open sans;
	font-weight: 400;
}

.cat {
	padding: 0px;
}

.cat li {
	list-style: none;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
}

.cat li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.cat li img {
	float: left;
}

.cat li h4 {
	font-size: 15px;
	text-transform: none;
	font-family: Open Sans;
	font-weight: 700;
	margin: 0px 0px 5px;
	margin-left: 70px;
	letter-spacing: 0px;
}

.cat li p {
	margin-left: 70px;
	color: #9e9e9e;
	font-size: 12px;
	font-family: Open Sans;
	line-height: 20px;
	margin-bottom: 0px;
}
.side-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-content ul li {
	list-style: none;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
}
.side-content li li{
    margin-bottom: 0px;
    padding-bottom: 0px;
} 
.textwidget img{
    height:auto;
    width: 100%;
}
.wp-smiley{
    width: auto!important;
}

.side-content ul ul  li {
    border: none;
    padding: 12px 0px 0px 16px;
}

.side-content ul li > a,
.side-content ul li > span{
    font-size: 13px;
	color: #23c4f8;
	width: 100%;
	font-family: Open Sans;
}
.side-content ul li > a:hover, 
.side-content  ul li > a:focus, 
.side-content  ul li.active > a {
	color: #aaa;
}
.side-content  ul li > a:hover:before, 
.side-content  ul li > a:focus:before, 
.side-content  ul li.active > a:before {
    color: #aaa;
}
.side-content .rposts {
	padding: 0px;
}

.side-content .rposts li {
	list-style: none;
    padding: 0px!important;
    margin: 0px!important;
    border: none!important;
	font-family: Open Sans;
}
.side-content .rposts li .recent-post{
    padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
    display: inline-block;
}
.side-content .rposts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.side-content .rposts li img {
	width: 60px;
	float: left;
}
.side-content .rposts li .post-content{
   margin-left: 85px; 
}
.side-content .rposts li h6 {
	font-size: 13px;
	color: #292929;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px 0px 4px;
	line-height: 20px;
}

.side-content .rposts li h6 a {
	color: #292929;
}

.side-content .rposts li h6 a:hover {
	color: #23c4f8;
}

.side-content .rposts li span {
	color: #9e9e9e;
	font-size: 13px;
}

.tags-list,
.tagcloud {
	padding: 0px;
    margin: 0px;
}

.tags-list li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	list-style: none;
}

.tags-list li a,
.tagcloud a {
	line-height: 28px;
	color: #fff;
	display: table;
	padding: 0 16px;
	background: #292929;
	font-family: Open Sans;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tagcloud a {
    display: inline-block;
    margin-right: 3px;
	margin-bottom: 3px;
}
.tags-list li a:hover,
.tagcloud a:hover {
	background: #00a1db;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget_calendar table{
    width: 100%;
}

.widget_calendar table caption{
    font-size: 15pt;
    background: #0eb2e7;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    color : #fff;  
}

.widget_calendar table thead th, 
.widget_calendar table tbody td,
.widget_calendar table tfoot td
{
    text-align: center;
}

.widget_calendar table tbody #today ,
.widget_calendar table tbody td:hover,
.widget_calendar table tfoot td:hover{
  background: #0eb2e7;
  color:#fff  
}
.widget_calendar table tbody td.pad,
.widget_calendar table tfoot td.pad{
   background: none;  
} 

.widget_calendar table tbody #today a,
.widget_calendar table tfoot td a:hover
{  
  color:#fff;  
}

/*
// #Module widget
// --------------------------------------------------
*/
.module .widget_title{
    font-size: 18px!important;
    color:#fff!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.module .widget_title:after{
    content: " ";
   position: relative;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #eee;
   opacity: .1;
   display: table;
   padding-top: 20px;
   left: 0px;
   margin: 0;
   width: 100%;
}
.module .widget_title + div{
    color: #9e9e9e;
    font-weight: 500;
}
.module .widget_title + div ul{
    padding: 0px!important;
    margin: 0px!important;
}
.module .widget_title + div ul li{
    border: none!important;
    margin-bottom: 15px!important;
    list-style: none!important;
}
.module .widget_title + div ul li a{
    color: #fff!important;
}
.module .widget_title + div ul li a:hover {
	text-decoration: none;
	color: #0eb2e7!important;
}

.page-head .post-meta {
	margin-bottom: 0px;
}

.page-head .post-meta:before {
	display: none !important;
}

.page-head h3 {
	margin: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0px;
	color: #292929;
}

.page-head .post-meta a {
	color: #0eb2e7;
}

article .bold {
	font-size: 16px !important;
	color: #292929 !important;
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 600;
}

article .post-quote h4 {
	color: #292929;
	font-size: 16px !important;
	letter-spacing: 0px;
	padding: 35px 45px;
	margin: 0px;
	text-transform: none;
	font-weight: 400 !important;
	line-height: 30px;
	background: #f7f7f7 url(/wp-content/themes/heartify/assets/img/quote.png) no-repeat top right;
}

/*
// #Navigation
// --------------------------------------------------
*/
.page-nav ul {
	padding: 0px;
	display: table;
	margin: -15px auto 0;
	margin-bottom: 100px;
}

.page-nav ul li {
	float: left;
	margin-left: 10px;
	border: 2px solid #e6e6e6;
	color: #292929;
	list-style: none;
	font-weight: 700;
}

.page-nav ul li a,.page-nav ul li span {
	color: #292929;
	width: 37px;
	height: 37px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	display: table;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-nav ul li > span {
	background-color: #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-nav ul li.current{
    background-color: #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-nav ul li.current span{
    color: #fff;
}

.page-nav ul li:hover {
	border: 2px solid #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-nav ul li:hover a {
	background-color: #0eb2e7;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*
// #Social Share 
// --------------------------------------------------
*/
.sharepost {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 60px 0 45px;
	padding: 10px 0;
	display: table;
	width: 100%;
}

.sharepost h4 {
	margin: 0px !important;
	font-size: 16px !important;
	letter-spacing: 1px !important;
	color: #292929;
}

.sharepost ul {
	padding: 0px;
	display: table;
	float: right;
	position: relative;
	top: -5px;
}

.sharepost ul li {
	float: left;
	margin-left: 22px;
	list-style: none;
}

.sharepost ul li a {
	color: #646464;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sharepost ul li a:hover {
	color: #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*
// #Contact form section
// --------------------------------------------------
*/
.contact-stat {
	margin-top: 50px;
}

.contact-stat h5:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 30px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 135px;
}

.text-left .title:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 30px;
	left: 0px;
	right: 0px;
	margin: 0;
	width: 135px;
}

.contact-stat p.lead {
	margin-top: 50px;
}

.text-left p.lead{
    margin-top: 20px;
}

.contact-stat h5 {
	color: #9e9e9e;
	margin-top: 5px;
	letter-spacing: 2px;
}

.info-col h4 {
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 30px;
}

.info-col h4:after {
	content: " ";
	position: absolute;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 15px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 50px;
}

.info-col .contact-time {
	margin-top: 40px;
	color: #9e9e9e;
	font-weight: 500;
}

.info-col .phone {
	color: #0eb2e7;
	font-weight: 500;
	font-family: 'Open sans','sans-serif';
	margin-top: -10px;
}

.info-col .clinic-add {
	margin-top: 40px;
	color: #9e9e9e;
	font-weight: 500;
	font-family: 'Open Sans','sans-serif';
}

.info-col .contact-email {
	margin-top: 40px;
	color: #9e9e9e;
	font-weight: 500;
}

.info-col .email {
	color: #0eb2e7;
	font-weight: 500;
	font-family: 'Open sans','sans-serif';
	margin-top: -10px;
}

.info-col .email a {
	color: #0eb2e7;
}

.app-form {
	position: absolute;
	top: 0px;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #EEE;
	border: 1px solid #000;
	border-radius: 0;
	border-left: none !important;
}
.g-map {
    background: #fff;
    height: 835px;
    padding: 0px;
    position: relative;
}
.hpref {
	padding: 0px;
	display: table;
	width: 100%;
}

.hpref li {
	float: left;
	list-style: none;
	margin-right: 5%;
	width: 30%;
}

.hpref li:last-child {
	margin-right: 0px;
}

.landing-left {
	background: url(/wp-content/themes/heartify/assets/img/landing-bg.png);
}

.hpref li a {
	padding: 0px 25px;
	height: 40px;
	line-height: 40px;
	display: table;
	width: 100%;
	text-transform: uppercase;
	border: 1px solid #e0e0e0;
	font-size: 13px;
	text-align: center;
	color: #000;
}

.hpref li.active a {
	background: #0eb2e7;
	border-color: #0eb2e7 !important;
	color: #fff !important;
}

.app-form h4 {
	font-weight: 600;
	margin: 20px 0px;
}

.app-form p {
	margin-bottom: 20px;
	color: #9e9e9e;
}

.app-form label {
	font-weight: 600;
	font-size: .9em;
	letter-spacing: 1px;
}

.app-form .form-control {
	border-radius: 0;
}

.app-form .submit-box {
	padding: 20px 30px 0px 30px;
}


#container {
	width: 100%;
	height: 100%;
}

#map-canvas {
	height: 100%;
}

/*
// #Projects
// --------------------------------------------------
*/
.projects-wrap {
	padding: 0px;
}

.projects-wrap li {
	width: 25%;
	float: left;
	list-style: none;
	position: relative;
}

.overlay {
	background: rgba(14,178,231,0.8);
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	width: 0%;
	height: 0%;
	margin: 0 auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.overlay h4 {
	font-family: Open sans;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.overlay h4 span {
	display: block;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.overlay h4:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: rgba(255,255,255,0.6);
	display: table;
	padding-top: 12px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 60px;
}

.overlay .comments {
	font-family: Open sans;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
	color: #FFF;
	display: table;
	margin: 12px auto;
}

.overlay .read-more {
	font-family: Open Sans;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	border: 2px solid #fff;
	display: table;
	margin: 0 auto;
	padding: 6px 20px;
	font-family: Raleway;
}

.overlay .read-more:hover {
	background: #fff;
	color: #0eb2e7;
}

.overlay-inner {
	display: table-cell;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	vertical-align: middle;
	height: 138px;
}

.projects-wrap li:hover .overlay {
	opacity: 1;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/*
// #Google Map
// --------------------------------------------------
*/
.appointment-form {
	border: 1px solid #e0e0e0;
	padding: 50px 50px 0;
	background: #fff;
}
.g-map .appointment-form{
   margin-top: 64px; 
} 
.input-group-addon {
	border: 1px solid #e0e0e0;
	color: #cccccc;
}

.appointment-form label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #666;
}

.appointment-form input {
	width: 100%;
	bordeR: 1px solid #e0e0e0;
	height: 40px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	font-family: Open sans;
	display: table-cell;
}

.appointment-form textarea {
	width: 100%;
	bordeR: 1px solid #e0e0e0;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	font-family: Open sans;
	display: table-cell;
}

.appointment-form input.form-control {
	border-radius: 0px;
	box-shadow: 0px;
}

.cbox span {
	font-family: Open sans;
	font-size: 13px;
}

.space20 {
	margin-bottom: 20px;
}

.cbox input {
	display: table;
	float: left;
	margin-right: 12px;
	height: auto;
	width: 15px;
}

.appointment-form input[type="submit"] {
	background: #0EB2E7;
	color: #FFF;
	border: medium none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 15px;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
	top: -10px;
    margin-bottom: 0px;
}

.submit-wrap {
	background: #fafafa;
	padding: 40px 35px 15px;
	margin: 15px -50px 0;
	border-top: 1px solid #e0e0e0;
}

.appointment-form h4 {
	font-weight: 600;
	margin: 0 0 16px 0px;
	font-size: 16px;
}

.appointment-form p {
	margin-bottom: 30px;
	color: #9e9e9e;
}


/*
// #landing page
// --------------------------------------------------
*/
.landing-left .title {
	font-size: 30px;
	margin-top: 60px;
	text-transform: uppercase;
	color: #fff;
}

.landing-left h6 {
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	position: relative;
	margin-bottom: 22px;
}

.landing-left h6:after {
	content: " ";
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e5e5e5;
	display: table;
	padding-top: 25px;
	left: 0px;
	right: 0px;
	margin: 0;
	width: 70px;
	opacity: 0.5;
}

.landing-left p {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}

.landing-left p.small {
	font-size: 13px;
	color: #fff;
	line-height: 2px;
	line-height: 22px;
	margin: 25px 0 45px;
}

.copy p {
	font-size: 14px !important;
	margin: 35px 0!important;
	text-align: center!important;
	color: #fff !important;
}

.back-to-home {
	background: #03b4ea;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	padding: 15px 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	height: 51px;
	width: 200px;
	text-align: center;
	margin: auto;
}

/*
// #Footer Section
// --------------------------------------------------
*/
#foot-log {
	background: url(/wp-content/themes/heartify/assets/img/general/foot-bg.jpg) repeat-x top right;
	padding-bottom: 0px;
	position: relative;
	margin-top: -45px;
	padding: 40px;
}

#foot-log .copy-social {
	position: relative;
	top: 60px;
	padding: 50px;
}

#foot-log .copy-social p {
	padding: 30px 0px;
}

#foot-log .copy-social p a {
	letter-spacing: 2px;
	color: black;
}

#foot-log .copy-social p a:hover {
	color: #0eb2e7;
}

#foot-log .copy-social .social {
	padding: 20px;
}

#foot-log .copy-social .social li {
/*     border:1px solid #eaeaea; */
/*     padding:10px; */;
}

#foot-log .copy-social .social li a {
	color: #000;
	font-size: .8em;
	border: 2px solid #eaeaea;
	padding: 20px 15px 15px 15px;
}

#foot-log .copy-social .social li a:hover {
	color: #0eb2e7;
	border: 2px solid #0eb2e7;
}

.footer2 {
	background: url(/wp-content/themes/heartify/assets/img/2.jpg) repeat center top;
	background-size: auto 100%;
	padding: 40px 0;
}

.footer2 img {
	display: table;
	margin: 0 auto;
}

.footer2-bottom {
	padding: 45px 0 35px;
	position: relative;
}

.footer2-bottom p {
	color: #9e9e9e;
	font-size: 13px;
}

.footer2-bottom p b {
	color: #292929;
}

.footer-social {
	padding: 0px;
	display: table;
	float: right;
	position: relative;
	top: -5px;
}

.footer-social li {
	float: left;
	margin-left: 22px;
	list-style: none;
}

.footer-social li a {
	color: #646464;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-social li a:hover {
	color: #0eb2e7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bttop {
	width: 40px;
	height: 40px;
	position: absolute;
	margin: 0 auto;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.dark-overlay {
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 835px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}


.full-white .heading-center-half h5:after {
	width: 70px !important;
}

/*
// #Responsive CSS
// --------------------------------------------------
*/
/* Note: Design for larger screens */
@media only screen and (min-width: 1400px) and (max-width: 2700px) {

.bg-slider-home {
	background: url(/wp-content/themes/heartify/assets/img/texture/1.jpg) repeat-x right;
	background-size: auto 100%;
}

.bg-plx img {
	width:100%;
}

#owl-clients .owl-wrapper-outer {
	width: 100%;
	max-width: 1200px;
}

}

/* Note: Design for larger screens */
@media only screen and (min-width: 1700px) and (max-width: 3500px) {

.landing-left {
	height:1600px !important;
	padding:230px 0;
}

.landing-right {
	height:1600px !important;
	background-position: 64% 0 !important;
}

.fixed-bottom {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
}

}

/* Note: Design for larger screens */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.main-navigation .main-nav li a {
	font-size: 0.8em;
	padding: 0px 16px 29px;
}

}


/* Note: Design for larger screens */
@media only screen and (min-width: 208px) and (max-width: 767px) {

#job .apply-btn {
    margin-right: -40px;
}

.navbar-toggle {
    margin-top: 16px;
    margin-bottom: 10px;
}

.header-dark .navbar-toggle .icon-bar{
	background: #fff;
}
.header-dark .top-header{
	background: #000;
    margin-top: 0; 
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px 0;
    display: none;
}
.header-dark .top-header.collapse.in{
	display: block;
}
.header-dark .top-header .top-navigation .top-nav{
	width: 100%;
    text-align: left;
}
.header-dark .logo-header{
    display: flex;
    flex-wrap: wrap;
}

.header-dark .logo-header .logo {
    display: flex;
    align-items: center;
    flex: 1;
}
.header-dark .logo img{
    max-height: 72px;
}
.header-dark .logo-header .navbar-header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.teaser-content .services-info .info-col p, 
.teaser-content .services-info .info-col p {
    padding-left: 65px;
}

.teaser-content .services-info .info-col, 
.teaser-content .services-info .info-col {
    margin: 0px 0px 35px;
}

.team-img {
    width: 100%;
    height: auto;
    float: none;
	display:block;
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100% !important;
    height: auto;
}

.member-details {
    padding: 25px 40px 40px 40px;
    margin-left: 0px;
    font-size: 0.9em;
    color: #BCBCBC;
    font-weight: 500;
}

.member-social ul.social li{
    border-left: 0px;
} 
.member-social ul.social {
    margin-top: -20px;
}

.team-member {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px;
    top: 10px;
    margin-bottom: 30px;
}

.member-social h6 {
    display:none;
}

.projects-wrap li {
    width: 100%;
    float: left;
    list-style: none outside none;
    position: relative;
}

.appointment-form {
    padding: 50px 20px 0px;
}

.hpref li {
    float: lnone;
    margin-right: 0;
	margin-bottom:10px;
    width: 100%;
}

.appointment-form button {
    position: relative;
    top: 0px;
	margin-top:20px;
}

#doctor-info .services-info .info-col p {
    padding-left: 65px;
}

.services4 .info-col p {
    display: table;
    padding: 0px !important;
}

.twitter-feed {
    height: auto !important;
}

.footer2-bottom p {
    text-align: center;
}

.footer-social {
    padding: 0px;
    display: table;
    float: none;
    position: relative;
    top: 0px;
    margin: 0 auto;
}

#time-plan .owl-prev {
    margin: -17px -1px 0px -139px;
}

ul.doctor-list {
    width: 100%;
    margin-bottom: 40px !important;
}

.modal-dialog {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5% !important;
    margin: 0px auto;
    width: 87%;
    min-height: 525px;
}

.team-pop-info p {
    display: none;
}

.tp-meta {
    margin: 32px 0px;
    padding: 0px;
    display: none;
}

.team-pop-info {
    padding: 30px 20px 30px 20px !important;
    min-height: 200px;
}

.tp-social span {
    display: none;
}

.tp-social {
    margin: -30px auto 0px auto;
}

#map {
    overflow: hidden;
}

.idark #bg-slider-home {
	width: 100%;
	padding:0 20px;
	height: 500px;
}

.idark .main-slider-image1 {
	top: 20%;
	width: 100%;
	background-size: 100%;
}

.idark .main-slider-caption1 h2 {
    font-size: 40px;
    margin: 20px 0;
    font-weight: bold;
}

.inner-content-inner h5 {
    font-size: 9px;
	margin-top:20px;
}

.inner-content-inner h3 {
    font-size: 29px;
}

.inner-content-inner h4 {
    font-size: 7px;
}

}


/* Note: Design for larger screens */
@media only screen and (min-width: 500px) and (max-width: 767px) {

.projects-wrap li {
    width: 50%;
    float: left;
    list-style: none outside none;
    position: relative;
}

}

.tag-html h2, .type-page h2 {
	margin-bottom: 20px;
}

/*.tag-html h5, .type-page h5 {
	margin-bottom: 15px;
	margin-top: 15px;
}*/

/*.type-page h3 {
	margin-bottom: 15px;
}*/

/*.tag-html h6, .type-page h6 {
	margin-bottom: 20px;
}*/

table {
	margin: 0 0 30px 0;
}

td, th {
	padding: 8px 10px;
	font-size: 13px;
}

/*.tag-html ul, .tag-html ol, .type-page ul, .type-page ol {
	margin: 0 0 30px 20px;
}*/

.blog-content .tag-image p {
	margin-bottom: 10px;
}

.comments {
	margin-top: 80px;
}

.sticky.tag-sticky-2 {
	box-shadow: none;
	padding: 6px 30px 30px 30px;
	border: 1px solid #e5e5e5;
	border-bottom: 4px solid #23C4F8 !important;
}

.sticky.tag-sticky-2 .post-meta span ,
.sticky.tag-sticky-2 .post-meta span span {
	display: none !important;
}

.sticky.tag-sticky-2 .post-meta a {
	margin: 0 3px;
}

.sticky.tag-sticky-2 a.like-info {
	margin-right: -13px;
	width: 100px;
	background: #fff;
	position: relative;
	z-index: 11;
}

.sticky.tag-sticky-2 {
	position: relative;
}

.sticky.tag-sticky-2:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #000;
	position: absolute;
	top: 5px;
	right: 15px;
	opacity: 0.1;
	font-size: 60px;
}
/*
.tag-sticky-2 h4 a {
	color: #23C4F8 !important;
	font-size: 40px;
	font-weight: 300;
}
*/
.sticky.tag-sticky-2 a.rmore {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin: 20px 0 0;
	display: table;
}

.sticky.tag-sticky-2 p {
	font-size: 15px !important;
	color: #999;
	margin-bottom: 30px;
}

.sticky.tag-sticky-2 .post-meta:before {
	display: none;
}

.sticky.tag-sticky-2 .post-meta {
	margin-bottom: 20px;
}

.type-page {
	padding-top:50px;
}

.blog #home,
.single-post #home, 
.search  #home {
    position: relative;
    background:#000;
    display: table;
    width: 100%;
    height: 112px;
}

.top-header .top-navigation .top-nav li a {
    font-size: 0.8em;
}

input,textarea,select {
	outline: 0;
}

.widget__sidebar ul li a {
	float: left;
}

.widget__sidebar ul li span {
	float: right;
}

ul.cat li, 
ul.popular-post li, 
.widget__sidebar ul li {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #C9CFD1;
	display: table;
	width: 100%;
}

.widget_categories label,
.widget_archive label {
	display: none !important;
}

table {
	margin-bottom: 20px;
}

td, th {
	padding: 0px;
	border: 1px solid #ccc;
	padding: 5px 15px;
}

.widget_archive select {
	width: 100%;
	padding: 10px;
}

#wp-calendar td, #wp-calendar th {
	padding: 0px;
	border: 1px solid #ccc;
	padding: 1px 11px;
	font-size: 12px;
}

#wp-calendar tfoot td {
	border: none;
}

#wp-calendar tfoot tr {
	padding: 0px;
	border: 1px solid #ccc;
	padding: 1px 11px;
	font-size: 12px;
}

.cat-item span ul {
	display: none;
}

.widget select {
	padding: 10px;
	width: 100%;
}

.recentcomments a, 
.recentcomments span {
	float: none !important;
	display: inline-block;
}

.recentcomments a {
	display: inline;
	color: #999;
}

.widget_rss li a,
.widget_rss li span {
	float: none !important;
}

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

.wp-caption {
	max-width: 100%;
}

.post-sticky {
	border: 1px solid #000;
	padding: 40px;
}

.post-sticky .article-meta {
	display: none;
}

.post-sticky .post-thumbnail {
	display: none;
}

.post-sticky .article-heading {
	border-bottom: none;
	padding-bottom: 0px;
	font-size: 35px;
}

.sticky.tag-sticky-2 {
    border-right: 4px solid #23C4F8 !important;
    border-left: 4px solid #23C4F8 !important;
    border-top: 4px solid #23C4F8 !important;
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
}

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

.main-slider-image1 {
    margin: 0px auto;
    position: absolute;
    top: 100px !important;
    left: 0;
    z-index: 888;
    right: 0px;
    width: 100%;
}

#bg-slider-home {
    height: 500px !important;
}

.logo img {
    margin: 20px auto !important;
    display: table !important;
}

}

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

.main-slider-image1 {
    margin: 0px auto;
    position: absolute;
    top: 32% !important;
    left: 0;
    z-index: 888;
    right: 0px;
    width: 100% !important;;
    max-width: 925px !important;;
}

}

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

.main-slider-caption1 p {
    width: 100%;
}

#bg-slider-home {
    height: 550px !important;
}

nav.navbar-default {
    position: relative;
    background: white;
    border: 1px solid #eaeaea;
    width: 120px;
    float: left;
    margin-top: 10px;
    right: 60px;
    padding-right: 30px;
}

#menu-mainmenu-2 li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 0;
    display: table;
}

.member-social {
    left: 0;
}

.member-details p {
    margin-bottom: 15px !important;
}

.member-social ul.social {
    margin-top: -13px;
    position: relative;
    left: 6px;
    width: 99%;
    float: left !important;
}

.member-social ul.social li a {
    color: #9a9a9a;
    padding: 0 20px 0x 15px;
    border-right: 1px solid #eaeaea;
    position: relative;
    top: 0;
    margin: 2px 0 0 0;
    line-height: 30px;
    background: #fff;
    display: table;
    width: 100%;
}

.member-social ul.social li {
    border-left: 0px;
    float: left;
    width: 25%;
}

}

@media only screen and (max-width: 767px) and (min-width: 280px) {
nav.navbar-default {
    position: relative;
    border: none !important;
    width: auto !important;
    float: right !important;
    right: 0 !important;
    padding-right: 0 !important;
}
.hdark nav.navbar-default{
    width: 100% !important;
}
.main-header.hdark  .main-logo{
	display: inline-block;
    float: left;
}
.hdark nav.navbar-default{
	position: static;
    top: 100% !important;
    min-height: 0;
}
.hdark .navbar-toggle{
    margin-top: 16px;
    margin-bottom: 10px;
    position: absolute;
    top: 6px;
    right: 0;
}
.hdark nav.navbar-default .collapse{
	float: none !important;
	right: auto !important;
	border-top: 0;
}
.apply-btn {
    margin-right: auto !important;
    margin-left: auto !important;
    display: table !important;
    float: none !important;
}

.member-social ul.social li a {
    line-height: 14px !important;
}

p.lead {
    font-size: 17px !important;
}

#wrapper {
    position:relative;
    overflow:hidden;
}

}

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

nav.navbar-default .collapse {
    float: left !important;
    right: 0px !important;
}

#menu-mainmenu-2.pull-right {
    float: none !important;
    width: 100% !important;
}

}

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

.list-inline>li {
    display: block !important;
}

}

#wrapper {
    position:relative;
    overflow:hidden;
}

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

.modal-body .col-md-6 {
 width:50%;
 float:left;
}

.team-pop-info p {
    display: block !important;
}

.tp-meta {
    display: block !important;
}

}



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

.team-pop-info p {
    display: block !important;
}

.modal-body {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.tp-meta {
    display: block !important;
}

.tp-social {
    left: 0 !important;
    width:100% !important;
}

}

@media only screen and (max-width: 767px) and (min-width: 280px) {
#bg-slider-home {
    height: auto !important;
}

#aboutus .bottom-space-100 {
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 767px) and (min-width: 280px) {
.header-dark #bg-slider-home {
    display: block;
}

.main-slider-image1 {
    margin: 0px auto;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 888;
    right: 0px;
    width: 100%;
}

}