/************ TABLE OF CONTENTS ***************
 
    1. General Styling
	2. Main structure
	3. Header
	4. Navigation 
	5. Navigation 1
	6. Navigation 2
	7. Navigation 3
	8. Loop Post
	9. Pagination
	10. Brands
	11. Video section
	12. Footer
	13. Posts in footer
	14. Subfooter section
	15. Copyright
	16. Blog post
	17. Comments
	18. Sidebar right widgets
	19. Footer widgets
	20. Main search widget
	21. Homepage styling
	12. 404 page

**********************************************/

/* ----------     General Styling     -------------*/
body{
font-family: 'Open Sans', sans-serif;
}
hr {
    margin-bottom: 25px;
    margin-top: 30px;
}
br.clearfix {
    clear: both;
}
a {
    color: #000;
}
a:hover {
    color: #333;
}

/* ----------     Main structure   -------------*/
.content-onepage.container p{
    line-height: 1.6;
    font-size: 13.9px;
	color:#747474;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.68);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 360px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 360px;
  }
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/* ----------     header   -------------*/
.superior-bar {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.superior-bar .clearfix{
	position:relative;
    overflow: hidden;
    border-right: 1px solid #ececec;
}

.header-left-toggle a .ion {
    font-size: 29px;
    font-weight: 100;
}
.header-left-toggle {
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 30px 28px 0 28px;
    z-index: 2;
	background:#FFF;
}
.header-left-toggle a span{
	font-family: 'Merriweather', serif;
    color: #bdbdbd;
    padding-left: 17px;
    font-style: italic;
    position: relative;
    top: -5px;
}
.header-right-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 32px 28px 0 28px;
}
#example{
	z-index: 1;
}
.logo{
    text-align: center;
    display: inline-block;
    margin: auto;
    padding: 21px 0;
    position: relative;
}
.site-header{
	border-top:3px solid #f70d28;
}
.header-right-toggle span.search-top-label {
    color: #bdbdbd;
    padding-right: 41px;
	font-family: 'Merriweather', serif;
    font-style: italic;
    position: relative;
    top: -5px;
}
.header-right-toggle a .ion{
    font-size: 25px;
    color: #666;
    font-weight: 100;
	position:relative;
}

/* ----------     Navigation   -------------*/
.main-navigation ul{
	list-style:none;
	padding-left:0;
	text-align: center;
	margin-bottom: 0;

}
.main-navigation >ul{
    display: inline-block;
}
.main-navigation>ul>li{
	display: inline-block;
}

.main-navigation>ul>li>a{
	position:relative;
}
.main-navigation>ul>li>a:before {
    content: '';
    height: 9px;
    width: 9px;
    background: #f70d28;
	opacity:0;
    position: absolute;
    bottom: -5px;
    border: 2px solid #fff;
    border-radius: 26px;
    left: 50%;
    margin-left: -4.5px;
    z-index: 3;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	
}
.main-navigation>ul>li.current-menu-item>a:before {
	background: #f70d28;
}
.main-navigation>ul:hover>li.current-menu-item>a:before {	
	background:transparent;
	opacity:0;
}
.main-navigation>ul>li:hover>a:before {
	background:#f70d28 !important;
	opacity:1;
}
.label-menu-item-w{
    position: absolute;
    bottom:-9px;
    text-align: center;
    display: block;
    left: 0;
    width: 100%;
	z-index: 3;
}
.label-menu-item-w span{
    border-radius: 26px;
    color: #fff;
    font-size: 9px;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1;
    border: 2px solid #fff;
}
#main-header {
    border-bottom: 1px solid #ececec;
}

/*** NAVIGATION 1 ***/

.nav-top {
	font-size: 15px;
	font-weight: 700;
	padding-top: 17px;
}
#nav-top-1 .menu-item-has-children > ul{
    left: -10px;
    background: #fff;
    top: 100%;
    min-width: 225px;
    text-align: left;
    border: 1px solid #ececec;
    padding-bottom: 13px;
    padding-top: 9px;
    border-bottom: 3px solid #f70d28;
	white-space: nowrap;
    z-index: 1;
}

#nav-top-1 .menu-item-has-children > ul a{
    font-size: 13px; 
	padding: 10px 20px;
    padding-right: 30px;
    display: block;
}
#nav-top-1 .menu-item-has-children > ul a:hover{
	color:#f70d28;
}
#nav-top-1 .main-navigation>ul>li.menu-item-has-children .menu-item-has-children>a:after{
    font-weight: bold;
    color: #f70d28;
    font-size: 11px;
    line-height: 1.1;
    padding-left: 5px;
    margin-right: -2px;
    position: absolute;
    top: 15px;
    right: 16px;
    content: "\f0da";
    font-family: FontAwesome;
    display: -moz-inline-stack;
}
#nav-top-1 .main-navigation>ul li.menu-item-has-children{
	position:relative;
}
#nav-top-1 .main-navigation>ul>li.menu-item-has-children .menu-item-has-children ul{
    left: 100%;
    top: -10px;
}


