/*
Theme Name: Ridehire
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import
	url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Roboto:300,400,500,700')
	;

html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	
}

.MontserratLight {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.MontserratRegular {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.MontserratMedium {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.RobotoLight {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.RobotoRegular {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.RobotoMedium {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.RobotoBold {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

body {
	margin: 0;
	padding-top: 63px;
}

article, aside, footer, header, nav, section {
	display: block;
}

.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;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after,
	.entry-footer:before, .entry-footer:after, .comment-content:before,
	.comment-content:after, .site-header:before, .site-header:after,
	.site-content:before, .site-content:after, .site-footer:before,
	.site-footer:after, .nav-links:before, .nav-links:after, .pagination:before,
	.pagination:after, .comment-author:before, .comment-author:after,
	.widget-area:before, .widget-area:after, .widget:before, .widget:after,
	.comment-meta:before, .comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .entry-footer:after,
	.comment-content:after, .site-header:after, .site-content:after,
	.site-footer:after, .nav-links:after, .pagination:after,
	.comment-author:after, .widget-area:after, .widget:after, .comment-meta:after
	{
	clear: both;
}

body, button, input, select, textarea {
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66;
	
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child,
	h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0px;
	color: #3b3b3b;
}

h2, .home.blog .entry-title {
	color: #666;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b3b3b;
}

h3 {
	color: #333;
	font-size: 18px;
	font-weight: 400;
}

h4 {
	color: #333;
	font-size: 16px;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

* {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar {
	min-height: 60px;
}

a {
	color: #666666;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, a:hover, a:focus, a.active, .breadcrumb .active, a:hover .tptn_title, .widget_categories ul li a:hover, .widget_categories ul li.current-cat a, ul.related_post li a.wp_rp_title:hover {
	color: #2DBE60;
	text-decoration: none;
	outline: none;
}

.navbar-brand>img {
	/* width: 100%; */
	
}

.navbar-brand {
	height: auto;
	padding: 6px 15px;
}

.navbar-default {
	background-color: #fff;
	border-color: #CCC;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    padding: 15px 15px 8px 0;
    margin-bottom: 13px;
}
.breadcrumb>li+li:before {
    padding: 0 10px;
    font-family: FontAwesome;
    color: #666666;
    content: "\f0da";
}
.search-form input, .search-form button{
	border-radius: 0px;
	height: 45px;
}
.search-form button{
	font-size: 20px;
	padding: 6px 20px;
	color: #fff;
	background-color: #2F2F2F;
	border-color: #2F2F2F;
}
.sidebar section{
	margin-bottom: 30px;
}
.widget_categories ul{
	padding: 0px;
	list-style: none;
}
.widget_categories ul li{
	border-bottom: 1px solid #C3C3C3;
	padding:7px;
}
.widget_categories ul li:FIRST-CHILD{
	padding-top: 0px;
}
.widget_categories ul li a{
	font-family: 'Roboto', sans-serif;
}
.widget_categories ul li a, .widget_categories ul li:BEFORE {
	font-size: 18px;
	color: #3b3b3b;
	font-weight: 400;	
}
.widget_categories ul li:BEFORE {
	content:'\f105';
	font-family: FontAwesome;
	margin: 0px 10px 0 5px;
}
.widget-title{
	margin: 0 0 15px;
}
.postImage {
    margin-bottom: 20px;
}
.postImage img{
	margin: auto;
}
.postTag li{
	margin-bottom: 10px;
}
.postTag li a{
    text-transform: uppercase;
    background-color: #EEEEEE;
    padding: 5px 12px;
    border-radius: 3px;
    color: #3b3b3b;
}
.postTag li a:hover{
	background-color: #2DBE60;
	color: #fff;
}
.postTitle{
	margin-bottom: 22px;
}
.postUserInfo .userName, .postUserInfo .updatedDate span {
    text-transform: uppercase;
}
.postUserInfo .updatedDate, .postUserInfo .userName {
    font-size: 14px;    
}
.postUserInfo{
	display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
}
.postUserInfo img{
	margin-right: 20px;
	float: left;
	border-radius: 100%;
}
.postInfo{
	float: left;
	margin-top: 13px;
}
.share-provider.flat.responsive{
	padding: 5px 0px;
}
.os-share-more-footer{
	display: none;
}
.postSocial hr{
	border-color: #C3C3C3;
	margin: 30px 0;
}
img.tptn_thumb {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}
.tptn_title{
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
	font-size: 18px;
	color: #3b3b3b;
	margin-bottom: 8px;
}
.tptn_date{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #8f8f8f;
}
.tptn_posts_list_widget h2{
	margin-bottom: 20px;
}

