/* Requirement */
body.admin-bar{ top: 32px; }
/* Font in different browser */

body, button, input, select, textarea{
	color: #333;	
}

a:hover{text-decoration: none; outline: none;}
a:hover, a:focus{ text-decoration: none; outline: none;}
input:focus{ outline: none; }
img{ max-width: 100%; height: auto;}
.alignleft, img.alignleft {margin-right: 1.5em;display: inline;float: left;}
.alignright, img.alignright {margin-left: 1.5em;display: inline;float: right;}
.aligncenter, img.aligncenter {margin-right: auto;margin-left: auto;display: block;clear: both;}
.wp-caption {margin-bottom: 1.5em;text-align: center;padding-top: 5px;max-width: 100%;}
.wp-caption img {border: 0 none;padding: 0;margin: 0;}
.wp-caption img[class*="wp-image-"] { display: block; margin: 0;}
.wp-caption p.wp-caption-text {line-height: 1.5;font-size: 10px;margin: 0;}
.wp-smiley {margin: 0 !important;max-height: 1em;}
blockquote.left {margin-right: 20px;text-align: right;margin-left: 0;width: 33%;float: left;}
blockquote.right {margin-left: 20px;text-align: left;margin-right: 0;width: 33%;float: right;}
.gallery dl {}.gallery dt {}.gallery dd {}.gallery dl a {}.gallery dl img {}.gallery-caption{ width: 100%;}
.size-full {}.size-large {}.size-medium {}.size-thumbnail {}
.sticky{ background: #e8e8e8; padding: 22px 30px 30px 30px; border-top: 5px solid #5687bf;}
.sticky .blog-item-inner{ background-color: #fff;}
.single .sticky{ padding: 30px;}
.sticky .post-excerpt{ text-align: justify;}
.bypostauthor{ position: relative;}
.widget label.screen-reader-text{display: none;}
.slash{ padding: 0px 3px; color: #999;}
/** Fix for img ajax contact form 7  */
img.ajax-loader{ width: 16px!important; height: 16px!important; display: block; text-align: center; margin: 0 auto; margin-left: auto!important;}



/* Fix table */
table, tr, td, th{
	 border: 1px solid #ededed;
}
table { border-collapse: collapse;border-spacing: 0;font-size: 100%;line-height: 2;margin: 0 0 20px;width: 100%;}
thead {display: table-header-group;vertical-align: middle;border-color: inherit;}
tbody {display: table-row-group;vertical-align: middle;border-color: inherit;}
tr {display: table-row;vertical-align: inherit;border-color: inherit;}
th {padding: 5px 10px; font-weight: bold;text-transform: uppercase; color: #333;}
th a{ color: #555;}
td {padding: 5px 10px;}
table tr td a{ color: #333;}
ol, ul { margin: 0; padding: 0 0 0 15px;}
ul {list-style-type: square;}
ul li { display: list-item; text-align: -webkit-match-parent;}
ol {display: block;list-style-type: decimal;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 20px; margin-top: 0;}
address {font-style: italic;margin: 0 0 24px;}
cite, em, var, address, dfn {font-style: italic;}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 500;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}



/* boxed and wide layout */
.ovatheme_container_wide{
	background: #fff; 
}
.ovatheme_container_boxed{
	max-width: 1170px; 
	margin: 0 auto; 
	background: #fff; 
	overflow: hidden;
}

/* iframe */
.js-video embed,.js-video iframe,.js-video object, .js-video video{ width: 100%; height: 450px; border: none; }
iframe{width: 100%; height: 450px;border: none;}
.iframe_eventbrite iframe{ height: 350px;}
@media (max-width: 767px) { 
    .js-video embed,.js-video iframe,.js-video object,.js-video video{ height: 350px;} 
}



/* Sidebar */
.widget {
    display: block;
    margin-bottom: 0px;
    /*float: left;
    width: 100%;*/
}
.sidebar div.widget {
    margin-bottom: 65px;
}

.widget h4.widget-title{
	font-size: 14px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;

}

.widget .screen-reader-text{ display: none; }


/* Sidebar Calendar */
.widget.widget_calendar{width: 100%;}
.widget.widget_calendar  tr th{ background: #ccc; color: #444; }
.widget.widget_calendar caption{ background: #ccc; color: #fff; font-weight: bold; text-align: center; }
.widget.widget_calendar  tr th,#sidebar #wp-calendar  tr td{ border: 1px solid #ccc; text-align: center;}
.widget.widget_calendar{ margin-bottom: 0px;}



/* Sidebar Tag clound */
.widget.widget_tag_cloud .tagcloud{ position: relative; width: 100%; float: left; }
.widget.widget_tag_cloud .tagcloud a{ float: left;margin: 0 10px 10px 0;display: block;padding: 5px 10px;background-color: transparent;border: solid 1px #555555; font-size: 14px!important;}
.widget.widget_tag_cloud .tagcloud a:hover{color: #fff; background-color: #555;}




/* Sidebar Search */
.widget.widget_search form.search-form{ position: relative; }
.widget.widget_search input.search-submit{ border: none; padding: 3px 5px; display: none; }
.widget.widget_search label{margin-bottom: 0px;}
.widget.widget_search label, 
.widget.widget_search label input.search-field{ width: 100%; max-width: 250px; }

.widget.widget_search label input.search-field{ height: 40px; padding: 6px 12px; background-color: #ebebeb; color: #333;border-radius: 0px;border: none;-webkit-appearance: none;-webkit-box-shadow: none;box-shadow: none;}
.widget.widget_search label input.search-field::-moz-placeholder{color: #8a929a;}
.widget.widget_search label input.search-field:hover, #sidebar .widget_search label input.search-field.focus{border:none;}
.widget ul.search{ list-style-type: none; padding-left: 0;}

.widget input.search-field::-webkit-input-placeholder { color: #333; opacity: 0.9;}
.widget input.search-field:-moz-placeholder { color: #333; opacity:  1;}
.widget input.search-field::-moz-placeholder {  color: #333; opacity:  1; }
.widget input.search-field:-ms-input-placeholder { color: #333;}


/* Sidebar dropdown */
.widget select{width: 100%;height: 30px;line-height: 30px;}


/* Sidebar img */
.widget img{ width: auto; }





/* sidebar ul, ol, li */
.widget ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0px;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget a{ color: #5c5c5c;}
.widget a:hover{color: #0d1d31;}


/* widget categorires */
.widget .widget_categories ul{
	margin-bottom: 0;
}




/* 404 Page */
.marketerova_404_page .ova_error_icon i{
	font-size: 50px;
}
.marketerova_404_page .ova_caption_title{
	font-size: 20px;
	margin: 20px 0px;
	text-transform: uppercase;
}
.marketerova_404_page .ova_go_home,
.marketerova_404_page .ova_go_home a{
	margin: 0;
	padding: 0;
}

.marketerova_404_page .ova_go_home a{
	background-color: #333;
	padding: 10px;
	color: #fff;
}
.marketerova_404_page .ova_go_home a:hover{
	background-color: #000;
}

/* List Comment */
ul.commentlists{ 
	list-style: none; 
	padding-left: 0;
	margin-bottom: 4px;
	display: block;
	float: left;
}
ul.commentlists li.comment article.comment_item{ margin-bottom: 25px; position: relative; z-index: 10;}
ul.commentlists header.comment-author{float: left; margin-right: 10px;}
ul.commentlists  ul.children{ list-style: none; margin-left: 15px;}
ul.commentlists li {position: relative; }
ul.commentlists li.comment{ display: block; float: left;}
ul.commentlists li.pingback{ position: relative; padding-top: 10px; padding-bottom: 10px; }
ul.commentlists li.pingback .comment-body{ display: none;}
li.pingback .author-name a{

    color: #000000;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;

}
.commentlists .comment-body {
    margin-left: 90px;
}


footer.comment-navigation{
	float: left;
	width: 100%;
	margin-bottom: 5px;

}
.comment-navigation .previous{
	float: left;
	display: inline-block;

}
.comment-navigation .next{
	display: inline-block;
	float: right;
}
.comment-navigation .previous a,
.comment-navigation .next a{
	color: #333;
	font-weight: 500;
}
.comment-navigation .previous a:hover,
.comment-navigation .next a:hover{
	color: #000;
}
.nav_comment_text{ 
	width: 100%;
    float: left;
    padding: 10px 0px 11px 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.ova_reply {
	display: inline-block;
    padding-left: 10px;
}
.ova_reply i{
	padding-left: 5px;
    color: #555;
    font-size: 10px!important;
}
.ova_reply a{
	font-size: 11px!important;
	color: #555;
    text-transform: capitalize!important;
}
.comment-details .comment-meta{
	padding-bottom: 0px;
}





/* Comment Form */

#comments h4.block-title{ 
	font-weight: 500; 
	font-size: 14px; 
	text-transform: uppercase; 
	color: #000; 
	margin-bottom: 22px; 
	/*border-top: 1px solid #dfdfdf; */
	padding-top: 41px; 
	margin-top: 0px;
}
.comment-respond h4.block-title{ 
	border-top: 1px solid #dfdfdf;
}
#commentform #submit.submit{ 
	font-size: 14px;
    border-radius: 4px;
    text-align: right;
    float: left;
    padding: 10px;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
   	text-shadow: none;
}
#reply-title{ margin-top: 0;}
#commentform input, #commentform textarea{ font-size: 14px;}


header.comment-author img{float: left;margin-right: 10px;width: 70px;}
section.comment-details{ padding-top: 0; font-size: 14px;}
section.comment-details .author-name{ position: relative; }
section.comment-details .author-name a.url{
	color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9em;
}

section.comment-details .author-name a:hover{ color: #898989;}
section.comment-details .comment-reply{ position: absolute; top: 0; right: 0; }
section.comment-details .comment-reply img{ float: left;}
section.comment-details .comment-reply-link{  color: #555; font-size: 12px;  margin-top: 3px; padding-left: 2px;}
section.comment-details .comment-content p{ margin-bottom: 0;}


.comment_left{ padding-left: 0!important;}
.comment_right{ padding-right: 0!important;}
.content_comments input[type="text"], .content_comments textarea{ border-radius: 0; color: #898989; border-color: #898989; margin-bottom: 17px;}
.content_comments input[type="text"]{ height: 40px;   margin-bottom: 17px;}
.content_comments input[type="text"]:focus, .content_comments textarea:focus{ outline: none; box-shadow: none; }
input.submit_form,input.submit_form{
	width: 200px;
	height: 48px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 30px;
}
input.submit_form,input.submit_form:hover{
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color:#fff;
    border-radius: 0;
    float: right;
}
.logged-in .col-md-6.comment_left {
    width: 100%;
}

#comments .commentform{
	float: left;
    width: 100%;
    display: block;
}

#commentform p.form-submit{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 50px;
}



/* pagination */
.pagination-wrapper {
    text-align: center;
    margin: 50px 0px;
}


.pagination-wrapper .pagination li.pagi_dots,
.pagination-wrapper .pagination>li>a,
.pagination-wrapper .pagination>li>span{
	border-radius: 0px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    color: #333333;
    padding: 2px 12px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

.pagination-wrapper .pagination li>span.pagi_dots{
	border: none!important;
}

.pagination-wrapper .pagination>li>a{
	border-color: #cacaca;
	background-color: transparent;
}
.pagination-wrapper .pagination>li.active a,
.pagination-wrapper .pagination>li>a:focus,
.pagination-wrapper .pagination>li>a:hover,
.pagination-wrapper .pagination>li>span{
	border: 1px solid #2f343b;
	background-color: transparent;
	color: #2f343b;
}
.pagination-wrapper .pagination>li>a .fa{
	font-weight: 700;
}

.pagination_blog_page{ margin-top: -50px; }
body.archive.category .pagination{
	margin-top: -30px;
}





/* protect template page */
form.post-password-form input[type=submit] {
    background: #000;
    border: none;
    border-top: 1px solid #000;
    box-shadow: none;
    color: #fff;
}




/* Search Page */
article.result_search .post-body{ margin-bottom: 30px;}
/* /Search Page */





/* article */
article.post-wrap h2.post-title a,
article.post-wrap h2.entry-title a {
    color: #2f343b;
    font-size: 16px;
    text-transform: uppercase;
}
article.sticky h2.post-title{
	margin-top: 0;
}
article.post-wrap{
	margin-bottom: 30px;
}
.blog article.post-wrap{
	margin-bottom: 70px;
}
article.post-wrap .post-meta .post-meta-content{
	margin: 15px 0px;
    display: block;
    
}
article.post-wrap .post-meta .post-meta-content,
article.post-wrap .post-meta .post-meta-content a{
	color: #222;
	font-size: 13px;
}
article.post-wrap .post-meta .post-meta-content a:hover{
	color: inherit;
}
article.post-wrap .post-meta .post-meta-content .right{
	font-weight: 500;

}

article.post-wrap .post-tag{
	margin: 60px 0px 30px 0px;
}

article.post-wrap .post-tag .ovatags,
article.post-wrap .post-tag .ovacats,
article.post-wrap .post-tag .share_social .ova_label{
	font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    clear: both;
    display: block;
    margin-bottom: 15px;
}
.post-tag .post-tags{
	display: block;
	margin-bottom: 15px;
}
article.post-wrap .post-tag a{
	background-color: #555;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
article.post-wrap .post-tag a:hover{
	background-color: #000;
}
.post-tag .post-categories{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px
}
.post-tag .post-categories a{ display: inline-block;}
.post-tag .post-tags a{ display: inline-block;}

article.post-wrap .post-tag .share_social ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
article.post-wrap .post-tag .share_social ul li{
	display: inline-block;
	margin-bottom: 15px;
}

article.post-wrap .post-readmore a {
    text-transform: uppercase;
    color: #888;
    padding: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 500;
    line-height: 26px;
    border-radius: 0;
    letter-spacing: 1px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
}
article.post-wrap .post-readmore a:hover{
	color: #000;
	border-bottom-color: #000;
}

/* fix sufish menu */
.sf-menu ul {
	border-radius: 10px;
}
.sf-menu ul {border-radius: 6px;}

.sf-menu ul li:first-child, 
.sf-menu ul li:first-child a{
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}
.sf-menu ul li:last-child, 
.sf-menu ul li:last-child a{
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
}


/* fix background pattern */
.patter_bg{
	position: absolute!important;
    width: 100%;
    height: 100%;
}


/* Search */
.result_search h2.post-title a{
	color: #333;
}
form.search-form{
	display: flex;
}
form.search-form label input{
	box-shadow: none;
    border: 1px solid #333;
    padding: 5px;
    height: 32px;
}
form.search-form input.search-submit{
	background-color: #333;
    border: 1px solid #333;
    color: #fff;
    box-shadow: none;
    height: 32px;
}



/* password page */
.post-password-form p{
	display: flex;
}
.post-password-form p label{
	margin-bottom: 0;
}



/* custom */
.breadcrumb > li{ font-weight: normal;}

.marketer_home{
	margin-bottom: 60px;
}

.js_active .marketer_home{
	display: none;
}

.post-wrap .blog-item{
	margin-top: 0;
}

.marketer_user,
.marketer_tags{
	display: inline-block;
}

.marketer_user i,
.marketer_tags i{
	color: #656565;
	font-size: 16px;
	line-height: 14px;
	vertical-align: text-bottom;
}

.blog-item .popup-gallery{
	width: 100%;
}
.blog-post-video iframe{
	height: 375px;

}

.blog-item-inner{
	display:inline-block;
	padding: 0!important;
	background-color: #f6f7f8;
    border-bottom: 2px solid #e0e0e0;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    width: 100%;
    margin-top: -5px;
}
.blog-item-inner .blog_content{
	display: block;
	padding: 1px 25px 20px 25px;
 
}

.widget .iframe_wrapper iframe{
	height: 203px;
}
.breadcrumb-wrapper{
	margin-bottom: 70px;
}
section.comment-details .comment-reply-link{
	line-height: 10px;
}

.author-name .author{
	float: left;
	color: #333;
    font-weight: 500;
}
.ova_reply{
	float: left;
}

form input.comments-submit{
	width: auto;
}
.navbar-default a.navbar-brand span.blogname,
.navbar-default a.navbar-brand:hover span.blogname{
	color: #333;
	margin-top: 12px;
	display: block;
}

.single .popup-gallery:hover img{
	opacity: 1;
}
.marketer_tags a{
	display: inline-block;
}


/* Footer list */
.footer ul{
	display:block;
	margin:0;
}

.footer ul li {
	padding:5px 0;
	border-bottom:1px solid #999;
}

.footer ul li.first {
	padding-top: 0;
}

.footer ul li a:hover{
  color:#3498db;
}
.footer ul li.popup-gallery {
	padding: 0;
}
ul.header_social li a i.icon {
	width: auto;
	height: auto;
}

i.icon{
	width: auto!important;
	height: auto!important;	
	margin-left: auto!important;
}
.footer ul.footer_social  li{
	border-bottom: none;
}
.footer ul.footer_social  li:first-child{
	border-bottom: 1px solid #999;
}
.slide_btn{
	letter-spacing: 2px;
}
iframe.vimeo{
	height: 312px;
	width: 555px;
}


.marketer_accordion .vc_tta-title-text{
    color: #656565;
    font-size: 16px;
    font-weight: 500;
}
.marketer_accordion.vc_tta.vc_general .vc_tta-icon{
    font-size: 20px!important;
}
.marketer_accordion .vc_tta-panel-body{
	border-top: 3px solid #3498db!important;
    border-bottom: 1px solid #e7e7e7!important;
}
.marketer_accordion .vc_tta-panel-title{
	border-bottom: 1px solid #e7e7e7!important;	
}

.bottom_60{
	margin-bottom: 60px;
}

.fun-facts-box{
	float: none!important;
	width: auto!important;
}
.fun-facts-box i.icon{
	line-height: 60px;
}


.features-item h3{
	margin-top: 20px;
}
.cricle img{
	border-radius: 50%;
}
.section{
	padding: 90px 0px;
}

.process-wrapper-content {
	background: url('../img/process-line.png') no-repeat scroll center 220px;
}

.mc4wp-alert.mc4wp-error p{
	color: #fff;
}
.team-item.team-item-white p{
	color: #7c8595;
}

ul.features-list-dark{
	padding-left: 0;
	margin-left: 0;
}
ul.features-list-dark li{
	list-style: none;

}

.process-wrapper{
	border: none!important;
	background-image: none!important;
}

.yamm li.dropdown{
	position: relative;
}
.yamm .ova-mega-menu li.dropdown{
	position: static;	
}
.yamm ul.dropdown-menu ul.dropdown-menu{
	top: 0!important;
	right: 100%!important;
	
}

.dropdown-menu > li > a{
	border-bottom: 1px solid #e5e5e5;
}


/* - Mega Menu */
/************************************************************************************/
/************************************************************************************/

li.megamenu {
    position: static;
}

ul.ova-mega-menu {
    border: none;
    position: absolute;
    left: 0!important;
    top: 40px;
    right: 0!important;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0;
    -webkit-box-shadow: 1px 0px 12px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 1px 0px 12px 1px rgba(0, 0, 0, .06);
    box-shadow: 1px 0px 12px 1px rgba(0, 0, 0, .06);
}

ul.ova-mega-menu.four-columns li {
    width: 25%;
    float: left;
}

ul.ova-mega-menu.three-columns li {
    width: 33.3333%;
    float: left;
}

ul.ova-mega-menu.two-columns li {
    width: 50%;
    float: left;
}

ul.ova-mega-menu.one-column li {
    width: 100%;
    float: left;
}

ul.ova-mega-menu li {
    padding: 0px 15px 30px 15px;
}
ul.ova-mega-menu li {
    margin-top: 20px;
}
ul.ova-mega-menu li.top_submenu{
    margin-top: 0;
}
ul.ova-mega-menu li.top_submenu {
    padding: 30px;
}

ul.ova-mega-menu li > div a {
    display: block;
}

ul.ova-mega-menu li.top_submenu {
    width: 100%;
}

ul.ova-mega-menu li.top_submenu .content .top_title {
    font-size: 30px;
    color: #252525;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;

}

ul.ova-mega-menu li.top_submenu .content .top_desc {
    font-size: 14px;
    color: #898989;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
}

ul.ova-mega-menu li.top_submenu .content .top_linkbottom a {
    font-size: 10px!important;
    color: #252525!important;
    letter-spacing: 0.01em;
    font-weight: 300;
    border: none;
    padding-bottom: 12px;
    padding-left: 0;
    text-transform: uppercase;
}


ul.ova-mega-menu li::before {
    border-right: 1px solid #e1e1e1;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
    content: "";
    position: absolute;
}

ul.ova-mega-menu li.top_submenu::before, 
ul.ova-mega-menu li:last-child::before {
    display: none;
    border-right: none;
}
ul.ova-mega-menu li img{
    margin-bottom: 24px;
}
ul.ova-mega-menu li h5.title {
   	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: 700;
	color: #2F362F;
	padding: 0px 0px 0px 0px;
	margin-top: 0;
	margin-bottom: 10px;
}

ul.ova-mega-menu li a {
    padding: 0px!important;
    font-size: 13px!important;
    line-height: 26px!important;
    color: #898989!important;
}

ul.ova-mega-menu li a:hover {
    color: #252525!important;
}

ul.ova-mega-menu p.nav-title{
	margin-bottom: 0;
}
ul.ova-mega-menu .nav-subtitle{
	display: block;
	margin-bottom: 10px;
}

/* /Mega Menu */

.top-intro .widget,
.top-intro .widget a{
	color: #dedede;
}
.top-intro .widget h4.widget-title{
	color: #dedede;	
	margin-top: 60px;
}

.footer{
	color: #ddd;
}
.footer ul li.page_item_has_children,
.footer ul li.menu-item-has-children{
	border-bottom: none;
}

@media(max-width: 990px){
	.comment-form .col-md-6.comment_left,
	.comment-form .col-md-6.comment_right{
		padding-left: 0!important;
		padding-right: 0!important;

	}
}

@media(max-width: 920px){
	.yamm li.dropdown{
		position: relative;
	}
	.yamm .ova-mega-menu li.dropdown{
		position: relative;	
	}
	ul.ova-mega-menu,
	ul.dropdown-menu{
		position: relative;
		width: 100%!important;
		box-shadow: none;
		top: 0;
	}
	ul.ova-mega-menu li::before{
		border-right: none;
	}
	ul.ova-mega-menu .nav-subtitle,
	.nav-subtitle{
		display: none;
	}
	ul.ova-mega-menu li{
		padding-bottom: 0;
	}
	ul.dropdown-menu ul.dropdown-menu {
		display: block!important;
	}
	.yamm ul.dropdown-menu ul.dropdown-menu{
		top: 0 !important;
		right: 0 !important;
		
	}
	.yamm ul.dropdown-menu ul.dropdown-menu a{
		padding-left: 30px;
	}
}

@media(max-width: 767px){
	.ovatheme_nosidebar{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* comment */
	section.comment-details .author-name{
		margin-top: 10px;
	}
	.comment-details{
		width: 100%;
		float: left;
	}
	.comment-details .comment-content{
		margin-left: 0;
	}
	#comments h4.block-title{
		float: left;
		width: 100%;
	}
	ul.commentlists li.comment article.comment_item{
		float: left;
		margin-bottom: 15px;
	}
	section.comment-details .comment-content{
		padding-bottom: 15px;
	}
	ul.commentlists ul.children{
		margin-left: 10px;
	}

	
}

.navbar{
	margin-bottom: 0;
}
.navbar-brand{
	padding: 2px 15px;
}



