/*
Theme Name: OrthoMed
Theme URI: http://orthomed.crunchpress.com
Author: CrunchPress Team
Author URI: http://www.crunchpress.com
Description: OrthoMed | Medical WordPress Theme
Version: 1.0
License URI: http://themeforest.net/licenses
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: orthomed
*/

/* Table of Content 
[Master Stylesheet]
Project:		OrthoMed
Version:		1.0
Author:			CrunchPress
Primary use:	OrthoMed
[Color codes]
Background:	#ffffff (white)
Content:	#777777 (grey)
Header h1:	#ffffff (white)
Header h2:	#222222 (dark grey)
Footer:		#777777 (grey)
[Typography]
Body:				font:14px/22px 'Open Sans', sans-serif;
Headers:			font:16px/16px 'Montserrat';
Input, textarea:	font:14px/14px 'Open Sans';
Sidebar heading:	font:20px/20px 'Open Sans';
/** Table of Content 

- 	WRAPPER    	  					LENE 		000  		-		000
-	HEADER 							LINE		000			-		000
-	WELCOME SECTION					LINE		000			-		000	
-	SERVICES			 			LINE		000			-		000	
-	CALL TO ACTIONS					LINE		000			-		000	
-	WHY CHOOSE						LINE		000			-		000	
-	HOME PAGE FAQS					LINE		000			-		000	
-	TESTIMONIALS					LINE		000			-		000	
-	GET APPOINTMENT					LINE		000			-		000	
-	TEAM							LINE		000			-		000	
-	FOOTER							LINE		000			-		000	
-	ABOUT US PAGE					LINE		000			-		000	
-	SERVICES PAGE					LINE		000			-		000	
-	SERVICES DETAIL PAGE			LINE		000			-		000	
-	GALLERY							LINE		000			-		000	
-	TEAM STYLE 2					LINE		000			-		000	
-	SHOP							LINE		000			-		000	
-	PRODUCT DETAIL SECTION			LINE		000			-		000	
-	COMING SOON						LINE		000			-		000	
-	BLOG							LINE		000			-		000	
-	SIDEBAR							LINE		000			-		000	
-	CONTACT SECTION					LINE		000			-		000	
-	NEWS							LINE		000			-		000	
End of Table of Conten*/
@charset "utf-8";
html body {
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	font-size: 14px;
}
body a:hover {
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	font-size: 14px;
	line-height: 24px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	font-weight: 700;
}
body h1 {
	font-size: 55px;
}
body h2 {
	font-size: 36px;
}
body h3 {
	font-size: 24px;
}
body h4 {
	font-size: 18px;
}
body h5 {
	font-size: 16px;
}
body h6 {
	font-size: 14px;
}
.entry-content-cp .section-title {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 23px;
}
.section-title {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 23px;
}
.section-title span.color1 {
	color: #eb6455;
}
.section-title span.color2 {
	color: #4b6e8c;
}
.btn-1 {
	background: #4b6e8c;
	line-height: 45px;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.btn-1:hover {
	background: #eb6455;
	color: #fff;
}
.entry-content-cp .btn-2 {
	background: #eb6455;
	line-height: 45px;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.btn-2:hover {
	background: #4b6e8c;
	color: #fff;
}
.wrapper .no-padd {
	padding: 0px;
}
.mt80 {
	margin-top: 80px;
}
/****************  Header Start  *******************/

.site-header {
	width: 100%;
	float: left;
}
.topbar {
	background: #f5f5f5;
	width: 100%;
}
.topbar ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.topbar ul.topbar-left li {
	float: left;
	font-size: 13px;
	line-height: 40px;
}
.topbar ul.topbar-left a {
	color: #666666;
}
.topbar ul.topbar-left li:before {
	content: "|";
	padding: 0 15px;
	color: rgba(255, 255, 255, .30);
}
.topbar ul.topbar-left li:first-child:before {
	display: none;
}
.topbar .btn-default {
	background: none;
	border: 0px;
	padding: 0px;
	color: #666666;
	margin: 0px;
}
.topbar .btn-default:hover, .topbar .btn-default.active.focus, .topbar .btn-default.active:focus, .topbar .btn-default.active:hover, .topbar .btn-default.focus:active, .topbar .btn-default:active:focus, .topbar .btn-default:active:hover, .topbar .open > .dropdown-toggle.btn-default.focus, .topbar .open > .dropdown-toggle.btn-default:focus, .topbar .open > .dropdown-toggle.btn-default:hover {
	background: none;
	border: 0px;
	color: #666666;
	box-shadow: none;
}
.topbar .dropdown-menu {
	border-radius: 0px;
}
.topbar .dropdown-menu li {
	width: 100%;
	color: #666;
}
.topbar .dropdown-menu li a {
	color: #666;
}
.topbar .dropdown-menu li:before {
	display: none
}
.topbar-social {
	float: right;
}
.topbar-social li {
	display: inline-block;
	color: #666666;
	font-size: 13px;
	line-height: 40px;
}
.topbar-social a {
	display: inline-block;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 1px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	margin-left: 1px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.topbar-social a.tw {
	color: #29a9e1
}
.topbar-social a.fb {
	color: #3b5a9a
}
.topbar-social a.gp {
	color: #df4b38
}
.topbar-social a.insta {
	color: #5280a5
}
.topbar-social a.ytp {
	color: #cb312e
}
.topbar-social a.tw:hover {
	background: #29a9e1;
	color: #fff;
}
.topbar-social a.fb:hover {
	background: #3b5a9a;
	color: #fff;
}
.topbar-social a.gp:hover {
	background: #df4b38;
	color: #fff;
}
.topbar-social a.insta:hover {
	background: #5280a5;
	color: #fff;
}
.topbar-social a.ytp:hover {
	background: #cb312e;
	color: #fff;
}
.logo img {
	width: auto;
	height: auto;
}
.logo-wrap {
	width: 100%;
	padding: 30px 0;
}
.header-service-area {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.header-service-area li {
	width: 100%;
	float: left;
}
.header-service-area li p {
	margin: 0px;
	line-height: inherit;
	color: #555;
	line-height: 24px;
}
.header-service-area li p strong {
	font-weight: 400;
	color: #eb6455;
}
.header-service-area .button {
	float: right;
	background: #8f1577;
	color: #fff;
	border-radius: 2px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
	padding: 0 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.header-service-area .button:hover {
	background: #eb6455;
}
.navigation-bar .nav.navbar-nav.navbar-right a {
	background: #eb6455;
	color: #fff;
}
.navigation-bar .nav.navbar-nav.navbar-right li:after, .navigation-bar .nav.navbar-nav.navbar-right li:hover:after {
	display: none;
}
.navigation-bar, .navigation-bar .navbar {
	background: #4b6e8c;
}
.navigation-bar .navbar {
	margin: 0px;
	border-radius: 0px;
	border: 0px;
}
.navigation-bar .navbar li {
	position: relative;
}
.navigation-bar .navbar > li:hover > .sub-menu, .navigation-bar .navbar > li:hover > .children {
	display: block;
}
.navigation-bar .navbar li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #eb6455;
	content: "";
	transition: ease-in-out all 0.3s;
	z-index: 1;
}
.navigation-bar .navbar li:hover:after {
	height: 100%;
}
.navigation-bar .navbar-collapse {
	padding: 0px;
}
.navigation-bar .navbar-default .navbar-nav > li > a {
	font-size: 15px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	position: relative;
	z-index: 99;
	padding: 20px 20px;
}
.navigation-bar .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navigation-bar .navbar-default .navbar-nav > .active > a, .navigation-bar .navbar-default .navbar-nav > .active > a:focus, .navigation-bar .navbar-default .navbar-nav > .active > a:hover, .navigation-bar .navbar-default .navbar-nav > .open > a, .navigation-bar .navbar-default .navbar-nav > .open > a:focus, .navigation-bar .navbar-default .navbar-nav > .open > a:hover {
	background: #eb6455;
	color: #fff;
}
.navigation-bar .dropdown-menu, .navigation-bar .sub-menu, .navigation-bar .children {
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px;
	width: 210px;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #fff;
	z-index: 9999;
	list-style: none;
}
.navigation-bar .dropdown-menu .dropdown-menu, .navigation-bar .sub-menu .sub-menu, .navigation-bar .children .children {
	left: 100%;
	top: 0px;
}
.navigation-bar .dropdown-menu li, .navigation-bar .sub-menu li, .navigation-bar .children li {
	border-bottom: 1px solid #fff;
}
.navigation-bar .dropdown-menu li:last-child, .navigation-bar .sub-menu li:last-child, .navigation-bar .children li:last-child {
	border: 0px;
}
.navigation-bar .dropdown-menu li a, .navigation-bar .sub-menu li a, .navigation-bar .children li a {
	position: relative;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #555;
}
.navigation-bar .dropdown-menu li a:before, .navigation-bar .sub-menu li a:before, .navigation-bar .children li a:before {
	position: absolute;
	left: 0;
	width: 3px;
	background: #eb6455;
	content: "";
	height: 100%;
	z-index: -1;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.navigation-bar .dropdown-menu li a:hover:before, .navigation-bar .sub-menu li a:hover:before, .navigation-bar .children li a:hover:before {
	width: 100%;
}
.navigation-bar .dropdown-menu li a:hover, .navigation-bar .sub-menu li a:hover, .navigation-bar .children li a:hover {
	color: #fff;
	position: relative;
	z-index: 99;
	background: none;
}
.navigation-bar .navbar-form {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 0px;
	margin: 7px 0 0;
}
.navigation-bar .navbar-form .form-control {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.navigation-bar .btn {
	border: 0px;
	color: #eb6455;
	border-left: 1px solid #e1e1e1;
	border-radius: 0px;
	padding: 0 10px;
}
.navigation-bar .btn:hover {
	background: none;
}
.dropdown-menu li, .sub-menu li, .children li {
	position: relative;
}
.dropdown-menu li:hover .dropdown-menu, .sub-menu li:hover > .sub-menu, .children li:hover .children {
	display: block;
}
.site-header .dropdown-menu .dropdown-menu, .site-header .sub-menu .sub-menu, .site-header .children .children {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	padding: 0;
	margin: 0px;
}
.navigation-bar .dropdown-menu li a, .navigation-bar .sub-menu li a {
	outline: none;
}
.navigation-bar .navbar .dropdown-menu li:hover::after, .navigation-bar .navbar .sub-menu li:hover::after, .navigation-bar .navbar .children li:hover::after {
	display: none;
}
.navigation-bar .navbar .dropdown-menu li .fa, .navigation-bar .navbar .sub-menu li .fa, .navigation-bar .navbar .children li .fa {
	position: absolute;
	right: 10px;
	top: 14px;
}
.navbar-nav > li:hover > .sub-menu, .navbar-nav > li:hover > .children {
	display: block;
}
.logo-wrap .logo {
	padding: 5px 0;
	text-align: center;
}
.header-search .navbar-form {
	margin-top: 10px;
}
.header-search .btn.btn-default {
	background: #eb6455 none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	height: 45px;
	width: 45px;
}
.header-search .form-control {
	border: 1px solid #cccccc;
	box-shadow: none;
	height: 45px;
	width: 100%;
}
.navigation-bar {
	position: relative;
	z-index: 99;
}
/****************/

.page-inner-banner {
	background: url("images/inner-banner.jpg") top center no-repeat;
	width: 100%;
	height: 100%;
	padding: 93px 0 63px;
	float: left;
	overflow: hidden;
	margin-bottom: 80px;
}
.page_content {
	margin-bottom: 80px;
}
.page-inner-banner h1 {
	color: #fff;
	font-weight: 700;
}
.page-inner-banner .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 20px 0 0;
	text-align: right;
	color: #fff;
}
.page-inner-banner .breadcrumb a {
	color: #fff;
	font-size: 16px;
}
.page-inner-banner .breadcrumb > .active {
	color: #fff;
	font-size: 16px;
}
.page-inner-banner .breadcrumb > li + li::before {
	color: #fff;
	content: "//";
	padding: 0 5px;
}
/****************/

/****************  Header Start  *******************/

/****************  Slider Start  *******************/

.main-slider {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: -30px;
}
.main-slider img {
	width: 100%;
	height: auto;
}
.main-slider .owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 150px;
}
.main-slider .owl-theme .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #ffffff;
	box-shadow: 4px 2px 0 rgba(0, 0, 0, .10);
	height: 16px;
	width: 16px;
}
.main-slider .owl-theme .owl-dots .owl-dot.active span, .main-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
.slide-caption {
	position: absolute;
	z-index: 99;
	left: 0;
	width: 100%;
	top: 165px;
}
.slide-caption strong {
	background: rgba(0, 0, 0, .25);
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin-left: 5px;
	text-shadow: 2px 0 2px rgba(0, 0, 0, .25);
}
.slide-caption h1 {
	font-size: 55px;
	color: #222222;
	font-weight: 700;
	line-height: 70px;
	margin: 10px 0;
	width: 70%;
}
.slide-caption strong:before {
	position: absolute;
	height: 35px;
	width: 2px;
	content: "";
	background: rgba(0, 0, 0, .25);
	left: -4px;
	top: 0;
}
.slide-caption p {
	font-size: 20px;
	color: #222222;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 20px;
	width: 50%;
}
.entry-content-cp .sc-link1, .entry-content-cp .sc-link2 {
	background: #eb6455;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 30px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-right: 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.entry-content-cp .sc-link1:hover, .entry-content-cp .sc-link2:hover {
	background: #4B6E8C;
	color: #fff;
}
.sc-link1, .sc-link2 {
	background: #eb6455;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 30px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-right: 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.sc-link1 .fa, .sc-link2 .fa {
	color: #fff;
	border-left: 1px solid #fff;
	line-height: 40px;
	margin: 0 0 0 30px;
	padding: 0 15px;
}
.sc-link2 {
	background: #4b6e8c;
}
.sc-link2:hover {
	background: #eb6455;
	color: #fff;
}
.sc-link1:hover {
	color: #fff;
	background: #4b6e8c;
}
/****************  Slider Start  *******************/

.page-content {
	width: 100%;
	float: left;
}
/****************  Welcome Start  *******************/

.welcome-content p {
	color: #777777;
	line-height: 28px;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: -7px;
}
.welcome-video {
	position: relative;
	margin-top: 40px;
}
.welcome-video img {
	border-radius: 3px;
	width: 100%;
	height: auto;
}
.welcome-video:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .70);
	content: "";
}
.video-play a {
	position: absolute;
	border: 2px solid #fff;
	height: 50px;
	line-height: 47px;
	width: 50px;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	z-index: 99;
}
.video-play a:hover {
	border-color: #4b6e8c;
	color: #4b6e8c;
}
.welcome-practice {
	width: 458px;
	float: right;
	position: relative
}
.wp-block {
	padding: 0px;
	margin: 0px;
	position: relative;
	list-style: none;
}
.wp-block-row {
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.wtp-box:hover .thumb a {
	font-size: 14px;
	height: 40px;
	left: 0;
	opacity: 1;
	width: 40px;
}
.thumb a, .team-thumb a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 0;
	content: "";
	font-size: 0;
	height: 0;
	left: -100%;
	line-height: 40px;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	width: 0;
	z-index: 99;
}
.wp-block-row:after {
	width: 50px;
	height: 20px;
	position: absolute;
	left: -63px;
	top: 65px;
	background: url("images/wp-after.png");
	content: "";
}
.wp-block-row::before {
	background: #cccccc none repeat scroll 0 0;
	content: "";
	height: 125px;
	left: -53px;
	position: absolute;
	top: 88px;
	width: 1px;
}
.wp-block-row:hover .icon-block {
	background: #4b6e8c;
}
.wp-block-row:hover .text-block {
	background: #eb6455;
}
.wp-block .icon-block {
	background: #eb6455;
	float: left;
	height: 150px;
	width: 165px;
	text-align: center;
	line-height: 150px;
	border-right: 1px solid #fff;
	border-radius: 3px 0 0 3px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.wp-block .text-block {
	background: #4b6e8c;
	border-radius: 0 3px 3px 0;
	float: right;
	height: 150px;
	padding: 20px;
	width: 293px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.wp-block .text-block h3 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
.wp-block .text-block p {
	color: #fff;
	font-size: 15px;
}
.wp-block-row:last-child:before {
	display: none;
}
.thumb, .team-thumb {
	overflow: hidden;
	position: relative;
}
.thumb img, .team-thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.thumb:after, .team-thumb:after {
	background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden;
	width: 0;
}
.thumb:hover:after, .team-thumb:hover:after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	opacity: 1;
	visibility: visible;
	width: 100%;
}
/****************  Welcome End  *******************/

/**************** we treat patients start  *******************/

.we-treat-patients {
	width: 100%;
	float: left;
	padding: 66px 0 80px;
	position: relative
}
.wtp-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
.wtp-box h3 {
	color: #4b6e8c;
	font-weight: 500;
	margin: 10px 0 0 0
}
.wtp-box h3 a {
	color: #4b6e8c;
}
.wtp-box h3 a:hover {
	color: #eb6455;
}
.wtp-box img {
	border-radius: 3px;
	width: 100%;
	height: auto;
}
.entry-content-cp .btn-book {
	float: right;
	background: #eb6455;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	position: absolute;
	right: 15px;
	top: 5px;
	border-radius: 3px;
	padding: 0 20px;
	line-height: 40px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.btn-book:hover {
	background: #4b6e8c;
	color: #fff;
}
/**************** we treat patients end  *******************/

/**************** we offer Start  *******************/

.home-we-offer {
	background-size: cover !important;
	padding: 80px 0;
	width: 100%;
	float: left
}
.entry-content-cp .home-we-offer h2 {
	color: #fff;
}
.home-we-offer p {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	margin-bottom: 30px;
}
.home-we-offer .col-md-6:last-child {
	padding-left: 25px;
}
/**************** we offer End  *******************/

/**************** Why Choose  End  *******************/

.why-choose {
	width: 100%;
	float: left;
	background-size: cover;
	padding: 80px 0;
}
.why-choose-box {
	width: 100%;
	float: left;
	height: 240px;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 30px;
	box-shadow: 3px 0 4px rgba(0, 0, 0, .07);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.why-choose-box:hover {
	background: #4b6e8c;
}
.why-choose-box:hover .why-icon {
	background: #eb6455;
	color: #fff;
}
.entry-content-cp .why-choose-box:hover h4, .entry-content-cp .why-choose-box:hover p {
	color: #fff;
}
.why-choose-box .why-icon {
	width: 90px;
	height: 90px;
	border: 2px solid #ccc;
	margin: auto;
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
	font-size: 42px;
	color: #4b6e8c;
	text-shadow: 5px 0 0 rgba(0, 0, 0, .10);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.entry-content-cp .why-choose-box h4 {
	font-weight: 500;
	color: #222;
	margin: 15px 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.why-choose-box p {
	color: #777777;
	font-size: 14px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.why-choose .col-md-4, .no-col-gap .col-md-6 {
	padding: 5px;
}
/**************** Why Choose  End  *******************/

/**************** Frequently Ask Questions.  *******************/

.home-faq {
	background: #fff;
	padding: 80px 0;
	width: 100%;
	float: left;
}
.faqs .panel-default > .panel-heading {
	background: #fff;
	border: 0px;
	padding: 0 30px;
	position: relative;
}
.faqs .panel-default > .panel-heading a {
	display: block;
	color: #eb6455
}
.faqs .panel-default > .panel-heading a.collapsed {
	color: #4b6e8c;
}
.faqs .panel-default > .panel-heading a:after {
	position: absolute;
	content: "\f146";
	font-family: FontAwesome;
	right: 30px;
	top: 0;
	color: #eb6455;
	font-size: 14px;
}
.faqs .panel-default > .panel-heading a.collapsed:after {
	position: absolute;
	content: "\f0fe";
	font-family: FontAwesome;
	right: 30px;
	top: 0;
	color: #4b6e8c;
	font-size: 14px;
}
.faqs .panel-default > .panel-heading h4 {
	line-height: 58px;
	font-weight: 500;
}
.faqs .panel-group .panel {
	box-shadow: none;
	border-radius: 0px;
}
body .faqs .panel-body {
	border: 0px !important;
	padding: 0 30px 30px;
}
.testimonial-box {
	width: 100%;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 30px;
	position: relative;
}
.testimonial-box:before {
	position: absolute;
	width: 67px;
	height: 58px;
	background: url("images/quote-sign.png");
	content: "";
	bottom: 30px;
	right: 30px;
}
.testomonials {
	float: left;
	width: 100%;
}
.testomonials .owl-carousel .owl-item img {
	width: 100px;
	margin-bottom: 20px;
}
.testimonial-box .test-user {
	width: 110px;
	float: left;
	text-align: center;
	margin-right: 25px;
}
.testimonial-box .test-content {
	float: right;
	width: 355px;
}
.testimonial-box .test-content p {
	color: #777777;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}
.testimonial-box .test-user img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
}
.testimonial-box .test-user h6 {
	color: #222;
	font-weight: 500;
	font-size: 14px;
}
.testimonial-box .test-user strong {
	color: #555555;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
}
.testomonials .owl-theme .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #cccccc;
	height: 16px;
	width: 16px;
}
.testomonials .owl-theme .owl-dots .owl-dot.active span, .testomonials .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #f15b4e;
	background: #f15b4e;
}
.testimonial-box-2 {
	position: relative;
	padding-top: 45px;
}
.testimonial-box-2 .test-content {
	background: #f5f5f5;
	padding: 70px 25px 40px 25px;
	position: relative;
}
.testimonial-box-2 .test-content::after {
	border-left: 0 solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 25px solid #f5f5f5;
	bottom: -25px;
	content: "";
	height: 0;
	position: absolute;
	right: 30px;
	width: 0;
}
.entry-content-cp .testimonial-box-2 h6 {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	margin: 0px;
}
.testi-user-info {
	width: 100%;
	margin: 45px 0 0 0;
	text-align: right;
	padding-right: 30px;
}
.testi-user-info > strong {
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	font-style: italic;
}
.testimonial-box-2 .test-user {
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 99;
	border: 3px solid #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, .07);
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.testomonials .testimonial-box-2 .test-user img {
	width: 71px;
	height: 71px;
	border-radius: 100%;
	margin: 0px;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
#testomonials-carousel-2.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
	position: absolute;
	right: 0;
	top: -10px;
}
/**************** Frequently Ask Questions.  *******************/

/**************** Appointment Form  *******************/

.home-appointment {
	background-size: cover;
	width: 100%;
	float: left;
	padding: 80px 0 75px;
}
.entry-content-cp .home-appointment h2 {
	color: #fff;
	margin-bottom:20px;
}
.app-form {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.app-form .input-group {
	width: 100%;
	position: relative;
	margin-bottom: 30px !important;
}
.app-form .input-group input, .app-form .input-group select {
	background: none;
	border: 0px;
	border-bottom: 2px solid #e1e1e1;
	width: 100%;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	height:40px;
}
#wrapper input:focus, #wrapper select:focus, #wrapper textarea:focus {
	outline: none;
}
.app-form .input-group select {
	height: 44px;
	line-height:44px;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
}
.app-form .input-group select option {
	color: #222;
}
.app-form .input-group .fa {
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}
.app-form .input-group textarea {
	background: none;
	border: 0px;
	border-bottom: 2px solid #e1e1e1;
	width: 100%;
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	height: 100px;
}
.submit {
	background: #ffffff;
	color: #222;
	border: 0px;
	line-height: 45px;
	height:45px;
	padding: 0 100px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	font-weight: 500;
	font-size: 14px;
	transition: ease-in-out 0.3s all;
	-webkit-transition: ease-in-out 0.3s all;
}
.submit:hover {
	background: #4b6e8c;
	color: #fff;
}
.app-bg {
	background: url("http://orthomed.crunchpress.com/dummy/wp-content/themes/images/appointment-bg2.jpg") left top no-repeat;
}
/**************** Appointment Form End  *******************/

/**************** Team Start  *******************/

.team-section {
	width: 100%;
	float: left;
	padding: 80px 0 0;
}
.team-content {
	border: 1px solid #e1e1e1;
	text-align: center;
}
.entry-content-cp .team-content h4 {
	color: #222;
	font-weight: 500;
	margin: 20px 0 10px;
}
.team-content h4 {
	color: #222;
	font-weight: 500;
	margin: 20px 0 10px;
}
.team-content h4 a {
	color: #222;
}
.team-content strong {
	font-weight: 400;
	color: #f15b4e;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	display: block;
}
.team-social {
	padding: 7px 0;
	margin: 0px;
	list-style: none;
	text-align: center;
	border-top: 1px solid #e1e1e1;
}
.team-social li {
	display: inline-block;
}
.team-social li a {
	border: 1px solid #e2e2e2;
	height: 28px;
	width: 28px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	margin: 0 2px;
	background: #fff;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.team-social li a.tw {
	color: #29a9e1;
}
.team-social li a.fb {
	color: #3b5a9a;
}
.wrapper a.tw:hover {
	background: #29a9e1;
	color: #fff;
}
.wrapper a.fb:hover {
	color: #fff;
	background: #3b5a9a;
}
.wrapper a.ytp:hover {
	color: #fff;
	background: #cb312e;
}
.wrapper a.insta:hover {
	color: #fff;
	background: #628aac;
}
.wrapper a.gp:hover {
	background: #cb312e;
	color: #fff;
}
.team-social li a.ytp {
	color: #cb312e;
}
.team-social li a.insta {
	color: #628aac;
}
.team-social li a.gp {
	color: #cb312e;
}
/**************** Team End  *******************/

/**************** Footer  *******************/

footer {
	width: 100%;
	float: left;
	background: #222;
}
.site-footer {
	width: 100%;
	float: left;
	padding: 50px 0 20px;
}
.text-widget img {
	margin-bottom: 15px;
}
.text-widget p {
	color: #999999;
	margin-bottom: 15px;
	line-height: 24px;
}
.site-footer h3 {
	color: #cccccc;
	font-weight: 500;
	margin: 0 0 12px;
}
.footer-widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer-widget ul li {
	font-family: 'Montserrat', sans-serif;
	color: #999999;
	line-height: 28px;
}
.footer-widget ul li a {
	color: #999999;
}
.footer-widget ul li a:hover {
	color: #eb6455;
}
.contact-widget p {
	color: #999;
	margin-bottom: 20px;
	font-size: 18px;
}
.contact-widget p strong {
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.post-row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.post-row .post-thumb {
	width: 68px;
	float: left;
	margin-right: 10px;
}
.post-row .post-content, .recent-posts .post-content {
	width: 68%;
	float: left;
	background: none;
	padding: 0px;
}
.post-meta li {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.footer-cr {
	width: 100%;
	float: left;
	background: #4b6e8c;
	line-height: 50px;
	color: #fff;
}
.footer-cr p {
	color: #fff;
	margin: 0px;
	line-height: 50px;
}
.footer-social {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.footer-social li {
	display: inline-block;
	margin: 0 2px;
}
.footer-social a {
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	color: #fff;
}
.footer-social a:hover {
	background: #fff;
	color: #4b6e8c
}
/**************** Footer End  *******************/

/**************** Pagination Start  *******************/

.wrapper .pagination {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.wrapper .pagination > li {
	display: inline-block;
}
.wrapper .pagination > li > a, .wrapper .pagination > li > span {
	padding: 0px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #eb6455;
	font-size: 16px;
	margin: 0 5px;
}
.wrapper .em-pagination .page-numbers:hover, .wrapper .pagination > li > a:hover, .wrapper .pagination > li > span:hover {
	background: #eb6455;
	color: #fff;
}
.wrapper .em-pagination .page-numbers {
	padding: 0px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #eb6455;
	font-size: 16px;
	margin: 0 5px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
}
/**************** Pagination End  *******************/

/**************** Service Details  *******************/

.services-nav {
	width: 100%;
	float: left;
}
.services-nav h3 {
	background: #4b6e8c;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 69px;
	font-weight: 500;
	border-radius: 3px 3px 0 0;
	margin: 0px;
}
.sidebar .widget .services-nav h3 {
	margin: 0px;
	color: #fff;
}
.services-nav .side-nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar .widget .services-nav .side-nav li {
	width: 100%;
	display: block;
	background: #eb6455;
	line-height: 59px;
	padding: 0 20px;
	border-left: 5px solid rgba(0, 0, 0, 0);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.sidebar .widget .services-nav .side-nav li:hover, .sidebar .widget .services-nav .side-nav li.active {
	background: #fff;
	border-left-color: #4b6e8c;
}
.sidebar .widget .services-nav .side-nav li:hover a, .sidebar .widget .services-nav .side-nav li.active a {
	color: #4b6e8c;
}
.sidebar .widget .services-nav .side-nav li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.sidebar .widget .services-nav .side-nav li:before {
	display: none;
}
.sidebar .widget .services-nav .side-nav li a .fa {
	margin-right: 7px;
	display: inline;
}
.services-nav .side-nav li:last-child {
	border-radius: 0 0 3px 3px;
}
.services-nav .side-nav li:last-child a {
	border: 0px;
}
.sidebar .widget .working-hours-widget {
	background: #4b6e8c;
	width: 100%;
	float: left;
	border-radius: 3px;
	padding: 30px;
}
.working-hours-widget h4 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 13px;
}
.sidebar .widget .working-hours-widget p {
	color: #fff;
	font-size: 16px;
	margin: 0px;
}
.sidebar .widget .book-appointment-widget {
	width: 100%;
	float: left;
}
.sidebar .widget .book-appointment-widget a {
	display: block;
	line-height: 50px;
	background: #4b6e8c;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.sidebar .widget .book-appointment-widget a:hover {
	background: #eb6455;
	color: #fff;
}
.ser-thumb {
	margin-bottom: 30px;
}
.ser-content p {
	margin: 0 0 30px;
	clear: both;
	line-height: 24px;
}
/**************** Service Details End  *******************/

/**************** About Us Start  *******************/

.bm80 {
	margin-bottom: 80px;
}
.why-choose-about {
	background: #f9f9f9;
	width: 100%;
	float: left;
	padding: 80px 0;
}
.our-team-style-2 {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.our-team-style-2 .team-box {
	position: relative;
}
.our-team-style-2 .team-box:hover .team-content {
	opacity: 0;
	visibility: hidden;
}
.our-team-style-2 .team-box:hover .team-hover {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.our-team-style-2 .team-box .team-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 10px 0 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.our-team-style-2 .team-box .team-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(235, 100, 85, .90);
	height: 0%;
	text-align: center;
	padding: 100px 30px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.our-team-style-2 .team-box .team-hover h4 {
	color: #fff;
	margin-bottom: 15px;
}
.our-team-style-2 .team-box .team-hover h4 a {
	color: #fff;
}
.team-hover strong {
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
.team-box:hover .team-thumb a {
	font-size: 14px;
	height: 40px;
	left: 0;
	opacity: 1;
	width: 40px;
}
.team-hover p {
	color: #fff;
	margin-bottom: 30px;
}
.our-team-style-2 .team-social {
	border: 0px;
}
.about-cta {
	background: url("http://orthomed.crunchpress.com/dummy/wp-content/themes/images/about-cta.jpg") top right no-repeat;
	width: 100%;
	float: left;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.entry-content-cp .about-cta h2 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}
.about-cta p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 30px;
}
.about-cta-2 {
	background: url("http://orthomed.crunchpress.com/dummy/wp-content/themes/images/about-cta2.jpg");
}
.page-appointment {
	padding: 80px 0 0;
	width: 100%;
	float: left;
}
.page-appointment .app-form .input-group input, .page-appointment .app-form .input-group select, .page-appointment .app-form .input-group textarea {
	color: #777777;
}
.page-appointment .app-form .input-group .fa {
	color: #777;
}
.page-appointment .submit {
	background: #4b6e8c;
	color: #fff;
}
.why-choose-style-2 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.why-choose-style-2 .why-choose-box {
	width: 318px;
	box-shadow: none;
	border-radius: 3px;
	border: 2px solid #ccc;
	float: right;
	margin-bottom: 30px;
	position: relative;
	height: inherit;
	text-align: left;
	padding: 20px 40px 25px 54px;
}
.why-choose-style-2 .why-choose-box .why-icon {
	position: absolute;
	left: -45px;
	top: 0;
	bottom: 0;
	background: #fff;
}
.why-choose-style-2 .why-choose-box:hover .why-icon {
	background: #eb6455;
	color: #ffffff;
}
/**************** About Us End  *******************/

/**************** Contact Page Start  *******************/

.contact-form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-form h3 {
	color: #222;
	font-weight: 500;
	margin-bottom: 20px !important;
}
.contact-form .input-group {
	width: 100%;
	margin-bottom: 30px !important;
}
.contact-form input[type="text"] {
	border: 0px;
	border-bottom: 2px solid #ccc;
	color: #777;
	width: 100%;
	line-height: 40px;
	height:40px;
	box-shadow: none;
}
.contact-form textarea {
	width: 100%;
	border: 0px;
	border-bottom: 2px solid #ccc;
	box-shadow: none;
	height: 150px;
}
.contact-form input[type="submit"] {
	background: #4b6e8c;
	color: #fff;
	border-radius: 3px;
	line-height: 50px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	border: 0px;
	padding: 0 100px;
}
.contact-form .btn-block {
	text-align: center;
}
.map-holder {
	width: 100%;
	float: left;
}
.map-holder #map {
	width: 100%;
	height: 400px;
}
.no-margin {
	margin: 0px;
}
.contact-info {
	width: 100%;
	float: left;
}
.entry-content-cp .contact-info h3 {
	color: #222;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact-info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-info ul li {
	margin-bottom: 20px;
}
.contact-info ul li p {
	font-size: 18px;
}
.contact-info ul li p a {
	color: #777;
}
.contact-info .contact-icon {
	float: left;
	width: 60px;
	text-align: center;
}
.about-2 {
	width: 100%;
	float: left;
	padding: 80px 0 0 0;
}
.contact-form-2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-form-2 .input-group {
	margin-bottom: 10px;
	width: 100%;
}
.contact-form-2 .input-group input[type="text"] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ccc;
	box-shadow: none;
}
.contact-form-2 .input-group textarea {
	width: 100%;
	line-height: 48px;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 0 15px;
	height: 150px;
}
div.wpcf7 .ajax-loader {
	display: block;
}
.contact-form-2 .btn-block {
	text-align: right;
}
.contact-form-2 input[type="submit"] {
	background: #4b6e8c;
	color: #fff;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border: 0px;
	border-radius: 3px;
	padding: 0 80px;
}
/**************** Contact Page End  *******************/

/****************  Sidebar Widgets Start  *******************/

.wpb_widgetised_column {
}
.sidebar .widget, .wpb_widgetised_column .widget {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}
.sidebar .widget h3, .wpb_widgetised_column .widget h3 {
	margin: 0 0 20px;
	font-size: 24px;
	color: #222222;
	font-weight: 500;
}
.search-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.search-form input {
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 45px;
	padding: 0 10px;
	border-radius: 2px;
}
.search-form button {
	background: none;
	border: 0px;
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #666666;
	border-left: 1px solid #e1e1e1
}
.sidebar .widget .search-form button .fa {
	display: block;
}
.sidebar .text-widget p, .wpb_widgetised_column .text-widget p {
	color: #666666;
	line-height: 24px;
	margin: 0px;
}
.sidebar .recent-posts, .wpb_widgetised_column .recent-posts {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebar .recent-posts h6, .wpb_widgetised_column .recent-posts h6 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.sidebar .recent-posts a, .wpb_widgetised_column .recent-posts a {
	color: #555555;
}
.recent-posts > li:before {
	display: none;
}
.recent-posts > li:last-child {
	margin: 0px;
}
.archives {
	margin: 0px;
	padding: 0px;
}
.archives li {
	border-bottom: 1px dotted #cccccc;
	line-height: 37px;
	list-style: none;
}
.archives li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 7px;
	margin-right: 7px;
	color: #eb6455;
}
.archives li span {
	float: right;
}
.sidebar .insta-feed, .wpb_widgetised_column .insta-feed {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebar .insta-feed ul, .wpb_widgetised_column .insta-feed ul {
	margin: 0 0 50px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
.sidebar .insta-feed li, .wpb_widgetised_column .insta-feed li {
	width: 85px;
	height: 85px;
	list-style: none;
	float: left;
	padding: 3px;
}
.sidebar .insta-feed li:before, .wpb_widgetised_column .insta-feed li:before {
	display: none;
}
.sidebar .insta-feed li img, .wpb_widgetised_column .insta-feed li img {
	width: 100%;
	height: auto;
}
.newsletter-form {
	background: #222222;
	border-radius: 2px;
	padding: 20px;
}
.newsletter-form input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 50px;
	padding: 0 10px;
}
.newsletter-form button {
	color: #fff;
	border: 0px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 40px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	background: #eb6455;
}
.tweets ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#tweecool img {
	display: none;
}
#tweecool li {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
#tweecool li:last-child {
	border: 0px;
	padding: 0px;
}
#tweecool .tweets_txt {
	color: #666666;
}
.recent-posts .thumb {
	float: left;
	height: 70px;
	margin-right: 10px;
	width: 68px;
}
.recent-posts > li {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}
.recent-posts a {
	color: #777777;
}
/****************  Sidebar Widgets End  *******************/

/**************** Event Grid Page Start  *******************/

.events {
	width: 100%;
	float: left;
}
.event-box {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.event-box .event-thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.event-box .event-thumb .counter-holder {
	position: absolute;
	right: 0;
	background: #fff;
	top: 0;
	height: 100%;
	border: 1px solid #d1d1d1;
	padding: 30px 10px 0;
}
.event-box .event-thumb img {
	width: 100%;
	height: auto;
}
.counter-holder .countdown-section {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 11px;
	padding-bottom: 19px;
}
.counter-holder .countdown-section:last-child {
	border: 0px;
}
.counter-holder .countdown-amount {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	color: #222;
	display: block;
}
.counter-holder .countdown-period {
	font-size: 13px;
	font-weight: 600;
	color: #222;
	text-align: center;
	display: block;
}
.event-content .post-meta {
	margin: 17px 0 14px;
	padding: 0px;
	list-style: none;
}
.event-content .post-meta li {
	color: #999999;
	margin-right: 10px;
	font-size: 14px;
}
.event-content .post-meta li .fa {
	margin-right: 5px;
}
.event-content h4 {
	color: #222;
	margin-bottom: 15px;
	font-weight: 500;
}
.event-content h4 a {
	color: #222;
}
.events-modern .event-content h4 a {
	color: #fff;
}
.event-content a.read-more {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.event-content a.read-more:hover {
	color: #4b6e8c;
}
.event-list-box {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
.event-list-box:after {
	position: absolute;
	bottom: -19px;
	right: 0;
	color: rgba(255, 255, 255, .10);
	content: "Events";
	font-size: 55px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.event-list-box .counter-box {
	width: 30%;
	float: left;
	border-right: 2px solid #fff;
}
.event-list-box .event-content {
	width: 70%;
	float: left;
	padding: 30px 30px 35px;
}
.event-list-box .event-content .post-meta li {
	color: #fff;
}
.event-list-box .event-content h4, .event-list-box .event-content p, .event-list-box .event-content a.read-more {
	color: #fff;
}
.event-list-box .countdown-section:first-child {
	display: block;
	width: 100%;
	border-bottom: 2px solid #fff;
	float: left;
	border-right: 0px;
	padding: 30px 0;
}
.event-list-box .countdown-section:first-child .countdown-amount {
	font-size: 110px;
	color: #fff;
	font-weight: 700;
	line-height: 80px;
}
.event-list-box .countdown-section:first-child .countdown-period {
	font-size: 50px;
	color: #fff;
	font-weight: 300;
}
.event-list-box .countdown-section {
	width: 33%;
	float: left;
	border-right: 2px solid #fff;
	text-align: center;
	padding: 12px 0;
}
.event-list-box .countdown-section .countdown-amount {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	display: block;
}
.event-list-box .countdown-section .countdown-period {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.event-list-box .countdown-section:last-child {
	border: 0px;
}
.event-detail .event-content h3 {
	font-weight: 700;
	color: #222;
	margin: 0 0 15px;
}
.event-detail .event-content p {
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
	max-width: 100%;
	height: auto;
}
.wrapper blockquote {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 30px;
	border-left: 10px solid #eb6455;
	margin: 15px 0;
}
.wrapper .event-content blockquote p {
	margin: 0px;
}
.wrapper blockquote p {
	color: #eb6455;
	font-size: 18px;
	margin: 0px;
	line-height: 30px;
	font-weight: 400;
	font-style: italic;
}
.share {
	width: 100%;
	float: left;
}
.share ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.share ul li {
	float: left;
	margin-right: 5px;
}
.share ul li strong {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px;
	line-height: 33px;
}
.share a {
	background: #fff;
	display: block;
	width: 33px;
	height: 33px;
	color: #29a9e1;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 31px;
	transition: all ease-in-out 0.3s;
}
.share a.tw {
	color: #29a9e1;
}
.share a.fb {
	color: #3b5a9a;
}
.share a.gp {
	color: #df4b38;
}
.share a.insta {
	color: #5280a5;
}
.share a.ytp {
	color: #cb312e;
}
.comment-form {
	width: 100%;
	float: left;
	margin: 50px 0 30px;
}
.wrapper .input-group {
	width: 100%;
}
.wrapper .comment-form .input-group {
	width: 100%;
	margin-bottom: 30px;
}
.wrapper .comment-form input.form-control {
	width: 100%;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 50px;
	padding: 0 15px;
	height: 50px;
}
.wrapper .comment-form textarea {
	width: 100%;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 24px;
	padding: 0 15px;
	height: 150px;
	margin-bottom: 30px;
}
.wrapper .comment-form input[type="submit"] {
	background: #4b6e8c;
	float: right;
	color: #fff;
	border-radius: 3px;
	padding: 0 30px;
	line-height: 50px;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
/**************** Event Grid Page End  *******************/

/**************** Team Start  *******************/

.team {
	float: left;
	width: 100%;
}
.team .team-box {
	margin-bottom: 50px;
}
.team.our-team-style-2 {
	padding: 0px;
}
.team-text h2 {
	color: #222;
	font-weight: 700;
	margin: 0 0 10px;
}
.team-text h3 {
	color: #222;
	font-weight: 500;
	margin: 0 0 15px;
}
.team-text h6 {
	color: #4b6e8c;
	font-style: italic;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px;
}
.team-contact {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	padding: 20px 0;
	width: 100%;
	margin: 20px 0;
}
.team-contact p {
	margin-bottom: 5px;
}
.team-contact strong {
	color: #eb6455;
	font-weight: 400;
}
.team .share ul li strong {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}
.team .share a {
	font-size: 14px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	width: 25px;
}
.team .btn-1 {
	margin-top: 10px;
}
.team-exp {
	width: 100%;
	float: left;
	padding: 70px 0;
}
.team.team-details h2.section-title {
	color: #222222;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 23px;
}
.team-exp p strong {
	color: #222;
	font-weight: 500;
	font-style: italic;
}
.certificate-thumbs {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.certificate-thumbs li {
	width: 33%;
	float: left;
	margin-bottom: 10px;
}
.certificate-thumbs li img {
	width: 165px;
	height: 165px;
	border: 1px solid #ccc;
	padding: 3px;
}
.team-slider {
	width: 100%;
	float: left;
	padding: 70px 0 0;
	position: relative
}
.team.team-details .team-slider {
	margin-bottom: 80px;
}
.team .team-slider .team-box {
	margin: 0px;
}
.team-slider .owl-theme .owl-nav {
	position: absolute;
	right: 0;
	top: -70px;
}
.team-slider .owl-theme .owl-nav [class*="owl-"] {
	background: none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.team-slider .owl-prev:after {
	font-size: 20px;
	content: "\f060";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
}
.team-slider .owl-next:after {
	font-size: 20px;
	content: "\f061";
	font-family: FontAwesome;
}
.team-slider .owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: #222;
}
.gallery .thumb {
	margin-bottom: 30px;
}
.gallery .thumb img {
	width: 100%;
}
.gallery .thumb a {
	background: #eb6455;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -150%;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.gallery .thumb:hover a {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.gallery .thumb:hover:after {
	background: rgba(0, 0, 0, 0.5);
}
/**************** Team End  *******************/

/**************** Page 404  *******************/

.page-404 {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
.page-404 .error {
	font-size: 72px;
	font-weight: 300;
	color: #eb6455;
	display: block;
	text-transform: uppercase;
}
.page-404 .t404 {
	font-size: 200px;
	font-weight: 700;
	line-height: 140px;
	color: #eb6455;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}
.page-404 p {
	font-size: 36px;
	color: #222;
}
.page-404 .search-form {
	margin: 50px 0;
}
/**************** Page 404 End  *******************/

/**************** Blog Start  *******************/

.date {
	position: absolute;
	background: #eb6455;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	top: 15px;
	left: 15px;
	padding: 5px 0 0 0;
}
.date strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.blog-classic .blog-post {
	margin-bottom: 30px;
}
.blog-classic .post-content {
	padding: 14px 30px 25px;
}
.entry-content-cp .blog-classic .post-content h4 {
	margin-bottom: 9px;
}
.blog-post {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
}
.blog-thumb {
	position: relative;
	width: 100%;
	float: left;
}
.blog-thumb img {
	max-width: 100%;
	height: auto;
}
.post-content {
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 999;
}
.post-content .post-meta {
	margin: 0 0 11px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 11;
}
.post-content .post-meta li:before {
	display: none;
}
.post-content p {
	position: relative;
	z-index: 99;
}
.post-content .post-meta .fa {
	margin-right: 5px;
}
.post-content h4, .blog-medium .post-content h3 {
	font-weight: 700;
	color: #222;
	margin: 0 0 9px;
	position: relative;
	z-index: 11;
}
.post-content h4 a, .blog-medium .post-content h3 a {
	font-weight: 700;
	color: #222;
}
.post-content .read-more {
	color: #222;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 11;
}
.blog-modern .blog-thumb {
	float: left;
	width: 195px;
}
.blog-modern .post-content {
	width: 360px;
	padding: 20px;
}
.blog-medium .post-content {
	background: none;
	padding: 14px 0 0;
}
.blog-medium .post-content:after {
	display: none;
}
.blog-thumb .sticky {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 10px 30px;
}
.blog-thumb iframe {
	width: 100%;
	height: 360px;
	border: 0px;
}
.blog-post.text-post {
	width: 100%;
	border: 1px solid #ccc;
	float: left;
	padding: 30px;
}
.blog-post.text-post .post-content {
	padding: 0px;
}
.comment-form .cp-comments {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.comment-form .comment {
	clear: both;
	width: 100%;
	float: left;
	margin: 15px 0;
}
.comment .thumb {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}
.comment-form .comment .text {
	width: 88%;
	float: left;
}
.comment-form .comment .text p {
	margin: 0px;
}
.comment .post-time {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.comment .post-time ul {
	padding: 0px;
	margin: 10px 0 0;
	list-style: none;
}
.comment .post-time li {
	display: inline-block;
}
.comment-form .comment .children {
	margin: 30px 0 0;
	width: 100%;
	float: left;
	clear: both;
	list-style: none;
	padding: 0 0 0 30px;
	position: static;
	left: inherit;
}
a.comment-reply-link {
	background: #EB6455;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 23px;
	display: block;
	margin-left: 10px;
	color: #fff;
}
/**************** Blog End  *******************/

/**************** Shop  *******************/

.shop {
	float: left;
	width: 100%;
}
nav.woocommerce-breadcrumb {
	text-align: right;
}
h2.woocommerce-loop-product__title {
	font-size: 18px !important;
	margin: 15px 0;
}
h2.woocommerce-loop-product__title a {
	color: #222;
}
.pro-box .pro-content .price {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
body #main-woo .product-page .price del, body #main-woo .product-page .price del span.amount, body #main-woo .product-page .price ins {
	padding: 0 4px;
	color: #eb6455;
	font: 400 18px/18px "Montserrat";
}
#main-woo ul.products .product .add_to_cart_button, #main-woo ul.products .product .added_to_cart, .product_type_simple {
	background: #4b6e8c;
	color: #fff;
}
#main-woo .product-page .products li img {
	margin-bottom: 15px;
}
#main-woo .pro-box .pro-thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.pro-box {
	border: 1px solid #eb6455;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 1px;
}
.pro-box .pro-thumb {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.pro-box .pro-thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.pro-box .pro-content {
	text-align: center;
	padding: 20px;
	width: 100%;
	float: left;
}
.pro-box .pro-content h4 {
	margin: 0 0 10px;
	font-weight: 600;
}
.pro-box .pro-content h4 a {
	color: #222;
}
.pro-box .pro-content .price {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.pro-box .pro-content .shop-now {
	display: inline-block;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	background: #4b6e8c;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.pro-box:hover .pro-thumb > span {
	opacity: 1;
	width: 45px;
	height: 45px;
}
.pro-thumb > span {
	width: 0px;
	height: 0px;
	border-radius: 100%;
	background: #eb6455;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	z-index: 99;
}
.pro-thumb > span a {
	color: #fff;
}
#main-woo .images {
	width: 50%;
	float: left;
	border: 2px solid #eb6455;
	box-shadow: none;
}
.pro-details h2 {
	color: #222;
	font-weight: 700;
	margin: 0 0 15px
}
.pro-details .prices {
	font-size: 18px;
	font-weight: 700;
	color: #eb6455;
}
.customer-reviews {
	margin-bottom: 16px;
}
.customer-reviews strong {
	color: #222;
	font-weight: 600;
	font-size: 18px;
	margin-right: 20px;
}
.customer-reviews a {
	color: #eb6455;
}
.pro-options {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0
}
.pro-options ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pro-options label {
	color: #222222;
	width: 100px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.pro-options select {
	border: 2px solid #b1c0cd;
	border-radius: 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
.pro-options li {
	margin-bottom: 10px;
}
.pro-options input[type="number"] {
	border: 2px solid #b1c0cd;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	-moz-appearance: textfield;
}
input[type="number"]:hover, input[type="number"]:focus {
	-moz-appearance: number-input;
	-webkit-moz-appearance: number-input;
}
.add-2-cart {
	margin-left: 100px;
	border-radius: 3px;
	color: #fff;
	border: 0px;
	line-height: 40px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0 20px;
}
.pro-tabs {
	width: 100%;
	float: left;
	margin: 50px 0 0;
}
.pro-tabs .nav-tabs {
	border-bottom: 1px solid #ffccbc;
}
.pro-tabs .nav > li > a:focus, .pro-tabs .nav > li > a:hover {
	background: none;
}
.pro-tabs .nav-tabs > li.active > a, .pro-tabs .nav-tabs > li.active > a:focus, .pro-tabs .nav-tabs > li.active > a:hover {
	border: 0px;
	border-radius: 0;
	border-bottom: 6px solid #eb6455;
	color: #222;
}
.pro-tabs .nav-tabs > li {
	margin: 0px;
}
.pro-tabs .nav-tabs > li > a {
	font-size: 18px;
	color: #222;
	border-bottom: 5px solid #fff;
}
.pro-tabs .tab-pane {
	padding: 20px 0;
}
.review {
	width: 100%;
	float: left;
}
.review .r-user {
	width: 98px;
	float: left;
	margin-right: 30px;
}
.review .r-user img {
	border-radius: 100%;
}
.review h4 {
	font-weight: 500;
	color: #222;
}
.review .review-content {
	width: 88%;
	float: right;
}
.review .review-content h4 {
	font-weight: 500;
	margin-bottom: 10px;
}
.review .rataing {
	margin-bottom: 10px;
}
.review .rataing strong {
	font-weight: 400;
	color: #777777;
	margin-right: 10px;
}
.review-form {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.review-form h4 {
	font-weight: 500;
	margin-bottom: 20px;
}
.review-form input[type="text"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #ccc;
	padding: 0 15px;
	border-radius: 2px;
	margin-bottom: 30px;
}
.review-form textarea {
	width: 100%;
	border: 2px solid #ccc;
	padding: 15px;
	border-radius: 2px;
	height: 130px;
}
.review-form input[type="submit"] {
	float: right;
	border: 0;
	border-radius: 3px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 20px 0 0 0;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 700;
}
.related-products {
	position: relative;
}
.related-products .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -65px;
}
.related-products .owl-theme .owl-nav [class*="owl-"] {
	background: none;
	border-radius: 0px;
	font-size: 0;
}
.related-products .owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}
.related-products .owl-theme .owl-nav .owl-prev:after {
	content: "\f060";
	font-family: FontAwesome;
	color: #eb6455;
	font-size: 16px;
}
.related-products .owl-theme .owl-nav .owl-next:after {
	content: "\f061 ";
	font-family: FontAwesome;
	color: #eb6455;
	font-size: 16px;
}
.woocommerce-message .wc-forward {
	padding: 5px 10px;
	color: #fff;
	background: #EB6455;
	margin-right: 20px;
}
.woocommerce-product-gallery__image:first-child {
	width: 100%;
}
.woocommerce-product-gallery__image {
	width: 25%;
	float: left;
	padding: 3px;
	box-sizing: border-box;
}
body .cart-collaterals .cart_totals th {
	padding: 10px;
}
/******** WooCommerce  *******/

.shop-style-1 {
	width: 100%;
	float: left;
	clear: both;
}
#main-woo .summary.entry-summary h1 {
	font: 700 36px/36px "Montserrat" !important;
	color: #222222;
	margin: 0 0 15px;
}
body #main-woo .price del, body #main-woo .price ins {
	padding: 0 4px;
	color: #eb6455;
	font: 700 18px/18px "Montserrat";
}
body #main-woo .price del span.amount {
	color: #eb6455;
	font: 700 18px/18px "Montserrat";
}
#main-woo .single_add_to_cart_button {
	box-shadow: none;
	background: #4b6e8c;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}
body .woocommerce-tabs ul.tabs {
	border-bottom-color: #eb6455;
}
body .woocommerce-tabs ul.tabs li a {
	text-transform: capitalize;
	border-bottom: 6px solid #fff;
}
.woocommerce-tabs ul.tabs .active a {
	border-bottom-color: #eb6455;
}
#tab-description > h2, #tab-additional_information > h2, #tab-reviews #comments > h2 {
	display: none;
}
body .woocommerce-tabs .panel {
	padding: 20px 0;
}
body .woocommerce-tabs .panel p {
	color: #777;
}
#main-woo .comment .star-rating {
	margin-top: 0px;
}
#main-woo .comment .comment-text {
	width: 85%;
	float: left;
}
div#comments .comment {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
ul.woocommerce-error {
	border: 1px solid red;
	padding: 10px;
	background: red;
	color: #fff;
}
ul.woocommerce-error a {
	color: #fff;
}
body #wrapper .page-inner-banner .woocommerce-breadcrumb, body #wrapper .page-inner-banner .woocommerce-breadcrumb a {
	color: #fff;
}
form.woocommerce-cart-form {
	width: 100%;
	float: left;
	margin: 60px 0;
}
.cart-collaterals {
	margin-bottom: 60px;
}
body .woocommerce .shop_table.cart thead, body .checkout-button.button.alt.wc-forward {
	background: #eb6455;
}
.woocommerce .woocommerce-info {
	border: 1px solid #ccc;
	padding: 10px;
}
.woocommerce-order-overview__date.date {
	position: inherit;
	background: #fff;
	font-size: 14px;
	text-transform: inherit;
	color: #777;
	font-weight: 400;
	text-align: left;
	border: 0;
	width: inherit;
	height: inherit;
	top: inherit 15px;
	left: inherit 15px;
	padding: 0;
}
.woocommerce-order-overview__date.date strong {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}
/**************** Shop End  *******************/

/**************** Coming Soon Start  *******************/

.coming-soon-bg {
	background: url("http://orthomed.crunchpress.com/dummy/wp-content/themes/images/Coming-Soon.jpg") top center no-repeat;
}
.coming-soon-wrapper {
	padding: 250px 0 0;
}
.coming-soon-wrapper strong {
	color: #fff;
	font-size: 33px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.coming-soon-wrapper h1 {
	color: #fff;
	font-size: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
}
.coming-soon-wrapper .countdown-section {
	color: #fff;
	width: 150px;
	float: left;
	text-align: center;
}
.coming-soon-wrapper .countdown-section .countdown-amount {
	display: block;
	color: #fff;
	font-size: 72px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 72px;
}
.coming-soon-wrapper .countdown-section .countdown-period {
	display: block;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.coming-soon-wrapper .share {
	color: #fff;
	width: 100%;
	float: left;
	margin: 50px 0 0
}
.coming-soon-wrapper .share ul li strong {
	color: #fff;
}
/**************** Coming Soon End  *******************/

.font {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
}
.clear_float {
	clear: both;
}
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
	max-width: 100%;
	height: auto;
	clear: both;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	clear: both;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 10px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	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. */
}
.gallery-caption, .bypostauthor {
	outline: none;
}
table {
	width: 100%;
	margin: 20px 0;
}
table td, table th {
	padding: 10px;
}
table, th, td {
	border: 1px solid #d1d1d1;
	color: #777;
}
table thead {
	background: #f1f1f1;
}

/*************  PlaceHolder  *************/


.app-form .input-group input::-webkit-input-placeholder {

    /* Chrome */
    color: #fff;
}
 .app-form .input-group input:-ms-input-placeholder {

    /* IE 10+ */
    color: #fff;
}
 .app-form .input-group input::-moz-placeholder {

    /* Firefox 19+ */
    color: #fff;
 opacity: 1;
}
 .app-form .input-group input:-moz-placeholder {

    /* Firefox 4 - 18 */
    color: #fff;
 opacity: 1;
}
 .app-form .input-group textarea::-webkit-input-placeholder {

    /* Chrome */
    color: #fff;
}
 .app-form .input-group textarea:-ms-input-placeholder {

    /* IE 10+ */
    color: #fff;
}
 .app-form .input-group textarea::-moz-placeholder {

    /* Firefox 19+ */
    color: #fff;
 opacity: 1;
}
 .app-form .input-group textarea:-moz-placeholder {

    /* Firefox 4 - 18 */
    color: #fff;
 opacity: 1;
}
 .page-appointment .app-form .input-group input::-webkit-input-placeholder {

    /* Chrome */
    color: #777777;
}
 .page-appointment .app-form .input-group input:-ms-input-placeholder {

    /* IE 10+ */
    color: #777777;
}
 .page-appointment .app-form .input-group input::-moz-placeholder {

    /* Firefox 19+ */
    color: #777777;
 opacity: 1;
}
 .page-appointment .app-form .input-group input:-moz-placeholder {

    /* Firefox 4 - 18 */

    color: #777777;
 opacity: 1;
}
 .page-appointment .app-form .input-group textarea::-webkit-input-placeholder {

    /* Chrome */
	color: #777777;
}
 .page-appointment .app-form .input-group textarea:-ms-input-placeholder {

    /* IE 10+ */
    color: #777777;
}
 .page-appointment .app-form .input-group textarea::-moz-placeholder {

    /* Firefox 19+ */
    color: #777777;
 opacity: 1;
}
 .page-appointment .app-form .input-group textarea:-moz-placeholder {

    /* Firefox 4 - 18 */
    color: #777777;
 opacity: 1;
}
/*************  PlaceHolder End  *************/

/*************  Test Unit Start  *************/

#main .index_page {
	width: 100%;
	float: left;
	margin: 80px 0;
}
.alignnone {
	max-width: 100%;
	height: auto;
}
.blog-medium .post-content a {
	color: #eb6455;
}
.sticky {
	background: #f1f1f1;
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.sticky .blog-post {
	margin: 0px;
}
.sticky:after {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #eb6455;
	content: "Sticky";
	color: #fff;
	padding: 10px;
	font-size: 20px;
	border-radius: 3px;
	font-weight: 700;
}
.post-content ul li, .post-content ol li {
	line-height: 24px;
	color: #777;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	color: #222;
	margin-bottom: 15px;
}
dt {
	color: #222;
}
dd {
	margin-bottom: 15px;
}
.page-links span.page-links-title {
	background: none;
	border: 0px;
	width: inherit;
	height: inherit;
	margin-right: 10px;
	color: #333;
}
.page-links a span {
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	background: #fff;
}
.page-links span {
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #222;
}
.page-links a span:hover {
	background: #222;
	color: #fff;
}
form.post-password-form {
	background: #EFEFEF;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 20px 0;
}
form.post-password-form input[type="password"] {
	border-radius: 3px;
	border: 1px #ccc solid;
	line-height: 30px;
	padding: 0 15px;
}
form.post-password-form input[type="submit"] {
	background: #333;
	color: #fff;
	border: 0px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
}
#gallery-1 .gallery-item {
	padding: 0 15px;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
	padding: 5px;
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.post-content iframe {
	width: 100%;
	max-width: 100%;
}
.cp_index_page .cp-categories a, .cp_index_page .tags a {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin: 0 5px;
	line-height: 24px;
	display: inline-block;
}
.cp_index_page .cp-categories a:after, .cp_index_page .tags a:after {
	content: ",";
}
span.page-numbers.current {
	background: #eb6455;
	color: #fff !important;
}
.page_content .comment-box {
	float: left;
	width: 100%;
}
h3#reply-title {
	color: #222;
}
span.edit-link a, .logged-in-as a {
	color: #eb6455;
}
span.edit-link {
	width: 100%;
	float: left;
}
.comment-form h3 {
	color: #222;
	margin-bottom: 15px;
}
.comment-form .comment .text h4 a {
	color: #eb6455;
}
.entry-content-cp h1, .entry-content-cp h2, .entry-content-cp h3, .entry-content-cp h4, .entry-content-cp h5, .entry-content-cp h6 {
	color: #222;
	margin-bottom: 15px;
}
table a, .entry-content-cp a {
	color: #eb6455;
}
.entry-content-cp li {
	line-height: 24px;
}
.event-detail h1, .event-detail h2, .event-detail h3, .event-detail h4, .event-detail h5, .event-detail h6 {
	color: #222;
	margin-bottom: 15px;
}
.search_page section.error-section {
	text-align: -webkit-center;
	margin: 80px 0;
}
.search_page section.error-section h1 {
	font-size: 200px !important;
	font-weight: 700;
	line-height: 140px;
	color: #eb6455;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}
.search_page section.error-section span, .search_page section.error-section strong {
	font-size: 36px;
	color: #222;
}
.search_page form {
	width: 50%;
	position: relative;
	margin-top: 30px;
}
.search_page input {
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 45px;
	padding: 0 10px;
	border-radius: 2px;
}
.search_page button {
	background: none;
	border: 0px;
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #666666;
	border-left: 1px solid #e1e1e1;
}
.search_page {
	width: 100%;
	float: left;
	margin: 80px 0;
}
/*************  Test Unit End  *************/

/*************  Monster Widget Footer  *************/



footer .widget {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
footer .widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
footer .widget ul ul {
	padding-left: 15px;
}
footer .widget ul li {
	line-height: 28px;
	color: #999999;
	width: 100%;
	float: left;
}
footer .widget ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #999;
	margin-right: 7px;
	float: left;
}
.footer-widget ul li .fa {
	display: none;
}
.footer-widget .post-content .post-meta .fa {
	display: inline;
}
.widget_archive ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #999;
	margin-right: 7px;
	float: left;
}
.widget a {
	word-break: break-word;
}
.comment-form .comment img {
	max-width: 100%;
}
footer .widget a {
	color: #999;
}
footer .widget a h6 {
	color: #999;
	margin-bottom: 8px;
}
footer .widget p {
	color: #999;
	line-height: 24px;
}
footer .widget img {
	max-width: 100%;
	height: auto;
}
footer .widget select {
	width: 100%;
	border: 1px solid #999;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
footer .widget .tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	background: #999;
	color: #fff;
	margin: 0 0 3px;
	padding: 3px 10px;
	border-radius: 3px;
}
.widget_archive li {
	text-align: right;
}
.widget_archive li a {
	float: left;
}
.widget_categories li {
	text-align: right;
}
.widget_categories li a {
	float: left;
}
.widget table thead, .widget table tfoot {
	background: #333;
	text-align: center;
}
.widget table, .widget th, .widget td {
	color: #999;
	text-align: center;
}
footer .widget .wp-caption {
	background: #333;
	color: #fff;
}
.widget .btn-2 {
	background: #eb6455 none repeat scroll 0 0;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 45px;
	padding: 0 30px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.widget li.post-row:before {
	display: none;
}
/*************  Monster Widget End  *************/

/*************  Monster Widget Sidebar  *************/



.sidebar .widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar .widget ul ul {
	padding-left: 15px;
}
.sidebar .widget ul li {
	line-height: 28px;
	color: #777;
}
.sidebar .widget ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #777;
	margin-right: 7px;
	float: left;
}
.sidebar .widget a {
	color: #777;
}
.sidebar .widget p {
	color: #777;
	line-height: 24px;
}
.sidebar .widget img {
	max-width: 100%;
	height: auto;
}
.sidebar .widget select {
	width: 100%;
	border: 1px solid #777;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.sidebar .widget .tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	background: #999;
	color: #fff;
	margin: 0 0 3px;
	padding: 3px 10px;
	border-radius: 3px;
}
.widget_archive li {
	text-align: right;
}
.widget_archive li a {
	float: left;
}
.widget_categories li {
	text-align: right;
}
.widget_categories li a {
	float: left;
}
.sidebar .widget table thead, .sidebar .widget table tfoot {
	background: #333;
	text-align: center;
}
.sidebar .widget table, .widget th, .widget td {
	color: #777;
	text-align: center;
}
.sidebar .widget .wp-caption {
	background: #fff;
	color: #fff;
}
/*************  Monster Widget Sidebar  *************/



.archive.date {
	position: inherit;
	background: inherit;
	font-size: 14px;
	color: #777;
	text-transform: inherit;
	font-weight: 400;
	text-align: left;
	border: 0px solid #fff;
	width: inherit;
	height: inherit;
	top: inherit;
	left: inherit;
	padding: inherit;
}
.widget .post-content .post-meta {
	margin-bottom: 0px;
	padding: 0px;
}
.widget .post-content .post-meta li {
	float: left;
	width: auto;
}
.widget_archive ul {
	padding: 0px;
	list-style: none;
}
.widget_archive ul li {
	line-height: 28px;
}
.margin-bottom-0 .team .team-box {
	margin-bottom: 0;
}
.margin-top-0 .map-holder.mt80 {
	margin-top: 0;
}
.padding-bottom-0 .we-treat-patients {
	padding-bottom: 0;
}
.padding-top-0 .we-treat-patients {
	padding-top: 0;
}
.em-search-main {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
.em-search-text.em-search-field {
	width: 40%;
	float: left;
}
.em-search-text.em-search-field label, .em-search-geo.em-search-field label {
	width: 100%;
	margin: 0px;
}
button.em-search-submit.loading {
	background: #222;
	height: 42px;
	border: 0;
	padding: 0 20px;
	margin-left: 20px;
}
input.em-events-search-text.em-search-text, input.em-search-geo {
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
}
.em-search-geo.em-search-field {
	width: 40%;
	float: left;
	margin-left: 20px;
}
a.em-toggle {
	display: none;
}
.ser-content {
	margin-bottom: 30px;
}
html .ls-container, body .ls-container, #ls-global .ls-container {
	float: left !important;
	width: 100%;
}
/**************  Woo Updates  **************/



.woocommerce #wrapper div.product .woocommerce-tabs ul.tabs li {
	border: 0px;
	background: none;
}
.woocommerce #wrapper div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #wrapper div.product .woocommerce-tabs ul.tabs:before, .woocommerce #wrapper div.product .woocommerce-tabs ul.tabs:after, .woocommerce #wrapper div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #wrapper div.product .woocommerce-tabs ul.tabs {
	padding: 0px;
}
.related-products .star-rating {
	display: none;
}
.woocommerce table.shop_attributes td {
	padding: 0 10px;
}
/**************  Widgets  **************/



.widget select {
	border: 1px solid #ccc;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.sidebar .widget ul, .wpb_widgetised_column .widget ul {
	padding: 0px;
	list-style: none;
}
.sidebar .widget ul ul, .wpb_widgetised_column .widget ul ul {
	padding-left: 20px;
	list-style: none;
}
.sidebar .widget_em_locations_widget ul ul, .wpb_widgetised_column .widget_em_locations_widget ul ul, .sidebar .widget_em_locations_widget .widget_em_widget ul ul, .wpb_widgetised_column .widget_em_widget ul ul {
	padding: 0px;
}
.sidebar .widget_em_locations_widget ul ul li, .wpb_widgetised_column .widget_em_locations_widget ul ul li, .sidebar .widget_em_locations_widget .widget_em_widget ul ul li, .wpb_widgetised_column .widget_em_widget ul ul li {
	margin: 0px;
}
.sidebar .widget_em_locations_widget ul > li, .wpb_widgetised_column .widget_em_locations_widget ul > li, .sidebar .widget_em_widget ul > li, .wpb_widgetised_column .widget_em_widget ul > li {
	margin-bottom: 15px;
}
.widget_em_locations_widget ul ul li {
	display: inline-block;
	padding: 0 10px 0 0
}
.widget .woocommerce-product-search input[type="search"] {
	border: 1px solid #ccc;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
}
.widget .woocommerce-product-search input[type="submit"] {
	border: 1px solid #ccc;
	height: 36px;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	clear: both;
	background: #fff;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	clear: both;
	background: #fff;
}
div.wpcf7-mail-sent-ok {
	clear: both;
	background: #fff;
}
#layerslider_1 {
	margin-top: -30px !important;
}
.comments-navigation {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.comments-navigation .previous {
	float: left;
	margin-right: 20px;
}
.comments-navigation a {
	background: #ccc;
	padding: 10px 15px;
	color: #222;
	border-radius: 3px;
	line-height: 36px;
	font-weight: 700;
}
.related-products .star-rating {
	display: block;
	position: absolute !important;
	top: 0;
	right: 10px;
}
.event-detail .event-content h3 {
	word-break: break-word;
}
.ajax-loader {
	float: left;
	width: 100%;
}
#loader {
	background-image: url("images/bx_loader.gif");
	background-repeat: no-repeat;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	bottom: 0;
}
#load-more {
	background-image: url("images/bx_loader.gif");
	background-repeat: no-repeat;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	float: none;
}
.blog-posts-wrapper {
	float: left;
	width: 100%;
}
dl.gallery-item {
	padding: 0 2px;
	box-sizing: border-box;
}
dl.gallery-item img {
	max-width: 100%;
	height: auto;
	padding: 2px;
}
.aligncenter, div.aligncenter {
	max-width: 100%;
	height: auto;
}

.single .event-box .event-thumb img {max-width:100%; height:auto; width:auto;}
	
.page-appointment .section-title {margin-bottom:20px;}
	