/*
Theme Name:   happenstance-child
Description:  This is my happenstance child theme.
Author:       webmaster
Author URL:   http://www.buyshares.co.uk
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 { margin-top: 0 !important; }

/* added by thatch */
.fin-component {min-height:1224px;}
@media only screen and (max-width: 600px) {
	.fin-component {min-height:2319px;}
}
.home-banner {background:#163a98 url(images/banner-img1.jpg) center top no-repeat;background-size:cover;}

.jt-home-banner {background:#163a98 url(images/banner-img1.jpg) center top no-repeat;background-size:cover;position:relative;clear:both;padding:30px 0;}
.jt-custom-container {max-width:1170px;margin:auto;}
.jt-bread-container {position:absolute;top:10px;}
.page-id-10 > .jt-bread-container {display:none}
#jt-breadcrumbs {padding-left:10px;}
#jt-breadcrumbs, #jt-breadcrumbs a {color:#fff;text-decoration:none;font-size:11px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;text-transform:uppercase}
.jt-content-headline {padding: 0 20px}
.jt-content-headline > h1 {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;font-size:22px;color:#fff;margin:7px 0;text-align:center}
@media only screen and (max-width: 767px) and (min-width: 640px){
    .jt-home-banner {padding:50px 0;}
    .jt-content-headline > h1 {font-size:24px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .jt-home-banner {padding:50px 0;}
    .jt-content-headline > h1 {font-size:28px;}
}
@media only screen and (min-width: 992px) {
    #jt-breadcrumbs {padding-left:0px;}
    .jt-home-banner {padding:90px 0;}
    .jt-content-headline > h1 {font-size:38px;}
}

/* New Header Nav Styling */
.header-logo {margin: 0;}
#header {height: auto;}

.header-content .left-nav { height: 53px; padding: 12px 0; }
.header-content .left-nav .custom-logo { width: 170px; display: inline-block; vertical-align: middle; }
.header-content .left-nav .custom-logo a { display: inline-block; }
.header-content .left-nav .custom-logo img { width: 170px; }
.header-content .left-nav .menu-button { display: inline-block; float: right; cursor: pointer; font-size: 22px; margin-top: 3px; }

.header-content .right-nav {width: 250px; position: absolute; top: 50px; right: 0; background-color: #ffffff; z-index: 9999; box-shadow: 0 1px 7px #ddd; display: none; }
.header-content .right-nav .menu-box ul { margin: 0; }
.header-content .right-nav .menu-box ul .menu-item-has-children > a:after { content: "\2304" !important; font-family: ElegantIcons; font-variant: normal; position: absolute; top: 38%; transform: translateY(-50%); right: 10px; font-size: 20px; display:none; }
.header-content .right-nav .menu-box ul .menu-item-has-children span { position: absolute; top: 0; right: 0; width: 60px; height: 30px; cursor: pointer; }
.header-content .right-nav .menu-box li { list-style: none; position: relative; }
.header-content .right-nav .menu-box li.header-btn { padding-bottom: 12px; padding-right: 12px; text-align: center; padding-top: 8px; }
.header-content .right-nav .menu-box li.header-btn a { color: #fff !important; border-radius: 3px; background-color: #004ddc; font-size: 14px; line-height: normal; padding: 12px 12px; transition: all 0.3s ease-out; }
.header-content .right-nav .menu-box li.header-btn a:hover { background-color: rgba(0, 77, 220, 0.8); }
.header-content .right-nav .menu-box li.current_page_item { background-color: #ededed; }
.header-content .right-nav .menu-box a {padding: 0 12px;position: relative;display: block;text-decoration: none;font-size: 15px;font-family: 'Lato', sans-serif;text-transform: capitalize;line-height: 30px;
color: #0d142a;border: none;height: auto; margin: 0;}
.header-content .right-nav .menu-box a:after {content: '';}
.header-content .right-nav .menu-box .current-menu-ancestor > a { color: #004ddc; }
.header-content .right-nav .menu-box .sub-menu { display: none; box-shadow: 0 1px 7px #ddd; box-sizing: border-box; margin: 0 10px !important; }
.header-content .right-nav .menu-box .sub-menu a { padding: 10px 30px 10px 12px; line-height: 20px; transition: all 0.3s ease-out; }
.header-content .right-nav .menu-box .sub-menu a:hover { background-color: #edf1fe; }
.menu-box ul li {height: auto;line-height: inherit;}
.menu-box a:hover, .menu-box :hover > a {background-color: transparent;}
.menu-box ul ul {background: transparent;border-top: none;}
#header .menu-box ul ul a:hover, #header .menu-box ul ul :hover > a {background-color: #edf1fe !important;
color: #737A86 !important;}
body .pattern {background: transparent;}

@media only screen and (min-width: 900px) {
	#header {height: auto;}
    .header-content { background-color: #FFFFFF; }
    .header-content .left-nav { height: 64px; padding: 17px 0; display: inline-block; }
	.header-content .left-nav .custom-logo { width: 180px; }
	.header-content .left-nav .custom-logo img { width: 180px; }
    .header-content .left-nav .menu-button { display: none; }
    .header-content .right-nav { padding: 4px 0; float: right; width: auto; display: inline-block; position: relative; top: 0; box-shadow: none; }
    .header-content .right-nav .menu-box li { display: inline-block; 5vertical-align: top; }
    .header-content .right-nav .menu-box ul .menu-item-has-children > a:after { font-size: 17px; position: absolute; top: 43%; right: 5px; }
    .header-content .right-nav .menu-box ul .menu-item-has-children span { display: none; }
    .header-content .right-nav .menu-box ul .menu-item-has-children:hover > .sub-menu { display: block; }
    .header-content .right-nav .menu-box .sub-menu { position: absolute; width: 220px; margin: 0 !important; background-color: #ffffff; }
    .header-content .right-nav .menu-box .sub-menu li { width: 100%; }
    .header-content .right-nav .menu-box .sub-menu a { width: 100%; }
    .header-content .right-nav .menu-box .sub-menu .sub-menu { top: 0; right: 100%; }
}

@media only screen and (min-width: 1058px) {
	.header-content .left-nav .custom-logo { width: 256px; }
	.header-content .left-nav .custom-logo img { width: 256px; }
}

/* End Of Header Nav Styling */

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 {-ms-word-wrap: break-word;word-wrap: break-word;line-height: 120%;margin: 30px 0 7px;font-family: 'work_sansbold';}

h1{ color:#000;  font-size:27px}
h2{ color:#141519;  font-size:25px}
h3{ color:#141519;  font-size:20px}
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;}
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:#004ddc;  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 {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%;}
#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: 810px;}
.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: 270px;}
.scroll-top {border: 1px solid #004ddc;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: #004ddc;}
#wrapper .scroll-top:hover{ background:#004ddc;  color:white;  opacity:1;  filter:alpha(opacity=100)}
.site-title{ font-family: "Helvetica Neue", Helvetica, Arial, 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:  "Helvetica Neue", Helvetica, Arial, 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 { max-width:100%}
.selectnav{ display:none}
#wrapper .sticky-nav {max-width: 100%;top: 0;z-index: 600;box-shadow: 0 1px 7px #ddd;left: 0;background: #fff;}
.content-headline{ float:left;  margin:0 0 20px;  width:100%}
.entry-headline {color: #000;font-size: 30px;line-height: 100%;margin: 0 0 3px;position: relative;z-index: 50;
background: transparent;}
.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: 100%;padding-right: 0;}
.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 0 5px;}
.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%;}
.archive-meta .c-ArticleInfo {width: 100%;float: left;border-bottom: 1px solid #e8e8e8;padding-left: 30px;padding-top: 10px;margin-bottom: 15px;}
.archive-meta p {float: left;}
span.follow_social {
    font-size: 12px;
    color: #dbdbdb;
    margin-right: 10px;
}
p.c-ArticleInfo--heading {
    color: #020202;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    float: left;
    margin-right: 24px;
}
p.c-ArticleInfo--heading.author_name {
    font-weight: lighter;
    font-size: 15px;
    margin-right: 24px;
    /* float: left; */
}
#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-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 0px;}

.post-entry .post-entry-headline a{ color:#004ddc;  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:#004ddc;  border:1px solid #004ddc;  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:#004ddc}

.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: "Helvetica Neue", Helvetica, Arial, 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%; padding: 0;background-color: #f8f8f8;
}

.sidebar-widget .sidebar-headline{background: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    margin: 0 0 18px !important;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    padding: 15px;
    margin-bottom: 0 !important;
    line-height: normal;
    border-bottom: 1px solid #e3e3f0;}

.sidebar-headline-text{background: transparent;
    display: inline-block;
    max-width: 101%;
    padding-right: 0;}

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

.sidebar-widget ul ul{ margin-bottom:0;  margin-top:0}

.sidebar-widget ul li {
    padding: 0;
    position: relative;
    font-family: ElegantIcons;
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    line-height: 170%;
    list-style: none;
	border-top: 1px solid #e3e3f0;
}
.sidebar-widget ul li:first-child{
    border-top: none;
}
.sidebar-widget a{ color:#004ddc;  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 a:hover{ color:black !important;  text-decoration:underline}

.sidebar-widget ul li a {
	padding: 12px 15px;
	transition: inherit;
	position: relative;
	display: block;
	text-decoration: none !important;
	color: #000;
	padding-right: 25px;
	font-family: 'Roboto', sans-serif;
}
.sidebar-widget ul li a:hover {
    background-color: #004ddc;
    color: #fff !important;
    text-decoration: none
}
.sidebar-widget ul li::after {
	width: 20px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	font-size: 20px;
	content: "\f105";
	z-index: 9;
}
.sidebar-widget ul li:hover:after{
	color:#fff;
}

.sidebar-widget.widget_recent_comments ul li {
   padding: 12px 15px 12px 40px;
}
.sidebar-widget.widget_recent_comments ul li a{
	display: inline;
    padding: 0;
    margin: 0;
}
.sidebar-widget.widget_recent_comments ul li a:hover {
    padding: 0;
    background-color: transparent;
    color: #004ddc !important;
}
.sidebar-widget.widget_recent_comments ul li:after {
   content: "\f27b";
    right: auto;
	height:auto;
    left: 12px;
    top: 12px;
	color:#000;
}
.sidebar-widget.widget_recent_comments ul li:hover:after{
	color:#000;
}


#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: "Helvetica Neue", Helvetica, Arial, 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:0px}

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:#004ddc;  border:2px solid #004ddc;  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:#004ddc}

#searchform .searchform-wrapper{ height:31px;  position:relative;  width: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 .send{ background:#004ddc;  border:none;  color:white;  cursor:pointer;  font-family:ElegantIcons !important;  font-size:15px;  height:31px;  line-height:31px;  margin:0;  padding:0;  position:absolute;  right:0;  top:0;  text-align:center;  width:31px;  z-index:20;  -webkit-appearance:none;  -moz-appearance: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}

#searchform .searchform-wrapper .send:hover{ background:#004ddc !important;  color:#169fe6}

#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:#004ddc;  position: block;  width:100%;  z-index:600}

#breadcrumbs {
	float: left;
	background-color: #004ddc;
	padding-left: 27px;
	color: #fff;
	font-size: 13px;
	min-height: 31px;
	line-height: 31px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

#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;
}
 .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-description p a {
	font-size: 15px;
	line-height: 1.7;
	color: #004ddc;
}
.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;
	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;
	font-family: 'Roboto', sans-serif;
}
.choose-stockone li a {
	color: #004ddc;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
}
.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;
}
.custom-container {
	max-width: 1170px;
	margin: auto;
}

.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:"Helvetica Neue", Helvetica, Arial, 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: #004ddc;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
	font-family: 'work_sansmedium';
}
.latest_author-detail span {
	font-size: 14px;
	color: #0d142a;
	line-height: 20px;
	display: block;
	font-family: 'Roboto', sans-serif;
}
.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 span {
	font-family: 'Roboto', sans-serif;
	color: #0d142a;
}
.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: #004ddc;
	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;
	display: inline-block;
	width: 100%;
	font-family: 'work_sansmedium';
}
.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 #6694ea;
	padding-bottom: 14px;
	color: #0d142a;
	display: flex;
	align-items: center;
	line-height: 20px;
	font-family: 'work_sanssemibold';
}
.compare-box-inner h3 a {
	color: #0d142a;
	text-decoration: none;
}
.compare-box-inner h3 a:hover {
	color: #0c31a1;
	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;
	line-height: 30px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}
.antivirus-button {
	float: left;
	width: 100%;
}
.antivirus-button a {
	font-size: 18px;
	background: #2c4ed7;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding: 11px 42px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	font-family: 'work_sanssemibold';
}
.antivirus-button a:hover{
	background:#3d52c4;
}
.page-template-Home_template .read-more-button {
	display: none;
}
.latest_author-detail span .clock-icon {
	float: left;
	padding-right: 4px;
}
#wrapper #wrapper-footer {
	background: #0d142a;
	float: none;
	display: inline-block;
	width: 100%;
	padding-top: 49px;
}
#footer {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
}
.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;
	color:#fff;
}
.footer-one:nth-child(1) {
	padding-left: 0;
	max-width: 196px;
}
.footer-one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50px;
	background: #16203e;
	height: 228px;
	width: 1px;
}
.latest_post a.read-more-button {
    display: none;
}
.footer-one .widget-title {
	font-size: 12px;
	color: #6187f2;
	text-transform: uppercase;
	padding-bottom: 27px;
	margin: 0;
	float: left;
	width: 100%;
	font-family: 'work_sanssemibold';
}
.footer-one ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-one li {
	font-size: 12px;
	color: #ffffff !important;
	line-height: 20px;
	font-weight: 400;
	padding-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.footer-one li a {
	text-decoration: none;
}
.footer-one::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50px;
	background: #16203e;
	height: 228px;
	width: 1px;
}
.footer-one.footer-five::after {
	display:none;
}
.copyright p {
	text-align: center;
	font-size: 12px;
	color: #6187f2 !important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.footer-one.footer-five {
	padding-right: 0;
	width: 200px;
	padding-left: 50px;
}
.footer-one.footer-five li {
	float: left;
	margin-right: 16px;
	width: 25px;
}
.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 #004ddc;
	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;
}

.post-template-default  .bread-container, .category .bread-container, .author .bread-container, .search .bread-container {
	display: block;
}
.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%}

/* flag */
.fin-country-dropdown.float-right {
	float: right;
	width: 50px;
	position: absolute;
	right: 40px;
	top: 28px;
}
.dropdown {
float: right;
width: auto;
}
.dropdown-menu {
	width: 50px;
}
.dropdown .img-flag {
	width: 23px;
	height:23px;
}

.fin-country-dropdown.float-right::after {
	content: '\f107' !important;
	font-family: 'FontAwesome';
	color: #020202;
	margin-left: .255em;
	vertical-align: .255em;
	border: transparent !important;
	position: absolute;
	top: -2px;
	font-size: 13px;
	right: 13px;
	cursor: pointer; 
}
.dropdown .dropdown-item {
	display: block;
}
.memu-button {
	display: none;
}

.dropdown-menu {
display:none;
}
.drop_block
{
	display:block;
}
.drop_on_cus {
	width: 100% !important;
}
/* End flag */
.disclaimer_sec {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.disclaimer_sec span {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
.disclaimer_sec p {
    width: 100%;
    float: left;
    padding-top: 20px;
    font-style: italic;
}
@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, 


 #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}


}

/* BOXES-SECTION-CSS-START */
.popular-topics-box-sec{
	margin-bottom: 20px;
    font-size: 20px;
}
.popular-topics-box-sec ul{
	display: flex;
	flex-wrap:wrap;
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	margin: 0;
    padding: 0;
}
.popular-topics-box-sec li {
    text-align: center;
    color: #fff;
    width: 33.2%;
    list-style: none;
    font-size: 20px;
    margin: 0;
}
.popular-topics-box-sec li a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #eeefee;
    min-height: 100px;
    border: 2px solid #fff;
    transition: transform .25s;
    -webkit-transition: transform .25s;
    padding: 10px;
    line-height: 22px;
    text-decoration: none;
	    font-weight: bold;
}
.popular-topics-box-sec li a:hover{
	transform: scale(.9);
	-webkit-transform: scale(.9); 
}

/* BOXES-SECTION-CSS-END */


/*Three step */

.steps-component--inner {
    width: 100%;
    padding: 20px 20px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f6f6fa;
    text-align: center;
}
.steps-component--steps {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    margin: 0;
}
.steps-component--step {
    border: none;
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 10px 15px;
}
.steps-component--step-title {
    font-size: 17px;
    text-align: center;
    margin: 0 0 .71429rem;
    color: #020202;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* min-height: 40px; */
}
.steps-component--step-icon {
    margin:12px 0 10px;
}
.steps-component--step-icon, .steps-component--step-image {
    width: 100%;
    text-align: center;
    line-height: normal;
}
/* .steps-component--step-icon img, .steps-component--step-image img {
    width: 5.71429rem;
    max-width: 6rem;
} */
.steps-component--step-icon img, .steps-component--step-image img {
    width: 100%;
    max-width: 100%;
    /* max-height: 11.85714rem; */
}
.steps-component--step-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.steps-component--step-text {
    width: 100%;
    text-align: center;
}
.steps-component--step-text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px;
    text-align: center;
}
.steps-component--step-text p:last-child {
    margin-bottom: 0 !important;
}
.steps-component--cta {
    width: 100%;
    margin-top:0px;
    text-align: center;
}
.steps-component--cta a {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    height: auto;
    border-radius: 4px;
    background-color: #004ddc;
    text-decoration: none;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
	color:#fff;
	outline: none;
}
.steps-component--cta a:hover {
    background-color: #044acc;
}
p.steps-component--disclaimer {
    font-size: 12px;
    margin: 10px 0 0 !important;
}
/* End Three Step */

.table_scrolling_outer {
    /* overflow-y: scroll; */
    overflow-x: auto;
}

/* BROKER-SIDEBAR-BOX-START */
.sidebar-brokers-sec {
    width: 100%;
    float: left;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 0;
    box-shadow: 0 1px 2px #e8e8e8;
    margin-bottom: 0;
}
.sidebar-brokers-sec h4 {
    text-align: center;
    margin: 7px 0 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
.sidebar-brokers-box {
    width: 100%;
    float: left;
    border-top: 1px solid #dfdfdf;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.sidebar-brokers-box-img {
    width: 55%;
    float: left;
    line-height: 1;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.sidebar-brokers-box-img span {
    font-size: 22px;
    color: #000;
    margin-right: 12px;
    font-weight: 700;
}
.sidebar-brokers-box-img img {
    max-width: 110px;
	padding:0;
}
.sidebar-brokers-box-btn {
    width: 45%;
    float: right;
    text-align: right;
    padding-left: 8px;
}
.sidebar-brokers-box-btn a {
    background-color: #004ddc;
    color: #fff;
    padding: 9px 15px 7px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
	text-decoration:none;
}
.sidebar-brokers-box-btn a:hover {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}
.sidebar-brokers-tc {
    width: 100%;
    float: left;
    color: #adadad;
    font-size: 11px;
    line-height: 18px;
    margin-top: 8px;
}
.sidebar-brokers-tc i {
    font-size: 16px;
    padding: 0 3px;
}
/* BROKER-SIDEBAR-BOX-END */

/* FLOATING-BOTTOM-BANNER-CSS-START */
.floating-banner-sec {
    width: 100%;
    float: left;
    background: #004ddc;
	background: linear-gradient(to bottom, #004ddc 0%,#0d379d 100%);
	background: -webkit-linear-gradient(to bottom, #004ddc 0%,#0d379d 100%);
    color: #fff;
    padding: 25px 0;
    font-family: 'Lato',Arial;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
	box-shadow: 0 0 6px 0 #0d389e;
	-webkit-box-shadow: 0 0 6px 0 #0d389e;
	display:none;
}
.floating-banner-sec-inr {
    max-width: 830px;
    width: 100%;
    float: none;
    margin: auto;
}
.floating-banner-left {
	width: 49%;
	float: left;
}
.floating-banner-right {
	width: 47.2%;
	float: right;
	text-align: center;
}
.floating-banner-left h3 {
	margin: 0 0 5px;
	color: #fff;
	font-weight: 900;
	font-family: 'Lato',Arial;
	font-size: 22px;
	background:url(images/stok.png) left top no-repeat;
	background-size: 22px;
	padding-left: 31px;
}
.floating-banner-left p {
    font-size: 16px;
    font-family: 'Lato',Arial;
    font-weight: 500;
    line-height: 22px;
}
.floating-banner-left .show-more {
    display: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding-bottom: 10px;
    background: url(images/arrow-down.svg) no-repeat bottom center;
}
.floating-banner-left ul {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.floating-banner-left li {
    line-height: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 50%;
    font-family: 'Lato', Arial;
    text-align: left;
    padding: 3px 10px 6px 25px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    position: relative;
    list-style-type: none;
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-style: normal;
    background: url(images/check-white-img.svg) center left no-repeat;
}
.floating-banner-right input[type="email"] {
    box-sizing: border-box;
    font-family: 'Lato', Arial;
    border: 0;
    text-align: center;
    font-family: 'Lato' , Arial;
    border:2px solid  transparent;
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #6f7374;
    margin-bottom: 15px;
    font-style: normal;
    line-height: normal;
    max-width: 450px;
    outline: none;
    padding: 10px;
}
.floating-banner-right input[type="submit"],
.floating-banner-right button {
    /* background: linear-gradient(to bottom,#ffde03 0,#ffde03 0); */
	background: #ffcc00 !important;
    border: none;
    text-decoration: none;
    text-align: center;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: normal;
    text-transform: none;
    min-width: auto;
    color: #000;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: none;
    font-family: 'Lato', Arial;
    cursor: pointer;
    font-size: 14px;
	outline:none;
}
.floating-banner-right input[type="email"].wpcf7-not-valid {
	border-color:#f00;
}
.floating-banner-right input.wpcf7-not-valid {
    border-color: #f00 !important;
}
.floating-banner-right .screen-reader-response {
    display: none;
}
.floating-banner-right span.wpcf7-not-valid-tip {
    display: none;
}
.floating-banner-right .wpcf7-response-output {
    display: none;
}
.floating-banner-right p {
    text-align: center;
    margin:0;
    cursor: pointer;
    font-family: 'Lato', Arial;
}
.floating-banner-right p a {
	color: #fff;
	font-family: 'Lato',Arial;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.floating-banner-right p a:hover{
	text-decoration:underline;
}
.floating-banner-sec span.close {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 3px;
    background: #002aad;
    z-index: 9;
}
.floating-banner-sec span.close:before, .floating-banner-sec span.close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 14px;
    top: 45%;
    left: 5px;
    margin-top: 0;
    background: #d4d4d4;
}
.floating-banner-sec span.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.floating-banner-sec span.close:after {
    height: 2px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.floating-banner-sec span.close:hover:before,
.floating-banner-sec span.close:hover:after{
	background: #fff;
}
.floating-banner-right br {
	display: none;
}
.floating-banner-right .sign-cl {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 0;
	position: relative;
	width: 100%;
}
.floating-banner-right .wpcf7-form-control-wrap.your-email {
    float: left;
    width: 50%; 
}
.floating-banner-right .wpcf7-form-control.wpcf7-submit {
    float: right;
    width: 48% !important;
    padding: 10px 5px;
    font-size: 13px;
}
.floating-banner-left p span {
    width: 100%;
    display: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
/* FLOATING-BOTTOM-BANNER-CSS-END */

.latest_post .post-entry-content-wrapper {
	display: flex;
	margin-bottom: 10px;
}
.latest_post .post-entry-content-wrapper img {
	max-width: 260px !important;
	width: 100%;
}
.latest_post .post-entry-content-wrapper .post-entry-content {
	padding-left: 20px;
}
.latest_post a {
	text-decoration: none;
}
.latest_post h2 {
	padding-bottom: 2px !important;
}
.sidebar-widget .textwidget {
	padding: 15px;
	float: left;
	width: 100%;
}
.sidebar-widget .textwidget p {
    margin: 0 0 9px;
}
.sidebar-widget .textwidget p:last-child {
    margin: 0;
}
.wrapper-related-posts .flexslider .flex-viewport {
    float: left;
    width: 100%;
}
.wrapper-related-posts .flexslider ul.flex-direction-nav {
    width: 100%;
    float: left;
    margin: 25px 0 0;
}
.wrapper-related-posts .flexslider li.flex-nav-prev {
    float: left;
	list-style: none;
}
.wrapper-related-posts .flexslider li.flex-nav-next {
    float: right;
	list-style: none;
}
.wrapper-related-posts .flexslider li a{
	text-decoration:none;
}
.wrapper-related-posts .flexslider .flex-viewport li {
    margin: 0 5px !important;
}

.cn-button.bootstrap {
	color: #fff !important;
	background: #004ddc !important;
}
.footer-one p {
	font-size: 12px;
	color: #fff !important;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}



.logos-footer {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.footer-one .logos-footer li {
	font-size: 24px;
	float: left;
	margin-right: 16px;
	padding: 0;
}
.footer-one .logos-footer  li .fa-youtube-play {
	color: #f70101;
}
.footer-one .logos-footer  li .fa.fa-twitter {
	color: #1da1f2;
}
.logos-footer .follow {
	padding-left: 20px;
}



/* investment-journey-3box */

.investment-section {
	display: inline-block;
	width: 100%;
	margin: 10px 0 20px;
}
.investment-inner {
	display: flex;
}
.step-vest1 {
	display: inline-block;
	width: 33%;
	padding: 0 20px;
	text-align: center;
}
.vest-text {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.investment-inner p {
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	min-height: 70px;
	margin: 0 !important;
}
.vest-button {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.vest-button a {
	background: #004ddc;
	color: #fff;
	padding: 9px 10px;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	line-height: 20px;
}
.vest-button a:hover {
	background: #4181f9;
	color: #fff;
}
.vest-icon img {
	max-width: 90px;
}
.home #toc_container {
	display: none !important;
}
/* investment-journey-3box-end*/

/* account-open */

.account-open {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #fff;
	padding-bottom: 50px;
}
.account-open-inner {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
}
.account-open-inner p {
    text-align: center;
    color: #7a7a7a;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    line-height: 19px;
}
.account-open-inner h3 {
	color: #000000;
	font-size: 33px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	padding: 0;
}
.account-open-inner h4{
	font-size: 1.3rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	margin:0 0 10px;
}
.trading-accont {
	display: flex;
	width: 100%;
	padding: 30px 0 0;
	flex-wrap: wrap;
}

.trading-accont1 {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	box-shadow: 0px 0px 36px -19px rgba(0,0,0,.5);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	margin: 0;
	padding:25px 15px 25px;
	border-radius: 30px;
	margin: 0 10px;
	width: 23%;
	cursor: pointer;
}
.trading-accont1:hover {
	box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.5);
}
.trading-accont1 a {
	color: #000000;
}
.trading-accont1 strong {
	padding: 35px 20px 34px 20px;
	display: inline-block;
	width: 100%;
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.trading-icon {
    width: 100%;
    display: inline-block;
}
.trading-icon img {
    max-width: 90px;
	margin-bottom: 12px;
}
.trading-icon i {
	color: #000;
	font-size: 34px;
}
.account-open-inner .trading-accont1 h3 {
	font-size: 1.75rem;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 10px 0 10px;
}

.trading-button {
	display: inline-block;
	width: 100%;
	padding-top:40px;
	margin: 35px 0 0;
	position: relative;
}
.trading-button a {
	font-size: 15px;
	font-weight: 600;
	background-color: #E6136C;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E6136C;
	border-radius: 35px 35px 35px 35px;
	display: inline-block;
	padding: 13px 30px;
	color: #fff;
	text-decoration: none;
	line-height: 17px;
}
.trading-accont1:nth-child(2) .trading-button a {
	background: #000;
	border-color: #000;
}
.trading-accont1:nth-child(3) .trading-button a {
	background: #79B335;
	border-color: #79B335;
}
.trading-accont1:nth-child(4) .trading-button a {
	background: #196A9B;
	border-color: #196A9B;
}
.trading-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #B8B8B8;
	transform: translate(-50%, 0);
}
.trading-accont1 .fa-bitcoin::before, .trading-accont1 .fa-btc::before {
	content: "\f379";
}
.chart1 {
	display: none;
}
.trading-accont1 ul{
    margin: 15px 0 0 !important;
}
.trading-accont1 ul li{
    padding: 4px 0 4px 23px;
    color: #7a7a7a;
    list-style: none;
    position: relative;
}
.trading-accont1 ul li i {
    position: absolute;
    left: 0;
    top: 8px;
    color: green;
}
.account-open-inner .trading-accont p {
    margin: 25px 0 0 !important;
}

/* account-open-end*/

.sc_card h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;	
}
.sc_card h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;	
}
.sc_card h3{
	font-size: 22px;
	line-height: 30px;

}
.sc_card h4{
	font-size: 20px;
	line-height: 28px;
}
.sc_card p {
	font-size: 15px;
	line-height: 23px;
}

.flickity-button {
	background: #000 !important;
	border-radius: 100% !important;
	color: #fff !important;
	font-size: 60px;
	font-weight: 100;
	height: 45px;
	line-height: 34px;
	margin-top: -22.5px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	opacity: 1;
}
.su-image-carousel-item-content {
	text-align: center;
}
 .su-image-carousel-item-content img {
	max-width: 224px;
	display: inline-block !important;
} 
.su-image-carousel button.flickity-prev-next-button {
	opacity: 0.5 !important;
}
.su-image-carousel button.flickity-prev-next-button[disabled] {
	display: block !important;
}
.su-image-carousel button.flickity-prev-next-button {
	opacity: 0.5 !important;
}
.su-image-carousel button.flickity-prev-next-button:focus, .su-image-carousel button.flickity-prev-next-button:hover {
	opacity: 1 !important;
	box-shadow: none;
}

/* 15-OCT-2020-START */
.allPageDisclaimerText {
    color: #929292;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.44px;
    line-height: 22px;
    padding: 1.57143rem 0;
    border-top: 2px solid #f6f6fa;
    margin-bottom: 1.5rem;
}
.allPageDisclaimerText > .container.pl-0 {
    max-width: 81.42857rem;
    margin-top: 30px;
}
/* 15-OCT-2020-END */

.su-image-carousel-item{
	background-color:#fff;
}
.su-image-carousel-item.is-selected {
    z-index: 99;
}
.scroll-top.arrow_carrot-up::after {
	content: "⌃";
	line-height: 40px;
}
.arrow_carrot-up::before {
	display: none;
}
.author-description span a img {
	width: 15px;
	display: inline-block;
}

.header-content {
	padding: 17px 0 0;
	width: 100%;
}
.custom-logo {
	float: left;
	width: auto;
}
.menu-box-container {
	height: auto;
	min-height: inherit;
}
.menu-box-wrapper {
	background: transparent;
	border-bottom: none;
	min-height: inherit;
}
.menu-box {min-height: inherit;padding: 0;width: 100%;}
.bread-container {display: none;}
.home-banner.inner-page-banner {padding: 60px 0;}
.custom_author_info {color: #141519;font-weight: 400;}
#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, .home #header .menu-box .link-home {
background-color: transparent;}

#wrapper .header-content {padding: 10px 1%;width: 100%;background: #fff;}
#wrapper #header .sticky-nav {
	max-width: 100%;
}

@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;
}
.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;
}
.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: 212px;
	padding-left: 30px;
}
.footer-five .textwidget.custom-html-widget {
	width: 100%;
	float: left;
}
.copyright {
	padding: 40px 0 20px;
}
/* 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%;
}
.fin-country-dropdown.float-right {
	float: right;
	width: 50px;
	position: absolute;
	right: 10px;
	top: 18px;
}
/* menu-end*/

/* BOXES-SECTION-CSS-START */
.popular-topics-box-sec li {
	font-size: 18px;
}
/* BOXES-SECTION-CSS-END */

/* Start Three Step */
.steps-component--step {
    padding: 10px 7px;
}
.steps-component--step-title {
    font-size: 16px;
   /*  min-height: auto; */
}
.steps-component--step-text p {
    font-size: 14px;
}
.steps-component--inner {
    padding: 20px 10px 15px;
}
.steps-component--step-text p {
    font-size: 13px;
    line-height: 19px;
}
/* End Three Step */

/* account-open*/

.trading-accont1 {
    padding: 25px 10px 25px;
    margin: 5px;
    width: 48.3%;
}
/* account-open-end*/
.header-content .right-nav .menu-box a {padding: 0 10px;font-size: 13px;}
.articles-left {padding-right: 20px;}
.latest-articles {padding-top: 30px;padding-bottom: 55px;}

html #wrapper #main-content, body .header-content, body .ticker-box, body .menu-box, body .secondary-menu-box, body #footer {width: 100%;}

}

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

.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;
}
.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: 33%;
	padding: 0 20px;
}
.footer-one:nth-child(1) {
	max-width: 20%;
	padding: 0 20px 0 0;
}
.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: auto;
}
.copyright {
	padding: 0;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
	display: block !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: 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*/

.fin-country-dropdown.float-right {
    width: 20px;
    top: 13px;
    right: 5px;
}
/* menu-end*/

/* BOXES-SECTION-CSS-START */
.popular-topics-box-sec li {
    width: 50%;
	font-size: 18px;
}
/* BOXES-SECTION-CSS-END */

/* Start Three Step */
.steps-component--inner {
    padding: 20px 10px 15px;
}
.steps-component--step {
    padding: 10px 7px;
}
.steps-component--step-text p {
    font-size: 13px;
    line-height: 19px;
}
/* End Three Step */

/* FLOATING-BOTTOM-BANNER-CSS-START */
.floating-banner-sec {
    padding: 15px 0;
}
.floating-banner-sec-inr {
    padding-right: 30px;
}

.floating-banner-right {
    width: 39.6%;
}
.floating-banner-sec span.close {
    right: 5px;
    top: 5px;
}
.floating-banner-right .wpcf7-form-control-wrap.your-email {
    width: 100%;
}
.wpcf7-form-control-wrap.your-email {
	float: left;
	width: 100%;
}
.floating-banner-right .wpcf7-form-control.wpcf7-submit {
	width: 100% !important;
	padding: 10px 5px;
	font-size: 13px;
}
/* FLOATING-BOTTOM-BANNER-CSS-END */

/* investment-journey-3box*/

.step-vest1 {
	padding: 0 10px;
}
.investment-inner {
	padding: 10px;
}
/* investment-journey-3box-end*/

/* account-open*/

.trading-accont1 {
    padding: 25px 10px 25px;
    margin: 5px 5px;
    width: 48.3%;
}
.trading-accont1 strong {
	padding: 25px 10px 24px;
	font-size: 15px;
}
.account-open-inner .trading-accont1 h3 {
	font-size: 21px;
	margin: 10px 0 10px;
}
.trading-button {
	padding-top: 40px;
	margin: 25px 0 0;
}
.trading-button a {
	font-size: 15px;
	padding: 12px 25px;
}
/* account-open-end*/

.sc_card h1{
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;	
}
.sc_card h2{
	font-size: 22px;
	line-height: 28px;	
}
.sc_card h3{
	font-size: 20px;
	line-height: 28px;

}
.sc_card h4{
	font-size: 18px;
	line-height: 28px;
}
.sc_card p {
    font-size: 16px;
	line-height: 26px;
}

.memu-button {
	display: block;
	float: right;
	margin-top: 7px;
}
.menu-box ul li {
	float: left;
	width: 100%;
}
.header-content .right-nav .menu-box ul .menu-item-has-children > a::after {
	content: "\2304" !important;
	font-family: ElegantIcons;
	font-variant: normal;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 20px;
	display:block;
}
.header-content .right-nav .menu-box .sub-menu {
	position: relative;
}
.menu-box ul ul li {
	width: 100%;
}
.header-content .right-nav .menu-box .sub-menu a {
	width: 100%;
}
.menu-box ul ul ul {top: auto;left: 0;}

}

@media only screen and (max-width: 767px){

/* HOME-PAGE-CSS-START */
.popular-topics-box-sec li {
    width: 50%;
	font-size: 18px;
}
/* HOME-PAGE-CSS-END */

/* Start Three Step */
.steps-component--steps {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
.steps-component--step {
    width: 100%;
    padding: 20px 0;
    max-width: 400px;
}
.steps-component--step-title {
    font-size: 17px;
   /*  min-height: auto; */
}
.steps-component--step-icon img {
    width: 80px;
    height: auto;
    object-fit: inherit;
}
.steps-component--step-text p {
    font-size: 15px;
    line-height: 22px;
}
.steps-component--cta a {
    max-width: 260px;
}
/* End Three Step */

/* FLOATING-BOTTOM-BANNER-CSS-START */
.floating-banner-sec {
    padding: 15px 0;
    text-align: center;
}
.floating-banner-sec-inr {
    max-width: 300px;
}
.floating-banner-left {
    width: 100%;
    margin: 0;
}
.floating-banner-left h3 {
	max-width: 100%;
	width: 100%;
	float: none;
	margin: 0 auto 8px;
	text-align: center;
	background-size: 20px;
	padding-left: 10px;
	font-size: 17px;
}
.floating-banner-left .show-more{
	display:block;
}
.floating-banner-left ul {
    display: none;
}

.floating-banner-left p {
    text-align: center;
    display: none;
}
.floating-banner-right {
    text-align: center;
    width: 100%;
    display: none;
	margin-top:20px;
}
.floating-banner-sec span.close {
    right: 5px;
    top: 5px;
}
.floating-banner-right .wpcf7-form-control-wrap.your-email {
    width: 100%;
}
.floating-banner-left li {
	width: 100%;
	font-size: 15px;
}
.wpcf7-form-control-wrap.your-email {
	float: left;
	width: 100%;
}
.floating-banner-right .wpcf7-form-control.wpcf7-submit {
	width: 100% !important;
	padding: 10px 10px;
	font-size: 13px;
}

/* FLOATING-BOTTOM-BANNER-CSS-END */

.page-id-898#wrapper #container #main-content {
	display: flex;
	flex-wrap: wrap-reverse;
}
.logos-footer {
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.logos-footer .follow {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footer-one .logos-footer li {
	float: none;
	margin-right: 10px;
	padding: 0;
	display: inline-block;
}

/* investment-journey-3box*/

.step-vest1 {
	padding: 0 10px;
}
.investment-inner {
	padding: 10px;
	flex-wrap: wrap;
}
.step-vest1 {
	width: 100%;
	padding: 0 10px 30px;
}
.investment-inner p {
	min-height: 1px;
	margin: 0 !important;
}
.vest-button {
	margin-top: 5px;
}


/* investment-journey-3box-end*/
.floating-banner-left p span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.floating-banner-right .sign-cl {
	display: none;
}

/* account-open*/

.trading-accont1 {
	width: 100%;
    max-width: 420px;
    float: none;
    margin: 10px auto;
	
}

.trading-button {
	padding-top: 30px;
    margin: 20px 0 0;
}

.trading-button a {
	font-size: 15px;
	padding: 14px 25px;
	width: 100%;
}
.chart1 {
	display: initial;
	text-align: left;
	float: left;
}
.trading-accont {
	padding: 10px 0 0;
}
.account-open-inner h3 {
	font-size: 22px !important;
}
/* account-open-end*/

.sc_card h1{
	font-size: 24px;
	line-height: 34px;	
}
.sc_card h2{
	font-size: 22px;
	line-height: 28px;	
}
.sc_card h3{
	font-size: 20px;
	line-height: 28px;

}
.sc_card h4{
	font-size: 18px;
	line-height: 28px;
}
.sc_card p {
    font-size: 17px;
	line-height: 26px;
}

.memu-button {
	display: block;
	float: right;
	margin-top: 7px;
}
.menu-box ul li {
	float: left;
	width: 100%;
}
.header-content .right-nav .menu-box ul .menu-item-has-children > a::after {
	content: "\2304" !important;
	font-family: ElegantIcons;
	font-variant: normal;
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 20px;
	display:block;
}
.header-content .right-nav .menu-box .sub-menu {
	position: relative;
}
.menu-box ul ul li {
	width: 100%;
}
.header-content .right-nav .menu-box .sub-menu a {
	width: 100%;
}
.footer-one.footer-three {
	display: none;
}
.footer-one li {
	padding-bottom: 8px;
}
.footer-one li {
	padding-bottom: 5px;
}
.menu-box ul ul ul {top: auto;left: 0;}

}

@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;
}
.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;
}
.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: 36%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.footer-one:nth-child(1) {
	max-width: 25%;
	padding-left: 10px;
	padding-right: 20px;
}
.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: auto;
}
.copyright {
	padding:0;
}
.footer-one.footer-five li {
	font-size: 22px;
	float: none;
	margin-right: 10px;
	display: inline-block;
}
.footer-one ul {
	text-align: center;
	display: block !important;
}
.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: 22px;
	line-height: 26px;
}
.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: 17px;
	line-height: 26px;
}
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: 17px;
	line-height: 26px;
}
.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*/

