.page-wrapper{
	overflow:hidden;
}
.container{
	max-width:1200px !important;
}

.slide-caption h1{
	line-height:45px !important;
}
.slide-caption a,
.slide-two-caption a,
.slide-caption-three button{
	padding:9px 22px !important;
}
.featured-area-v2 .single-featured-item{
	padding:38px 25px 33px!important;
}
.why-choose-us-content ul li .icon-holder i{
	width:auto !important;
	height:auto !important;
	line-height:inherit !important;
}
.breadcumb li{
	position:relative;
}
.breadcumb li a{
	position:relative;
	padding-right:15px;
}
.breadcumb li:after{
	content: "\f105";
	position:absolute;
	right:1px;
	top:0px;
	font-family:'FontAwesome';
	color:#fff;
}
.breadcumb li:last-child:after{
	display:none;
}
.pagination{
	margin:0px !important;
}
.paginations ul li a,
.pagination>li>span{
	border: 1px solid #ffffff;
    color: #5f5f5f;
    display: block;
    font-size: 13px;
    height: 28px;
    text-align: center;
    width: 28px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
	border-radius:0px;
    transition: all 700ms ease 0s;
	margin-left:0px !important;
	padding:0px;
}
.paginations ul li a:hover,
.pagination>li>span.current,
.pagination>li>span:hover{
	background: #fff;
    color: #ff9320;
    border: 1px solid #ff9320;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0px;
}
.contact-form-area .contact-form .send-message{
	position:relative;
	padding-left: 35px;
}
.contact-form-area .contact-form .fa-long-arrow-right{
	position:absolute;
	right:145px;
	top:39px;
	color:#ff9320;
}
.contact-form .send-message:hover +img+ .fa-long-arrow-right{
	color:#ffffff !important;
}
.vp-wrap .vp-logo{
	background:#252525;
}	
.widget ul li a{
	color: #5f5f5f;
    font-size: 12px;
    font-weight: 600;
}
.widget.widget_categories ul li,.widget.widget_archive ul li{
	color: #ff9320;
    font-family: "Montserrat",sans-serif;
	font-size: 12px;
    font-weight: 600;
	display:block;
}	
.widget.widget_categories ul li a,.widget.widget_archive ul li a {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 600;
    transition: all 300ms ease 0s;
	width:88%;
	display:inline-block
}
.widget.widget_categories ul li a:hover,.widget.widget_archive ul li a:hover,.widget ul li a:hover {
    color: #ff9320;
}	
.search-box .form-group{
	position:relative;
}
.search-box .form-group input{
	width:100%;
	border:1px solid #ff9320;
	font-family: "Montserrat",sans-serif;
	padding:8px 40px 8px 15px;
	color:#ff9320;
	position:relative;
	height:43px;
	line-height:25px;
}
.search-box .form-group button{
	position:absolute;
	background:#ff9320;
	top:0;
	right:0;
	width:43px;
	height:43px;
	line-height:43px;
	border:none;
	color:#ffffff;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.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%; /* Image does not overflow the content area */
    padding: 5px 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;
	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. */
}
/*************************************Theme Unit Testing***********************/
.sticky .single-blog-post,.tag-sticky-2 .single-blog-post {
	background:#fafafa;
	padding:15px 20px;
}
.thm-tut .content h1,.content h2,.content h3,.content h4,.content h5,.content h6,
.comment .text h1,.comment .text h2,.comment .text h3,.comment .text h4,.comment .text h5,.comment .text h6,
.blog-post h1,.blog-post h2,.blog-post h3,.blog-post h4,.blog-post h5,.blog-post h6{
	font-family: "Montserrat",sans-serif;
	margin-bottom:15px !important;
	font-weight:400 !important;
	color: #333333 !important;
	line-height:1em;
}
.content h1,.comment .text h1,.blog-post h1{
	font-size:36px;
}
.content h2,.comment .text h2,.blog-post h2+h1+h2{
	font-size:32px;
}
.thm-tut .content h3,.comment .text h3,.blog-post h3{
	font-size:28px !important;
}
.content h4,.comment .text h4,.blog-post h4{
	font-size:24px;
}
.thm-tut .content h5,.comment .text h5,.blog-post h5{
	font-size:20px !important;
}
.thm-tut .content h6,.comment .text h6,.blog-post h6{
	font-size:18px !important;
}
.content table thead tr th,.comment .text table thead tr th,.blog-post table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding:8px 0;
}
.content table tbody tr th,.comment .text table tbody tr th,.blog-post table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content table tbody tr td,.comment .text table tbody tr td,.blog-post table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.content ul:first-child,.content ol:first-child,
.comment .text ul:first-child,.comment .text ol:first-child,
.blog-post ul:first-child,.blog-post ol:first-child{
	padding:0px;
}
.content ul,.content ol,
.comment .text ul, .comment .text ol,
.blog-post ul, .blog-post ol{
	padding-left:40px !important;
}
.content ul li,.comment .text ul li,
.blog-post ul li,.blog-post ul li{
	list-style-type:disc;
	display:list-item;
}
.content ul li ul li, .comment .text ul li ul li,
.blog-post ul li ul li{
	list-style-type:circle;
}
.content ul li ul li ul li, .comment .text ul li ul li ul li,.blog-post ul li ul li ul li{
	list-style-type:square;
}
.content ol li,.comment .text ol li,.blog-post ol li{
	list-style-type:decimal;
	display:list-item;
}
.content ol li ol li,.comment .text ol li ol li,.blog-post ol li ol li{
	list-style-type:lower-alpha;
}
.content ol li ol li ol li,.comment .text ol li ol li ol li,.blog-post ol li ol li ol li{
	list-style-type:upper-roman;
}
.extended-blog-post p img,.extended-blog-post figure img,.blog-post p img,.blog-post figure img{
	max-width:100%;
	display:block;
	height:auto;
}
.comment-list .children{
	margin-left:50px;
}
figure{
	max-width:100%;
	display:block;
}
.content-box .alignright{
	float:right;
	padding:10px;
}
.post-password-form input[type="password"]{
	border:1px solid #ff9320;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#ff9320;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
/****************Custom Widget*********************/

.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}	
.paginate-links > span,.paginate-links a{
	border: 1px solid #ffffff;
    color: #5f5f5f;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 28px;
}	
.paginate-links > span,.paginate-links a:hover{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ff9320;
    color: #ff9320;
}	
.comments-area .children{
	margin-left:50px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.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%; /* Image does not overflow the content area */
    padding: 5px 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;
	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. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.appointment-content textarea:focus, .appointment-content input:focus{
	border-color: #ff9320 !important;
}
.appointment-content.contact-form-area .contact-form .fa-long-arrow-right{
	right:auto;
	left:18px;
	top:12px;
}
.single-footer-widget .subscirbe-newsletter-form button{
	right:25px;
}
.single-footer-widget .subscirbe-newsletter-form input{
	padding-left:0px;
}
.single-blog-post ul.post-info{
	padding-left:0px !important;
	display:none;
}
.blog-post .single-blog-post h5{
	font-size:32px;
}
.content table,.comment .text table,.blog-post table{
	margin-bottom:30px;
}
a,a:hover{
	color:#e98214;
}
.blog-post .single-blog-post h5 {
    margin: 0px 0 10px;
	line-height:32px;
}
.error-page-content{
	padding:100px 0;
	text-align:center;
	max-width:900px;
	margin:0 auto;
}
.error-page-content .input-group{
	display:block;
	margin:30px 0 50px;
}
.error-page-content a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ff9320;
    color: #ff9320;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 40px;
	padding:0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
	line-height:36px;
}
.error-page-content a:hover{
	background:#ff9320;
	color:#ffffff;
}
.error-page-content h2{
	color: #ff9320;
	font-family: "Montserrat",sans-serif;
	font-size:22px;
	margin-bottom:25px;
}
figcaption{
	padding:10px 0 0px;
}
.sy-coment-item .default-form textarea {
	width:100%;
	padding:15px;
}
.sy-coment-item .default-form textarea:focus{
	border-color:#e98214;
}
.sy-coment-item .default-form h2 small a{
	text-transform:uppercase;
	font-size:16px;
	color:#1a1a1a;
}
.sy-coment-item .default-form h2 small a:hover,{
	color:#e98214;
}
.comment-area .default-form .theme-btn.btn-theme-four{
	border:2px solid #e98214;
	transition:all 500ms ease-in;
}
.comment-area .default-form .theme-btn.btn-theme-four:hover{
	background:#1a1a1a;
}
.blog-content{
	padding-bottom:50px;
}
.header .search-bar .search-form input{
	border-color:#fafafa;
	color:#ffffff;
}
.header .search-bar .search-form button{
	color:#fafafa;
}
.header .search-bar .search-form {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    position: relative;
}
.header .header-content .top .header-social-links a i{
	line-height:15px;
}
.header .search-bar .search-form input {
    border-color: #fafafa;
    color: #ffffff;
}
.header .search-bar .search-form input{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*********************Custom Footer widget Styling************************/
.footer-widget h3{
	margin-bottom:30px;
}
.footer-widget ul li a{
	padding:0px 0 10px;
}
.footer-widget ul li a,.footer-column ul li,.footer-widget .textwidget p{
	color:#ffffff;
}
.footer-widget a,
.footer-widget li{
	color:#ffffff;
}
.footer-widget select{
	width:100%;
	padding:6px;
	color:#222;
}
.footer-widget #wp-calendar caption{
	padding:0px;
	margin:0px 0 15px;
	font-size:14px;
	color:#ffffff;
}
.footer-widget #wp-calendar thead th{
	border:1px solid #fafafa;
	border-bottom:none;
	text-align:center;
	padding:0px;
	line-height:30px;
	color:#fff;
}
.footer-widget #wp-calendar tbody .pad{
	background:#fafafa;
}
.footer-widget .tagcloud a{
	color:#ffffff;
}
.single-blog-post-page .sy-coment-item .sy-coment-item{
 	margin-left:100px;
}