/*** NAVIGATION MENU 2 ***/
#nav-top-2 .main-navigation,
#nav-top-3 .main-navigation{
    position: relative;
    margin: 0 -25px;
}
#nav-top-2 .main-navigation >ul>li>ul:before {
    content: '';
    height: 18px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: -6px;
    left: 0;
}
#nav-top-2 .main-navigation .menu-item-has-children>ul ul{
    display:block;
    position: static;
    border-bottom: none;
    padding-right: 12px;
    padding-left: 12px;
	    text-align: left;
}
#nav-top-2 .main-navigation >ul>li>ul>li{
    display:block;
    width:20%;
    float:left;
}
#nav-top-2 .main-navigation>ul>li ul li{
    padding-left: 0;
}
.easy-nav-top .main-navigation ul ul .fa,
.easy-nav-top .main-navigation ul ul .ion {
    font-size: 13px;
    padding-right: 14px;
    top: 0;
	color:#f70d28;
}
.easy-nav-top .main-navigation ul ul .fa{
    padding-right: 12px;
    margin-left: -1px;
}
#nav-top-1.easy-nav-top .main-navigation ul ul .fa,
#nav-top-1.easy-nav-top .main-navigation ul ul .ion {
    padding-right: 12px;
}
#nav-top-1.easy-nav-top .main-navigation ul ul .fa{
    padding-right: 10px;
}
#nav-top-2 .main-navigation>ul>li>ul>li>a{
    text-transform: uppercase;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ececec;
    padding: 20px 19px;
    margin-bottom: 12px;
    color: #f70d28;
    font-size: 14px;
}
#nav-top-2 .main-navigation>ul>li>ul>li>a .fa{
    color:#A7D24A;
}
#nav-top-2 .main-navigation>ul>li>ul>li:hover{
    background:none;
}
#nav-top-2 .main-navigation .menu-item-has-children>ul ul>li a{
    font-size: 13px;
    padding: 10px 10px;
    display: inline-block;
}
#nav-top-2 .main-navigation .menu-item-has-children>ul ul>li a:hover{
	color:#f70d28;
}
#nav-top-2 .main-navigation>ul>li ul ul:before,#nav-top-2>ul>li ul .menu-item-has-children:before{
    content:none;
}
#nav-top-2 .main-navigation >ul>li,
#nav-top-3 .main-navigation >ul>li{
    position:static;
}
#nav-top-2 .main-navigation >ul>li>ul ,
#nav-top-3 .main-navigation >ul>li>ul {
	left: 0;
    min-width: 100%;
    top: 100%;
    padding-bottom: 17px;
    border: 1px solid #ececec;
    background: #fff;
    border-bottom: 3px solid #f70d28;
    z-index: 2;
}
/* ----------     Navigation 3   -------------*/
#nav-top-3 .main-navigation .menu-item-has-children>ul ul{
position: relative;
}
#nav-top-3 .main-navigation .menu-item-has-children>ul ul>li .content-menu-post{
display:none;
}
#nav-top-3 .main-navigation .menu-item-has-children>ul ul ul{
    display: block;    
}
.main-navigation .feo-menu {
	width: 25%;
    padding: 25px;
    float: left;
    border: none;
}
#nav-top-3 .tab-content {
    padding-left: 25%;
    padding-top: 20px;
    padding-right: 20px;
    text-align: left;
}
.feo-menu>li:before {
    font-family: "Ionicons";
    content: "\f125";
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: 100;
    color: #f70d28;
    margin-top: -11px;
}
.feo-menu>li {
    text-align: left;
    border: 1px solid #ececec;
    border-bottom: none;
    float: none;
}
.feo-menu>li:last-child {
	border-bottom: 1px solid #ececec;
}
.feo-menu>li>a {
    padding: 13px 20px;
    display: block;
    margin-right: 0;
}
.feo-menu>li>a .icon{
	font-size: 13px;
    padding-right: 14px;
	color:#f70d28;
}
.feo-menu.nav-tabs > li > a,
.feo-menu.nav-tabs > li.active > a,
.feo-menu.nav-tabs > li.active > a:hover{
	color: #000;
    background-color: transparent;
    border: none;
	cursor: pointer;
}
.feo-menu.nav-tabs>li a{
	border-left: 3px solid transparent;
}
.feo-menu.nav-tabs > li.active a,
.feo-menu.nav-tabs > li.active > a:hover{
	border-left: 3px solid #f70d28;
}
.feo-menu.nav-tabs>li a[aria-expanded="true"]:hover,
.feo-menu.nav-tabs>li a[aria-expanded="true"]{
	border-left: 3px solid #f70d28;
}
.desc_menu_i {
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 100;
    display: block;
}
.main-navigation>ul>li.menu-item-has-children>a:after{
    font-weight: bold;
    color: #000;
    font-size: 10px;
    line-height: 1.1;
    padding-left: 5px;
    margin-right: -2px;
    position: relative;
    top: 0px;
    content: "\f0d7";
    font-family:  FontAwesome;
    display: -moz-inline-stack;
}
.main-navigation>ul>li>a{
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    padding-bottom: 18px;
    display: inline-block;
    white-space: nowrap;
}
.dropdown-menu-dex{
display:none;
}
.main-navigation>ul>li ul{
    position: absolute;
}
.main-navigation>ul li:hover>ul{
	display:block;
}
.content-menu-post{
font-weight:initial;
}
/* ----------     Banner of top   -------------*/
.banner-normal {
    border: 1px solid #ececec;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.color-legend {
    display: inline-block;
    height: 31px;
    width: 31px;
    background: #ddd;
    margin-right: 13px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.banner-normal h4{
    padding-top: 12px;
    padding-left: 10px;
    font-weight: 700;
    color: #000;
    padding-bottom: 9px;
}

.loop-posts-view span{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.loop-posts-view {
    position: absolute;
    right: 20px;
    top: 18px;
}
.heading-normal {
    margin-bottom: 30px;
}
.body-post .title-post-loop,
.title-post-loop{
    font-weight: 700;
    color: #000;
    font-size: 16px;
	margin-left: 27px;
    padding-top: 7px;
    line-height:1.4;
}
.blog-item img{
	max-width:100%;
	height:auto;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}
.blog-itemz:hover .the_thumb_loop img{
transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.cat-label {    
    margin-top: -17px;    
}
.cat-label a{
	color:#fff;
}
.cat-label span,span.cat-labelito{
	background: #C1C1C1;
    color: #fff;
    padding: 5px 13px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 27px;
	display: inline-block;
    position: relative;
}
span.cat-labelito{
    padding: 6px 13px;
    vertical-align: middle;
    top: -3px;
	margin-left: 7px;
}
.cat-labelito a{
	color:#fff;
}
.the_thumb_loop{
	display:block;
    overflow: hidden;
}
/* ----------     Loop Post   -------------*/
.blog-item{
	position:relative;
    margin-bottom: 29px;
}
.blog-item-excerpt {
    padding-left: 27px;
	display:none;
	line-height: 1.6;
	margin-bottom: 15px;
}
.blog-itemb .blog-item-excerpt{
	display:block;
}
.blog-itemb .title-post-loop {
    margin-bottom: 12px;
    padding-top: 5px;
}
.single-blog-page .e_blog_c .blog-item .metases,
.single-blog-page .e_blog_b .blog-item .metases,
.e_blog_c .blog-item .metases,
.e_blog_b .blog-item .metases,
.blog-item .metases{
    padding-left: 27px;
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    padding-top: 2px;
    display: block;
}
.blog-item .metases i,.metases i{
    color: #f70d28;
    padding-right: 6px;
    position: relative;
    top: 2px;
}
.blog-item .metases i~i{
    padding-left: 12px;
}
/* ----------    Pagination   -------------*/
.blog-pagination {
    background: #f70d28;
    border-radius: 30px;
    padding: 5px 6px;
}
.blog-pagination li a{
    color: #fff;
    padding: 0 12px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
}
.blog-pagination ul{
	list-style:none;
	padding-left:0;
	text-align:center;
	position:relative;
    margin-bottom: 0;
}
.blog-pagination li{
	display:inline-block;
}
.fpagination{
position:absolute;
left:0;
}
.epagination{
position:absolute;
right:0;
}
.blog-pagination .fpagination a,.blog-pagination .epagination a{
	background:none;
	color:#fff;
}
.fpagination .fa{
    padding-right: 17px;
}
.epagination .fa{
    padding-left: 17px;
}
.blog-pagination li a:hover,.blog-pagination li.active a{
	opacity:0.9;
}
.add-theme{
	text-align:center;
}
.add-theme img:hover,.brands img:hover{
	opacity:0.9;
}
.blog-posts {
    margin-bottom: 17px;
}
/* ----------     brands   -------------*/
.brands{
    background: #fefefe;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 43px;
    padding-top: 43px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.brands a{
    width: 16.6%;
    text-align: center;
    display: block;
    float: left;
}
/* ----------     Video section   -------------*/
.title-news-ofooter h4{
    color: #f70d28;
    font-size: 34px;
    font-weight: bold;
    margin-top: 0;
}
.title-news-ofooter span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.title-news-ofooter{
	text-align:right;
}
.show-news-action.show-news-action-emp{
    margin-bottom: 39px;
    margin-top: 30px;
}
/* ----------     Footer   -------------*/
footer{
	background:url(../images/pattern.jpg);
	color:#aaaaaa;
}
footer .widget h4{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
	position:relative;
	color:#fff;
    margin-bottom: 26px;
}
footer .widget {
    margin-bottom: 39px;
}
footer .widget li a{
color:#aaaaaa;
transition:all .1s ease-in-out;
-moz-transition:all .1s ease-in-out;
-webkit-transition:all .1s ease-in-out;

}
footer .widget li a:hover{
color:#fff;
}
/* ----------     Posts in footer   -------------*/
.show-news-action {
	margin-bottom: -220px;
	margin-top: 30px;
}
.show-news-action .title-post-loop a{
	color:#fff;
}
.show-news-action+footer:before {
    content:'';
	display:block;
	width:100%;
	height: 240px;
	background:url(../images/pattern.jpg);
	border-bottom:1px solid #4a4a4a;
}
.sticky_label {
    background: #f70d28;
    color: #fff;
    font-size: 13px;
    padding: 0px 6px 1px;
    padding-left: 10px;
    border-radius: 36px;
    white-space: nowrap;
}
.sticky_label .fa{
    font-size: 8px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}
/* ----------     Subfooter section   -------------*/
.sub-footer{
	background:#fff;
	position:relative;
    border-bottom: 3px solid #f70d28;
}
.go-top{
position: absolute;
    background: #f70d28;
    left: 50%;
    top: -37px;
    color: #fff;
    width: 40px;
    text-align: center;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-radius: 100px;
    z-index: 1;
}
.go-top:hover{
 color: #fff;
 opacity:0.9;
}
.go-top i{
    font-size: 22px;
}
.go-top span{
    font-size: 10px;
    display: block;
    font-weight: bold;
}
/* ----------     Copyright   -------------*/
.copyright-text {
    padding: 19px 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
}
.copyright-text span{
	float:right;
}
/* ----------     Blog post   -------------*/
.blog-itemb .the_thumb_loop {
    float: left;
    width: 53%;
}
.blog-itemb .loop_post_has_thumb {
    float: right;
    width: 47%;
}
.blog-itemb:before{
    content: " ";
    display: table;
}
.blog-itemb:after {
    content: " ";
    display: table;
    clear: both;	
}
.blog-itemb .cat-label {
    margin-top: 20px;
}
.body-post{
	color:#747474;
}
.body-post p{
    line-height: 1.6;
    font-size: 13.9px;
    margin-bottom: 20px;
}
.title-post{
    margin-top: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
}
.single-blog-page .blog-item .metases {
    padding-left: 0;
    margin-bottom: 30px;
}
.heading-normal img{
max-width:100%;
    height: auto;
}
.body-post blockquote {
    border-left: 3px solid #f70d28;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 48px;
}
.body-post blockquote:before{
    content: '\f347';
    font-family: "Ionicons";
    color: #f70d28;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 13px;
}
.body-post h3+blockquote {
    margin-top: 25px;
}
.body-post ul.arrows{
    list-style: none;
    padding-left: 0;
}
.body-post ul.arrows li:before{
    content: '\f3d6';
    font-family: "Ionicons";
    color: #f70d28;
    padding-right: 10px;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.the_tags_post {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ececec;
    padding: 22px 0 37px;
    padding-left: 63px;
}

.the_tags_post a{
    color: #fff;
    background: #f70d28;
    font-size: 13px;
    padding: 9px 23px;
    border-radius: 116px;
    text-transform: uppercase;
    margin-right: 3px;
    margin-bottom: 4px;
    display: inline-block;
	border:1px solid #f70d28;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;

}
.the_tags_post a:hover{
	border-color:#efefef;
	background:#fff;
	color:#000;
}
.the_tags_post span{
    padding-right: 13px;
    vertical-align: middle;
    margin-left: -63px;
}
.the-item .text-content{
	margin-bottom:30px;
}
.grad {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
	width:100%;
    height: 100%;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #000); /* Standard syntax (must be last) */
}
.direction-left ,.direction-right a{
	display: block;
}
.direction-left,.direction-right{
	position:relative;
}
.direction-left p span,.direction-right p span{
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    padding-bottom: 8px;
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.direction-left p,.direction-right p{
    color: #fff;
    z-index: 1;
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0;
    padding-right: 23px;
    bottom: 17px;
    width: 100%;
    padding-left: 90px;
}
.direction-right p{
	right: auto;
	left: 0;
	text-align: left;
	padding-left: 23px;
    padding-right: 90px;
}
.direction-left .ion,.direction-right .ion{
    position: absolute;
    color: #fff;
    bottom: 23px;
    left: 23px;
    background: #f70d28;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 100px;
}
.direction-right .ion{
	left: auto;
	right: 23px;
}
.direction-right p.dir-no-thumb{
    padding-right: 70px;
}
.direction-left p.dir-no-thumb{
    padding-left: 70px;
}
/* ----------     Comments   -------------*/
.st_comment {
    margin-top: 13px;
    font-weight: bold;
    font-size: 33px;
    line-height: 1.3;
    color: #f70d28;
    text-align: center;
}
.st_comment+span{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    margin-top: -3px;
    margin-bottom: 57px;
}
.ulcoments{
	list-style:none;
	padding-left:0;
}
.ulcoments .children{
	list-style:none;
}
.comment-items .author_gravatar{
    border-radius: 100px;
    float: left;
}
.author_gravatar,.pmeta-thumb img,.hmeta-thumb img{
    border-radius: 100px;
}
.comment-comment {
    padding-left: 119px;
}
.comment-reply-link,.comment-comment .metases{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
}
.comment-reply-link i{
	color:#f70d28;
    padding-left: 7px;
}
.author-comment{
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
.comment-reply-link{
    float: right;
}
.comment-comment .metases{
    margin-bottom: 24px;
    display: block;
}
.comment-field,.contact-form input[type=text],.contact-form textarea{
    width: 100%;
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
    line-height: 41px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
	color:#000;
}
textarea.comment-field,.contact-form textarea{
    height: 184px;
    border-radius: 21px;
	resize: none;
    line-height: 1.8;
    padding-top: 15px;
}
.contact-form  *:focus{
	outline:none;
}
.title-page{
	text-align:center;
    margin-bottom: 30px;
}
.comment-field:focus{
	outline:none;
	border-color:#dedede;
}
.send-wrap a, .contact-form i{
    position: absolute;
    right: 20px;
    bottom: 24px;
    color: #fff;
    background: #f70d28;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    font-size: 13px;
	transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
	
}
.send-wrap a:hover{
	background: #FB253C;
}
.contact-form br{
	display:none;
}
.send-wrap{
	position:relative;
}
.va-gray,.va-gray a{
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
}
.comment-comment p {
    line-height: 1.6;
    font-size: 13.9px;
    color: #747474;
}
/* ----------     Sidebar right  -------------*/
.searchform {
    position: relative;
    margin-bottom: 20px;
    color: #979797;
}
label.screen-reader-text {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #979797;
    cursor: text;
    font-weight: 400;
    font-size: 14px;
    display:none;
}
input[name="s"] {
width: 100%;
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
    line-height: 41px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
}
input[name="s"]:focus{
    outline: none;
    border-color: #dedede;
}
.searchform input[type="submit"]{
    position: absolute;
    top: 1px;
    right: 5px;
    opacity: 0;
    width: 38px;
}
.blog-sidebar ul{
    padding-left:0;
    list-style:none;
	margin-bottom: 0;
}
.blog-sidebar .widget{
    margin-bottom: 39px;
    position: relative;
}
.blog-sidebar .widget:last-child{
	margin-bottom:14px !important;
}
.blog-sidebar .widget h4{
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 27px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
}
.blog-sidebar .widget_title:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #f70d28;
    right: 0;
}
.blog-sidebar .widget.widget_nav_menu h4,
.blog-sidebar .widget.widget_pages h4,
.blog-sidebar .widget.widget_meta h4,
.blog-sidebar .widget.widget_archive h4,
.blog-sidebar .widget.widget_product_categories h4,
.blog-sidebar .widget.widget_categories h4,
.blog-sidebar .widget.widget_recent_entries h4,
.blog-sidebar .widget.widget_recent_comments h4{

}
.blog-sidebar .widget.widget_nav_menu li, 
.blog-sidebar .widget.widget_pages li, 
.blog-sidebar .widget.widget_meta li, 
.blog-sidebar .widget.widget_archive li, 
.blog-sidebar .widget.widget_product_categories li, 
.blog-sidebar .widget.widget_categories li, 
.blog-sidebar .widget.widget_recent_entries li, 
.blog-sidebar .widget.widget_recent_comments li{
position:relative;
    line-height: 1.5;
    padding-left: 21px;
    line-height: 1.7;
    margin-bottom: 4px;
}
.blog-sidebar .widget.widget_nav_menu li:before, 
.blog-sidebar .widget.widget_pages li:before, 
.blog-sidebar .widget.widget_meta li:before, 
.blog-sidebar .widget.widget_archive li:before, 
.blog-sidebar .widget.widget_product_categories li:before, 
.blog-sidebar .widget.widget_categories li:before, 
.blog-sidebar .widget.widget_recent_entries li:before, 
.blog-sidebar .widget.widget_recent_comments li:before{
    content: '\f3d6';
    font-family: "Ionicons";
    color: #f70d28;
    padding-right: 10px;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0px;
}

.pmeta-thumb {
    text-align: center;
    border: 1px solid #ececec;
    padding: 25px 0;
}
.pmeta-thumb span{
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-top: 8px;
}
.pmeta-author {
    text-align: center;
    padding: 19px 0 23px;
    border: 1px solid #ececec;
    background: #fafafa;
    margin-bottom: 30px;
}
.pmeta-count{
    text-align: center;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 6px;
}
.pmeta-author span{
display:block;
}
.pmeta-count+span a{
	font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.pmeta-count+span a:hover{
	text-decoration:underline;
}
.pmeta-shares a{
    color: #fff;
    background: #f70d28;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 116px;
    text-transform: uppercase;
    border: 1px solid #f70d28;
	display:block;
	font-weight: bold;
	margin-bottom: 4px;
	transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
	
}
.pmeta-shares ul{
	list-style:none;
	padding-left:0;
}
.pmeta-shares li i{
    padding-right: 10px;
    font-size: 15px;
}
.pmeta-shares .shacount{
    float: right;
}
.shatwitter a { background:#00aced; border-color:#00aced}
.shafacebook a { background:#3b5998; border-color:#3b5998}
.shagoogleplus a { background:#dd4b39; border-color:#dd4b39}
.shapinterest a { background:#cb2027; border-color:#cb2027}
.shalinkedin a { background:#007bb6; border-color:#007bb6}
.shayoutube a { background:#bb0000; border-color:#bb0000}
.shavimeo a { background:#aad450; border-color:#aad450}
.shatumblr a { background:#32506d; border-color:#32506d}
.shainstagram a { background:#517fa4; border-color:#517fa4}
.shaflickr a { background:#ff0084; border-color:#ff0084}
.shadribbble a { background:#ea4c89; border-color:#ea4c89}
.shaquora a { background:#a82400; border-color:#a82400}
.shafoursquare a { background:#0072b1; border-color:#0072b1}
.shaforrst a { background:#5B9A68; border-color:#5B9A68}
.shavk a { background:#45668e; border-color:#45668e}
.shawordpress a { background:#21759b; border-color:#21759b}
.shastumbleupon a { background:#EB4823; border-color:#EB4823}
.shayahoo a { background:#7B0099; border-color:#7B0099}
.shablogger a { background:#fb8f3d; border-color:#fb8f3d}
.shareddit a { background:#FF4006; border-color:#FF4006}
.shamailto a { background:#1F84B8; border-color:#1F84B8}
.shasoundcloud a { background:#ff3a00; border-color:#ff3a00}/* #f70d28 */

.pmeta-shares a:hover{
background: #f70d28;
border-color: #f70d28;
}

.advertisementdex-widget {
    border: 3px solid #f70d28;
    text-align: center;
	padding-top: 27px;
}
.advertisementdex-widget .widget_title:before{
	content:none;
}
.advertisementdex-widget h4.widget_title{
    margin-bottom: 18px;
}
.advertisementdex-widget .inner-btn {
    color: #fff;
    background: #f70d28;
    font-size: 14px;
    padding: 9px 33px;
    border-radius: 116px;
    text-transform: uppercase;
    border: 1px solid #f70d28;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 27px;
}
.history-item img{
    float: left;
    width: 80px;
    height: auto;
}
.metas-popular {
    padding-left: 97px;
    padding-top: 11px;
}
.metas-popular .cat-label {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 11px;
}
.metas-popular .cat-label span{
    margin-left: 0;
}
.calification-o {
    position: relative;
    width: 72px;
    height: 16px;
    top: 6px;
    display: inline-block;
    right: 0;
    /* background: url(../images/start0.png); */
}
.calification{
    position: absolute;
    width: 72px;
    height: 11px;
    top: 0;
    left: 0;
    background: url(../images/start.png);
}
.calification-0{
    width: 0;
}
.calification-1{
    width: 13px;
}
.calification-2{
    width: 30px;
}
.calification-3{
    width: 43px;
}
.calification-4{
    width: 57px;
}
.calification-5{
    width: 72px;
}
.label-popular {
    padding-right: 8px;
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px
}
.history-item .title-post-loop {
    margin-left: 0;
    padding-top: 2px;
}
.history-item {
    padding-bottom: 4px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 18px;
    font-size: 15px;
}
.no-rating .metas-popular .cat-label {
    margin-top: 15px;
}
.no-rating .rating-popular {
    display: none;
}
.tweet.feeds .fa{
    color: #00aced;
    font-size: 33px;
    float: left;
}
.tweet-right {
    padding-left: 46px;
}
.tweet-right strong{
    color: #000;
    display: block;
}
.tweet-right span{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
}
.tweet.feeds a{
    color: #00aced;
}
.tweet.feeds li{
    margin-bottom: 24px;
}
.tweet.feeds .twt {
    line-height: 1.6;
    font-size: 13.9px;
    color: #747474;
    padding-top: 5px;
}
.gallery-widget{
	position:relative;
}
.gallery-widget .flex-control-paging{
	display:none;
}
.gallery-widget img{
	max-width:100% !important;
	height:auto;
}
.flex-direction-nav a{
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    background: #f70d28;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    font-size: 15px;
	margin-top:-20px;	
}
.flex-direction-nav .flex-next{
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.flex-direction-nav .flex-prev{
right: auto;
left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.loop-posts-view .changer-view{
    border: 1px solid #ececec;
    color: #333;
    display: inline-block;
    width: 34px;
    text-align: center;
    line-height: 32px;
    font-size: 21px;
    font-weight: bold;
	cursor:pointer;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	
}
.loop-posts-view .changer-view:hover,
.loop-posts-view .changer-view.active{
    background: #f70d28;
    border-color: #f70d28;
	color:#fff;
}
.loadingicon{
    padding-right: 10px;
	visibility:hidden;
}
.loadingicon.visible{
	visibility:visible;
}
.loadingicon i{
-webkit-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}
.loop-posts-view #b-view-grid{
margin-left:-1px;
}
.loop-posts-view #b-view-list{
    margin-left: 10px;
}
.dex-about-us .social-icons a{
	color:#f70d28;
    padding-right: 10px;
}
.dex-about-us .social-icons{
	list-style:none;
	padding-left:0;
    margin-bottom: 14px;
}
.dex-about-us .social-icons li{
	display:inline-block;
}
.logo-in-widget {
    padding-bottom: 33px;
    margin-top: -10px;
}
/* ----------     footer widgets   -------------*/
footer .widget.widget_nav_menu ul, 
footer .widget.widget_pages ul, 
footer .widget.widget_meta ul, 
footer .widget.widget_archive ul, 
footer .widget.widget_product_categories ul, 
footer .widget.widget_categories ul, 
footer .widget.widget_recent_entries ul, 
footer .widget.widget_recent_comments ul{
    list-style:none;
	padding-left:0;
    line-height: 1.7;
}
.row-footer-widgets{
    margin-top: 60px;
    padding-bottom: 51px;
}
/* ----------     Sidebar left widgets   -------------*/
.superior-barb .header-left-toggle {
    height: auto;
    border: 1px solid #ececec;
    padding: 20px 28px;
}
.superior-barb .header-right-toggle {
    position: absolute;
    right: auto;
    left: 0;
    height: auto;
    top: 72px;
    border: 1px solid #ececec;
    border-top: none;
    width: 76px;
    padding: 23px 28px;
    line-height: 1;
	z-index:1;
}
.superior-barb .header-right-toggle p{
    margin-bottom: 0;
}
.superior-barb .logo {
    text-align: left;
    display: block;
    margin: auto;
    padding: 0;
    line-height: 143px;
    padding-left: 124px;
	float:left;
}
.add-theme img{
	max-width:100%;
}
.add-theme.showAdHeader{
    display: inline-block;
    float: right;
    line-height: 143px;
}
.superior-barb .add-theme.showAdHeader{
	padding-right: 25px;
}
/* ---------- main Search widget   -------------*/
#example {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-left: 167px;
	opacity:0;
	pointer-events:none;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transform: translate(40px, 0);
}
span.header-right-toggle {
    border-left: 1px solid #ececec;
    width: 163px;
	background:#fff;
    pointer-events: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
    transition: 1s;
}
.searchw-activated span.header-right-toggle {
    /* width: 1843px; */
	 transform: scale(20);
	 border-left-color:#fff;
}
.searchw-activated .logo{
    position: static;
}
div.header-right-toggle {
    border-right: 1px solid #ececec;
}
.searchw-activated div.header-right-toggle{
	
}
#example-show {
    z-index: 1;
    position: relative;
	pointer-events: all;
}
.searchw-activated #example{
	pointer-events: all;
	opacity:1;
	transform: translate(0, 0);

}
.superior-barb.searchw-activatedb .header-right-toggle .ion-android-search:before{
    content: "\f2d7";
}
.searchw-activated #example-show{
	opacity:0;
	pointer-events: none;
}
#example form{
    height: 100%;
    width: 100%;
}
#example input[name="s"]{
    background: transparent;
    margin-bottom: 0;
    height: 100%;
    display: block;
    border: none;
    color: #666;
    /* font-family: 'Open Sans', sans-serif;
    font-style: normal; */
    font-size: 15px;
	border-radius:0;
}
#example input[name="s"]::-webkit-input-placeholder{
	color: #bdbdbd;
    padding-right: 41px;
	font-family: 'Merriweather', serif;
    font-style: italic;
	font-size: 14px;
}
#example input[name="s"]::-moz-placeholder{
	color: #bdbdbd;
    padding-right: 41px;
	font-family: 'Merriweather', serif;
    font-style: italic;
	font-size: 14px;
}
#example input[name="s"]:-ms-input-placeholder{
	color: #bdbdbd;
    padding-right: 41px;
	font-family: 'Merriweather', serif;
    font-style: italic;
	font-size: 14px;
}
#example input[name="s"]:-moz-placeholder{
	color: #bdbdbd;
    padding-right: 41px;
	font-family: 'Merriweather', serif;
    font-style: italic;
	font-size: 14px;
}
#example input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    opacity: 0;
	z-index: 1;
}
#example-hide-c {
    position: absolute;
    right: 11px;
    top: 0;
    height: 100%;
    width: 55px;
    font-size: 25px;
    color: #666;
    font-weight: 100;
    padding-top: 27px;
}
.superior-barb #example {
    padding-left: 88px;
    transform: translate(40px, 0);
    background: #fff;
}
.searchw-activatedb #example{
	opacity:1;
	transform: translate(0, 0);
    pointer-events: all;
}
.showLink-c {
    position: relative;
    z-index: 1;
}
.superior-barb input[name="s"]#blog-search-top{
    border-radius: 0;

}
.superior-barb #example-hide-c {
    padding-top: 55px;
}
.heading-page {
    background:url(../images/pattern.jpg);
	margin-bottom: 33px;
}
.banner-dark h4{
	color: #f70d28;
    font-weight: bold;
    font-size: 31px;
    text-align: right;
    margin-bottom: 4px;
}
.loop-posts-search {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
}
.row.banner-dark {
    padding-top: 37px;
    padding-bottom: 48px;
    position: relative;
}
#search-page-form input[name="s"]{
    background: transparent;
	border:1px solid #4a4a4a;
    margin-bottom: 0;
}
#search-page-form {
    position: relative;
    margin-top: 22px;
}
#search-page-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 43px;
    opacity: 0;
}
#search-page-form i{
        position: absolute;
    color: #fff;
    bottom: 6px;
    right: 5px;
    background: #f70d28;
    width: 36px;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    font-weight: bolder;
    font-size: 14px;
}
.hmeta-thumb {
    float: left;
}
.hmeta-author {
    color: #fff;
    padding-left: 107px;
    padding-top: 21px;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 4px;
}
.hmeta-shares {
    padding-left: 107px;
}

.hmeta-description{
    color: #aaaaaa;
    clear: both;
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.7;
}
.hmeta-count,.hmeta-count a{
color:#fff;
}
.hmeta-count {
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
    top: 0;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
        padding-top: 96px;
}
.hmeta-count span:first-child{
    display: block;
    font-weight: 500;
    font-size: 56px;
    line-height: 1;
    padding-bottom: 7px;
}
.hmeta-count span a{
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.row.banner-dark-author{
    padding-top: 43px;
    padding-bottom: 53px;
}
/* ----------     Sidebar left widgets   -------------*/
.sleft-sidebar {
    border-top: 3px solid #f70d28;
}
.sleft-sidebar input[name="s"]{
    border-radius: 0;
    padding: 20px 41px;
	font-family:'Open Sans', serif;
	font-style:normal;
	color:#000;
}
.sleft-sidebar input[name="s"]::-webkit-input-placeholder{
	font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.sleft-sidebar input[name="s"]::-moz-placeholder{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.sleft-sidebar input[name="s"]:-ms-input-placeholder{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.sleft-sidebar input[name="s"]:-moz-placeholder{
font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
}
.sleft-sidebar .widget{
    padding-left: 41px;
    padding-right: 41px;
    outline: 0;
    margin-bottom: 40px;
}
.sleft-sidebar .widget.widget_search{
	padding:0;
	margin-bottom: 32px;
	position: relative;
}
.sleft-sidebar ul{
    padding-left:0;
    list-style:none;
}
.sleft-sidebar .widget h4{
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 27px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
}
.sleft-sidebar .widget_title:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #f70d28;
    right: 0;
}
.sleft-sidebar .widget.widget_nav_menu li, 
.sleft-sidebar .widget.widget_pages li, 
.sleft-sidebar .widget.widget_meta li, 
.sleft-sidebar .widget.widget_archive li, 
.sleft-sidebar .widget.widget_product_categories li, 
.sleft-sidebar .widget.widget_categories li, 
.sleft-sidebar .widget.widget_recent_entries li, 
.sleft-sidebar .widget.widget_recent_comments li{
	margin-bottom: 17px;
	position:relative;
}
.sleft-sidebar .widget.widget_nav_menu li a, 
.sleft-sidebar .widget.widget_pages li a, 
.sleft-sidebar .widget.widget_meta li a, 
.sleft-sidebar .widget.widget_archive li a, 
.sleft-sidebar .widget.widget_product_categories li a, 
.sleft-sidebar .widget.widget_categories li a, 
.sleft-sidebar .widget.widget_recent_entries li a, 
.sleft-sidebar .widget.widget_recent_comments li a{
	color: #000;
    font-weight: bold;
    margin-bottom: 10px;
	display:block;
}
.sleft-sidebar .widget.widget_nav_menu li:after, 
.sleft-sidebar .widget.widget_pages li:after, 
.sleft-sidebar .widget.widget_meta li:after, 
.sleft-sidebar .widget.widget_archive li:after, 
.sleft-sidebar .widget.widget_product_categories li:after, 
.sleft-sidebar .widget.widget_categories li:after, 
.sleft-sidebar .widget.widget_recent_entries li:after, 
.sleft-sidebar .widget.widget_recent_comments li:after{
    font-weight: bold;
    color: #f70d28;
    font-size: 11px;
    position: absolute;
	top:1px;
    right: 0px;
    content: "\f0da";
    font-family: FontAwesome;
}
.sleft-sidebar .content{
    outline: none;
}
.closeclean {
    position: absolute;
    right: 38px;
    top: 28px;
    font-size: 23px;
    color: #000;
}
.sleft-sidebar .search-w-f .closeclean i:before {
    content: "\f2f5";
}
.sleft-sidebar .search-w-x .closeclean i:before {
    content: "\f2d7";
}
.content-onepage.container {
    padding-top: 37px;
}
.blog-itemc .the_thumb_loop{
display:none;
}
.blog-itemc {
    border: 4px solid transparent;
    padding-bottom: 27px;
    padding-top: 5px;
    margin-bottom: 19px;
    position: relative;
	padding-right: 18px;
	background:#FEFEFE;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.blog-itemc:after {
    content: '';
    outline: 1px solid #ececec;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
	pointer-events:none;
}
.front-slider-control:hover .blog-itemc{
border-color:transparent;
}
.front-slider-control:hover  .blog-itemc:hover,
.flex-active .blog-itemc,
.blog-itemc:hover{
	border-color:#f70d28;
}

/* ----------     Home styling   -------------*/
.front-slider {
    margin-bottom: 29px;
}
.single-slider .flex-control-nav,
.front-slider .flex-control-nav,
.front-slider .flex-direction-nav{
	display:none;
}
.single-slider ul,
.front-slider-control,
.front-slider ul{
padding-left:0;
list-style:none;
}
.single-slider ul li,
.front-slider ul.slides li,
.front-postb{
	position:relative;
}
.single-slider .b1-readmore,
.front-postb .b1-readmore{
	color: #fff;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    background: #f70d28;
    border-radius: 30px;
    padding: 10px 21px;
	position:absolute;
	bottom:30px;
	left:30px;
	z-index:1;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	
}
.single-slider .b1-readmore:hover,
.front-postb .b1-readmore:hover{
    background: #FB253C;
}
.single-slider ul li .grad,
.front-postb .grad{
	
	opacity:0;
}
.front-postb:hover .grad,
.single-slider ul li:hover .grad{
	opacity:.3;
}
.front-postb img{
    max-width: 100%;
	height:auto;
}
.front-postb-h{
    text-align: right;
    position: absolute;
    right: 34px;
    bottom: -20px;
	opacity:0;
    z-index: 1;
    color: #fff;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}
.front-postb:hover .front-postb-h{
	bottom: 26px;
	opacity:1;
}
.front-postb-h .title-post-loop{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.front-postb-h .metases{
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #D4D4D4;
}
.front-postb-h .metases i {
    padding-right: 3px;
    padding-left: 13px;
}
.front-postb-h a{
	color:#fff;
}
.front-postb {
    margin-bottom: 20px;
}
.borded  {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.fadeInUp.animated+br,
.fadeInUp.animate+br,
.row>br:first-child{
	display:none;
}
.colsidebar-w>.colsidebar{
	width:100%;
    padding: 0;
}
.styled-form .mc4wp-form-fields .contactf-left{
	    float: left;
    width: 53%;
}
.styled-form .mc4wp-form-fields .contactf-right{
 float: right;
    width: 47%;
    margin-top: 37px;
	position:relative;
    padding-left: 27px;
}
.styled-form{
	overflow:hidden;
	border:1px solid #eeeeee;
    padding: 30px 23px;
    margin-bottom: 31px;
    background: #fdfefe;
	background-size:cover;
}
.styled-form h4{
    font-weight: 700;
    color: #000;
    font-size: 19px;
}
.styled-form input[type="email"] {
    width: 100%;
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
    line-height: 41px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
    background: transparent;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
}
.styled-form input[type="email"]:focus {
	outline:none;
}
.styled-form input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 5px;
    opacity: 0;
    width: 38px;
    line-height: 35px;
	z-index:1;
}

.col-md-9>br:first-child,
.blog-itemd-w+br{
	display:none;
}
.styled-form .mc4wp-form-fields .contactf-right .ion {
    position: absolute;
    color: #fff;
    bottom: 18px;
    right: 5px;
    background: #f70d28;
    width: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 17px;
    border-radius: 100px;
}
.load-more-b {
    display: block;
    background: #f70d28;
    border-radius: 30px;
    padding: 12px 6px;
    clear: both;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
	width:100% !important;
    margin-bottom: 35px;
	transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	-webkit-transition:background .3s ease-in-out;
	
}
.load-more-b:hover {
	background:#FB253C;
}
.blog-sidebar {
    margin-bottom: 30px;
}
.blog-itemd .text-content{
    position: absolute;
    bottom: 29px;
    padding-right: 69px;
    width: 100%;
}
.blog-itemd .the_ion_next{
    position: absolute;
    color: #fff;
    bottom: 33px;
    right: 33px;
    background: #f70d28;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 100px;
    z-index: 1;
}
.hb_carousel-w{
	margin-left:-15px;
	margin-right:-15px;
}
.hb_carousel-w .item{
padding:0 15px;
}
.blog-itemd h4 a{
	color:#fff;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.simple_add{
text-align:center;
}
.adborded{
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 30px 0;
    margin-bottom: 29px;
    text-align: center;
}
.the_ion_video {
    position: absolute;
    bottom: 25%;
    left: 50%;
    color: #f70d28;
    margin-left: -21px;
    margin-bottom: -26px;
    text-align: center;
    line-height: 1;
    font-size: 52px;
    border-radius: 100px;
	opacity:0;
	transition: all .4s ;
    -moz-transition: all .4s ;
    -webkit-transition: all .4s ;
}
.blog-itemv {
    border: 3px solid transparent;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.blog-itemv:hover {
    border-color:#f70d28;
}
.blog-itemv:hover .the_ion_video{
   opacity:1;
   bottom: 50%;   
}
.titles-video{
    padding-top: 54px;
}
.show-w2000{
	display:none;
}
.widget img,.brands img{
	max-width:100%;
}
.col-pa-right{
	float:right;
}
.showAdHeader img{
	max-width:100%;
}
.single-slider {
    position: relative;
}
.single-slider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 50%;
	display:none;
}
.blog-item.blog-itemd {
    overflow: hidden;
}
.blog-item.blog-itemd .grad{
	opacity: .8;
}
.blog-item.blog-itemd:hover .grad{
	opacity: .9;
}
.direction-left .grad, .direction-right .grad{
	opacity:.8;
}
.direction-left:hover .grad, .direction-right:hover .grad{	
	opacity:.9;
}
.has_not_thumbnail .cat-label{
	    margin-top: 0;
}
p.dir-no-thumb {
    position: relative;
    bottom: 0;
    color: #000;
}
.direction-left .dir-no-thumb+.ion, .direction-right .dir-no-thumb+.ion {
    bottom: auto;
    top: 26px;
}
/* ----------     Generic content styling   -------------*/
.body-post a>img,.wp-caption{
	max-width:100%;
}
.has_not_thumbnail .title-post-loop,
.has_not_thumbnail .blog-item-excerpt,
.has_not_thumbnail .metases{
    margin-left: 0;
    padding-left: 0;
}
.has_not_thumbnail .cat-label span{
    margin-left: 0;
}
.blog-itema .the_thumb_loop {
    max-height: 213px;
}
.animate {
    opacity:0;
}
.animated {
    opacity:1;
}
.body-post h1,.body-post h2,.body-post h3,
.comments h1,.comments h2,.comments h3{
    margin-top: 10px;
    font-weight: 700;
}
.body-post h3,
.comments h3{

}
.body-post h4,
.comments h4{
    font-size: 21px;
    font-weight: 600;
}
.body-post h5 ,.comment-comment  h5 {
	font-weight: 700;
	font-size: 17px;
}
.body-post h6,.comment-comment h6 {
	font-weight: 700;
	font-size: 14px;
}
.body-post h2,
.comments h2{
margin-top: 20px;
}
.body-post h1+h2,
.comments h1+h2{
margin-top: 10px;
}
.body-post h1, 
.body-post h2,
.body-post h3,
.body-post h4,
.body-post h5,
.body-post h6{
    color: #000;
}
/* extras */
.body-post th,
.comments th {
	background-color:#fcfcfc;
}
.body-post td,.body-post th,
.comments td,.comments th {
	padding:9px 15px;
	border:1px solid #e9e9e9;
}
cite {
font-style: italic;
font-weight: bold;
}
.body-post ol,.comment-wrap ol{
padding-left: 23px;
}
dd {
line-height: 1.5em;
margin-bottom: 10px;
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
legend, mark, pre, .form-allowed-tags code {
font-size: 14px;
background-color: rgba(139,139,139,0.1);
background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.5)),color-stop(.5,transparent),to(transparent));
background-image: -webkit-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: -moz-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: -o-linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-image: linear-gradient(rgba(255,255,255,.5) 50%,transparent 50%,transparent);
background-size: 24px 3.3em;
padding: 1.7em 8px;
line-height: 1.7em;
margin-bottom: 20px;
}
.wp-caption {
text-align: center;
font-style: italic;
max-width:100%;
}

.wp-caption img{
max-width:100%;
height:auto;
}
.wp-caption-text {
padding-top: 4px;
}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright,.alignright img {
	padding-left:10px;
	box-sizing:content-box;
    margin-bottom: 10px;
}
img.alignleft, .alignleft img {
    padding-right: 10px;
    box-sizing: content-box;
}
.body-post ul, .body-post ol,.comment-comment ul, .comment-comment ol{
        padding-left: 20px;
}
.body-post ul,.comment-comment ul{
    list-style-type: disc;
}
.body-post .navigate-page a,
.body-post .navigate-page span~span{
    color: #fff;
    bottom: 23px;
    left: 23px;
    background: #CCCCCC;
    width: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
}
.body-post .navigate-page span~span{
	background: #DCDCDC;
}
.widget_calendar table {
    max-width: 300px;
    width: 100%;
    background: #fff;
}
.widget_calendar table{
margin: auto;
}
.widget_calendar table caption {
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
    color: #404040;
}
.widget_calendar tbody td {
    text-align: center;
    border: 1px solid #B0B0B0;
	position:relative;
}
.widget_calendar tbody td:before{

}
.widget_calendar tbody td:hover{
	background-color: #d8d8d8;
}
.widget_calendar tbody td,
.widget_calendar table th,
.widget_calendar tfoot td {
    padding: 8px 0;
    text-align: center;
}
.responsive-menu .widget_calendar tbody td,
.responsive-menu .widget_calendar table th,
.responsive-menu .widget_calendar tfoot td {
    padding: 6px 0;
}
.widget_calendar thead,
.widget_calendar tfoot {
    border: 1px solid  #ccc;
}

.widget_calendar tfoot td {
    padding-left: 10px;
    font-size: 13px;
    color: #404040;
    font-weight: 400;
    text-align: left;
}
.widget_calendar table th {
    background-color: #fff;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}
td:first-child{
padding-right:5px;
}
.widget_calendar tbody td {
    color: #616161;
    font-size: 14px;
}
.widget_calendar tbody td#today {
    background-color: #d8d8d8;
    color: #fff;
}
a.rsswidget img{
	display:none;
}
span.comment-author-link{
	text-transform:capitalize;
}
.widget li a.rsswidget:before {
content: "\f143";
font-family: FontAwesome;
font-size: 15px;
padding-right: 5px;
}
span.rss-date {
display: block;
line-height: 2;
color: #888;
font-size:13px;
}
.widget li cite{
font-style: normal;
color: #666666;
font-weight: 600;
}
.widget img{
height:auto;
max-width:100%;
}

.widget select,
.responsive-menu  select{
width:100%;
padding: 6px 12px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	height: 42px;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	font-weight: 400;
	color: #000;
	outline: 0;
	border-color: #E5E5E5;
	font-family: 'open sans';
}
.widget_categories h4~select,
.widget_archive h4~select{
    border-left-width: 2px;
    border-right-width: 2px;
}
.sidebar h4 a.rsswidget {
color: #333;
}
.widget_rss li {
    margin-bottom: 14px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss ul{
    list-style: none;
    padding-left: 0;
}
.rssSummary {
    font-size: 13px;
    padding-bottom: 19px;
}
footer .rssSummary {
    padding-bottom: 4px;
}
footer .rsswidget{
	color:#fff;
}
footer .widget .tagcloud a:hover{
	border-color:#f70d28;
}
footer .widget ul.sub-menu, footer .widget ul.children ,
.sleft-sidebar .widget ul.sub-menu, .sleft-sidebar .widget ul.children {
    margin-left: 10px;
}
rr[name="post_password"]{
    font-family: 'Merriweather', serif;
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
    line-height: 41px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
}
.rrpost-password-form [type="submit"]{
font-size: 0;
    display: inline-block;
    line-height: 39px;
    vertical-align: top;
    width: 40px;
    margin-left: -46px;
    border: none;
    border-radius: 100px;
    position: relative;
    top: 2px;
}
[name="post_password"]:focus{
	outline:none
}
.blog-item-excerpt .gallery {
    display: none;
}
.blog-itema .title-post-loop {
    word-wrap: break-word;
}
.widget .tagcloud a {
    
    padding: 9px 23px;
    border-radius: 116px;
    text-transform: uppercase;
    margin-right: 3px;
    margin-bottom: 4px;
    display: inline-block;
    border: 1px solid #f70d28;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-color: #efefef;
    background: #fff;
    color: #000;
    font-size: 12px !important;
    font-weight: bold;
}
.widget .tagcloud a:hover {
	color: #fff;
    background: #f70d28;
}
.blog-sidebar .widget ul.sub-menu {
    margin-left: -4px;
}
.sleft-sidebar  .widget_search .widget_title{
	display:none;
}
/* ----------    Contact page   -------------*/
.contact-form span{
	display:block;
}
.contact-form textarea{
     margin-bottom: 0;
}
.contact-form .your-message+p{
display:none;
}
.submit-contact-w {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.contact-form .wpcf7-form-control-wrap.your-message {
    line-height: 0;
}
.contact-form {
    position: relative;
    margin-bottom: 20px;
}
.contact-form i {
    position: absolute;
    right: 5px;
    bottom: 6px;
	pointer-events:none;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.btn {
    float: right;
    line-height: 34px;
	opacity:0;
    width: 50px;
}
.contact-form [role="alert"]{
	display:none;
}
.contact-form input[type=text].wpcf7-not-valid, .contact-form textarea.wpcf7-not-valid{
    border-color:#f00;
}
.contact-form img.ajax-loader{
    float: right;
    padding: 14px 0;
}
.theMap{
height: 625px
}
.block-title-c h3{
    color: #f70d28;
    font-weight: 700;
        font-size: 34px;
}
.block-title-c h4{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: -22px;
    margin-bottom: 47px;

}
.block-title-c{
text-align:center;
}
.contact-details h3{
	color:#000;
    font-size: 15px;
	 font-weight: 700;
}
.fbody {
    position: relative;
background-size: cover;
}
.fbody:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.97);
    position: absolute;
    top: 0;
    left: 0;
}
/* ----------     404 page   -------------*/
.rotated-404-w{
    padding-top: 161px;
    height: 649px;
}
.rotated-404{
transform:rotate(270deg);
color:#f70d28;
    font-size: 300px;
	 font-weight: 700;
}
.box-404 h1{
    color: #f70d28;
    font-weight: 700;
}
.box-404 h3{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 14px;
    margin-bottom: 30px;
}
.box-404 {
    padding-top: 207px;
}
.box-404 a.btn.btn-prime.btn-lg {
    background: #f70d28;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border-radius: 100px;
    margin-bottom: 20px;
}
.box-404 input[name="s"] {
    border-color: #dedede;
    line-height: 37px;
}
.box-404 form#blog-search {
    position: relative;
}
.box-404  form#blog-search input[type="submit"]{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 43px;
    opacity: 0;
}
.box-404 form i{
    position: absolute;
    right: 3px;
    bottom: 17px;
    color: #fff;
    background: #f70d28;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    font-size: 13px;
pointer-events:none;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}
.hr-r{
	position:relative;
    margin-bottom: 37px;
    border-top: 1px solid #ececec;
}
.fbody .blog-itemc:after {
    outline: 1px solid #E4E4E4;
}
.searchtopno .header-right-toggle,
.searchtopno #example{
	display:none !important;
}
.searchtopno .superior-barb .header-left-toggle {
    padding: 56px 28px;
}
body.blog .banner-normal .color-legend,
body.archive.tag .banner-normal .color-legend{
	width: 0;
	    margin-right: 2px;
}
.e_blog_bajax{
border-bottom:none;
}
.content-menu-post.body-post.tab-pane h3 {
    font-size: 22px;
}
.content-menu-post.body-post.tab-pane h4 {
    font-weight: 700;
    font-size: 18px;
}
.content-menu-post hr {
    margin-bottom: 25px;
    margin-top: 25px;
}
.body-post>.kc_row,
.content-onepage>.kc_row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    width: auto !important;
    float: none !important;
}
.kc-elm .contact-details {
    margin-top: 19px;
}
ol.front-slider-control {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: -19px;
}
.front-slider .front-postb{
    margin-bottom: 1px;
}
.animateInit{
	opacity:0;
}
.animateInit.animated{
	opacity:1;
}
.fadeInUp + .blog-itemv-w {
    padding-top: 13px;
}
body.error404 .blog-itemc {
    min-height: 155px;
    background: transparent;
}
body.error404 .blog-itemc .text-content{
    position: relative;
    z-index: 1;
}
body.error404 .blog-itemc:after {
    background: #FEFEFE;
}

.inserted_text h2{
display:none;
}

.tml-login #loginform p,.tml-login form .input, .tml-login input[type=text],
.tml-register  p,.tml-register  p input{
margin-bottom:0;
}
.tml-login label{
width: 100%;
    top: -2px;
}
.tml-login form .input:focus, .tml-login input[type=text]:focus,.tml input:focus{
	outline:0;
}
.tml-register.login input[type=text]{
margin-bottom:0;
}
label[for="rememberme"] {
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}
input#rememberme {
    padding-right: 18px !important;
    position: absolute;
    top: -1px;
    left: 4px;
}
.tml-rememberme-wrap {
    position: relative;
}
ul.tml-action-links {
    list-style: none;
    padding-left: 0;
	    display: none;
}
.tml-login #loginform p.tml-user-pass-wrap {
    margin-bottom: 26px;
}
span.extracheck {
    top: 6px;
}
p.tml-rememberme-wrap {
    float: left;
}
.tml-submit-wrap {
    float: right;
}
div#theme-my-login {
    overflow: hidden;
    width: 520px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 51px;
}
#lostpasswordform input#user_login {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    width: 100%;
    font-family: 'Merriweather', serif;
    color: #333;
    font-style: italic;
    font-size: 13px;
    line-height: 36px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
    font-size: 13px;
    background: #fff;
    margin-bottom: 0;
}
#lostpasswordform .tml-submit-wrap,#lostpasswordform input#wp-submit ,.tml-register .tml-submit-wrap {
    width: 100%;
}
.body-post p.message {
    margin-bottom: 0;
}
p.tml-user-pass2-wrap {
    margin-bottom: 20px;
}
.post-password-form input[type="submit"] {
    position: relative;
    margin-left: -56px;
    line-height: 41px;
    width: 45px;
    font-size: 0;
	opacity:0;
}
.post-password-form input[type="password"] {
    font-family: 'Merriweather', serif;
    color: #333;
    font-style: italic;
    font-size: 13px;
    line-height: 41px;
    padding-left: 20px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
    width: 216px;
}
.post-password-form label{
	position:relative;
}
.post-password-form label:before{
    content: '\f3d6';
    font-family: "Ionicons";
    color: #fff;
    font-size: 18px;
    bottom: 3px;
    background: #f70d28;
    width: 39px;
    text-align: center;
    line-height: 39px;
    border-radius: 100px;
    position: absolute;
    right: 3px;
}
.paginate-com {
margin: 10px 0 20px 0;
padding: 5px 1px 5px;
text-align: center;
}   
.paginate-com a,.paginate-com .current {
    color: #fff;
    bottom: 23px;
    left: 23px;
    background: #CCCCCC;
    width: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    margin-bottom: 30px;
}
.paginate-com a:hover { 
background-color: #DCDCDC;
}
.paginate-com a.prev,
.paginate-com a.next {
    background: none;
    color: #000;
    width: auto;
}
.paginate-com a.prev{
padding-right: 9px;
}
.paginate-com a.next{
padding-left: 9px;
}
.paginate-com .current {
    background: #DCDCDC;
}
.pmeta-shares li  i.fa.fa-google-plus {
    padding-right: 7px;
    font-size: 13px;
}
.winewswidgets .brands,
.wifoowidgets .brands {
    margin-bottom: 0;
}
.wifoowidgets .row-footer-widgets,.show-news-action-emp {
    display: none;
}
.winewswidgets .foobotop,
.wifoowidgets .foobotop{
border-top:1px solid #e1e1e1; 
}
.gsideleft .col-md-9.main-block.animateInit.fadeInUp.animated {
    float: right;
}
.gsideleft .col-md-7.the-block-col {
    float: right;
}
.gsideleft .col-md-2.info-col {
    float: right;
}
/* primary color #f70d28 */
/* seconday color #FB253C */