/********* Related Posts **************/
ul.related_post {
    list-style: none;
    padding: 0;
}
ul.related_post li a.wp_rp_title {
    font-family: 'Roboto', Sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    position: absolute;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.related_post li .wp_rp_publish_date {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: 'Roboto', Sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px 10px;
    text-transform: uppercase;
    line-height: normal;
}
ul.related_post li{
    float: left;
    width: 48%;
    position: relative;
    background-color: #fff;
}
ul.related_post li:FIRST-CHILD {
    margin-right: 2%;
}
ul.related_post li:LAST-CHILD {
    margin-left: 2%;
}
ul.related_post li img {
	display: block;
    max-width: 100%;
    height: 240px;
/*    position: relative;*/
    margin: auto;
}
ul.related_post li .wp_rp_thumbnail:BEFORE {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
/********* END Related Posts **************/

/***********  Slider Section Part  ************/

section{ width:100%; float:left; margin:0px; padding:0px; }

.slider_sec{width:100%; float:left; margin:0px; padding:0px; background:#fff;}
.slider_sec .owl-nav div { width:25px; height:42px; font-size:0; display:block; position:absolute; top:50%; opacity:1; margin-top:-21px; z-index:8888;}
.slider_sec .owl-nav div.owl-prev { background:url(assets/images/slider_arrow_1.png) no-repeat center center; left:15px; cursor:pointer;}
.slider_sec .owl-nav div.owl-next { background:url(assets/images/slider_arrow_2.png) no-repeat center center; right:15px; cursor:pointer;}
.slider_sec .owl-nav div:hover { opacity:0.7;}

.slider_sec .block{ width:100%; float:left; margin:0px; padding:0px; position:relative; text-align:center;     height: 515px;
    background-color: #000;}
.slider_sec .block .overlay{ width:100%; margin:0; padding:0; position:absolute; left:0; top:0; bottom:0; background:rgba(0, 0, 0, 0.7); z-index:1;}
.slider_sec img{ width:100%;}
.slider_sec .date_info{ float:left; margin:0; padding:0; font-size:16px; color:#fff; position:absolute; top:10px; left:20px; z-index:2;line-height: normal;text-align: left;text-transform: uppercase;}
.slider_sec .date_info strong{ display:block; font-size:24px;}
.slider_sec .caption{ width:100%; float:left; margin:0; padding:20px; position:absolute; top:auto; bottom:-41%; right:auto; left:0; z-index:2; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition:all .6s ease-in-out;}
.slider_sec h3{ margin:0 0 15px 0; padding:0; font-size:16px; color:#2DBE60; }
.slider_sec h3 span{ border-bottom:2px solid #2DBE60; display:inline-block;}
.slider_sec h2{margin:0 0 15px 0; padding:0; font-size:30px; font-weight:600; color:#fff; text-transform: capitalize; line-height: 32px}
.slider_sec h2 a{color:#fff;}
.slider_sec h2 a:hover{color:#2DBE60;}
.slider_sec p{margin:0 0 20px 0; padding:0; font-size:15px; color:#fff;}
ul.share_info{ margin:0; padding:0; margin:0 0 20px 0;}
ul.share_info li{ margin:0; padding:0; display:inline-block; font-size:14px; color:#fff;}
ul.share_info li:after{ content:"|"; padding:0 10px; font-size:16px; color:#fff;}
ul.share_info li:last-child:after{display:none;}
ul.share_info li a i{margin:0 5px 0 0; padding:0;}
ul.share_info li a{color:#fff;}
ul.share_info li a:hover{color:#2DBE60;}

.slider_sec .readmore_btn{ min-width:160px; height:40px; display:inline-block; margin:0; padding:0; font-size:14px; color:#fff; line-height:40px; text-align:center; background:#2DBE60; border-radius:25px;}
.slider_sec .readmore_btn i{ margin:0 0 0 3px;}
.slider_sec .readmore_btn:hover{      background: #fff; color: #2DBE60;}

.slider_sec .owl-carousel .owl-item.active .caption{ bottom:60px;}
/***********  END Slider Section Part  ************/

/********* Latest Posts **********/
.profile_sec{width:100%; float:left; margin:0; padding:0;}
.profile_sec .details{width:100%; float:left; margin:0 0 30px 0; padding:0; box-shadow: 0 0 15px 0 rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20); -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.20);}
.profile_sec .block{width:100%; float:left; margin:0; padding:0; position:relative;height: 220px; overflow: hidden;}
.profile_sec img{width:100%; margin: auto; position: absolute; top: 50%; bottom: 50%;}
.profile_sec .caption_info{width:100%; float:left; margin:0; padding:15px; position:absolute; left:0; bottom:0; 
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 18%, rgba(0,0,0,0.53) 53%, rgba(0,0,0,0.72) 73%, rgba(0,0,0,0.83) 88%, rgba(0,0,0,0.9) 100%); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 18%,rgba(0,0,0,0.53) 53%,rgba(0,0,0,0.72) 73%,rgba(0,0,0,0.83) 88%,rgba(0,0,0,0.9) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 18%,rgba(0,0,0,0.53) 53%,rgba(0,0,0,0.72) 73%,rgba(0,0,0,0.83) 88%,rgba(0,0,0,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); }
.profile_sec h3{margin:0 0 15px 0; padding:0; font-family: 'Montserrat', sans-serif;  font-size:14px; font-weight:500; color:#2DBE60;}
.profile_sec h3 span{border-bottom:2px solid #2DBE60; }
.profile_sec .article_info{width:100%; float:left; margin:0; padding:0; font-size:18px; color:#fff; font-weight:500; line-height:24px;font-family: 'Montserrat', sans-serif; text-transform: uppercase;}
.profile_sec .article_info a{ color:#fff;}
.profile_sec .article_info a:hover{color:#2DBE60;}
.profile_sec .block_info{width:100%; float:left; margin:0; padding:15px; background:#fff;}
.profile_sec .block_info .date_info{ width:100%; margin:0 0 10px 0; padding:0; font-size:13px; color:#777777; display:inline-block; font-family: 'Montserrat', sans-serif; text-transform: capitalize;}
.profile_sec .block_info .date_info i{margin:0 6px 0 0; padding:0;}
.profile_sec .block_info p{ min-height:120px; margin:0 0 10px 0; padding:0; font-size:15px; color:#525252; line-height:24px; font-weight:300; font-family: 'Montserrat', sans-serif; }
.profile_sec ul.share_info{ display:inline-block; margin-bottom:0;}
.profile_sec ul.share_info li a{color:#777777;  font-family: 'Montserrat', sans-serif; }
.profile_sec ul.share_info li:after{color:#777777; padding:0 7px;}
.profile_sec ul.share_info li a:hover{ color:#2DBE60;}
.profile_sec .more_btn{margin:4px 0 0 0; padding:0; float:right; font-size:13px; color:#2DBE60;}
.profile_sec .more_btn:hover{color:#777777;}
.profile_sec .browser_btn{ width:100%; max-width:200px; height:40px; display:block; padding:0 10px; margin:0 auto; background:#2DBE60; color:#fff; font-size:14px; text-align:center; line-height:40px; border-radius:25px; font-weight:300;}
.profile_sec .browser_btn:hover{ color:#fff; background:#3d3d3d;}

.search_detail{ width:100%; float:left; margin:0 0 30px 0; padding:20px; background:#fff;}
.search_detail p{margin:0; padding:0 0 20px 0; font-size:12px; color:#414141; font-weight:300;}
.search_detail .field{width:100%; height:52px; float:left; margin:0 0 15px 0; padding:0 20px; border:1px solid #cecccc; font-size:16px; color:#595959;}
.search_detail select.select_info{ width:100%; height:52px; float:left; margin:0 0 15px 0; padding:0 35px 0 20px; border:1px solid #cecccc; font-size:16px; color:#595959; -webkit-appearance: none; -moz-appearance: none; appearance: none;  background: url(../images/select_arrow.png) no-repeat right 10px center;}
.search_detail .search_btn{width:100%; height:52px; float:left; margin:0; padding:0 20px; background:#2DBE60; text-align:center; line-height:52px; font-size:16px; color:#fff; text-transform:uppercase;}
.search_detail .search_btn:hover{background:#333333;}

.home_detail .add_detail{ width:100%; float:left; margin:0 0 30px 0; padding:0;}
.home_detail .add_detail img{ width:100%; }

.home_detail .business_info{ width:100%; float:left; margin:0 0 30px 0; padding:30px 20px 150px 20px; text-align:center; background:url(../images/home_detail_featured_bg.jpg) no-repeat center center / cover;}
.business_info h2{margin:0 0 25px 0; padding:0; font-size:30px; font-weight:600; color:#fff;}
.business_info h3{margin:0 0 25px 0; padding:0; font-size:20px; font-weight:600; color:#fff;}
.business_info p{margin:0 0 20px 0; padding:0; font-size:16px; font-weight:300; color:#fff; line-height:24px;}
.business_info .business_link{ margin:0; padding:0; font-size:16px; font-weight:400; color:#fff; text-decoration:underline;}
.business_info .business_link:hover{color:#fff; opacity:0.7;}
.profile_sec h2 {margin-top: 0;margin-bottom: 15px;}
/********* END Latest Posts **********/
.share_info .tptn_counter {
    display: inline;
}
.search-form button:hover {
    background-color: #2DBE60;
    color: #fff;
    border-color: #2DBE60;
}
.noSearchResultFound{
	margin-bottom: 20px;
}
footer {
    margin-top: 30px;
}
.owl-carousel .owl-item img {
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
}
.postDescription .supsystic-social-sharing .sharer-flat.mail {
    background-color: black;
}

.postDescription .supsystic-social-sharing .sharer-flat.mail .fa-envelope-o:before {
    content: "\f0e0";
}
.postDescription .supsystic-social-sharing .sharer-flat.googleplus .fa-google-plus:before {
    content: "\f0d5";
}
.postDescription .supsystic-social-sharing .sharer-flat.sharer-flat-6{
	width: 123px;
	font-size: 17px;
    padding: 10px;
}
.breadcrumb span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
img.tptn_thumb.tptn_firstchild{
/*	display: none;*/
}
/* .postDescription p{
	padding-bottom: 70px;
} */

/********** Footer Section *********************/
 footer.index-ftr{ background-color: #11161a; padding: 35px 0 0; z-index: 1; position: relative;}
.index-ftr h3{ font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:20px; font-weight: 500;}
.index-ftr p{ color:#cdcfd0; font-size:13px; line-height:22px;margin-bottom: 0;}
.index-ftr ul li a{ font-size:14px; color:#cdcfd0; line-height:34px;}
.index-ftr ul li a:hover{ color:#2DBE60;}
.index-ftr ul li a:focus{ text-decoration:none;}
.index-ftr .form-group .input-group-btn .btn{ background:#40c340; line-height:26px;border-radius:2px;}
.index-ftr .input-group .form-control{ font-size:14px; height:40px; border-radius:2px;}
.index-ftr .any-question li{ font-size:14px; color:#cdcfd0; line-height: 34px;margin-right: 17px;}
.index-ftr .any-question li a{ color:#40c340;}
.index-ftr .any-question li span{ color:#fff;}
footer.index-ftr ul.social-link { margin-bottom:30px;}
footer.index-ftr ul.social-link li{ border:2px solid #2dbe60; border-radius: 50%; width:40px; padding:0;margin:0 2px; line-height:36px; text-align:center;}
footer.index-ftr ul.social-link li a{ display:block;color:#fff;}
footer.index-ftr ul.social-link li:hover{ background:#2dbe60;}
footer.index-ftr ul.social-link li:hover a{ color:#fff;}
.btm-footer{ background:#000; padding:26px 0; margin-top:40px;}
.btm-footer p{ font-size:13px; color:#fff; margin-bottom: 0px;}
.btm-footer p span{ color:#40c340;}
.btm-footer ul{ margin-bottom:0;    padding-left: 0;}
.btm-footer ul li{border-right:1px solid #cdcfd0; display:inline;}
.btm-footer ul li a{ font-size:12px; color:#cdcfd0; padding:0 8px;}
.btm-footer ul li:last-child { border-right:none;}
footer .about p {
    color: #2DBE60;
}
/********** END Footer Section *********************/

.mainmenu ul li {
    line-height: 62px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.navbar-default .mainmenu ul li.call-detail a {
    background-color: #2dbe60 !important;
    color: #fff !important;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    border-radius: 2px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-right: 14px;
}
.navbar-default .mainmenu ul li a {
    text-decoration: none;
    display: inline-block;
    color: #525252;
    padding: 0px 15px;
    margin-right: 20px;
}
.call-detail-mobile {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
}
.call-detail-mobile a {
    color: #2DBE60;
}
.call-detail-mobile a i{
    font-size: 42px;
}
.bg-modal{
	padding-top:53px !important;
}
.index-ftr li{
	line-height: 1.42857143;
}
.noSearchResultFound form{
	display: none;
}
.error404 .noSearchResultFound form{
	display: block;
}
ul.pagination {
    margin-top: 0px;
}
ul.pagination li span, ul.pagination li a, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus{
	border: 1px solid #2DBE60 !important;
}
ul.pagination li a{
	color: #2DBE60;
	margin-bottom: 5px;
}
ul.pagination li span, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus{
	background-color: #2DBE60;
    color: #fff;
}
span.page-numbers.dots {
    background-color: #fff;
    color: #2DBE60;
}
.tptn_posts ul li:LAST-CHILD {
	margin-bottom: 0px;
}
label.error {
    color: red;
    font-weight: normal;
    font-size: 14px;
}
.connected.success {
    color: #2DBE60 !important;
    font-size: 14px;
}
ul.pagination.nextPrev {
    width: 100%;
}
.pagination.nextPrev li a:last-child {
    float: right;
}
.pagination.nextPrev li a:first-child, .pagination.nextPrev li a:only-child{
    float: left;
}






































@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
	.profile_sec .article_info{ font-size:14px;}
	.profile_sec .block_info{ padding:20px 15px;}
	.profile_sec .block_info p{ font-size:13px; min-height:145px;}
	.mainmenu ul {
	    text-align: center;
	    display: none;
	}
	.navbar-brand>img{
    	margin: 0 auto; 
	}
	.navbar-brand {
		width: 100%;		
	}
}

@media screen and (max-width: 767px) {
	.navbar-toggle{
		margin-top: 15px;	
	}
	.wp_rp_wrap.wp_rp_plain{
		display: inline-block;
		margin-bottom: 20px;
	}
	.profile_sec .block_info p{ min-height:inherit; font-size:14px;}
	.index-ftr h3{
		margin-top: 20px;
	}
	.index-ftr .about h3{
	margin-top: 0px
	}
	div#intercom-container {
	    display: none;
	}
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 62px;
	}
	.sidebar {
    	margin-top: 50px;
	}
	.index-ftr h3{
		margin-top: 0px;
	}
}
	
@media screen and (max-width: 600px) {
	.slider_sec h2{ font-size:23px;}
	.slider_sec p{ font-size:13px;}
	.slider_sec .owl-nav div.owl-prev, .slider_sec .owl-nav div.owl-next{background-size: 60%}
}
@media screen and (max-width: 480px) {
	.navbar-brand>img{
    	width: 170px; 
	}
	.navbar {
 	   min-height: 53px;
	}
	body {
		padding-top: 53px;
	}
	.navbar-brand {
		width: 100%;		
	}
}
@media screen and (min-width: 300px) and (max-width: 500px) {	
	ul.related_post li{
		width: 100%;
		margin: 0px 0 20px 0 !important;
	}
	ul.related_post li img {
	    height: 240px;
	    width: 100%;
	}
	.profile_sec .more_btn, ul.share_info li {
		font-size: 12px;
	}
	.profile_sec ul.share_info li:after{
		padding: 0 6px;
		font-size: 14px;
	}
	.profile_sec .more_btn{
		margin: 5px 0 0 0;
	}
	ul.share_info li a i{
		margin: 0 3px 0 0;
	}
}

@media screen and (min-width: 501px) and (max-width: 600px) {
}

@media screen and (min-width: 501px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.tptn_posts .tptn_title, .tptn_date{
		float: left;
		margin-bottom: 0px;
	}
	.tptn_posts ul li{
		margin-bottom: 14px;
	    padding-bottom: 8px !important;
	    border-bottom: 1px solid #eee;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 1200px) {
	.profile_sec .block_info p{ font-size:15px; min-height:100px;}
}