.admin-bar header{
	top:30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#242728;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
	margin-bottom:0px !important;
}
.pricing_table .column:nth-child(2) .price_area{
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}
.pricing_table .column:nth-child(2) .price_area .price{
	background: #cd5bee; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Safari */
	background: -o-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Firefox 3.6 to 15 */
	background: radial-gradient(circle, #cd5bee 52%, #d272ee 52%,#d272ee 62%, #dc91f2 62%, #dc91f2 100%); /* Standard syntax */
}
.pricing_table .column:nth-child(3) .price_area .price {
  background: #4dce38; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Safari */
  background: -o-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #4dce38 52%, #67d755 52%,#67d755 62%, #74e462 62%, #74e462 100%); /* Standard syntax */
}
.pricing_table-style_two .style-two-column:nth-child(2) h4{
	background:#c750ea;
}
.pricing_table-style_two .style-two-column:nth-child(2) .price_tag{
	background:#cd5bee;
}
.pricing_table-style_two .style-two-column:nth-child(3) h4{
	background:#43c72e;
}
.pricing_table-style_two .style-two-column:nth-child(3) .price_tag{
	background:#4dce38;
}
.some_facts{
	margin-bottom:0px;
}
.expert_team{
	margin-top:130px;
}
.contact_us_form .input_wrapper input[type="submit"]{
	border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    width: 111px;
	border:none;
	height:auto !important;
}
.contact_us_form .input_wrapper input[type="submit"]:hover{
	background: #272727 none repeat scroll 0 0;
}
span.wpcf7-not-valid-tip{
	position:relative;
	top:-20px;
}
.inner_banner .overlay ul li{
	color: #00c5dc !important;
	font-weight: 600;
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
.inner_banner .overlay ul li a{
	color: #6f6f6f;
    font-weight: normal;
	position:relative;
	padding-right:14px;
	margin-right:5px;
}
.inner_banner .overlay ul li a:after{
	content:'/';
	font-size:16px;
	color: #6f6f6f;
	position:absolute;
	right:0px;
}
.blog_details .blog_image p::before{
	display:none;
}
.blog_details .blog_image p .fa-quote-left{
	position:absolute;
	left:0;
	top:5px;
}
/************Share This*************************/
.psocial li{
	background: #f4f4f4 !important;
    color: #bcbcbc;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
	border-radius:50%;
}
.psocial li:first-child{
	background:none !important;
	width:auto;
	height:auto;
}
.stButton .stLarge{
	background:none !important;
	width:auto !important;
	height:auto !important;
	position:relative;
	line-height:none !important;
}
.stButton{
	width:100%;
	display:block !important;
	text-align:center;
	margin:0px !important;
	line-height:32px !important;
}
.stButton .stLarge:after{
	content:"\f09a";
	font-size:16px;
	font-family: 'FontAwesome';
	color: #bcbcbc;
	
}
.facebook .stButton .stLarge:after{
	content:"\f09a";
}
.google .stButton .stLarge:after{
	content:"\f0d5";
}
.twitter .stButton .stLarge:after{
	content:"\f099";
}
.pinterest .stButton .stLarge:after{
	content:"\f0d2";
}
.psocial li{
	background:#ffffff;
	transition: all 0.5s ease 0s;
}
.psocial li:hover{
	background: #00cbd8 !important;
    color: #fff;
}
.psocial li:hover .stButton .stLarge:after{
	color:#ffffff;
	opacity:1;
}
.blog_post_wrapper .img_holder img{
	width:100%;
}
.comments_area .seo-comment-list .children{
	margin-left:50px;
}
/***************Custom Widget****************/
.widget ul {
    margin-top: 13px;
}
.widget ul li {
    line-height: 24px;
	border-bottom: 1px solid #eaeaea;
	position:relative;
}
.widget ul li:after{
	content:'\f105';
	position:absolute;
	left:0;
	top:10px;
	color: #00c5dc;
	font-size:15px;
	font-family:'FontAwesome';
}
.widget ul li a {
    color: #969696;
    font-weight: 600;
	display:inline-block;
	width:88%;
	padding:10px 0 10px 20px;
}
.widget ul li a:hover {
    color: #25292f;
}
.widget h4{
	margin-top:65px;
}
.widget .tagcloud{
	margin-top:31px;
}
.widget .tagcloud a {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #a5a5a5;
    line-height: 33px;
    padding: 0 12px;
	display: inline-block;
    margin: 0 5px 10px 0;
	font-size: 15px !important;
}
.widget .tagcloud a:hover{
	background: #00cbd8 none repeat scroll 0 0;
    border: 1px solid #00cbd8;
    color: #fff;
}
.error_page form{
	display:inline-block;
}
.blog_post_area .sidebar_search{
	margin-top:30px;
	width:70%;
	position:relative;
}
.blog_post_area .sidebar_search input[type="text"]{
	width:100%;
	border: 1px solid #eaeaea;
    height: 60px;
    padding: 0 66px 0 25px;
}
.blog_post_area .sidebar_search button.p_color_bg{
	color: #fff;
    font-size: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
}
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 14px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding: 10px;
		background:#00c5dc;
		border:1px solid #fff;
		color:#fff;
		text-align:center;
	}
	#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: 14px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 14px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {
	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 {
		position:relative;
	}
	.bypostauthor{position:relative;}
	.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;
    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 .blog_single_post_wrapper{
	background:#fafafa;
	padding:30px 30px;
	border:3px solid #eaeaea;
}
.blog_single_post_wrapper h1,.blog_single_post_wrapper h2,.blog_single_post_wrapper h3,.blog_single_post_wrapper h4,.blog_single_post_wrapper h5,.blog_single_post_wrapper h6,
.single_comment h1,.single_comment h2,.single_comment h3,.single_comment h4,.single_comment h5,.single_comment h6,
.blog_post_wrapper h1,.blog_post_wrapper h2,.blog_post_wrapper h3,.blog_post_wrapper h4,.blog_post_wrapper h5,.blog_post_wrapper h6{
	font-family: "poppins", serif;
	margin-bottom:15px;
	font-weight:600;
	color: #292a2e;
	line-height:1.6em;
}
.blog_single_post_wrapper h1,.single_comment h1,.blog_post_wrapper h1{
	font-size:2em;
}
.blog_single_post_wrapper h2,.single_comment h2,.blog_post_wrapper h2{
	font-size:1.6em;
}
.blog_single_post_wrapper h3,.single_comment h3,.blog_post_wrapper h3{
	font-size:1.4em;
}
.blog_single_post_wrapper h4,.single_comment h4,.blog_post_wrapper h4{
	font-size:1.2em;
}
.blog_single_post_wrapper h5,.single_comment h5,.blog_post_wrapper h5{
	font-size:1.1em;
}
.blog_single_post_wrapper h6,.single_comment h6,.blog_post_wrapper h6{
	font-size:1em;
}
.blog_single_post_wrapper table thead tr th,.single_comment table thead tr th,.blog_post_wrapper table thead tr th{
	border: 1px solid #ddd;
    vertical-align: top;
	padding:8px;
	line-height: 1.42857;
}
.blog_single_post_wrapper table tbody tr th,.single_comment table tbody tr th,.blog_post_wrapper table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog_single_post_wrapper table tbody tr td,.single_comment table tbody tr td,.blog_post_wrapper table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.blog_single_post_wrapper ul,.blog_single_post_wrapper ol,
.single_comment ul, .single_comment ol,
.blog_post_wrapper ul, .blog_post_wrapper ol{
	padding-left:18px;
}
.blog_single_post_wrapper ul li,.single_comment ul li,
.blog_post_wrapper ul li,.blog_post_wrapper ul li{
	list-style-type:disc;
	display:list-item;
}
.blog_single_post_wrapper ul li ul li, .single_comment ul li ul li,
.blog_post_wrapper ul li ul li{
	list-style-type:circle;
}
.blog_single_post_wrapper ul li ul li ul li, .single_comment ul li ul li ul li,.blog_post_wrapper ul li ul li ul li{
	list-style-type:square;
}
.blog_single_post_wrapper ol li,.single_comment ol li,.blog_post_wrapper ol li{
	list-style-type:decimal;
	display:list-item;
}
.blog_single_post_wrapper ol li ol li,.single_comment ol li ol li,.blog_post_wrapper ol li ol li{
	list-style-type:lower-alpha;
}
.blog_single_post_wrapper ol li ol li ol li,.single_comment ol li ol li ol li,.blog_post_wrapper ol li ol li ol li{
	list-style-type:upper-roman;
}
.blog_single_post_wrapper p img,.blog_single_post_wrapper figure img,
.blog_post_wrapper p img,.blog_post_wrapper figure img,.textwidget 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;
}
/*****************************Default Widget Styling*********************************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0 10px 15px;
	margin-top:30px;
}
.widget .calendar_wrap #wp-calendar{
	width:100%;
}
.widget ul.children,.widget ul.sub-menu{
	margin:0px;
}
.widget ul.children li{
	border-top:1px solid #dadada;
	border-bottom:none;
	padding:0px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
	width:100%;
}
.sub-menu li:last-child{
	border-bottom:none !important;
}
.widget.widget_recent_comments ul li a:before{
	display:none;
}
.widget.widget_recent_comments ul li{
	padding:12px 0;
}
.content-box .meta .post-categories,.styled-pagination .pagination ul{
	padding-left:0px !important;
}
.content-box .meta .post-categories li,.styled-pagination .pagination ul li{
	list-style-type:none;
	display:inline-block;
}
.paginate-links > span, .paginate-links a {
    display: inline-block;
    margin: 5px 3px;
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #292a2e;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    line-height: 36px;
    padding: 0 14px;
}
.paginate-links > span, .paginate-links a:hover {
    background: #00cbd8 none repeat scroll 0 0;
    color: #fff;
}
.widget_recent_comments ul li:after{
	display:none;
}
.widget_search h4{
	margin-bottom:30px;
}
.pagination {
	padding:0px !important;
}
.pagination li{
	list-style-type:none !important;
	display:inline-block !important;
}
.latest_tweets .feed li{
	list-style:none;
	margin-bottom:20px;
}
.latest_tweets .feed li a{
	color:#00c5dc;
}
.blog_single_post_wrapper table td a{
	color:#a19f9f;
	position:relative !important;
	left:0px !important;
	top:0px !important;
}
.blog_single_post_wrapper .sub_text p{
	margin-top:15px;
}
/* =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;
    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;
}
/***************Updated*****************/
.m-t30{
	margin-top:30px;
}
.m-b30{
	margin-bottom:30px;
}
.p-b20{
	padding-bottom:20px;
}
.blog_post_wrapper .blog_single_post_wrapper .img_holder img{
	width:auto;
}
.blog_details p{
	margin-bottom:20px;
}
.post-password-form input[type="password"]{
	border:1px solid #00c5dc;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#00c5dc;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.blog_details .comments_area .single_comment.pingback img,
.blog_details .comments_area .single_comment.trackback img{
	display:none;
}
.blog_details .comments_area .single_comment.pingback .comment,
.blog_details .comments_area .single_comment.trackback .comment{
	padding-left:0px;
}
.blog_details table{
	margin-bottom:20px;
}
.blog_details .comments_area{
	margin-top:70px;
}
.seo-comment-list .leave_reply{
	margin:50px 0;
}
h4 small{
	font-size:90%;
}
.wp-caption-text{
	padding-top:10px;
}
.widget ul li ul li{
	margin-left:15px;
	border-top:1px solid #eaeaea;
	border-bottom:none;
}
.widget_rss.widget ul li:after{
	display:none;
}
.widget_rss.widget ul li{
	padding-bottom:15px;
	margin-bottom:15px;
}
.widget_rss.widget ul li a,
.footer-widget.widget_rss ul li a{
	padding-left:0px;
	font-weight:500;
}
.widget_rss.widget h4 a{
	color:#041829;
}
.widget_rss.widget ul li .rss-date,
.footer-widget.widget_rss ul li .rss-date{
	display:block;
	margin-bottom:15px;
}
.widget_rss.widget ul li cite,
.footer-widget.widget_rss ul li cite{
	margin-top:15px;
	display:block;
}
.footer-widget{
	margin-bottom:50px;
}
.footer-widget ul li,
.footer-widget ul li a,
.footer-widget .calendar_wrap #wp-calendar caption,
.footer-widget .calendar_wrap td a{
	color:#fff;
}
.footer-widget ul li a{
	padding-bottom:10px;
	display:inline-block;
}
.footer-widget select{
	width:100%;
	height:40px;
}
.footer-widget ul li ul li{
	margin-left:15px;
}
.footer-widget.widget_recent_comments ul li{
	padding-left:0px;
}
.footer-widget.widget_rss ul li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #fff;
}
