/*  
Theme Name: Hotmagazine
Theme URI: http://qkthemes.net
Version: 2.2.1
Description: Created by <a href="http://qkthemes.net">QKThemes</a>
Author: <a href="http://qkthemes.net">qkthemes</a>
Author URI: <a href="http://qkthemes.net">qkthemes</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: hotmagazine

---------

DO NOT EDIT THIS FILE.
*/
body .vc_row{
    margin-left: 0px;
   margin-right: 0px;
}
.inner-megadropdown .vc_col-sm-12, .inner-megadropdown .vc_column_container>.vc_column-inner, .page-template-default .vc_column_container>.vc_column-inner{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
iframe{
	border: none;
}
.blog-box{
	overflow: hidden;
}
.widget label{
	display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #333;
}
.sub-menu{
  display: none;
}
blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
ul.list-posts>li .post-content>a{
  display: inline-block;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
  padding: 0 20px;
}
.screen-reader-text{}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.sticky {
	border: 3px solid black;
	padding: 10px;
	background: #A2D9FD;
}	
select{
	max-width: 100%;
}
.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.alignleft{
	float: left;
	margin-right: 20px;
	margin-right: 30px;
}
.clear{
	clear: both;
}
.testimonial-section:after{
  display: block !important;
}
.aligncenter{
	float: none;
	margin: 30px;
}

img{
	max-width: 100%;
	height: auto;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}
.widget {
	overflow: hidden;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul, .product-categories{
	    margin: 0;
		padding: 0;
}
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_pages ul li, .widget_rss ul li, .widget_nav_menu ul li, .product-categories li{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #efefef;
}

.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .product-categories li a{
	display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    font-size: 13px;
    
    font-weight: 700;
}
.widget_categories ul li span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.widget_categories ul li:hover span {
  background: #f44336;
  color: #fff;
  border-color: #f44336;
}
.widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .product-categories li a:hover{
color: #f44336;
}
.widget_nav_menu ul li{
  border-bottom: none;
  padding-bottom: 0px;

}
.widget_nav_menu .sub-menu li{
  padding-bottom: 0px;
}

.widget_archive ul li, .widget_categories ul li{
	text-align: right;
	overflow: hidden;
	  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  border-bottom: none;
}
.widget_archive ul li a, .widget_categories ul li a{
	float: left;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px !important;
  padding: 6px 9px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 3px;
}
/*.sidebar .tagcloud a{
  padding: 12px 18px;
}*/
.tagcloud  a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}
.blog-section .blog-box .blog-post .single-post-tags li{
  display: inline-block;
  list-style: none;
}
.blog-section .blog-box .blog-post .single-post-tags li span{
  color: #333;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.single-post-tags{
  padding: 0px !important;
}
input[type="email"], input[type="text"] {
    display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
input[type="email"]:focus {
    border: 1px solid #b1b1b1;
}
.mc4wp-form input[type="submit"]{
    width: 100% !important;
    text-align: center;
    background: #222222;
    font-size: 13px;
    color: #ffffff;
    
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    outline: none;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#submit-contact{
    color: #ccc;
  font-size: 11px;
  
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#submit-contact:hover{
  background: #f44336;
  color: #ffffff;
}
.comment-reply-title{
  color: #333333;
  margin-bottom: 25px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
a{
  color: #333;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

input[type="text"], input[type="password"], input[type="search"]{
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
textarea{
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#commentform textarea{
  height: 130px;
}
label {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus{
  border: 1px solid #f44336;
}
.single-page-section .vc_single_image-img{
  width: 100%;
}
.wpb_single_image .vc_single_image-wrapper, .wpb_single_image .vc_figure{
  display: block !important;
}
body .wpb_content_element{
  margin-bottom: 0px;
}
.title-section h2 {
  color: #222222;
  font-size: 15px;
  
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h2 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.the-content h2 {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.the-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.advertisement  {
  color: #ccc;
  font-size: 10px;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.advertisement img{
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}
.pagination-box ul.pagination-list li .current {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 12px;
  
  padding: 6px 11px;
  border: 1px solid #f44336;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f44336;
}

.both-sidebar  .news-post .inner-hover > a{
  position: relative;
  bottom: inherit;
  left: inherit;
}
.container .container{
  max-width: 100%;
}
.caption, caption{
  display: inline-block;
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
input[type="submit"]{
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.posts-filtered-block{
   transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-reply-link:before{
    content: "\f0e5";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 9px;
}
input[type="submit"]:hover {
  background: #f44336;
  color: #ffffff;
}

#reply-title{
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  
}
#reply-title span {
  margin-bottom: -1px;
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}
.logged-in-as, .comment-notes{
  color: #999;
}
.single-post-box .comment-area-box ul.comment-tree .children .comment-box {
  padding-left: 100px;
}
.contact-form-box{
  position: relative;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:before, .very-large-post .post-gallery .bx-wrapper .bx-prev:before,.image-slider .bx-wrapper .bx-prev:before, .image-slider .bx-wrapper .bx-next:before, .single-post-box .bx-wrapper .bx-next:before, .single-post-box .bx-wrapper .bx-prev:before, .galery-box .bx-wrapper .bx-next:before, .galery-box .bx-wrapper .bx-prev:before{
  margin-top: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .wpb_wrapper > .owl-wrapper {
  padding: 20px 20px 25px;
}
@media(min-width: 768px){
  .email-not-published{
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.navbar-nav li.drop ul.dropdown li .dropdown{
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}
.navbar-default .navbar-nav>li>a > i{
  position: absolute;
  
  font-size: 14px;
  color: #666666;
  top: 24px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.third-style .navbar-default .navbar-nav>li>a > i{
  top: 20px;
}

.navbar-nav > li > a:after{
  display: none;
}
 form.mc4wp-form {
  background: #222222;
  padding: 20px;
  margin: 0;
}
.mc4wp-form h2{
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
form.mc4wp-form input[type="email"] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
  border: transparent;
  margin: 0;
  line-height: 12px;
}
form.mc4wp-form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #f44336;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}
form.mc4wp-form p {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  line-height: 16px;
}
.vc_inner > .container{
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-nav > li.mega-drop > a:after{
  display: inline-block;
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 21px;
  right: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.leftsidebar_thumb .news-post .post-gallery a:hover, .both-sidebar  .news-post .inner-hover > a:hover{
  opacity: 0.7;
}
.wpb_column.block-content:after{
  margin-left: 0px;
}
.title-section.white h1{
  color: #fff;
}
.image-slider{
  position: relative;
}
.thumb-wrap{
  position: relative;
}
.thumb-wrap .edit-post{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  padding: 3px 10px;
  font-size: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
body .rw-rating-table td:last-child{
  padding-bottom: 0px !important;
}
.very-large-post #bx-pager a img{
  max-width: 110px;
}
.wpb_text_column p:last-child {
  margin-bottom: 30px;
}
.quote strong {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  font-style: italic;
  margin: 0;
}
footer .widget-title {
  
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 1px;
} 
footer  p, footer a,footer .widget_recent_entries ul li a,footer .widget_recent_comments ul li a,footer .widget_archive ul li a,footer .widget_categories ul li a,footer .widget_meta ul li a,footer .widget_pages ul li a,footer .widget_rss ul li a,footer .widget_nav_menu ul li a,footer .product-categories li a {
  color: #999999;
}
footer .widget_archive ul li,footer .widget_categories ul li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
  color: #999;
}
.widget_categories ul li span{
  color: #333;
  border: 1px solid #f0f0f0;
}
footer .widget_archive ul li,footer .widget_categories ul li:nth-child(2n) {
  padding-left: 9px;
}
footer .widget_categories ul li span{
  color: #999;
  border: 1px solid #333;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li:nth-child(3){
  display: none;
}
/***BBPRESS***/
#bbpress-forums div.bbp-search-form{
  float: none;
}
#bbpress-forums .search-box {
  padding: 30px;
  background: #fafafa;
}
form.search-form input[type="text"]{
  background: #fff;
}
a.bbp-forum-title {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.bbp-author-avatar{
  float: right;
}
.freshness a{
  color: #666 !important;
  font-weight: normal;
}
.bbp-author-avatar{
  display: none;
}
.table-row, textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content{
  float: none;
  width: 100%;
}
.status-trash{
  opacity: 0.5;
}
.autor-tags ul{
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.image-slider-fade ul {
  padding: 0;
  margin: 0;
}
.image-slider-fade .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 30px;
}
.image-slider-fade .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 30px;
}
.image-slider-fade .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}
.image-slider-fade .bx-wrapper .bx-prev:before, .image-slider-fade .bx-wrapper .bx-next:before{
  margin-top: -10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-slider-fade .bx-wrapper .bx-prev:hover, .image-slider-fade .bx-wrapper .bx-next:hover{
  background: #ececec;
}
.image-slider-fade .bx-wrapper .bx-prev:hover:before, .image-slider-fade .bx-wrapper .bx-next:hover:before{
  color: #333;
}
.image-slider-fade .bx-wrapper .bx-pager, .image-slider-fade .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
  position: absolute;
  margin: 0px;
}
.big-slider .image-slider-fade .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #fff;
  background: #fff;
}
.top-line-list{
  display: inline-block;
}
.top-line ul.top-line-list.top-menu{
  margin-left: 18px;
}
.top-line ul.top-line-list.top-menu:before {
  content: '';
  width: 0;
  height: 15px;
  border-left: 1px dotted #777777;
  margin-right: 20px;
}
.rw-rating-table tr td .rw-left {
    padding: 0 20px 12px !important;
}
@media(max-width: 1200px){
  .navbar-default .navbar-nav>li>a > i, .navbar-nav > li.mega-drop > a:after{
    display: none;
  }
}
@media(max-width: 767px){
  .navbar-nav li.drop ul.dropdown, .navbar-nav li.drop ul.dropdown li ul.dropdown.level2{
    position: static;
  }
}
body.comming-soon-page #comming-soon-content #clock .comming-part span{
  line-height: 60px;
}
.admin-bar header.active .nav-list-container{
  top: 32px !important;
}
.wpb_text_column p:last-child, .wpb_text_column blockquote{
	margin-bottom: 30px !important;
}
.wpb_text_column p.caption{
margin-bottom: 0px !important;
}
footer .tagcloud a{
  border-color: #444;
  color: #999;
}
footer .tagcloud a:hover{
  background: #f44336;
}
footer form.mc4wp-form{
  background: #f44336;
}
footer form.mc4wp-form button{
  color: #fff;
  background: #f44336;
}
footer form.mc4wp-form p{
  color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background: transparent;
}
.widget_recent_entries ul li{
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
footer .widget_recent_entries ul li{
  border-bottom-color: #333;
}
.widget_recent_entries ul li span{
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: 7px;
}
footer .widget_recent_entries ul li a{
  color: #ccc;
}
.widget_recent_entries ul li span:before{
  content: "\f017";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;
  margin-right: 9px;
}
.feature-video .features-video-box:before{
  display: block !important;
}
.non-sidebar > .container > .row{
  margin: 0px !important;
}
.non-sidebar .grid-box .row{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.feature-video .title-section{
  border-bottom: 1px solid #444444;
}
.row .row  .vc_col-sm-12 > .vc_column-inner{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
div.list-post .post-content > a{
  display: inline-block;
}
.loading{
  position: relative;
  overflow: hidden;
}
.loading:before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/loader.gif);
  margin-top: -12px;
  margin-left: -12px;
  z-index: 1111;
}
.loading:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.navbar-nav .megadropdown .inner-megadropdown .block-full .owl-wrapper h1{
  display: none;
}
body.travel .vc_col-sm-12 > .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body .single-post-box  .row .vc_col-sm-12 > .vc_column-inner , body .single-post-box .article-inpost .text-content p, body .single-post-box .article-inpost .text-content h2 {
   padding-left: 0px !important; 
   padding-right: 0px !important; 
}
body.travel .vc_col-sm-12 > .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.news-post.image-post2{
  margin-bottom: 30px;
}
body.travel .inner-megadropdown .vc_col-sm-12 > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-nav > li.mega-drop > a, .navbar-default .navbar-nav>li.drop>a {
  padding-right: 30px;
}
body.travel .navbar-default .navbar-nav>li>a > i{
  top: 21px;
  color: #fff;
}
body.travel .navbar-default .navbar-nav>li:hover>a > i{
  color: #666;
}
.dark .title-section h2{
  color: #fff;
}
.dark .widget_recent_entries ul li a, .dark .widget_recent_comments ul li a, .dark .widget_archive ul li a, .dark .widget_categories ul li a, .dark .widget_meta ul li a, .dark .widget_pages ul li a, .dark .widget_rss ul li a, .dark .widget_nav_menu ul li a, .dark .product-categories li a{
  color: #999;
}
.dark .widget, .dark .widget p{
  color: #999;
}
.dark .tagcloud a{
  border-color: #444;
}
footer .posts-widget ul.list-posts > li .post-content > a{
  display: inline-block;
}
.dark .center-button a{
  background: transparent;
  border-color: #444;
}
.sidebar{
    padding-top: 30px!important; 
}
.sidebar-sticky.wpb_column{
    padding-left: 15px!important; 
    padding-right: 15px!important; 
}
.sidebar-sticky .vc_column-inner {
  padding-left: 0px !important; 
    padding-right: 0px !important; 
}
.owl-theme .owl-controls .owl-buttons div:hover{
  cursor: pointer;
}
/* standard post3 style */
.standard-post3 .post-title {
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post3 .post-title h2 {
  color: #333333;
  font-size: 13px;
  
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post3 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post3 .post-title h2 a:hover {
  color: #f44336;
}
.standard-post3 .post-title a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 6px;
}
.standard-post3 .post-title a.category-post.travel {
  color: #f58021;
}
.standard-post3 .post-title a.category-post.sport {
  color: #4c60f6;
}
.standard-post3 .post-title a.category-post.world {
  color: #33a3f1;
}
.standard-post3 .post-title a.category-post.fashion {
  color: #aa35d6;
}
.standard-post3 .post-title a.category-post.tech {
  color: #74b430;
}
.standard-post3 .post-title a.category-post.food {
  color: #32b47b;
}
.standard-post3 .post-title a.category-post.video {
  color: #d6ac1b;
}
.standard-post3 .post-content {
  padding: 15px 20px 0;
}
.standard-post3 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
.slider-call .news-post.image-post2 {
  margin-bottom: 0px;
}
div.list-post img{
  height: auto;
}
.dark .widget a,.dark legend, .dark label , .dark #bbpress-forums #bbp-single-user-details #bbp-user-navigation a, .dark a{
  color: #999;
}
.dark input[type="email"], .dark input[type="text"]{
  background: #222;
  border-color: #444;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
  height: 235px;
  line-height: 24px;
}
.navbar-default .navbar-nav>li>a > i.dashicons{
  position: static;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block.block-full{
  width: 100%;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block.block-full > .owl-wrapper{
  padding-top: 0px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts{
  padding: 20px 20px 0px 20px;
}
body .rw-ui-control.rw-ui-content-recommendations .rw-ui-content-recommendation-groups .rw-ui-content-recommendation .rw-ui-thumb{
  padding: 0px;
  border: none
}
body .rw-ui-control.rw-ui-content-recommendations .rw-ui-content-recommendation-groups .rw-ui-group-item{
  list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
  }    
.rw-ui-control.rw-ui-content-recommendations .rw-ui-content-recommendations-title, .rw-ui-control.rw-ui-content-recommendations .rw-ui-group-title, .rw-ui-control.rw-ui-content-recommendations .rw-ui-title{

  color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.rw-ui-group-title{
  display: none;
}
ul.autor-list>li .autor-box{
   overflow: hidden;
}
.new-post{
    position: relative;
}
.video-link{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    color: #ffffff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    outline: none;
}
footer .recent-comments-widget div.recent-comment .comment-content p a{
  color: #cccccc;
    font-style: italic;
    font-weight: 700;
}
body{
  overflow-x: hidden;
}
.inner-megadropdown .title-section{
  border: none;
  margin-bottom: 0px;
}
.inner-megadropdown .title-section h1 span{
  border: none;
}