/*
Theme Name:   happenstance child
Description:  This is my happenstance child theme.
Author:       webmaster
Author URL:   http://ht4u.wpengine.com/
Template:     happenstance
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  happenstance-child
*/

/* Write here your own personal stylesheet */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

@font-face {
    font-family: 'work_sansmedium';
    src: url('fonts/worksans-medium-webfont.woff2') format('woff2'),
         url('fonts/worksans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'work_sanssemibold';
    src: url('fonts/worksans-semibold-webfont.woff2') format('woff2'),
         url('fonts/worksans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'work_sansbold';
    src: url('fonts/worksans-bold-webfont.woff2') format('woff2'),
         url('fonts/worksans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{border:none;  margin:0; padding:0; vertical-align:baseline}
 
h1, h2, h3, h4, h5, h6{ font-family: 'work_sansbold';  -ms-word-wrap:break-word;  word-wrap: break-word;  line-height:120%;  margin:30px 0 7px}

h1{ color:black;  font-size:27px}

h2{ color:#141519;  font-size:25px}

h3{ color:#141519;  font-size:23px}

h4{ color:#444;  font-size:18px}

h5{ color:#555;  font-size:17px}

h6{ color:#666;  font-size:14px}
p, ul, ol, li, dl, address {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 15px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

body{
-webkit-text-size-adjust:100%;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap" rel="stylesheet");



ul{ margin-left:16px}

ol{list-style-type:decimal; margin-left:20px}

ol ol{list-style:upper-alpha}

ol ol ol{list-style:lower-roman}

ol ol ol ol{list-style:lower-alpha}

dl{ margin-bottom:20px}

dt{font-weight:bold}

dd{margin-bottom:5px}

strong{font-weight:bold}

cite, em, i{font-style:italic}

blockquote cite{display:block;  font-style:normal; text-transform:uppercase}

a{ color:#6d0404;  text-decoration:underline}

a:hover{ text-decoration:none}

a img{ border:none}

img{ height:auto;  max-width:100%}

table{ font-size:14px;  width:100%}

table, td, th{ border:1px solid #e3e3e3;  border-collapse:collapse;  text-align:left}

td, th{ padding:5px 8px}

th{ background:#555;  color:white;  font-weight:bold}

blockquote, q{ border-left:1px solid #e3e3e3;  clear:both;  color:#333;  font-style:italic;  margin:0 0 20px;  padding-left:10px}

address{ font-style:italic}

pre{ margin-bottom:20px;  overflow:auto}

sup{ vertical-align:super}

sub{ vertical-align:sub}

iframe, 
embed{ clear:both;  width:100%}

hr{ background:#e8e8e8;  border:none;  height:1px;  margin:15px 0}

.alignnone{ clear:both;  margin:5px 20px 20px 0}

.aligncenter, 
div.aligncenter{ clear:both;  display:block;  margin:5px auto 20px auto}

.alignright{ float:right;  margin:5px 0 20px 20px}

.alignleft{ float:left;  margin:5px 20px 20px 0}

.aligncenter{ display:block;  margin:5px auto 20px auto}

a img.alignright{ float:right;  margin:5px 0 20px 20px}

a img.alignnone{ margin:5px 20px 20px 0}

a img.alignleft{ float:left;  margin:5px 20px 20px 0}

a img.aligncenter{ display:block;  margin-left:auto;  margin-right:auto}

.wp-caption, 
.gallery-caption{ border:1px solid #f0f0f0;  max-width:96%;  padding:5px 3px;  text-align:center}

#wrapper .gallery-caption{ border:none}

.wp-caption.alignnone{ margin:5px 20px 20px 0}

.wp-caption.alignleft{ margin:5px 20px 20px 0}

.wp-caption.alignright{ margin:5px 0 20px 20px}

.wp-caption img{ border:0 none;  height:auto;  margin:0;  max-width:98.5%;  padding:0;  width:auto}

#wrapper .wp-caption p.wp-caption-text{ font-size:12px;  line-height:17px;  margin:0;  padding:0 4px}

.wp-audio-shortcode{ margin-bottom:20px}

body{ background:#f7f8fe;  color:#141519;  font-family: 'Roboto', sans-serif;   line-height:150%}

#container{  margin:0 auto;  max-width:1170px;  position:relative;  width:100%}

#container-shadow{  -webkit-box-shadow:0px 0px 1px #aaa;  -moz-box-shadow: 0px 0px 1px #aaa;  box-shadow: 0px 0px 1px #aaa;  background:white;  float:left;  width:100%}

#header, 
#main-content, 
#wrapper-footer{ float:left;  height:auto;  position:relative;  width:100%}
 
#wrapper #main-content {
	padding: 28px 28px 10px;
	width: 100%;
}

#content {
	float: left;
	margin: 0;
	width: 830px;
}

.page-template-template-full-width-php #container #content, 
.page-template-template-landing-page-php #container #content, 
.page-template-template-full-width-without-title-php #container #content{ width:100%}

#sidebar {
	float: right;
	margin: 0 0 0 15px;
	width: 250px;
}
body .pattern{
	background:none;
}
.scroll-top {
	border: 1px solid #6d0404;
	color: #fff;
 cursor: pointer;
	display: block;
	font-family: ElegantIcons !important;
	font-size: 21px;
	height: 40px;
	line-height: 29px;
	opacity: 1;
	filter: alpha(opacity=50);
	padding: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 2000;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background: #6d0404;
}

#wrapper .scroll-top:hover{ background:#6d0404;  color:white;  opacity:1;  filter:alpha(opacity=100)}


.site-title{ font-family: 'Roboto', sans-serif;  font-size:48px;  font-weight:bold;   line-height:100%;  margin:0;  max-width:880px;  position:relative;  width:100%;  z-index:50}
 
.site-description{ color:#888;  font-family: 'Roboto', sans-serif;  font-size:20px;  line-height:100%;  margin:10px 0 0;  max-width:880px;  position:relative;  width:100%;  z-index:50}

.site-title a{ color:#169fe6;  text-decoration:none;  -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

.site-title a:hover{ color:black}

.page-template-template-landing-page-php .site-title, 
.page-template-template-landing-page-php .site-description, 
.page-template-template-landing-page-php img.custom-logo{ max-width:100%}

.header-image{ float:left;  height:auto;  position:relative;  width:100%}

.header-image img{ display:block;  margin:0 auto;   position:relative}

.header-image .header-image-container{ height:100%;  overflow:auto;  position:absolute;  left:0;  top:0;  width:100%;  z-index:100}

.header-image .header-image-text-wrapper{ display:table;  height:100%;  margin:0 auto;  width:100%}

.header-image .header-image-text{ display:table-cell;  font-size:14px;  height:100%;  margin:0;  vertical-align:middle}

#wrapper .header-image .header-image-text .header-image-headline{ color:white;  font-family: 'Roboto', sans-serif;  font-size:220%;  line-height:100%;  margin:0 0 18px;  position:relative;  text-align:center;  width:100%}

.header-image .header-image-text .header-image-link-wrapper{ text-align:center}

.header-image .header-image-text .header-image-link{ background:#169fe6;  border:2px solid #169fe6;  color:white;  display:inline-block;  line-height:100%;  padding:10px 20px;  text-decoration:none;  -webkit-transition:all 1s ease;  -moz-transition:all 1s ease;  -o-transition:all 1s ease;  -ms-transition:all 1s ease;  transition:all 1s ease}

.header-image .header-image-text .header-image-link:hover{ background:none !important;  color:white}

.menu-box .link-home{ border-left:1px solid #535353;  color:white;  float:left;  position:relative}

.menu-box .link-home i{ }

.menu-box ul{ list-style-type:none;  margin:0; padding:0; position:relative;  z-index:100}



body .menu-box ul .menu-item-has-children .sub-menu a:after{ content:""}


.selectnav{ display:none}

#wrapper .sticky-nav {
	max-width: 100%;
	position: fixed;
	top: 0;
	z-index: 600;
	box-shadow: 0 1px 7px #ddd;
}
 
.admin-bar .sticky-nav{ top:32px !important}

.content-headline{ float:left;  margin:0 0 20px;  width:100%}

.entry-headline{ color:black;  font-size:30px;  line-height:100%;  margin:0 0 3px;  position:relative;  z-index:50;background: inherit;}
 
.blog .entry-headline, 
.home-latest-posts .entry-headline{ float:left;  margin-bottom:25px;   width:100%}

.entry-headline-text{ background:white;  display:inline-block;   max-width:90%;  padding-right:15px;}

.entry-content{ float:left;  max-width:100%;  width:100%}

#content p, 
#content ul, 
#content ol, 
#content table, 
#content address{ margin-bottom:15px}

#content ul ul, 
#content ol ol, 
#content ol ul, 
#content ul ol{ margin-bottom:0}

.page-template-template-without-title-php #content .breadcrumb-navigation, 
.page-template-template-full-width-without-title-php #content .breadcrumb-navigation{ margin-bottom:15px}

#content .manual-excerpt{font-style:italic}

#main-content .post-meta{ clear:both;  color:#999 !important;  font-size:14px;  line-height:21px;  padding-bottom:5px;  margin:0}

.single #main-content #content .post-meta{ margin:0}

#main-content .home-grid-posts .post-meta{ clear:none;  margin:0;  padding:0}

#main-content .post-meta span{ border-left:1px solid #dbdbdb;  padding:0 4px 0 7px}

#wrapper #main-content .post-meta span{ font-size:95%}

#main-content .post-meta .fn{ border-left:none;  padding:0}

#main-content .post-meta .post-info-author{ border-left:none;  padding-left:0}

#main-content .post-info{ border-top:1px solid #e8e8e8;  clear:both;  color:#999;  float:left;  font-size:14px;  line-height:21px;  margin:10px 0 0;  padding:0;  width:100%}

.single #main-content #content .post-info{ border-bottom:1px solid #e8e8e8;  margin:0 0 20px;  padding:0}

.post-info a, 

.post-meta a{ color:#888 !important;  text-decoration:none;   -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

.post-info a:hover, 

.post-meta a:hover{ color:#111 !important}

#main-content .post-meta i, 

#main-content .post-info i{ margin-right:4px}

.post-info span{ display:inline-block;  min-height:16px;  line-height:16px;  padding:0}

#main-content .post-info .post-category, 

#main-content .post-info .post-tags{ float:left;  margin:0;  padding:6px 0;  width:50%}

#wrapper #main-content .post-info .post-category, 

#wrapper #main-content .post-info .post-tags{ font-size:95%}

#main-content .post-info .post-tags{ padding-left:2%;  text-align:right;  width:48%}

#content .archive-meta{ border-bottom:1px solid #e8e8e8;  float:left;  margin-bottom:25px;   width:100%}

#main-content .author-info .author-avatar{ margin:0 0 5px}

#main-content .number-of-results{ font-weight:bold}

#main-content #content .page-link{ color:#333;  font-size:13px}

#nav-below, 

#happenstance-post-nav, 

.search .navigation{ float:left;  margin:0 0 25px;  width:100%}

#main-content #happenstance-post-nav{ margin:10px 0 25px}

.nav-wrapper{ border-bottom:1px solid #e8e8e8;  border-top:1px solid #e8e8e8;  float:left;  padding:5px 0;  width:100%}

.navigation-headline{ font-size:18px;  font-weight:normal;  margin:0 0 4px}

.navigation .navigation-links{ margin-bottom:0 !important}

.navigation .navigation-links a{ text-decoration:none}

.navigation .navigation-links a:hover{ text-decoration:underline}

#main-content .nav-previous{ float:left;  margin:0;  width:50%}

#main-content .nav-next{ float:right;  margin:0;  text-align:right;  width:50%}

#main-content .nav-previous a, 

#main-content .nav-next a{ text-decoration:none}

#main-content .nav-previous a:hover, 

#main-content .nav-next a:hover{ text-decoration:underline}

.edit-link{ float:left;  width:100%}

.post-edit-link{ font-weight:bold}

#content .timely{ float:left;  width:100%}

.post-entry{ border-bottom:1px solid #e8e8e8;  float:left;  margin-bottom:25px;  position:relative;  width:100%}

.search .type-page{ padding-bottom:10px}

#main-content .sticky{ background-color:#f0f0f0;  padding:20px 3% 0;  width:94%}

.post-entry-content-wrapper{ padding:3px 0 0}

.attachment-post-thumbnail{ display:block;  float:left;  height:auto;  margin:0 15px 5px 0;  max-width:40%;  width:auto}
.attachment-post-thumbnail.default_img {
    border: 1px solid #e3e3f0;
}
.attachment-thumbnail{ display:block;  float:left;  height:auto;  margin:0 15px 5px 0;  width:auto}

.single #content .attachment-post-thumbnail, 

.page #content .attachment-post-thumbnail{ clear:both;  display:block;  float:none;  margin:4px 0 20px;   max-width:100%;  padding:0}

.post-entry-content{ margin-bottom:-12px;  margin-top:-5px}

#main-content .post-entry .post-entry-headline{ font-size:21px;  line-height:100%;  margin:0 0 7px}

.post-entry .post-entry-headline a{ color:#6d0404;  text-decoration:none;   -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

.post-entry .post-entry-headline a:hover{ color:black}

.post-entry .read-more-button{ background-color:#6d0404;  border:1px solid #6d0404;  color:white;  display:inline-block;  font-size:95%;  line-height:13px;  margin:8px 0 3px;  padding:6px 8px;  text-decoration:none;  text-transform:uppercase;  -webkit-transition:all 1s ease;  -moz-transition:all 1s ease;  -o-transition:all 1s ease;  -ms-transition:all 1s ease;  transition:all 1s ease}

.post-entry .read-more-button:hover{ background:none !important;  color:#6d0404}

.home-grid-posts .entry-headline{ margin-bottom:20px}

.search .js-masonry .type-page{ padding-bottom:20px}

.js-masonry{ float:left;  margin:0 0 0 -10px;  width:100%}

.grid-entry{  padding:0 0 20px;   width:33.33%}
 
.grid-entry .grid-entry-inner{ border-bottom:1px solid #e8e8e8;  margin:0 0 0 20px;  padding:0 0 15px;  position:relative}

#main-content .js-masonry .sticky{ background:none !important;  padding:0 0 20px;  width:33.33%}

#main-content .js-masonry .sticky .grid-entry-inner{ background-color:#f0f0f0;  padding:15px}

.grid-entry .attachment-post-thumbnail{ clear:both;  float:none;  margin:0 0 9px !important;  max-width:100%}

.grid-entry .attachment-thumbnail{ clear:both;  float:none;  margin:0 0 9px !important}

#main-content .grid-entry .grid-entry-headline{ font-size:21px;  line-height:100%;  margin:0 0 4px}

.grid-entry .grid-entry-headline a{ color:#169fe6;  text-decoration:none;  -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

.grid-entry .grid-entry-headline a:hover{ color:black}

.grid-entry p{ margin-bottom:0 !important;   padding-bottom:0 !important}

.grid-entry .grid-category{ color:#999;  font-size:14px;  line-height:16px;  margin-top:4px;  min-height:16px}

.grid-entry .grid-tags{ color:#999;  font-size:14px;  line-height:16px;  margin-top:3px;  min-height:16px}

.grid-entry .grid-category a, 

.grid-entry .grid-tags a{ color:#999 !important;  text-decoration:none;  -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

#wrapper .grid-entry .grid-category a, 

#wrapper .grid-entry .grid-tags a{ font-size:95%}

.grid-entry .grid-category a:hover, 

.grid-entry .grid-tags a:hover{ color:#111 !important}

.grid-entry .grid-category i, 

.grid-entry .grid-tags i{ margin-right:4px}

#main-content .grid-entry .post-meta{ margin-top:0;  padding-bottom:0}

.grid-entry .read-more-button{ background-color:#169fe6;  border:1px solid #169fe6;  color:white;  display:inline-block;  font-size:95%;  line-height:13px;  margin:3px 0;  padding:6px 8px;  text-decoration:none;  text-transform:uppercase;  -webkit-transition:background-color 1s ease;  -moz-transition:background-color 1s ease;  -o-transition:background-color 1s ease;  -ms-transition:background-color 1s ease;  transition:background-color 1s ease}

.grid-entry .read-more-button:hover{ background:none !important;  color:#169fe6}

#wrapper .format-image .attachment-post-thumbnail{ margin-left:0 !important;   margin-right:0 !important;  max-width:100%}

.content-status{ font-style:italic}

.post-entry-headline:before, 

.grid-entry-headline:before, 

.single-title .entry-headline-text:before{ color:#888;  font-family:ElegantIcons !important;  font-variant:normal;  font-weight:normal !important;  padding-right:6px;  speak:none; text-transform:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale}

.format-image .post-entry-headline:before, 

.format-image .grid-entry-headline:before, 

.single-format-image .single-title .entry-headline-text:before{ content:"e005"}

.format-audio .post-entry-headline:before, 

.format-audio .grid-entry-headline:before, 

.single-format-audio .single-title .entry-headline-text:before{ content:"e08e"}

.format-status .post-entry-headline:before, 

.format-status .grid-entry-headline:before, 

.single-format-status .single-title .entry-headline-text:before{ content:"6a"}

.format-video .post-entry-headline:before, 

.format-video .grid-entry-headline:before, 

.single-format-video .single-title .entry-headline-text:before{ content:"e024"}

.format-gallery .post-entry-headline:before, 

.format-gallery .grid-entry-headline:before, 

.single-format-gallery .single-title .entry-headline-text:before{ content:"e006"}

.format-link .post-entry-headline:before, 

.format-link .grid-entry-headline:before, 

.single-format-link .single-title .entry-headline-text:before{ content:"e02b"}

.format-quote .post-entry-headline:before, 

.format-quote .grid-entry-headline:before, 

.single-format-quote .single-title .entry-headline-text:before{ content:"7c"}

.format-chat .post-entry-headline:before, 

.format-chat .grid-entry-headline:before, 

.single-format-chat .single-title .entry-headline-text:before{ content:"77"}

#content .blog-widget{  float:left;   margin-bottom:25px;    width:100%}

#content .blog-widget .blog-headline{  background:left 50% repeat-x url(images/pattern-headline.png);  color:#000;  font-family: 'Roboto', sans-serif;  font-size:27px;  margin:0 0 10px;  position:relative}

#content .blog-headline-text{ background:white;  display:inline-block;   max-width:90%;  padding-right:15px}

#content .blog-widget img{ height:auto;  max-width:100%}

#content .blog-widget p{ margin:6px 0 -4px}

#content .blog-widget ul{ margin:5px 0 -5px 16px}

#content .blog-widget ul ul{ margin-bottom:0;  margin-top:0}
 
.sidebar-widget{  color:#333;   float:left;   font-size:14px;   margin-bottom:25px;    width:100%}

.sidebar-widget .sidebar-headline{  background:left 50% repeat-x url(images/pattern-sidebar.png);  color:#333;  font-family: 'Roboto', sans-serif;  font-size:19px;  margin:0 0 5px;  position:relative;}

.sidebar-headline-text{ background:white;  display:inline-block;   max-width:90%;  padding-right:10px}

.sidebar-widget .sidebar-headline a{ color:inherit !important;  text-decoration:none}

.sidebar-widget img{ height:auto;  max-width:100%}

.sidebar-widget p{ margin:6px 0 -4px}

.sidebar-widget p, 

.sidebar-widget ul li, 

.sidebar-widget ol li{ color:#333}

.sidebar-widget ul{ margin:5px 0 -5px 16px}

.sidebar-widget ul ul{ margin-bottom:0;  margin-top:0}

.sidebar-widget ul li{ line-height:200%}
 
.sidebar-widget a{ color:#6d0404;  text-decoration:none;  -webkit-transition:color 1s ease;  -moz-transition:color 1s ease;  -o-transition:color 1s ease;  -ms-transition:color 1s ease;  transition:color 1s ease}

.sidebar-widget ul li a{ text-decoration:none}

.sidebar-widget a:hover{ color:black !important;  text-decoration:underline}


#footer p, 

#footer ul li, 

#footer ol li{  color:white}

#footer .footer-widget-area p, 

#footer .footer-widget-area ul, 

#footer .footer-widget-area ol{  margin-bottom:2px}

#footer table, 

#footer td, 

#footer th{  border-color:black;   color:white}

#footer a {
	color: #fff;
}

.footer-widget-area{  float:left;   min-height:80px;   margin-right:28px;   padding:35px 0 10px;   position:relative;   width:352px;   z-index:50}

#footer .footer-widget-area-3{  margin-right:0}

.footer-widget{  float:left;   margin-bottom:21px;      width:100%}

#footer .footer-widget .footer-headline{  background:left 50% repeat-x url(images/pattern-footer.png);  color:white;  font-family: 'Roboto', sans-serif;  font-size:19px;  line-height:100%;  margin-bottom:8px}

.footer-headline-text{ background:#333;  display:inline-block;   max-width:90%;  padding-right:10px}

.footer-signature{ background:#121212;  float:left;  font-size:14px;  position:relative;  width:100%;  z-index:50}

#wrapper .footer-signature .footer-signature-content{ color:white;  font-size:95%;  line-height:22px;  min-height:22px;  padding:10px 0;  text-align:center}

#wrapper .footer-signature .footer-signature-content p{ color:white;  font-size:95%;  line-height:22px;  min-height:22px;  padding:0;  text-align:center}

#wrapper .footer-signature .footer-signature-content a{ color:#ccc}

#follow{position:relative}
#follow li{margin:0; padding:0; list-style:none; position:absolute; top:0}
#follow li, #follow a{height:25px; display:block}

#folfb{left:0px; width:31px}
#folfb{background:url('images/social.png') 0 0}

#foltw{left:32px; width:31px}
#foltw{background:url('images/social.png') -32px 0}

#folyt{left:64px; width:31px}
#folyt{background:url('images/social.png') -64px 0}

#folrs{left:128px; width:31px}
#folrs{background:url('images/social.png') -125px 0}

#givan{display:inline-block}

#wp-calendar th, 

#wp-calendar td{ text-align:center}

#wp-calendar a, 

#wp-calendar #today{ font-weight:bold;  text-decoration:none}

#wp-calendar #prev{ text-align:left}

#wp-calendar #next{ text-align:right}

.tagcloud a{ text-decoration:none}

.tagcloud a:hover{ text-decoration:underline}

.sidebar-widget img, 

.footer-widget img{ padding-top:3px}

.sidebar-widget .wp-caption, 

.footer-widget .wp-caption{ border:none;  margin-right:0}

.sidebar-widget .wp-caption img, 

.footer-widget .wp-caption img{ max-width:100%}

.sidebar-widget select{ margin-top:3px;  width:100%}

.sidebar-widget #searchform {
	margin-top: 10px;
	width: 100%;
}

input[type="text"], input[type="file"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea, select {
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	color: #333;
	line-height: normal;
	padding: 5px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	resize: none;
}

input[type="submit"], 

input[type="reset"]{ background:#6d0404;  border:2px solid #6d0404;  border-radius:0 !important;  box-shadow:none;  color:white;  cursor:pointer;  font-size:15px;  height:auto;  margin-top:5px;  padding:7px 10px;  text-align:center;  text-decoration:none;  text-shadow:none;  -webkit-transition:all 1s ease;  -moz-transition:all 1s ease;  -o-transition:all 1s ease;  -ms-transition:all 1s ease;  transition:all 1s ease}

input[type="submit"]:hover, 

input[type="reset"]:hover{ background:none !important;   color:#6d0404}

#searchform .searchform-wrapper{ height:31px;  position:relative;  width:100%}

.header-content #searchform .searchform-wrapper{ margin-top:-15px;  position:absolute;  right:28px;  top:50%;  width:200px;  z-index:100}

#searchform .searchform-wrapper #s{ color:#aaa;  font-size:13px;  height:31px;  padding:5px 0 5px 3%;  position:absolute;  left:0;  top:0;  width:96%;   -webkit-appearance:none;  -moz-appearance:none}

#searchform .searchform-wrapper #s {
	color: #aaa;
	font-size: 13px;
	height: 31px;
	padding: 5px 0 5px 3%;
	position: relative;
	left: 0;
	top: 0;
	width: 96%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#searchform .searchform-wrapper .send:hover{ background:#6d0404 !important;  color:#fff}

#comments{ float:left;  margin-top:25px;  width:100%}

.single .comments-area-post{ margin-top:5px !important}

.single .comments-area-post-hide, 

.page #comments{ margin-top:16px !important}

#content .commentlist{ list-style-type:none;  margin-bottom:30px}

.commentlist .children{ list-style-type:none}

.comment-reply-title{ font-size:20px;  font-weight:normal;  line-height:100%;  margin-top:0}

#comments .entry-headline-wrapper{ margin-bottom:-21px}

#comments .entry-headline{ background-image:none;  border-bottom:none;  color:#333;  font-size:20px;  font-weight:normal;  margin-bottom:-4px;  padding:0}

.comment-reply-link{ font-size:95%}

.comments-title{ margin-top:0}

#comments .section-heading{ font-weight:normal}

#comments ol{ color:#333;  margin-left:0}

#comments ol ol{ margin:0 20px}

#comments ol li{ border-top:1px solid #e8e8e8;  margin:15px 0 0 0;  padding:15px 0 0 0}

#comments .avatar, 

#comments .fn{ float:left;  margin:0 6px 0 0}

#comments .fn{ font-style:italic;  margin:0 3px 0 0}

#comments time, 

#comments .edit-link{ color:#555;  float:right;  font-size:95%}

#comments .comment-content{ clear:both;  padding-top:10px}

#comments #comment-nav-below{ float:left;  margin:10px 0 30px;  width:100%}

#comments input, 

#comments textarea{ margin-top:7px}

#content #commentform .form-allowed-tags{ color:#707070;  font-size:13px}
 
#comments .bypostauthor{ background:#f2f2f2;  border-top:1px solid #ccc;  color:black;  margin-bottom:-15px;  padding:10px 30px}

.reply{ margin-top:-10px;  width:50%}

#content .comment-content p{ margin-bottom:10px}

#content .comment-content .edit-link{ margin:-15px 0 0;  text-align:right;  width:50%}

#content .comment-content li{ border:none;  font-size:14px;  margin:0;  padding:0}

#content #commentform p{ color:#333;  margin-bottom:5px}

#content #commentform .logged-in-as, 

#content #commentform .comment-notes{ margin-top:0}

#comments #respond{ float:none;  margin-bottom:20px;  width:100%}

#hpgrid h4{font-size:18px; padding:0; margin:0}

#hpgrid h4 a:link{font-weight:normal; text-decoration:none; color:#333}

#hpgrid h4 a:hover{color:#169fe6}

#hpgrid .rt-detail, #hpgrid .rt-holder{padding:0; margin:0}

#hpgrid .post-content{font-size:15px; padding:0; margin:0}

.bread-container{ float:left;  height:auto;  min-height:28px; background-color:#6d0404;  position:block;  width:100%;  z-index:600}

#header .menu-box ul ul a:hover, #header .menu-box ul ul :hover > a {
	background-color: #dda0a0 !important;
}
#breadcrumbs {
	float: left;
	background-color: #6d0404;
	padding-left: 27px;
	padding-right:10px;
	color: #fff;
	font-size: 13px;
	min-height: 31px;
	line-height: 31px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}
.bread-wrapper p#breadcrumbs {
    word-break: break-all;
}
body.single p#breadcrumbs {
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#breadcrumbs a{color:#fff; text-decoration:none}

#breadcrumbs a:hover{color:#fff}
/* / Author section / */
.entry-meta.custom_author {
	width: 100%;
	padding: 5px 0 5px;
	float: left;
	display: flex;
	margin-bottom: 15px;
}
 .author_imag { float: left; width: 60px !important; height: 60px !important; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; margin-right: 20px;}.author_imag img { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;	width: 60px !important; height: 60px !important; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; margin-right: 20px;}
.custom_author_info {
	float: left;
	width: auto;
	padding: 0px 0 0;
	color: #141519;
	font-weight: 400;

}
.custom_author_info h4 {
	font-size: 20px;
	color: #141519;
	font-weight: 300;
	text-transform: capitalize;
	margin: 7px 0 0;
	letter-spacing: 0;
}
.entry-meta {
	letter-spacing: 0px !important;
}
 .entry-content { float: left; width: 100%;}
 .author-info-box { background: #eeefee !important; width: 100%; margin-bottom: 20px;}
 .author-avatar img { border-radius: 50%;}
/* / End Author section / */


/* / Author profiles / */
.author .archive-header {
margin-bottom: 24px;
margin-bottom: 2.4rem;
}
.author-info-box {
box-sizing: border-box;
border-top: 1px solid #eeeeee;
color:#333;
overflow: hidden;
}
.author-link a {
	color: #333333;
	font-weight: bold;
	box-shadow: none !important;
	text-decoration: none !important;
}
.author-description h2 {
margin-bottom: 7px;
margin-bottom: 0.7rem;
font-size:16px;
font-size:1.6rem;
text-transform: uppercase;
}
.author-description p {
line-height: 1.7;
}
.author.archive .author-avatar {
margin-top: 0;
}
.name_author_out a {
	text-decoration: none !important;
}

.author-info-box {
background: #eeefee !important;
width: 100%;
padding: 28px;
margin-bottom: 28px;
box-sizing: border-box;
border-top: 1px solid
#eeeeee;
color:
#333;
overflow: hidden;
}

.author-avatar {
	float: left;
	margin-top: 0.8rem;
width: 15%;
}
.author-description {
	box-sizing: border-box;
	float: left;
	width: 85%;
	padding-left: 28px;
}
body .author-description h2 {
	margin-bottom: 7px !important;
	font-size: 1.6rem !important;
	text-transform: uppercase;
	border-top: none !important;
	margin-top: 0 !important;
}
.author-description p {
	line-height: 1.7;
        font-size:15px;
}
.author-info-box {
	color: #333;
}
/* table_of_content */
.step-heading-outer {
float: left;
width: 100%;
margin-top: 0;
}

.step-heading-outer h2 {
color: #2a2a2a;
font-size: 24px;
font-weight: 500;
line-height: 30px;
float: left;
width: 100%;
border-bottom: 1px solid #e3e3f0;
padding-bottom: 10px;
clear: none;
}
.choose-stock {
float: left;
width: 100%;
}
.choose-stockone {
float: left;
width: 100%;
padding-right: 0;
}
.choose-stockone ul {
margin: 0;
padding: 0;
list-style: none;
}
.choose-stockone li {
	color: #004ddc;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    padding-bottom: 15px;
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    white-space: pre-line;
    padding: 0 20px 6px 0;
    box-sizing: border-box;
}
.choose-stockone li a {
color: #6d0404;
text-decoration: none;
text-transform: capitalize;
font-weight: 500;
}
.choose-stockone #tableofcontent {
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 0;
column-gap: 0;
}

.choose-stockone .tableofcontentli li {
	margin: 0 0 0 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	width: 90%;
}
.choose-stockone .tableofcontentli a {
font-weight: 400;
}

/* End table_of_content */
/* A-z Directory */

#main-content h2 {
	color: #2a2a2a;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3f0;
	padding-bottom: 10px;
	clear: none;
	margin: 0;
	margin-bottom: 8px;
}
.letter-row .letter {
	margin-right: 16px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #2a2a2a;
	text-transform: uppercase;
	font-family: "Source Sans Pro",sans-serif;
}
.row.letter-row {
	padding-bottom: 1.42857rem;
	margin-bottom: 1.42857rem;
	border-bottom: 1px solid #e3e3f0;
	float: left;
	width: 100%;
	padding-top: 10px;
}
.letter-content-row {
	float: left;
	width: 100%;
}
.letter-content-column {
	float: left;
	width: 33%;
	display: flex;
	padding: 0 10px 10px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.letter-content-row .letter-content-column .letter-title {
	font-size: 1.28571rem;
	font-weight: 500;
	margin-bottom: 7px;
	text-transform: uppercase;
	width: 100%;
}
.letter-content-row .letter-content-column .letter-content a {
	font-size: 14px;
	font-weight: 500;
	color: #2679c9;
	text-transform: none;
}
.letter-content {
	width: 100%;
}
/*End A-z Directory */


/*new-design-css*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.header-content {
	float: left;
	padding: 17px 0 0;
	position: relative;
	width: 100%;
	background: #fff;
}
.custom-container {
	max-width: 1170px;
	margin: auto;
}
.custom-logo-outer {
	float: left;
	width: auto;
}
img.custom-logo, .header-logo {
	clear: both;
	height: auto;
	margin: 0;
	max-width: 880px;
	position: relative;
	width: auto;
	height: 45px;
}
.right-nav {
	float: right;
	width: auto;
}
.menu-box-container {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}
.menu-box-wrapper {
	background: transparent;
	border-bottom: none;
	float: left;
	position: relative;
	width: 100%;
	z-index: 500;
}
.menu-box {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 500;
}
.menu-box ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.menu-box a {
	border-right: none;
	color: #0d142a;
	display: block;
	font-size: 15px;
	padding: 0 12px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	height: auto;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3";
	font-family: ElegantIcons !important;
	font-variant: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}
.menu-box a:hover, .menu-box:hover > a {
	background-color: transparent;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
	color: #141519 !important;
}
.menu-box ul ul {
	background: #fff;
	border-top: none;
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 110;
}
.menu-box ul ul li {
	border-bottom: none;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
	min-height: 1px;
}

#wrapper #header .menu-box ul ul .last-menu-item{ border-bottom:none}

.menu-box ul ul a{border-right:none;  color:#333 !important;  display:block;  font-size:13px;  font-weight:normal;  height:auto;  line-height:39px;  margin:0;  min-height:39px;  padding:0 0 0 19px;  text-align:left;  width:193px}

.menu-box ul ul ul{top:-2px; left:100%}

.menu-box ul li:hover >ul{display:block}

#header .menu-box .current-menu-item > a, #header .menu-box .current-menu-ancestor > a, #header .menu-box .current_page_item > a, #header .menu-box .current-page-ancestor > a {
	background-color: transparent;
	color: #6d0404 !important;
}

.home #header .menu-box .link-home{ background-color:#333}

#header .menu-box .sub-menu .current-menu-item >a, 

#header .menu-box .sub-menu .current-menu-ancestor >a, 

#header .menu-box .sub-menu .current_page_item >a, 

#header .menu-box .sub-menu .current-page-ancestor >a{  background-color:#ededed;  color:black !important}

#header .menu-box ul ul a:hover, #header .menu-box ul ul:hover > a {
	background-color: #dda0a0 !important;
	color: #737A86 !important;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.home-banner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0;
	background-size: cover !important;
}
.home-banner h1 {
	font-size: 42px;
	color: #fff;
	margin: 0 0 15px;
	font-family: 'work_sanssemibold';
}
.home-banner p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	font-family: 'work_sansmedium';
}
.latest-articles {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 73px;
	background: #f7f8fe;
	font-family: 'Roboto', sans-serif;
	color:#0d142a;
}
.articles-left {
    width: 50%;
    float: left;
    padding-right: 45px;
}
.articles-left .latest-img {
	width: 100%;
	float: left;
	height: 248px;
}
.articles-left .latest-img img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	object-fit: cover;
	height: 100%;
}
.articles-left-cont {
	width: 100%;
	float: left;
	padding: 20px 25px 45px;
	background-color: #fff;
}
.latest-author-out .latest_author-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.latest_author-detail {
    float: left;
    padding-left: 15px;
}
.latest-author-out {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.latest-author-out .latest_author-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.latest-author-out .latest_author-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: 0;
}
.latest_author-detail {
    float: left;
    padding-left: 15px;
}
.latest_author-detail a {
    text-decoration: none;
}
.latest_author-detail h4 {
    color: #6d0404;
    font-size: 16px;
    font-family: 'work_sansmedium';
    font-weight: normal;
    margin: 0;
	line-height: 16px;
}
.latest_author-detail span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0d142a;
    line-height: 20px;
    display: block;
}
.articles-left .latest-inner {
    width: 100%;
    float: left;
}
.articles-left .latest-inner h4 {
    margin: 0 0 8px;
    color: #0d142a;
    font-weight: normal;
    font-family: 'work_sanssemibold';
}
.latest-inner a, .articles-right-inner .articles-text h4 a {
	color: #0d142a;
	text-decoration: none;
}
.latest-inner a:hover, .articles-right-inner .articles-text h4 a:hover {
	color: #6d0404;
	text-decoration: none !important;
}
.latest-inner a:hover{
	text-decoration:underline;
}
.articles-right {
    width: 50%;
    float: left;
}
.articles-right-inner {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 10px;
}
.articles-right-inner .articles-img {
	width: 120px;
	float: left;
	height: 116px;
}
.articles-right-inner .articles-text {
	width: calc(100% - 120px);
	padding: 12px 20px;
	float: left;
}
.articles-right-inner .articles-img img {
	max-width: 100%;
	margin: 0;
	height: 100%;
	object-fit: cover;
}
.articles-right-inner .articles-text h4 {
    margin: 0 0 5px;
    color: #0d142a;
    font-weight: normal;
    font-family: 'work_sanssemibold';
}
.articles-right-inner .latest_author-detail {
    float: left;
    padding-left: 0;
}
.logo-section {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #cfd0d4;
	border-bottom: 1px solid #cfd0d4;
}
.logo-inner {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0 20px;
}
.logo-inner span {
	font-size: 26px;
	color: #0d142a;
	margin: 0 0 22px;
	font-family: 'work_sansmedium';
	display: inline-block;
	width: 100%;
}
.logo-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.logo-inner li {
	display: inline-block;
	width: 110px;
	margin: 0 35px;
}
.compare-section {
	float: left;
	width: 100%;
	background: #fafbfe;
}
.compare-inner {
	float: left;
	width: 100%;
	padding: 70px 0 60px;
}
.compare-inner h2 {
	margin: 0;
	text-align: center;
	font-size: 34px;
	color: #0d142a;
	font-family: 'work_sansbold';
}
.compare-box {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.compare-box-inner {
	float: left;
	width: 268px;
	margin: 0 12px;
	height: 100%;
	background-color: #fff;
	padding: 20px 25px 25px 25px;
	min-height: 290px;
	margin-bottom: 50px;
	border: solid 1px #e7e7e7;
	transition: .15s height ease-in-out;
	position: relative;
}
.compare-box-inner h3 {
	margin: 0px 0 20px;
	font-size: 17px;
	width: 100%;
	float: left;
	border-bottom: 2px solid #6d0404;
	padding-bottom: 14px;
	color: #0d142a;
	font-family: 'work_sanssemibold';
	display: flex;
	align-items: center;
	line-height: 20px;
}
.compare-box-inner h3 a {
	color: #0d142a;
	text-decoration: none;
}
.compare-box-inner h3 a:hover {
	color: #6d0404;
	text-decoration: none;
}
.compare-box-inner h3 strong {
	font-weight: normal;
}
.compare-box-text p {
	font-size: 16px;
	color: #141519;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.antivirus-section {
	float: left;
	width: 100%;
	background: #fff;
	padding: 110px 0 120px;
}
.compare-box-inner span {
	float: left;
	width: 31px;
	margin-right: 18px;
}
.antivirus-inner {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}
.antivirus-left {
	float: left;
	max-width: 460px;
	width: 100%;
}
.antivirus-left img {
	box-shadow: 0 0 11px #1d325a;
}
.antivirus-right {
	float: left;
	max-width: 673px;
	padding-left: 60px;
}
.antivirus-right h2 {
	font-size: 32px;
	line-height: 40px;
	color: #0d142a;
	margin: 0 0 25px;
	font-family: 'work_sansbold';
}
.antivirus-right p {
	font-size: 18px;
	color: #0d142a;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	margin-bottom: 30px;
}
.antivirus-button {
	float: left;
	width: 100%;
}
.antivirus-button a {
	font-size: 18px;
	font-family: 'work_sanssemibold';
	background: #6d0404;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding: 11px 42px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
}
.antivirus-button a:hover{
	background:#7d3030;
}
.page-template-Home_template .read-more-button {
	display: none;
}
.latest_author-detail span .clock-icon {
	float: left;
	padding-right: 4px;
}
#wrapper #wrapper-footer {
	background: #3d0000;
	float: left;
	width: 100%;
	padding-top: 59px;
}
#footer {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.copyright {
	float: left;
	width: 100%;
	padding: 70px 0 25px;
	text-align: center;
}
.footer-one {
	float: left;
	width: 100%;
	max-width: 257px;
	position: relative;
	padding: 0 50px;
}
.footer-one:nth-child(1) {
	padding-left: 0;
	max-width: 196px;
}
.footer-one .widget-title {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'work_sanssemibold';
	padding-bottom: 27px;
	margin: 0;
}
.footer-one ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-one li {
	font-size: 12px;
	color: #ffffff !important;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 15px;
}
.footer-one li a {
	text-decoration: none;
}
.footer-one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50px;
	background: #3d0000;
	/* height: 228px; */
	height: calc(100% - 60px);
	width: 1px;
}
.footer-one.footer-five::after {
	display:none;
}
.copyright p {
	text-align: center;
	font-size: 12px;
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer-one.footer-five {
	padding-right: 0;
	width: 200px;
	padding-left: 50px;
}
.footer-one.footer-five img {
    height: 40px;
}
.footer-one.footer-five li {
	font-size: 24px;
	float: left;
	margin-right: 16px;
}
.footer-one.footer-five li .fa-youtube-play {
	color: #f70101;
}
.footer-one.footer-five li .fa.fa-twitter {
	color: #1da1f2;
}
.footer-one.footer-five li .fa.fa-facebook-official {
	color: #4267b2;
}

/* menu-css */
.fa.fa-angle-down {
	display: none;
}
#wp-megamenu-main-navigation {
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-bottom: none !important;
}
#wp-megamenu-main-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a {
	font-family: 'Lato', sans-serif !important;
	color: #0d142a;
	font-size: 15px;
	font-weight: 600 !important;
	line-height: 24px;
	text-transform: capitalize;
	padding-top: 12px !important;
	padding-bottom: 35px !important;
}
#wp-megamenu-main-navigation > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-col {
	border-right: none !important;
}
#wp-megamenu-main-navigation > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, #wp-megamenu-main-navigation > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor > a, #wp-megamenu-main-navigation > .wpmm-nav-wrap ul.wp-megamenu > li.active > a {
	color: #004ddc !important;
}
.menu-item-depth-0 > .wp-mega-menu-link::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 9px solid #3d0000;
	top: -10px !important;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, 0);
	background: transparent !important;
	opacity: 0 !important;
}
.menu-item-depth-0:hover > .wp-mega-menu-link::before {
	opacity:1 !important;
}


.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
	margin-bottom: 0px !important;
}

#wp-megamenu-main-navigation > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a, #wp-megamenu-main-navigation > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a, #wp-megamenu-main-navigation > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
	min-height: 1px !important;
	height: auto !important;
	margin-bottom: 0 !important;
	padding: 3px 20px !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	padding: 15px 11px !important;
}

/* menu-css */

.step-heading-outer h2 {
	margin-bottom: 15px !important;
}
.su-note {
	float: left;
	width: 100%;
}
.su-list {
	float: left;
	width: 100%;
}
.entry-content ul li h3, .entry-content ol li h3 {
	margin-top: 0;
}
.entry-content ul li a.tocscrolling, .entry-content ol li a.tocscrolling {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 32.97%;
	margin: 0 4px 0 0;
}
.comment-form-url {
	margin: 0;
}
.form-submit {
	float: left;
	width: 100%;
}
.anr_captcha_field {
	float: left;
	width: 100%;
}

.wpmm-sub-menu-wrap li.wpmega-1columns-3total {
	width: 32.33%;
}
.su-button-center {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a::after {
	font-size: 33px !important;
	transition: 0.3s all cubic-bezier(1, 0.25, 0.25, 0.8);
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children.active-show > a::after {
	font-size: 33px !important;
	transition: 0.3s all cubic-bezier(1, 0.25, 0.25, 0.8);
}

.page-template #content .entry-headline {
	display: none;
}
.bread-container {
	display: none;
}

.post-template-default  .bread-container, .category .bread-container, .author .bread-container, .search .bread-container {
	display: block;
}
.home-banner.inner-page-banner {
	padding: 60px 0;
}
.home-banner.inner-page-banner h1 {
	margin: 0;
}
.home-banner.inner-page-banner .content-headline {
	margin: 0;
}
.home-banner.inner-page-banner .bread-container {
	display: block !important;
	margin-top: -50px;
}
.inner-page-banner .bread-container {
	background: transparent;
}
.inner-page-banner #breadcrumbs {
	background: transparent;
	padding: 0;
}
.su-spoiler-title {
	float: left;
	width: 100%;
}
/*new-design-css-end*/



#htr h2{font-size:28px; border-top:1px solid #1A7AC8; margin-top:20px; padding-top:15px}
#htr h3{font-size:23px; color:#444; margin-bottom:25px}
#htr h4{font-size:22px; color:#444; font-weight:normal;  margin-bottom:20px}

span.step{ background:#1A7AC8;  border-radius:0.8em;  -moz-border-radius:0.9em;  -webkit-border-radius:0.9em;  color:#fff;  display:inline-block;  font-weight:normal;  line-height:1.8em;  margin-right:5px;  text-align:center;  width:1.8em}

span.abc{ background:#eee;  border-radius:0.2em;  -moz-border-radius:0.2em;  -webkit-border-radius:0.2em;  color:#666;  display:inline-block;  font-weight:bold;  line-height:1.4em;  margin-right:5px;  text-align:center;  width:1.6em}

#hpgrid h2{font-size:25px; color:#696969; margin:0 0 20px 0}

.welcome{border-bottom:3px solid #eee; margin:0 0 20px 0; padding:0 0 20px 0}

.index22 h3 a:link{font-size:22px; text-decoration:none; font-weight:normal; background:url(hpbak.png) top repeat}

.index22 h3 a:hover{font-size:22px; text-decoration:underline}

.index22 .post-content{margin:0; padding:0}

.ytcontainer{ position:relative;  width:100%;  height:0;  padding-bottom:56.25%}
.video{ position:absolute;  top:0;  left:0;  width:100%;  height:100%}

@media print{html body{ background:none !important;  font-family:Arial,Helvetica,sans-serif !important}

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{ font-family:Arial,Helvetica,sans-serif !important}

 #wrapper #container-shadow{  -webkit-box-shadow:none !important;  -moz-box-shadow: none !important;  box-shadow: none !important;  background:white !important}

 h1, h2, h3, h4, h5, h6{ font-family:Arial,Helvetica,sans-serif !important}

 #wrapper-footer, 

 #header, 

 #sidebar, 

 #respond, 

 .wrapper-related-posts, 

 .scroll-top, 

 .reply, 

 .pattern{ display:none !important}

 #container{  max-width:100% !important}

 #wrapper #main-content{ padding:0 !important;  width:100% !important}

 #content{ width:100% !important}

 .entry-headline, 

 .blog-headline{ background-image:none !important}


}
body .wrapper-related-posts {
	width: 100%;
    float: left;
    margin: 20px 0;
}
body .wrapper-related-posts .flexslider {
    width: 100%;
    float: left;
}
body .wrapper-related-posts .flexslider .flex-viewport .slides {
    margin: 0;
}

body .wrapper-related-posts .flexslider .flex-viewport .slides li {
    padding: 0;
}
body .wrapper-related-posts .flexslider .slides .wp-post-image{
	max-width: 100%;
    width: 100%;
}
body .wrapper-related-posts .flexslider .slides a.slider-link {
    display: block !important;
    width: 100% !important;
    margin-top: 5px;
    color: #2a2a2a;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}
body .wrapper-related-posts .flexslider .slides a.slider-link:hover {
    text-decoration:none;
	color: #6d0404;
}
body .wrapper-related-posts .flexslider .flex-direction-nav {
    list-style: none;
    margin:30px 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    float: left;
    padding: 5px;
    width: 100%;
	position:relative;
	top:auto;
}
body .wrapper-related-posts .flexslider .flex-direction-nav li{
	
}
body .wrapper-related-posts .flexslider .flex-direction-nav li a{
	text-decoration: none;
    width: auto;
    display: inline-block;
    padding: 0 6px;
}
body .wrapper-related-posts .flexslider .flex-nav-prev {
    float: left;
    margin: 0 !important;
    width: 49%;
}
body .wrapper-related-posts .flexslider .flex-nav-next {
    width: 50%;
    float: right;
    text-align: right;
	margin: 0 !important;
} 
.bread-wrapper p#breadcrumbs {
    word-break: break-all;
}
table.images_table, table.images_table tr, table.images_table td, table.images_table th {
    border: none;
}
table.images_table img{
	margin:0;
}
.table_outer-main {
   overflow-x: auto;
   width: 100%;
}
.table_outer-main table {
    min-width: 600px;
}
table.table_outer-main-dark td{
	border: 1px solid #555;
}
/* 23-MAR-2020-START */
.owl-carousel.chocolat-parent{
    margin: 20px auto;
    max-width:250px;
    float: none;
    width: 100%;
}
.chocolat-wrapper .chocolat-overlay{
	background-color: #000;
}
.chocolat-parent .owl-nav {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    /* max-width: 300px; */
    padding: 5px 0;
    width: 100%;
    position: absolute;
    margin: auto;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 5px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-carousel.chocolat-parent .owl-item img.img-responsive {
    /* max-width: 300px;
    float: none;
    margin: auto; */
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin-top: 34px;
	height: 250px;
    object-fit: contain;
}
/* .owl-carousel.chocolat-parent .owl-item:first-child img.img-responsive {
    margin-top: 0;
} */
.chocolat-parent .owl-nav .owl-prev,
.chocolat-parent .owl-nav .owl-next  {
    text-align: left;
	position:relative;
	text-transform: capitalize;
	padding-left: 12px;
}
.chocolat-parent .owl-nav .owl-next {
    float: right;
    text-align: right;
	padding-right: 12px;
}
.chocolat-parent .owl-nav .owl-prev:before, .chocolat-parent .owl-nav .owl-next:after{
	width:auto;
	height:100%;
	top:0;
	left:0;
	content:"<";
	position:absolute;
	z-index:99;
}
.chocolat-parent .owl-nav .owl-next:after{
	left:auto;
	right:0;
	content:">";
}
.chocolat-parent .owl-nav .owl-prev.disabled,
.chocolat-parent .owl-nav .owl-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
body .chocolat-wrapper{
	z-index: 999;
}
body .chocolat-wrapper .chocolat-left, body .chocolat-wrapper .chocolat-right {
    background-color: #fff;
    width: 30px;
    height: 40px;
    background-size: 15px;
}
body .chocolat-wrapper .chocolat-close {
    z-index: 9999;
    background-size:15px;
    background-color: #fff;
    height: 30px;
    width: 30px;
}
body .chocolat-wrapper .chocolat-fullscreen,
body .chocolat-wrapper .chocolat-description,
body .chocolat-wrapper .chocolat-set-title{
	display:none;
}
body .chocolat-wrapper .chocolat-pagination{
	width: 100%;
    float: none;
    text-align: center;
}
#content li {
    margin: 0 0 10px 0;
}
#content li:last-child{
	margin-bottom:0;
}
/* 23-MAR-2020-END */

/* 27-MAR-2020-START */
.form-main {
	background: #efefef;
	max-width: 600px;
	width: 100%;
	/* display: inline-block; */
	float:none;
	margin:0 auto 20px;
	text-align: center;
}
.form-main h4 {
	font-weight: bold;
	font-size: 8pt;
	height: 15px;
	margin: 0px;
	background: #555;
	color: #fff;
	letter-spacing: 1px;
	line-height: 15px;
}
.form-outer {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
}
.Produkt-one {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.Produkt-one label {
	display: inline-block;
	width: auto;
	font-size: 8pt;
	vertical-align: top;
}
.form-outer br {
	display: none;
}
.Produkt-one span {
	max-width: 274px;
	display: inline-block;
}
.Produkt-one select {
	background: #fff;
	height: 19px;
	padding: 0;
}
.Produkt-one .wpcf7-form-control-wrap.checkbox-318 {
	max-width: 100%;
	width: auto;
}
.Produkt-one .wpcf7-list-item-label {
	font-size: 8pt;
	vertical-align: top;
}

.Resultate .wpcf7-submit {
	padding: 2px;
	width: 180px;
	border-radius: 2px;
	background-color: #f7f7f7;
	color: black;
	text-align: center;
	text-decoration: none;
	border: 1px solid darkgray;
	border-top-color: darkgray;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: darkgray;
	border-bottom-color: darkgray;
	border-left-color: darkgray;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: darkgray;
	border-top-color: darkgray;
	border-left-color: darkgray;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.Resultate .wpcf7-submit:hover {
	color: black;
	background-color: #e6e6e6;
	cursor: pointer;
	border-color: #bbb;
	border-top: 1px solid darkgrey;
	border-left: 1px solid darkgrey;
	text-decoration: none;
}
.form-outer p {
	text-align: center;
	margin-bottom: 0 !important;
}
.wpcf7-form-control.wpcf7-checkbox {
	max-width: 100%;
}
/* 27-MAR-2020-END */

#searchform .searchform-wrapper .send {
	background: #6d0404;
}

.table_outer-main td, .table_outer-main th {
    text-align: center;
    vertical-align: top;
}
.table_outer-main tbody tr:nth-child(2n+1) td {
    background-color: #eee;
}
.table_outer-main tbody tr th,
.table_outer-main tbody tr td.title{
	background-color: #555;
}
.table_outer-main table.benchmark_table tbody td {

    background-color: transparent;

}


@media only screen and (min-width: 1201px) and (max-width: 1350px)
{
}

@media only screen and (min-width: 992px) and (max-width: 1200px)
{
	
/* home-page-responsive	 */

.custom-container {
	padding: 0 10px;
}	
.menu-item-depth-0 > .wp-mega-menu-link::before {
	display: none;
}
.menu-box a {
	height: auto;
	line-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	padding: 12px 11px 12px 11px !important;
	width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3" !important;
	display: block;
}
body .menu-box ul .menu-item-has-children .wp-mega-sub-menu a::after {
	display: none;
}
.menu-widget-class-widget_text {
	display: none !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li > a {
	padding: 7px 0 !important;
}
.home-banner h1 {
	font-size: 32px;
}
.home-banner p {
	font-size: 18px;
}
.compare-inner {
	padding: 50px 0 30px;
}
.compare-box {
	margin-top: 40px;
}
.compare-box-inner {
	margin-bottom: 30px;
	width: 30.8%;
}
.antivirus-section {
	padding: 50px 0 60px;
}
.antivirus-right {
	max-width: 583px;
	padding-left: 40px;
}
.antivirus-right h2 {
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 20px;
}
.antivirus-right p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.footer-one {
	max-width: 22%;
	padding: 0 36px;
}
.footer-one:nth-child(1) {
	max-width: 170px;
}
.footer-one.footer-five {
	width: 152px;
	padding-left: 30px;
}
/* home-page-responsive-end*/

/* inner-page */
.content-headline {
	margin: 0 0 10px;
}
#wrapper #main-content {
	padding: 20px 20px 10px;
}
#main-content h2 {
	font-size: 20px;
}
.sc_card {
	margin: 1em auto;
}
.author-info-box {
	margin-bottom: 8px !important;
}
.sidebar-widget {
	margin-bottom: 10px;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
	overflow-y: scroll !important;
	height: auto !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	height: auto !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	border-bottom: 1px solid #ddd;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
/* inner-page-end*/
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 32.9%;
}
.header-content {
    padding-bottom:12px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
/* A-z Directory */
.letter-row .letter {
margin-right: 13px;
font-size: 16px;
}
.row.letter-row {
padding-bottom: 10px;
}
/*End A-z Directory */

/* home-page-responsive	 */

.custom-container {
	padding: 0 10px;
}	
.menu-item-depth-0 > .wp-mega-menu-link::before {
	display: none;
}
.menu-box a {
	height: auto;
	line-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	padding: 12px 11px 12px 11px !important;
	width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3" !important;
	display: block;
}
body .menu-box ul .menu-item-has-children .wp-mega-sub-menu a::after {
	display: none;
}
.menu-widget-class-widget_text {
	display: none !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li > a {
	padding: 7px 0 !important;
}
.home-banner h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.home-banner p {
	font-size: 16px;
}
.compare-inner {
	padding: 30px 0 30px;
}
.compare-box {
	margin-top: 20px;
}
.compare-box-inner {
	margin: 0 8px 20px;
	width: 31%;
	padding: 15px 20px 20px 20px;
	min-height: 270px;
}
.antivirus-section {
	padding: 30px 0 40px;
}
.antivirus-right {
	max-width: 443px;
	padding-left: 40px;
}
.antivirus-right h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
}
.antivirus-right p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.footer-one {
	max-width: 26%;
	padding: 0 40px;
}
.footer-one:nth-child(1) {
	max-width: 140px;
}
.footer-one.footer-five {
	width: 100%;
	padding-left: 0px;
	max-width: 100%;
	text-align: center;
	margin-top: 20px;
}
.home-banner {
	padding: 50px 0;
}
.articles-left {
	padding-right: 20px;
}
.articles-right-inner .articles-text h4 {
	font-size: 15px;
}
.articles-left-cont {
	padding: 20px 25px 15px;
}
.latest-articles {
	padding-top: 40px;
	padding-bottom: 43px;
}
.logo-inner li {
	width: 100px;
	margin: 0 10px;
}
.logo-inner span {
	font-size: 24px;
}
.compare-inner h2 {
	font-size: 28px;
}
.compare-box-inner span {
	margin-right: 10px;
}
.compare-box-text p {
	font-size: 14px;
	line-height: 21px;
}
.antivirus-button a {
	font-size: 17px;
	line-height: 25px;
	padding: 8px 30px;
}
#wrapper #wrapper-footer {
	padding-top: 40px;
}
.footer-one .widget-title {
	padding-bottom: 20px;
}
.footer-one li {
	line-height: 25px;
}
.footer-one::after {
	/* height: 158px; */
}
.copyright {
	padding: 20px 0 20px;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
}
/* home-page-responsive-end*/


/* inner-page */
.content-headline {
	margin: 0 0 10px;
}
#wrapper #main-content {
	padding: 20px 20px 10px;
}
#main-content h2 {
	font-size: 20px;
	line-height: 25px;
}
.sc_card {
	margin: 1em auto;
}
.author-info-box {
	margin-bottom: 8px !important;
}
.sidebar-widget {
	margin-bottom: 10px;
}
.entry-headline-text {
	max-width: 100%;
	padding-right: 10px;
}
.entry-headline {
	font-size: 25px;
}
.custom_author_info h4 {
	font-size: 18px;
	margin: 7px 0 0;
}
.date-author-cl {
	font-size: 14px;
}
.choose-stockone .tableofcontentli li {
	line-height: 20px;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
	overflow-y: scroll !important;
	height: auto !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	height: auto !important;
}
/* inner-page-end*/

/*post-css*/
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 32.93%;
}

#main-content .post-entry .post-entry-headline {
	font-size: 20px;
}
#nav-below, #happenstance-post-nav, .search .navigation {
	margin: 0 0 10px;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	border-bottom: 1px solid #ddd;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
/*post-css-end*/

}

@media only screen and (min-width: 640px) and (max-width: 767px) 
{
.custom_author_info span {
	letter-spacing: 0px;
}
/* table_of_content */	
.choose-stockone #tableofcontent {
-webkit-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
column-gap: 0;
}
.choose-stockone ul {
margin: 0 0 0 15px;
}
	
.choose-stockone .tableofcontentli li {
    padding-right: 0px;
}
.choose-stockone li {
	padding: 0 0px 4px 0;
	font-size: 13px;
}	
/* End table_of_content */	
/* A-z Directory */
.letter-row .letter {
margin-right: 11px;
font-size: 14px;
}
.row.letter-row {
padding-bottom: 10px;
}
.letter-content-row .letter-content-column .letter-title {
font-size: 15px;
}
.letter-content-row .letter-content-column .letter-content a {
font-size: 14px;
line-height: 18px;
padding-bottom: 10px;
display: inline-block;
width: 100%;
}
/*End A-z Directory */


/* home-page-responsive	 */

.custom-container {
	padding: 0 10px;
}	
.menu-item-depth-0 > .wp-mega-menu-link::before {
	display: none;
}
.menu-box a {
	height: auto;
	line-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	padding: 12px 11px 12px 11px !important;
	width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3" !important;
	display: block;
}
body .menu-box ul .menu-item-has-children .wp-mega-sub-menu a::after {
	display: none;
}
.menu-widget-class-widget_text {
	display: none !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li > a {
	padding: 7px 0 !important;
}
.home-banner h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
.home-banner p {
	font-size: 16px;
}
.compare-inner {
	padding: 30px 0 30px;
}
.compare-box {
	margin-top: 20px;
}
.compare-box-inner {
	margin: 0 5px 10px;
	width: 31.5%;
	padding: 10px;
	min-height: 270px;
}
.antivirus-section {
	padding: 30px 0 40px;
}
.antivirus-right {
	max-width: 443px;
	padding-left: 40px;
}
.antivirus-right h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
}
.antivirus-right p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.footer-one {
	max-width: 48%;
	padding: 0 40px;
	margin-bottom: 20px;
}
.footer-one:nth-child(1) {
	max-width: 48%;
	padding-left: 40px;
}
.footer-one.footer-five {
	width: 100%;
	padding-left: 0px;
	max-width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
}
.home-banner {
	padding: 50px 0;
}
.articles-left {
	padding-right: 20px;
}
.articles-right-inner .articles-text h4 {
	font-size: 15px;
}
.articles-left-cont {
	padding: 15px 15px 15px;
}
.latest-articles {
	padding-top: 40px;
	padding-bottom: 43px;
}
.logo-inner li {
	width: 100px;
	margin: 0 10px;
}
.logo-inner span {
	font-size: 24px;
}
.compare-inner h2 {
	font-size: 24px;
}
.compare-box-inner span {
	margin-right: 10px;
}
.compare-box-text p {
	font-size: 14px;
	line-height: 21px;
}
.antivirus-button a {
	font-size: 17px;
	line-height: 25px;
	padding: 8px 30px;
}
#wrapper #wrapper-footer {
	padding-top: 30px;
}
.footer-one .widget-title {
	padding-bottom: 10px;
}
.footer-one li {
	line-height: 25px;
}
.footer-one::after {
	/* height: 128px; */
}
.copyright {
	padding: 20px 0 20px;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
}
.articles-right-inner .articles-text {
	padding: 10px 10px;
}
.latest_author-detail span {
	font-size: 12px;
	line-height: 18px;
}
.articles-left .latest-inner h4 {
	font-size: 16px;
}
.latest-inner span {
	font-size: 14px;
	line-height: 20px;
}

.compare-box-inner h3 {
	margin: 0px 0 14px;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 18px;
}
/* home-page-responsive-end*/

/* inner-page */
.content-headline {
	margin: 0 0 10px;
}
#wrapper #main-content {
	padding: 20px 20px 10px;
}
#main-content h2 {
	font-size: 18px;
	line-height: 22px;
}
.sc_card {
	margin: 1em auto;
}
.author-info-box {
	margin-bottom: 8px !important;
	padding: 10px !important;
}
.sidebar-widget {
	margin-bottom: 10px;
}
.entry-headline-text {
	max-width: 100%;
	padding-right: 10px;
}
.entry-headline {
	font-size: 25px;
}
.custom_author_info h4 {
	font-size: 18px;
	margin: 7px 0 0;
}
.date-author-cl {
	font-size: 14px;
}
.choose-stockone .tableofcontentli li {
	line-height: 20px;
}
#main-content  h3 {
	font-size: 20px;
}
.sc_card p {
	font-size: 14px;
	line-height: 20px;
}
body .author-description h2 {
	font-size: 20px !important;
}
.author-description p {
	font-size: 14px;
}
#content .alignright {
	margin: 5px 0 20px 0px;
	width: 100%;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
	overflow-y: scroll !important;
	height: auto !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	height: auto !important;
}
/* inner-page-end*/

/*post-css*/
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 32.7%;
}
#main-content #happenstance-post-nav {
	margin: 10px 0 0px;
}

#main-content .post-entry .post-entry-headline {
	font-size: 18px;
}
#nav-below, #happenstance-post-nav, .search .navigation {
	margin: 0 0 10px;
}
p, ul, ol, li, dl, address {
	font-size: 14px;
	line-height: 20px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	border-bottom: 1px solid #ddd;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.footer-one li {
	padding-bottom: 9px;
}
/*post-css-end*/

}
@media only screen and (min-width: 480px) and (max-width: 639px) 
{
.custom_author_info span {
	letter-spacing: 0px;
}	
.author-avatar {
	margin-top: 0;
	width: 100%;
	text-align: center;
}
.author-avatar img {
	width: 80px;
}
.author-description {
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
.author-description p {
	font-size: 14px;
	text-align: center;
}
.author-info-box {
	padding: 20px;
}

.entry-meta.custom_author {
	display: inline-block;
}
.author_imag {
	width: 100% !important;
	height: 60px !important;
	margin-right: 0;
	text-align: center;
}
.author_imag img {
	margin-right: 0;
}
.custom_author_info {
	width: 100%;
	padding: 0;
	text-align: center;
}
/* table_of_content */	
.choose-stockone #tableofcontent {
-webkit-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
column-gap: 0;
}
.choose-stockone ul {
margin: 0 0 0 15px;
}
.choose-stockone .tableofcontentli li {
    padding-right: 0px;
}

.choose-stockone li {
    padding: 0 0px 6px 0;
}	
/* End table_of_content */	
/* A-z Directory */
.letter-row .letter {
margin-right: 11px;
font-size: 14px;
}
.row.letter-row {
padding-bottom: 10px;
}
.letter-content-row .letter-content-column .letter-title {
font-size: 15px;
}
.letter-content-row .letter-content-column .letter-content a {
font-size: 14px;
line-height: 18px;
padding-bottom:4px;
display: inline-block;
width: 100%;
}
.letter-content-column {
width: 100%;
display: flex;
padding: 0 10px 10px;
}
.letter-content-row .letter-content-column .letter-title {
font-size: 15px;
margin-bottom:0px;
width: 100%;
line-height: 18px;
}
/*End A-z Directory */

/* home-page-responsive	 */

.custom-container {
	padding: 0 10px;
}	
.menu-item-depth-0 > .wp-mega-menu-link::before {
	display: none;
}
.menu-box a {
	height: auto;
	line-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	padding: 12px 11px 12px 11px !important;
	width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3" !important;
	display: block;
}
body .menu-box ul .menu-item-has-children .wp-mega-sub-menu a::after {
	display: none;
}
.menu-widget-class-widget_text {
	display: none !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li > a {
	padding: 7px 0 !important;
}
.wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-openblock {
    margin-top: 12px;
}
.home-banner h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
.home-banner p {
	font-size: 15px;
	line-height: 20px;
}
.compare-inner {
	padding: 30px 0 30px;
}
.compare-box {
	margin-top: 10px;
}
.compare-box-inner {
	margin: 0 5px 10px;
	width: 47.5%;
	padding: 10px;
	min-height: 240px;
}
.antivirus-section {
	padding: 30px 0 40px;
}
.antivirus-right {
	max-width: 100%;
	padding-left: 0px;
	margin-top: 20px;
}
.antivirus-right h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
}
.antivirus-right p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.footer-one {
	max-width: 48%;
	padding: 0 40px;
	margin-bottom: 20px;
}
.footer-one:nth-child(1) {
	max-width: 48%;
	padding-left: 40px;
}
.footer-one.footer-five {
	width: 100%;
	padding-left: 0px;
	max-width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
}
.home-banner {
	padding: 30px 0;
}
.articles-left {
	padding-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.articles-right-inner .articles-text h4 {
	font-size: 15px;
}
.articles-left-cont {
	padding: 15px 15px 15px;
}
.latest-articles {
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo-inner li {
	width: 65px;
	margin: 0 5px;
}
.logo-inner span {
	font-size: 24px;
}
.compare-inner h2 {
	font-size: 24px;
}
.compare-box-inner span {
	margin-right: 10px;
}
.compare-box-text p {
	font-size: 14px;
	line-height: 21px;
}
.antivirus-button a {
	font-size: 17px;
	line-height: 25px;
	padding: 8px 30px;
}
#wrapper #wrapper-footer {
	padding-top: 30px;
}
.footer-one .widget-title {
	padding-bottom: 10px;
}
.footer-one li {
	line-height: 25px;
}
.footer-one::after {
	/* height: 128px; */
}
.copyright {
	padding: 20px 0 20px;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
}
.articles-right-inner .articles-text {
	padding: 10px 10px;
}
.latest_author-detail span {
	font-size: 12px;
	line-height: 18px;
}
.articles-left .latest-inner h4 {
	font-size: 16px;
}
.latest-inner span {
	font-size: 14px;
	line-height: 20px;
}

.compare-box-inner h3 {
	margin: 0px 0 14px;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 18px;
}
.wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-openblock, .wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-closeblock {
	padding: 0 10px !important;
}
.latest-author-out {
	margin-bottom: 10px;
}
.articles-right {
	width: 100%;
}
.antivirus-inner {
	flex-wrap: wrap;
}
.antivirus-left {
	max-width: 100%;
}
.antivirus-left img {
	width: 100%;
}
.menu-box-wrapper {
	min-height: 1px;
	height: auto;
}
.menu-box {
	min-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle {
	height: auto !important;
}
/* home-page-responsive-end*/

/* inner-page */
.content-headline {
	margin: 0 0 10px;
}
#wrapper #main-content {
	padding: 20px 20px 10px;
}
#main-content h2 {
	font-size: 18px;
	line-height: 22px;
}
.sc_card {
	margin: 1em auto;
}
.author-info-box {
	margin-bottom: 8px !important;
	padding: 10px !important;
}
.sidebar-widget {
	margin-bottom: 10px;
}
.entry-headline-text {
	max-width: 100%;
	padding-right: 10px;
}
.entry-headline {
	font-size: 20px;
}
.custom_author_info h4 {
	font-size: 18px;
	margin: 7px 0 0;
}
.date-author-cl {
	font-size: 14px;
}
.choose-stockone .tableofcontentli li {
	line-height: 20px;
}
#main-content  h3 {
	font-size: 20px;
}
.sc_card p {
	font-size: 14px;
	line-height: 20px;
}
body .author-description h2 {
	font-size: 20px !important;
}
.author-description p {
	font-size: 14px;
}
#content .alignright {
	margin: 5px 0 20px 0px;
	width: 100%;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
	overflow-y: scroll !important;
	height: auto !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	height: auto !important;
}
/* inner-page-end*/

/*post-css*/
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 32.7%;
}
#main-content #happenstance-post-nav {
	margin: 10px 0 0px;
}
#commentform textarea {
	height: 100px;
}


#main-content .post-entry .post-entry-headline {
	font-size: 16px;
	font-weight: 400;
}
#nav-below, #happenstance-post-nav, .search .navigation {
	margin: 0 0 10px;
}
p, ul, ol, li, dl, address {
	font-size: 14px;
	line-height: 20px;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	border-bottom: 1px solid #ddd;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
/*post-css-end*/

.inner-page-banner #breadcrumbs {
	display: block;
}
.post-template-default #breadcrumbs, .post-template-default .bread-container, .category  #breadcrumbs, .category  .bread-container, .author  #breadcrumbs, .author  .bread-container, .search  #breadcrumbs, .search  .bread-container   {
	display: block;
}
#breadcrumbs {
	padding-left: 9px;
}
#htr h2 {
	font-size: 17px;
}

.footer-one li {
	padding-bottom: 9px;
}


}
@media only screen and (max-width: 479px) 
{
.custom_author_info span {
	letter-spacing: 0px;
}	
.author-avatar {
	margin-top: 0;
	width: 100%;
	text-align: center;
}
.author-avatar img {
	width: 80px;
}
.author-description {
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
.author-description p {
	font-size: 14px;
	text-align: center;
}
.author-info-box {
	padding: 20px;
}
body .author-description h2 {
	font-size: 1rem !important;
}

.entry-meta.custom_author {
	display: inline-block;
}
.author_imag {
	width: 100% !important;
	height: 60px !important;
	margin-right: 0;
	text-align: center;
}
.author_imag img {
	margin-right: 0;
}
.custom_author_info {
	width: 100%;
	padding: 0;
	text-align: center;
}	
/* table_of_content */	
.choose-stockone #tableofcontent {
-webkit-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
column-gap: 0;
}
.choose-stockone ul {
	margin: 0 0 0 0px;
}
	
.choose-stockone .tableofcontentli li {
    padding-right: 0px;
}

.choose-stockone li {
    padding: 0 0px 6px 0;
}	
/* End table_of_content */	
/* A-z Directory */
.letter-row .letter {
margin-right: 11px;
font-size: 14px;
}
.row.letter-row {
padding-bottom: 10px;
}
.letter-content-row .letter-content-column .letter-title {
font-size: 15px;
}
.letter-content-row .letter-content-column .letter-content a {
font-size: 14px;
line-height: 18px;
padding-bottom:4px;
display: inline-block;
width: 100%;
}
.letter-content-column {
width: 100%;
display: flex;
padding: 0 10px 10px;
}
.letter-content-row .letter-content-column .letter-title {
font-size: 15px;
margin-bottom:0px;
width: 100%;
line-height: 18px;
}
/*End A-z Directory */



/* home-page-responsive	 */

.custom-container {
	padding: 0 10px;
}	
.menu-item-depth-0 > .wp-mega-menu-link::before {
	display: none;
}
.menu-box a {
	height: auto;
	line-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	padding: 12px 11px 12px 11px !important;
	width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body .menu-box ul .menu-item-has-children a::after {
	content: "3" !important;
	display: block;
}
body .menu-box ul .menu-item-has-children .wp-mega-sub-menu a::after {
	display: none;
}
.menu-widget-class-widget_text {
	display: none !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li > a {
	padding: 7px 0 !important;
}
.home-banner h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.home-banner p {
	font-size: 14px;
	line-height: 18px;
}
.compare-inner {
	padding: 30px 0 10px;
}
.compare-box {
	margin-top: 10px;
}
.compare-box-inner {
	margin: 0 0px 10px;
	width: 100%;
	padding: 10px;
	min-height: 1px;
}
.antivirus-section {
	padding: 10px 0 20px;
}
.antivirus-right {
	max-width: 100%;
	padding-left: 0px;
	margin-top: 20px;
}
.antivirus-right h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px;
}
.antivirus-right p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.footer-one {
	max-width: 48%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.footer-one:nth-child(1) {
	max-width: 48%;
	padding-left: 10px;
}
.footer-one.footer-five {
	width: 100%;
	padding-left: 0px;
	max-width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
}
.home-banner {
	padding: 30px 0;
}
.articles-left {
	padding-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.articles-right-inner .articles-text h4 {
	font-size: 15px;
}
.articles-left-cont {
	padding: 15px 15px 15px;
}
.latest-articles {
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo-inner li {
	width: 65px;
	margin: 0 5px;
}
.logo-inner span {
	font-size: 20px;
}
.compare-inner h2 {
	font-size: 24px;
}
.compare-box-inner span {
	margin-right: 10px;
	width: 23px;
}
.compare-box-text p {
	font-size: 14px;
	line-height: 21px;
}
.antivirus-button a {
	font-size: 15px;
	line-height: 20px;
	padding: 7px 25px;
}
#wrapper #wrapper-footer {
	padding-top: 30px;
}
.footer-one .widget-title {
	padding-bottom: 10px;
}
.footer-one li {
	line-height: 25px;
}
.footer-one::after {
	/* height: 128px; */
	display: none;
}
.copyright {
	padding: 10px 0 10px;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
}
.articles-right-inner .articles-text {
	padding: 10px 10px;
	width: calc(100% - 0px);
}
.latest_author-detail span {
	font-size: 12px;
	line-height: 18px;
}
.articles-left .latest-inner h4 {
	font-size: 15px;
}
.latest-inner span {
	font-size: 14px;
	line-height: 20px;
}

.compare-box-inner h3 {
	margin: 0px 0 14px;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 18px;
}
.wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-openblock, .wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-closeblock {
	padding: 0 10px !important;
}
.latest-author-out {
	margin-bottom: 10px;
}
.articles-right {
	width: 100%;
}
.antivirus-inner {
	flex-wrap: wrap;
}
.antivirus-left {
	max-width: 100%;
}
.antivirus-left img {
	width: 100%;
}
.menu-box-wrapper {
	min-height: 1px;
	height: auto;
}
.menu-box {
	min-height: 1px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle {
	height: auto !important;
}
.wpmm-ctheme-wrapper .wpmegamenu-toggle .wpmega-openblock {
    margin-top: 12px;
}
.articles-right-inner .articles-img {
	width: 100%;
	height: auto;
}
.logo-inner {
	padding: 15px 0 15px;
}
/* home-page-responsive-end*/

/* inner-page */
.content-headline {
	margin: 0 0 10px;
}
#wrapper #main-content {
	padding: 20px 20px 10px;
}
#main-content h2 {
	font-size: 16px;
	line-height: 20px;
}
.sc_card {
	margin: 1em auto;
}
.author-info-box {
	margin-bottom: 8px !important;
	padding: 10px !important;
}
.sidebar-widget {
	margin-bottom: 10px;
}
.entry-headline-text {
	max-width: 100%;
	padding-right: 10px;
}
.entry-headline {
	font-size: 18px;
}
.custom_author_info h4 {
	font-size: 18px !important;
	margin: 7px 0 0 !important;
}
.date-author-cl {
	font-size: 14px;
}
.choose-stockone .tableofcontentli li {
	line-height: 20px;
}
#main-content h3 {
	font-size: 16px;
}
.sc_card p {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}
body .author-description h2 {
	font-size: 20px !important;
}
.author-description p {
	font-size: 14px;
}
#content .alignright {
	margin: 5px 0 20px 0px;
	width: 100%;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
	overflow-y: scroll !important;
	height: auto !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	height: auto !important;
}
/* inner-page-end*/

/*post-css*/
.comment-form-author, .comment-form-email, .comment-form-url {
	width: 100%;
	margin: 0 !important;
}
#main-content #happenstance-post-nav {
	margin: 10px 0 0px;
}
#commentform textarea {
	height: 100px;
}
.anr_captcha_field {
	margin-top: 10px !important;
}

#main-content .post-entry .post-entry-headline {
	font-size: 16px;
	font-weight: 400;
}
#nav-below, #happenstance-post-nav, .search .navigation {
	margin: 0 0 10px;
}
p, ul, ol, li, dl, address {
	font-size: 14px;
	line-height: 20px;
}
.attachment-post-thumbnail {
	margin: 0 0px 5px 0;
	max-width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper > li > a {
	border-bottom: 1px solid #ddd;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li:hover > .wpmm-sub-menu-wrap {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
/*post-css-end*/


.inner-page-banner #breadcrumbs {
	display: block;
}
.post-template-default #breadcrumbs, .post-template-default .bread-container, .category  #breadcrumbs, .category  .bread-container, .author  #breadcrumbs, .author  .bread-container, .search  #breadcrumbs, .search  .bread-container   {
	display: block;
}
#breadcrumbs {
	padding-left: 9px;
}
#htr h2 {
	font-size: 17px;
}
.footer-one li {
	line-height: 20px;
	padding-bottom: 5px;
}


}

@media screen and (max-width:1170px){ body #container{ max-width:1012px}

 html #wrapper #main-content, 

 body .header-content, 

 body .ticker-box, 

 body .menu-box, 

 body .secondary-menu-box, 

 body #footer{ width:100%}

 body .site-title, 

 body .site-description, 

 body .header-logo, 
 body img.custom-logo{ max-width:740px}

 html #wrapper .sticky-nav{ max-width:100%}

 body #content{ width:628px}

 body #sidebar{ width:300px}

 body .footer-widget-area{ width:300px}

}

@media screen and (max-width:1012px){ #wrapper #container{ max-width:90%;  width:90%}

#wrapper #container #main-content {
	padding: 28px 2% 10px;
	width: 100%;
}

 #wrapper #content, 

 #wrapper .top-navigation ul{ max-width:100%;  width:100% !important}

 #wrapper #sidebar{ float:left;  margin:15px 0 0;  width:100%}

 #wrapper .ticker-box{ margin-left:5%;  width:90%}

 #wrapper .header-contact{ text-align:center}

#wrapper .header-content {
	float: left !important;
	padding: 12px 0%;
	width: 100%;
}

 #wrapper .site-title, 

 #wrapper .site-description, 

 #wrapper #header .header-content .header-logo,
 #wrapper #header .header-content img.custom-logo{ float:left;  max-width:100%},

 #wrapper .header-content #searchform .searchform-wrapper{ float:left;  margin:20px 0 0;  position:relative;  right:0;  top:0;  width:100%}

 #wrapper .menu-box, 

 #wrapper .secondary-menu-box{ padding:0;  width:100%}

 #wrapper .menu-box-container, 

 #wrapper .secondary-menu-box-container{ min-height:0}

#wrapper #header .sticky-nav {
	max-width: 100%;
}

 #wrapper .menu-box .link-home{ display:none}

 #wrapper .top-navigation{ padding:0 5%}

 .js #nav, 

 .js #nav-2{ display:none}

 .js .selectnav{ background:#333;  border:1px solid black;  color:white;  display:block;  float:left;  height:30px;  margin:7px 0 0 5%;  padding:0;  position:relative;  text-transform:uppercase;  width:90%;  -webkit-appearance:menulist;  -moz-appearance:menulist}
 
 .js .secondary-menu-box .selectnav{ background:white;  border:1px solid #e6e6e6;  color:#999;  margin:2px 0 0 5%;  text-transform:none}
 
 #wrapper .grid-entry, 

 #wrapper #main-content .js-masonry .sticky{ width:50%}

 #wrapper #container #footer{ background-image:none;  padding:35px 5% 10px;  width:90%}

 #footer .footer-widget-area{ margin:0;  padding:0;  width:100%}

 #wrapper .footer-signature, 

 #wrapper .menu-box{ background-image:none}

}

@media screen and (max-width:782px){ .admin-bar #header .sticky-nav{ top:46px !important}
 

}

@media screen and (max-width:600px){
body p, body ul, body ol, body li, body dl, body address, body table {
	font-size: 14px;
	line-height: 20px;
}

#main-content .post-meta{ clear:both;  color:#999 !important;  font-size:16px;  line-height:21px;  padding-bottom:5px;  margin:0}

 html #wrapper #container, 
 html #wrapper #header .sticky-nav{ max-width:100%;  width:100%}

 .admin-bar #header .sticky-nav{ top:0 !important}

 #wrapper #container .grid-entry, 
 #wrapper #container #main-content .js-masonry .sticky{ width:100%}

 #wrapper .grid-entry .grid-entry-inner, 
 #wrapper #container #main-content .js-masonry{ margin:0 !important}
}

@media screen and (max-width:500px){
	
	/* body p,body ul,body ol,body li,body dl,body address,body table{font-size:18px} */

#main-content .post-meta {
	clear: both;
	color: #999 !important;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	margin: 0;
}

 #wrapper .header-image .header-image-text .header-image-headline{ font-size:130% !important;  margin-bottom:8px}

 #wrapper .header-image .header-image-text .header-image-link{ padding:15px 10px}

}