.fin-country-dropdown.float-right {
	float: right;
	width: 80px;
	position: absolute;
	right: 60px;
	top: 22px;
}

/* menu-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: 17px;
    text-align: center;
    line-height: 26px;
}
.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;
}
.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;
}
.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: 22px;
	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: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.footer-one:nth-child(1) {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.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: auto;
}
.copyright {
	padding:0;
}
.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%;
}

.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: 22px;
	line-height: 26px;
}
.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;
}
body .author-description h2 {
	font-size: 22px !important;
}
.author-description p {
	font-size: 17px;
    line-height: 26px;
}
#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: 17px;
	line-height: 26px;
}

.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: 20px;
}
.footer-one li {
	padding-bottom: 9px;
}

.fin-country-dropdown.float-right {
	float: right;
	width: 80px;
	position: absolute;
	right: 60px;
	top: 15px;
}

/* menu-end*/

.latest_post .post-entry-content-wrapper {
	flex-wrap: wrap;
}
.latest_post .post-entry-content-wrapper img {
	max-width: 100% !important;
	width: 100%;
}
.latest_post .post-entry-content-wrapper .post-entry-content {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-one .widget-title {
	text-align: center;
}
.footer-one li {
	float: none;
	padding: 0 6px;
	display: inline-block;
}

}
@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: 16px;
    line-height: 24px;
	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;
}
.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;
}
.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: 22px;
	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: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.footer-one:nth-child(1) {
	max-width: 100%;
	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: auto;
	display: none;
}
.copyright {
	padding:0;
}
.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: 5px 10px;
	width: calc(100% - 91px);
}
.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%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmegamenu-toggle {
	height: auto !important;
}
.articles-right-inner .articles-img {
	width: 90px;
	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: 22px;
	line-height: 26px;
}
.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: 20px;
    line-height: 25px;
}
.sc_card p {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}
body .author-description h2 {
	font-size: 20px !important;
}
.author-description p {
	font-size: 16px;
	line-height: 24px;
}
#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: 16px;
	line-height: 24px;
}
.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;
}


.fin-country-dropdown.float-right {
	float: right;
	width: 60px;
	position: absolute;
	right: 40px;
	top: 16px;
}

/* menu-end*/

/* HOME-PAGE-CSS-START */
.popular-topics-box-sec li {
    font-size: 16px;
}
/* HOME-PAGE-CSS-END */


.latest_post .post-entry-content-wrapper {
	flex-wrap: wrap;
}
.latest_post .post-entry-content-wrapper img {
	max-width: 100% !important;
	width: 100%;
}
.latest_post .post-entry-content-wrapper .post-entry-content {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-one .widget-title {
	text-align: center;
}
.footer-one li {
	float: none;
	padding: 0 6px;
	display: inline-block;
}
.footer-one li {
	padding-bottom: 5px !important;
}

/* account-open-Start*/
.trading-icon img {
    max-width: 70px;
    margin-bottom: 0;
}
/* account-open-end*/


}

@media screen and (max-width:1170px){ body #container{ max-width:1012px}

 html #wrapper #main-content,

 body .ticker-box,

 body #footer{ width:100%}

 body .site-title, 

 body .site-description{ 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 .site-title, 

 #wrapper .site-description,

 .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, 

}


@media screen and (max-width:600px){
body p, body ul, body ol, body li, body dl, body address, body table {
	font-size: 17px;
	line-height: 26px;
}

#main-content .post-meta{ clear:both;  color:#999 !important;  font-size:16px;  line-height:21px;  padding-bottom:5px;  margin:0}

 html #wrapper #container, 

 #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){
	
#main-content .post-meta {
	clear: both;
	color: #999 !important;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	margin: 0;
}

}
