
/*
 Theme Name:   Dummies
 Theme URI:    http://www.dummies.com/
 Description:  Dummies Theme
 Author:       Centric digital
 Author URI:   http://www.dummies.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dummies
*/

@import "js/vendors/perfect-scrollbar/css/perfect-scrollbar.css";
@import "js/vendors/animatecss/animate.css";
@font-face {
    font-family: 'FontAwesome';
    src: url('js/vendors/fontawesome/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('js/vendors/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('js/vendors/fontawesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('js/vendors/fontawesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('js/vendors/fontawesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('js/vendors/fontawesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.admin-bar .navbar-fixed-top {
    top: 32px;
}

/* Home page Css */
.article-list .alm-btn-wrap {
    border-bottom: 1px solid #ddd;
    margin: 30px 0 0;
    padding-bottom: 20px;
    text-align: center;
    clear: both;
}
.article-list .btn.btn-lg{
    position: relative;
}
.article-list .btn-primary:active:hover {
    color: #000;
}
.article-list button.alm-load-more-btn.loading::before {
    background: #fff url("img/icons/ajax-loader.gif") no-repeat scroll center center;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 30px;
    left: 0;
    margin: 11px;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: width 0.5s ease-in-out 0s;
    width: 30px;
    z-index: 0;
}
.load_more_content_tab.loading, #load_more_posts.loading {
    pointer-events: none;
    cursor: default;
}
button.alm-load-more-btn.done {
    opacity: 0;
    cursor: default;
}

/*Article Page Css */
.ads .x2.block-xs p{
    float:  left;
}
.x2.block-xs.x2-right.pull-left p {
    margin-left: 20px;
}
.video-container > iframe {
    max-width: 100%;
    width: 600px;
    height: 330px;
}

.article-list article .article-content::after,
.search-page aside .filter span.icon::after {
    background: transparent;
}
.article-content .atype {
    bottom: 10px;
    height: 25px;
    position: absolute;
    right: 10px;
    width: 30px;
}
.search-page aside .filter span.icon {
    height: 25px;
    position: absolute;
    right: -35px;
    width: 30px;
    bottom: -2px;
}
/*Article Page Css */
.floating-newsletter {
    display: none;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    padding: 0;
}
.nav.navbar-nav.navbar-right .my-account, .my-account.visible-xs{
    display: none !important;
}
.community-board{
    display:none;
}
.ads {
    overflow: hidden;
}

.article-container table thead tr th{font-weight:600;border-bottom:2px solid #8d8d8d}
.article-container table tbody tr td{border-top:0;border-bottom:1px solid #f4f4f4}
.article-container table tbody tr:hover td{background-color:#fafafa}
.article-container table thead tr th{font-weight:600;border-bottom:2px solid #8d8d8d}
.article-container table tbody tr td{border-top:0;border-bottom:1px solid #f4f4f4}
.article-container table{width:100%}

@media (max-width: 767px){
	.article-list article .article-content h3 {
	   max-height: 29px;
	}	
}
.imageBlock{
    margin: auto;
    margin-bottom: 20px;
}
.article-container table td .ad{display: none !important;}

.mfp-wrap{
	top:20px;
}
.dm_hide{display: none;}
.dm_show{display: block;}


.dummies-newsletter.debug {
	background: #abfaab;
}

.dummies-newsletter.debug .logo {
	background: tomato;
}

.dummies-newsletter.debug .cnt {
	background: #ddd;
}

.dummies-newsletter-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.dummies-newsletter {
	width: 100%;
	position: relative;
	background: #fff;
	-webkit-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.26);
	box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.26);
}

.dummies-newsletter.accent::before {
	width: 10px;
	height: 100%;
	background: #FFEB00;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
}

.dummies-newsletter .logo {
	width: 57px;
	height: 56px;
    margin-right: 16px;
}

.dummies-newsletter .logo img {
	width: 56px;
}

.dummies-newsletter .logo,
.dummies-newsletter .cntnt {
}

.dummies-newsletter .cnt {
	width: auto;
	max-width: 1140px;
	margin: 0 auto;
    padding: 12px 15px 6px 20px;
}

.dummies-newsletter .hd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.dummies-newsletter .cnt p {
	margin: 0 0 20px 0;
}

.dummies-newsletter .heading {
	font-weight: 700;
	color: #202020;
    margin: 0 0 12px 0;
    display: block;
    position: relative;
	pointer-events: none;
}

.dummies-newsletter .heading::after {
    content: '×';
    color: #a2a2a2;
    display: block;
    position: absolute;
    right: -35px;
    top: 0;
    font-size: 20pt;
    font-weight: 400;
    /* height: 16px; */
    width: 16px;
    pointer-events: auto;
    cursor: pointer;
}

.dummies-newsletter .size-3 {
	font-size: 18pt;
}

.dummies-newsletter .bdy {
	font-size: 14pt;
	color: #202020;
}

.dummies-newsletter .inp-wrap {
	text-align: center;
}

.dummies-newsletter .inp-wrap:first-child {
	margin-bottom: 25px;
}

.dummies-newsletter .inp {
	border-radius: 3px;
	background: #fff;
	border: 1px solid #a2a2a2;
	height: 40px;
	width: 340px;
	margin: 0;
	text-indent: 20px;
}

.dummies-newsletter .btn.sign-up.valid {
    background: #FFEB00;
}
.dummies-newsletter .invalid .inp {
    border: 2px solid #E24C4B;
}

.invalid::after {
    content: 'You have entered an invalid email. Please re-enter it.';
    display: block;
    font-size: 9pt;
    /* max-width: 340px; */
    width: 345px;
    color: #E24C4B;
    position: absolute;
    left: 50%;
}

.dummies-newsletter .close-color {
	background: #a2a2a2;
}

.dummies-newsletter .btn {
	background: #e6e6e6;
}

.dummies-newsletter .btn.sign-up {
	width: 340px;
	height: 40px;
	font-size: 16pt;
	color: #202020;
	font-weight: 700;
}

@media (min-width: 768px) {
	
	.dummies-newsletter .inp {
		width: 100%;
	}
	.dummies-newsletter .btn.sign-up {
		width: 200px;
	}
	
	.dummies-newsletter .size-3 {
		font-size: 24pt;
	}

	.dummies-newsletter .cnt p {
		margin-left: 75px;
	}

	.dummies-newsletter .bdy {
		display: flex;
	}
	
	.dummies-newsletter .heading {
		flex-grow: 1;
	}
	
	.dummies-newsletter .heading::after {
		right: 0;
		font-size: 27pt;
	}
	
	.dummies-newsletter .email-wrap {
		flex-basis: auto;
		flex-grow: 1;
		margin-right: 10px;
	}
	
	.dummies-newsletter .btn-wrap {
		flex-basis: 200px;
	}
	
	.invalid::after {
    font-size: 10pt;
    width: auto;
    left: initial;
}
}

@media (max-width: 767px) {
	
	.dummies-newsletter .heading {
		line-height: 42pt;
	}

	.dummies-newsletter .hd {
		max-width: 340px;
	}

	.invalid::after {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
  font-size: 15pt;
  font-style: italic;
  margin-right: 20px;
}
::-moz-placeholder { /* Firefox 19+ */

  color: #666666;

  font-size: 15pt;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
  font-size: 15pt;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
  font-size: 15pt;
  font-style: italic;
}


.dummies-newsletter-wrap.dummies-podcast-wrap {
	background: #000;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter {
	background: #000000;
	background-color: #000000;
	box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04);
	color: #fff;
	z-index: 99;
	padding: 40px 0;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap
	.dummies-newsletter.accent::before {
	display: none;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img {
	float: left;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content {
	padding-left: 33px;
	float: left;
	width: calc(100% - 88px);
	padding-right: 30px;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content h2 {
	margin-top: 0;
	font-size: 28px;
	line-height: 28px;
	text-transform: initial;
	margin-bottom: 10px;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content p {
	font-size: 17px;
	line-height: 28px;
	margin-left: 0;
	margin-bottom: 0;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter .cnt {
	padding: 0;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .btn.btn-lg {
	padding: 17px 50px;
	font-size: 17px;
	font-weight: 700;
	text-transform: inherit;
	max-height: 56px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 17px;
	float: right;
	background-color: #f0dd00;
	color: #000;
	transition: 250ms ease;
	-webkit-transition: 250ms ease;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .btn.btn-lg:hover {
	background: #fff;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose {
	position: absolute;
	top: 25px;
	left: 20px;
	color: #fff;
	font-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0;
  }
  .dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose:after {
	left: 0;
	color: #fff;
	font-size: 25px;
  }
  @media only screen and (max-width: 991px) {
	.dummies-newsletter-wrap.dummies-podcast-wrap .btn.btn-lg {
	  float: left;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content {
	  padding-right: 0;
	}
  }
  @media only screen and (max-width: 800px) {
	.dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose {
	  right: 20px;
	  left: auto;
	  top: 0px;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter .hd {
	  max-width: none;
	}
  }
  @media only screen and (max-width: 480px) {
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img {
	  float: none;
	  display: block;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content {
	  padding-left: 0;
	  margin-top: 30px;
	  width: 100%;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content h2 {
	  font-size: 25px;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclos {
	  left: auto;
	  right: 20px;
	}
  }

	.in-content .gform_wrapper {
		padding: 62px 32px 25px 32px;
		background: #ffe603;
		border-radius: 4px;
		position: relative;
	}
	.in-content .gform_wrapper h2 {
		font-size: 28px;
		line-height: 35px;
		text-transform: initial;
		position: relative;
		padding-top: 35px;
	}
	.in-content .gform_wrapper h2:before {
		content: "";
		position: absolute;
		left: 0;
		top: -50px;
		background: url(img/icons/Dummie-icon.png) no-repeat 0 0;
		width: 64px;
		height: 64px;
	}
	.in-content .gform_wrapper p {
		font-size: 17px;
		line-height: 25px;
		font-weight: normal;
	}
	body .in-content .gform_wrapper ul.gform_fields {
		padding: 0 !important;
	}
	body .in-content .gform_wrapper ul li.gfield {
		border: none;
		background: none;
		padding: 0;
		margin-bottom: 30px !important;
	}
	.in-content .gform_wrapper label.gfield_label {
		display: none !important;
	}
	
	.in-content .gform_wrapper .top_label input.large {
		height: 40px;
		border: none;
		border-radius: 4px;
		padding: 10px 15px !important;
		font-size: 14px !important;
		font-style: normal;
	}
	.in-content .gform_wrapper .gform_footer {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.in-content .gform_wrapper .gform_footer input.button,
	.in-content .gform_wrapper .gform_footer input[type="submit"],
	.in-content .gform_wrapper .gform_page_footer input.button,
	.in-content .gform_wrapper .gform_page_footer input[type="submit"] {
		background: #000000;
		width: 100%;
		border: none;
		color: #fff;
		height: 40px;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 17px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	
	.in-content .gform_wrapper .field_description_below .gfield_description {
		padding-top: 0;
		font-size: 11px;
	}
	body
		.in-content
		.gform_wrapper
		ul.gform_fields
		.field_description_below
		.ginput_container_textarea,
	.in-content .gform_wrapper .gform_heading {
		display: none !important;
	}
	.in-content .gform_wrapper .gform_footer .gform_hidden,
	.in-content .gform_wrapper .gform_footer br {
		display: none !important;
	}
	.in-content .gform_confirmation_wrapper {
		padding: 32px 32px 32px 168px;
		background: rgba(67, 160, 248, 0.1) url(img/icons/plus-sign.jpg) no-repeat
			32px 32px;
		border-radius: 4px;
		font-size: 28px;
		line-height: 35px;
		min-height: 175px;
	}
	.in-content .gform_wrapper .top_label input::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		font-style: normal;
		font-size: 14px;
	}
	.in-content .gform_wrapper .top_label input::-moz-placeholder {
		/* Firefox 19+ */
		font-style: normal;
		font-size: 14px;
	}
	.in-content .gform_wrapper .top_label input:-ms-input-placeholder {
		/* IE 10+ */
		font-style: normal;
		font-size: 14px;
	}
	.in-content .gform_wrapper .top_label input:-moz-placeholder {
		/* Firefox 18- */
		font-style: normal;
		font-size: 14px;
	}
	.in-content .gform_wrapper .gform_ajax_spinner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: auto;
	}
	/* DUM-321 podcast */
.dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter .cnt .hd { justify-content: center;  align-items: center; }
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .dummies-newsletter { background: #ffe603;
  box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04);  color: #000;
  z-index: 11;  padding: 30px 0;}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg {
  padding: 13px 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  max-height: 45px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 20px;
  float: right;
  background-color: #000000;
  color: #ffffff;
  transition: 250ms ease;
  -webkit-transition: 250ms ease;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow
  .btn.btn-lg:hover {
  background: #333333;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow
  .dummies-newsletter
  .container {
  max-width: 970px;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow  .podcast-middle-content{ padding-left:30px; padding-right:0;}

.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow  .podcast-middle-content  h2 {
  margin-top: 0;
  font-size: 23px;
  line-height:normal;
  text-transform: initial;
  margin-bottom: 10px;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow
  .podcast-middle-content
  p {
  font-size: 14px;
  line-height: 22px;
  margin-left: 0;
  margin-bottom: 0;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow
  .heading.xclose {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #000000;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow
  .heading.xclose:after {
  left: 0;
  color: #000;
	font-size: 25px;
	top: 0;
	line-height: 17px;
}

.dummies-newsletter-wrap.dummies-podcast-wrap  .dummies-newsletter.accent::before {  display: none;}
.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img {
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
}
.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-left-img { float: none; line-height: normal;display: flex;justify-content: center; }
.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content {
  padding-left: 33px;
  float: left;
  width: calc(100% - 88px);
  padding-right: 30px;
}
.dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter .cnt {
  padding: 0;
}


.dummies-category-slider-wrap{position: fixed;bottom: 0;background: #f00;left: 0;right: 0;z-index: 1000;text-align: center;background-color: #460968}
.dummies-category-slider-wrap .heading.xclose { position: absolute;top: 15px;left: 20px;color: #000;font-size: 20px;  width: 20px;  height: 20px;   margin: 0; cursor:pointer;}
.heading.xclose:after {left: 0;color: #000;font-size: 25px;top: 0; line-height: 17px; content:'×';color: #a2a2a2;}
@media only screen and (max-width:991px){
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg{
		float: left; margin-left: 0px; width:100%; padding-left: 5px;padding-right: 5px;
	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .dummies-newsletter .cnt .hd{ display: block; }
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content{ padding-left:0; padding-right:0; width:100%; }
}
@media only screen and (max-width:767px){
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content{ margin-top: 20px; }
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2{ font-size: 23px !important; }
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg{ width: auto; min-width: 160px;text-align: center; }
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-left-img{ justify-content: left; margin-top:30px; margin-bottom: 50px;}
}

@media only screen and (max-width:631px){
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg{margin-left: 0;	}
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content strong span{display: block; }
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2 { line-height: 29px;	}
}
@media only screen and (max-width:500px){
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content strong{ 
		display: block; 
	}
}
@media only screen and (max-width:480px){
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-left-img {	margin-top: 50px; margin-bottom: 70px;}
	.dummies-newsletter-wrap.dummies-podcast-wrap .podcast-middle-content { padding-left: 20px;}
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg{ padding: 13px 40px; width: auto;	}	
}
.article-page .article-container h1,.article-page .article-container h2,.article-page .article-container h3,.article-page .article-container  h4,.article-page .article-container  h5,.article-page .article-container  h6, h2.x3-top{
	text-transform: initial; font-weight: bold;
}
h2.x3-top { font-size: 17px; line-height: 28px; }
.AR_8.ob-strip-layout .ob-dynamic-rec-container.ob-dynamic-rec-container.ob-dynamic-rec-container.ob-dynamic-rec-container.ob-dynamic-rec-container:before, .article-page article ul.ob-widget-items-container li.ob-dynamic-rec-container:before { display: none !important; }

.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .dummies-newsletter{ background: #ffe603; box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04);  -webkit-box-shadow: 0px -8px 12px rgba(0, 0, 0, 0.04); color: #000; z-index: 11; padding:0;}
.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .dummies-newsletter.accent::before { display: none; }
/*.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap .podcast-left-img { float: left; }*/

.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content { padding-left: 30px; float: left; width: 100%;display: flex;justify-content: left;align-items: center;}
.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2{margin-top: 0;font-size: 26px;line-height: normal;text-transform: initial; margin-bottom: 0px;}
.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2 strong { display: block; }
/*.campaign-newsletter  .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .hd { display: block; }*/
.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .dummies-newsletter .cnt { padding: 28px 0; /*background: url(img/student-group.png) no-repeat center left / 220px auto;*/}
.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg { padding: 10px 44px;font-size: 15px; font-weight: 700; text-transform: inherit; height: 44px; border-radius: 4px; -webkit-border-radius: 4px; margin-top: 15px; float: right; 
	background-color: #000000; color: #ffffff; transition: 250ms ease; -webkit-transition: 250ms ease;}
.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap .btn.btn-lg:hover { background: #333; color: #fff; }
.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose{ position: absolute; top: 20px; left: 20px; color : #000; font-size: 20px; width: 20px; height: 20px; margin: 0; }
.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose:after { left: 0; color: #000; font-size: 27px; font-weight: bold;}
@media only screen and (max-width:1024px){

	.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap .heading.xclose { top: 10px; left: 10px; }
	
}
@media only screen and (max-width:991px){
	.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg { float: left; margin-left: 0;padding-left: 5px;padding-right: 5px;min-width: 150px;}
	.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content { padding: 0; margin: 0;}
		.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2, .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2{ font-size: 22px !important; }
		.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg, .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg{ font-size: 15px !important; }
}

@media only screen and (max-width:768px){
	.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content h2 { font-size: 21px; line-height: 28px; margin-top:10px;}
	.dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .podcast-middle-content{ padding-left: 0; }

}
@media only screen and (max-width:480px){
	
	.campaign-newsletter .dummies-newsletter-wrap.dummies-podcast-wrap.podcast-bg-yellow .btn.btn-lg { padding: 10px 33px; font-size: 14px; }

}

/* new home page books */
body.home { padding-top: 0; }
.related-book-top-picks { padding: 52px 0 67px 0; }
.single-book-top-picks { border: 1px solid rgba(229, 227, 229, 0.6);box-sizing: border-box; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); border-radius: 4px; float: left; padding: 15px; margin-bottom: 30px; width:100%; height:138px;}
.single-book-top-picks .book { float: left; margin-right: 15px; }
.single-book-top-picks .book .book-img { /*width: 144px; height: 181px;*/ }
.single-book-top-picks h2 {font-size: 14px; line-height: 19px; color: #000; text-transform: initial;; margin-top: 0; font-weight: bold; }
.single-book-top-picks .book-detail-right p{font-size: 14px; line-height: 19px; color: #000;font-weight: normal;}
.single-book-top-picks .book-detail-right { display: flex; justify-content: left; align-items: start;height: 100%; flex-direction: column; overflow: hidden;}

/* NEW home page design start  */
.block-title { font-weight: bold; font-size: 17px; line-height: 28px; text-transform: initial;  margin-bottom: 24px;}
.category-featured {font-size: 11px; line-height: 15px; display: flex; align-items: center; font-weight: bold; color:#000;}
.category-featured .yellow-icon { width: 32px; height: 32px; float: left; border-radius: 50%; background:#FFE603; margin-right: 8px; display: flex;
justify-content: center;align-items: center;}
.category-featured .yellow-icon img { height: 32px; width: 32px;}
/*.category-featured .yellow-icon.physics{ background:#FFE603 url(../images/icon-6.png) no-repeat center center / 20px auto; margin-right: 8px;}*/


.trending-articles { padding-bottom: 55px; border-top: #E5E3E5 1px solid; margin-top: 73px;padding-top: 43px;}
.single-weekly {display: flex;  justify-content: center;  align-items: center; margin-bottom: 30px; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); border : 1px solid rgba(229, 227, 229, 0.6); border-radius: 4px; height: 163px; transform: scale(1); -webkit-transform: scale(1); transition: 250ms ease-in-out; -webkit-transition: 250ms ease-in-out; background-color: #ffffff;}
.single-weekly:hover { transform: scale(1.03); -webkit-transform: scale(1.03); }
.single-weekly-content {padding: 13px 14px;  display: flex; flex-direction: column; height: 161px;  justify-content: center; border-radius: 4px;}
.single-weekly-content h3 { font-size: 14px; line-height: 19px; font-weight: bold; margin: 8px 0; color: #000;text-transform: initial; max-height: 40px;
overflow: hidden;}
.single-weekly-content p {  margin-bottom: 0; font-size: 14px; line-height: 19px; font-weight: normal; color: #000; max-height: 40px;
overflow: hidden;}
.single-weekly .single-weekly-img { float: left; max-width: 162px;  }
.single-weekly .single-weekly-img img{  border-radius: 6px 0 0 6px;}

.center-big-btn .btn.btn-lg{ padding: 11px 50px;font-size: 16px;font-weight: 700;
line-height: 22px;letter-spacing: 0.01em;width: 344px; margin-top: 25px; border-radius: 4px; height: 44px;}


/*CAtegory With Tile and Category with Icon listing*/
.featured-category-block .category-featured .yellow-icon { width: 32px; height: 32px; float: left; border-radius: 50%; background-color: #FFE603; border: 1px solid #000000; display: flex; justify-content: center; align-items: center; }
.single-featured-category { height: 255px;  display: flex;  /*justify-content: left;  align-items: end; */ flex-flow:column-reverse; padding: 24px; font-weight: normal; margin-bottom: 30px; border-radius: 4px; border: 1px solid #EFEEEF;background: #FFE603; position: relative;}
.single-featured-category .category-featured-img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.single-featured-category .category-featured-img:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); content: ""; left: 0; top: 0; right: 0; bottom:0; width: 100%; height: 100%; position: absolute; border-radius: 5px; }
.single-featured-category .single-featured-category-inner-content { z-index: 1; }
.single-featured-category .category-featured-img img { width: 100%; height: 100%; border-radius: 4px; }
.single-featured-category h3 { font-size: 27px; line-height: 37px; color: #fff; margin-top: 10px;   margin-bottom: 0px; position: relative; font-weight: bold; text-transform: initial;}
.single-featured-category h3:before { content: ""; position: absolute; left: -24px; background: #FFE603; width: 4px; height: 20px; top: 9px; }
.bg-staic-featuured-cat { background:#FFE603 url(img/cons-elec.jpg) no-repeat center center / cover; }
.single-featured-category span { color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 15px; /*display: none !important;*/}
.single-featured-category .single-featured-category-inner-content .sub-categories { font-size: 15px; font-weight: 600; }
.single-featured-category p { font-size: 15px; line-height: 20px; color: #fff; margin-top: 8px; margin-bottom: 0; }

.category-listing  { padding: 28px 0 28px 12px; margin: 0; }
.category-listing li { list-style: none; padding: 0; margin: 0; }
.category-listing li a { display: flex;   font-size: 14px;  line-height: 28px;  color: #000;  margin-bottom: 22px;}
.category-listing .category-featured .yellow-icon{justify-content: center; align-items: center; display: flex; width: 32px; height: 32px; margin-right: 8px; transition: 150ms ease; -webkit-transition: 150ms ease;}
.category-listing .category-featured .yellow-icon img { height: 32px; width: 32px;}
.category-listing li a:hover .yellow-icon { margin-right: 15px; }

.featured-category-listing{border: 1px solid rgba(229, 227, 229, 0.6); border-radius: 4px; }
.category-listing li:last-child a{ margin-bottom: 0; }
.featured-category-listing .no-padding{position: relative;}
.featured-category-listing .no-padding:after{content:"";position: absolute; border-right: 1px solid #E5E3E5; right:0; top: 0; bottom: 0; width: 1px; height: 100%;}
.featured-category-listing .no-padding:last-child{ border-right: none; }

/* Hero search */
.main-content-part { margin-top: 55px; }
.search-form-section { background: url(img/home-banner-new.jpg) no-repeat center top / cover; padding: 50px 0; display: flex; justify-content: center; align-items: center; height: 600px; position: relative;}
.search-form-section:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.4);}
.search-cate-breadcrumb { margin: 0; padding: 0; }
.search-cate-breadcrumb li { list-style: none; display: inline-block; }
.search-cate-breadcrumb li a {font-size: 14px; line-height: 19px; color: #ffffff; opacity: 0.8; position: relative; padding-right: 8px; font-weight: 400;}
.search-cate-breadcrumb li a:after { content: "/"; position: absolute; font-size: 11px; right: 0; top: 0;}
.search-cate-breadcrumb li:last-child a:after{ display: none; }
.search-cate-name h2 { font-size: 50px; line-height: 75px; font-weight: bold; text-transform: initial;margin-top: 0; color: #fff; margin-bottom: 0;  }
.search-cate-name {margin-bottom: 40px; position: relative;}.search-form-section .form-inline .input-group,.search-form-section .form-inline .form-group { width: 100%; }
.search-form-section .form-inline  input { border-radius: 4px; border: none; height: 56px; padding-left: 48px; background: #ffffff url(img/search-icon.png) no-repeat 12px; line-height: 35px; width: 500px; vertical-align: middle !important;}
.search-form-section .search-form .form-group { margin-bottom: 0; }
.search-form-section-inner { float: none; margin: 0 auto; max-width: 760px;}
.search-cate-name p {font-size: 17px;  line-height: 28px;  color: #fff;  padding-right: 210px;}
.search-form .btn.btn-primary { width: 200px;   height: 56px;  border-radius: 4px;  margin-left: 15px;font-size: 16px;  font-weight: bold;  letter-spacing: 0.1em; z-index: 1; position: relative;}
.search-form-section .search-form span.twitter-typeahead .tt-menu { width: 100%; }
.search-form-section .search-form span.twitter-typeahead .tt-menu .tt-suggestion { background-color: #dbdbdb;  color: #006ac3;
  padding: 15px 45px;  font-size: 15px;  cursor: pointer;  font-weight: 400; }
.search-form-section .search-form span.twitter-typeahead .tt-menu .tt-suggestion:hover,
.search-form-section .search-form span.twitter-typeahead .tt-menu .tt-suggestion.tt-cursor {  background-color: #e6e6e6;  text-decoration: none;}
::-webkit-input-placeholder { /* Edge */
font-style: normal; font-size: 15px; color : #666666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-style: normal; font-size: 15px; color : #666666;
}

::placeholder {
font-style: normal; font-size: 15px; color : #666666;
}
header.main-header .navbar.main-nav.black-header ul.nav li.mobile-show.search-hide, .mobile-show.search-hide { display: none; }
header.main-header .navbar.main-nav.black-header ul.nav li.mobile-show.search-show, .mobile-show.search-show { display: block; }

/* signup newsletter home */
.signup-dummies-newsletter { background: #FFE603; padding: 0px 0 30px; }
.signup-dummies-newsletter h2 {font-size: 28px; line-height: 35px; text-transform: initial; margin-bottom: 30px; margin-top: 75px;}
.signup-dummies-newsletter .form-control { height: 40px; border-radius: 4px; border: none; margin-bottom: 8px;}
.signup-dummies-newsletter .btn.btn-primary	{ font-size: 12px; line-height: 17px; letter-spacing: 0.1em; width: 100%; height: 44px; text-align: center; background-color: #000; color: #fff; border-radius: 4px;}
.signup-dummies-newsletter .btn.btn-primary:hover { background: #111111; }
.signup-dummies-newsletter .invalid::after { top: 40px; }

.center-inner-dev-vert-hor { display: flex; justify-content: center; align-items: center; flex-flow: column; }

/* header start*/
header.main-header .navbar.main-nav.black-header{ background-color: #ffeb00;-moz-box-shadow: 0 3px 7px 0 rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0 3px 7px 0 rgba(100, 100, 100, 0.2);  box-shadow: 0 3px 7px 0 rgba(100, 100, 100, 0.2); transition: 250ms ease; -webkit-transition: 250ms ease; }
header.main-header .navbar.main-nav.black-header ul.nav li a{ color: #000; }
header.main-header .navbar.main-nav.black-header .navbar-header .navbar-brand img{ filter: invert(0%);  }
header.main-header .navbar.main-nav.black-header  ul.nav li.dropdown .dropdown-menu a { border: none; }
header.main-header .navbar.main-nav.black-header ul.nav li a:hover, header.main-header .navbar.main-nav.black-header ul.nav li a.active { color: #fff; }
/*header.main-header .navbar.main-nav.black-header ul.nav li.search, */header.main-header .navbar.main-nav.black-header ul.nav li.search.search-show { display: block; }
header.main-header .navbar.main-nav.clear-header ul.nav > li > a:focus{ background: transparent; }
header.main-header .navbar.main-nav.clear-header ul.nav > li.open > a:focus { background: #000000; }


/* search page design change */
.search-field .search-by-name{ float: left; max-width: 705px; width: 100%;} 
.search-field .search-by-categoryname { float: left; max-width: 210px; width: 100%;}
.search-field .search-button { margin-left: 20px; float: left;}
.search-field .select2-container--default .select2-selection--single {
 border: 1px solid #ECECF4;	outline: 0;	border-radius: 0 4px 4px 0;	max-height: 56px; height: 56px; border-left: none; }
.search-field .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 56px; font-size: 15px; padding-left: 11px;}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{ border-color: #ECECF4; }
.search-field .select2-container--default .select2-selection--single .select2-selection__arrow { top: 15px; right: 15px; }
.search-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #F0F0F0;	border: 1px solid #f2f2f2;	border-radius: 4px;	cursor: default;
	float: left;margin-right: 5px;	margin-top: 5px;padding: 0 5px;	font-size: 12px; 
}
.search-field .btn.btn-lg { letter-spacing: 0.1em; font-size: 16px; border-radius: 4px; height: 56px; font-weight: bold; background: #FFE603;}
.search-field .btn.btn-lg:hover { background-color: #E9D100 }
.select2-container--default .select2-search--inline .select2-search__field {}
.select2-results__option {padding: 20px 23px;user-select: none;-webkit-user-select: none;height: 64px;line-height: 25px;	font-size: 15px; border-bottom: 1px solid #ECECF4; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {	background-color: #ECECF4;	color: #000;}
.search-by-categoryname .filterByTopicDropdownWrapperOuter .select2-container { width: 100% !important; }
.search-block-title { margin-top: 30px; padding-bottom: 16px; border-bottom: 1px solid #ECECF4; margin-bottom:24px;}
.search-block-title .search-title-left { float: left; font-size: 17px; line-height: 28px; font-weight: bold; }
.search-block-title .search-title-right { float: right; }
.searchOrderByWrapper select{width: 206px; height: 30px; background: #ECECF4; border: none; border-radius: 4px;padding: 0px 8px;font-size: 11px;}
.searchOrderByWrapper span {font-size: 11px; line-height: 29px; color: #A1A1B0; margin-right: 8px; text-transform: uppercase; float: left; }
.select-Outer { float: left; position: relative; }
.select-Outer span { content: "\f0d7";position: absolute;right: 0;top: 0;color: #A1A1B0;background: #ECECF4;height: 30px;width: 40px;text-align: center;line-height: 31px;z-index: 1; font-size: 20px; border-radius: 0 4px 4px 0; margin: 0; display: none;}
.select2-container--open .select2-dropdown{ z-index: 1; width: 292px !important; margin-left: -82px; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }
.search-page nav{ text-align: center; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {	border-color: #A1A1B0 transparent transparent transparent;	border-style: solid;border-width: 7px 7px 0 7px;height: 0;left: 50%;	margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;	width: 0;	border-radius: 3px;}
.search .article-list article .article-content h3 {  word-wrap: break-word;  overflow: hidden;  font-size: 24px;  line-height: 33px;  margin: 10px 0;  font-weight: 700;}
.search .article-list article .article-content .img-container {  height: 200px;  width: 200px;  margin-left: -15px;  margin-right: 20px;  text-align: center;  overflow-x: hidden;  margin-top: -15px;  float: left;}
.search .article-list article .article-content p {  overflow: hidden;  font-size: 15px;  font-weight: 300;  line-height: 27px; margin-bottom: 0; max-height: none;}
.search .article-list article .article-content p.category {  font-size: 14px;  padding-right: 25px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  line-height: 24px;}
.search-page{ margin-top: 56px; }
.back-search-mobile{position: absolute;left: 7px;top: 3px;font-size: 16px;color: #000;z-index: 1;font-weight: normal;width: 35px;height: 40px; cursor: pointer;}
.btn-search-mobile{position: absolute;right: 0;z-index: 1;width: 30px;height: 30px;text-align: center;line-height: 29px;cursor: pointer;}
.search-block-no-result{ display: none; text-align: center; font-size: 15px;line-height: 27px; color: #a1a1b0; margin-top: 50px; margin-bottom: 50px;}
.select2-container { z-index: 9}

/* homa page podcast*/
.home-podcast-block {border-bottom: 1px solid #E5E3E5; padding-bottom: 55px; }
.home-podcast-block-inner { padding: 58px; border: 1px solid rgba(229, 227, 229, 0.6); box-shadow:0px 4px 16px rgba(0, 0, 0, 0.04); -webkit-box-shadow:0px 4px 16px rgba(0, 0, 0, 0.04); float: left;
width: 100%; border-radius: 4px; background-color: #f9f9f9;}
.podcast-logo {background: #44A0F8;box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.09);border-radius: 12px; width:140px; height: 140px;display: flex;align-items: center; justify-content: center; float: left;}
.podcast-logo-text h2 {font-size: 28px; line-height: 35px; text-transform: initial; font-weight: 700; margin-top: 0;}
.podcast-logo-text h2 span{ font-weight: normal; display: block; }
.podcast-logo-text { float: left;}
.podcast-logo-text p { font-size: 15px; line-height: 25px; }
.podcast-multiple-icons{ float: right;padding-top: 15px; }
.podcast-multiple-icons ul { list-style: none; margin: 0 0 32px 0; padding: 0; }
.podcast-multiple-icons ul li{ margin-right: 15px; display: inline-block; }
.podcast-multiple-icons ul li:last-child{ margin-right: 0; }
.podcast-multiple-icons .btn.btn-primary{ background-color: #000000; border-radius: 2px; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 0.1em; text-transform: uppercase; height: 40px; color: #fff;}
.podcast-multiple-icons .btn.btn-primary:hover { background-color:#222222; }

/* homa page podcast*/
.home-podcast-block {border-bottom: 1px solid #E5E3E5; padding-bottom: 55px; }
.home-podcast-block-inner { padding: 58px; border: 1px solid rgba(229, 227, 229, 0.6); box-shadow:0px 4px 16px rgba(0, 0, 0, 0.04); -webkit-box-shadow:0px 4px 16px rgba(0, 0, 0, 0.04); float: left;
width: 100%; border-radius: 4px; background-color: #f9f9f9; }
.podcast-logo {background: #44A0F8;box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.09);border-radius: 12px; width:140px; height: 140px;display: flex;align-items: center; justify-content: center; float: left;}
.podcast-logo-text h2 {font-size: 28px; line-height: 35px; text-transform: initial; font-weight: 700; margin-top: 0;}
.podcast-logo-text h2 span{ font-weight: normal; display: block; }
.podcast-logo-text { float: left;}
.podcast-logo-text p { font-size: 15px; line-height: 25px; }
.podcast-multiple-icons{ float: right;padding-top: 15px; }
.podcast-multiple-icons ul { list-style: none; margin: 0 0 32px 0; padding: 0; }
.podcast-multiple-icons ul li{ margin-right: 15px; display: inline-block; }
.podcast-multiple-icons ul li:last-child{ margin-right: 0; }
.podcast-multiple-icons .btn.btn-primary{ background-color: #000000; border-radius: 2px; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 0.1em; text-transform: uppercase; height: 40px; color: #fff;}
.podcast-multiple-icons .btn.btn-primary:hover { background-color:#222222; }

/* No infinite scroll education category artical CSS */
.no-infscrl-article-bottom-outer .single-article-btm-link {display: flex;  justify-content: center;  align-items: center; margin-bottom: 30px; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04); border : 1px solid rgba(229, 227, 229, 0.6); border-radius: 4px; height: 163px; transform: scale(1); -webkit-transform: scale(1); transition: 250ms ease-in-out; -webkit-transition: 250ms ease-in-out; background-color: #ffffff;}
.no-infscrl-article-bottom-outer .single-article-btm-link:hover { transform: scale(1.03); -webkit-transform: scale(1.03); }
.no-infscrl-article-bottom-outer .article-btm-content {padding: 13px 14px;  display: flex; flex-direction: column; height: 161px;  justify-content: center; border-radius: 4px;}
.no-infscrl-article-bottom-outer .article-btm-content h3 { font-size: 14px; line-height: 19px; font-weight: bold; margin: 8px 0; color: #000;text-transform: initial; max-height: 40px;
overflow: hidden;}
.no-infscrl-article-bottom-outer .article-btm-content p {  margin-bottom: 0; font-size: 14px; line-height: 19px; font-weight: normal; color: #000; max-height: 40px;
overflow: hidden;}
.no-infscrl-article-bottom-outer .single-article-btm-link .article-btm-img { float: left; max-width: 162px;  }
.no-infscrl-article-bottom-outer .single-article-btm-link .article-btm-img img{  border-radius: 6px 0 0 6px; max-width: none; }

@media only screen and (max-width:1199px){
	header.main-header .navbar.main-nav ul.nav li.search.open .dropdown-menu .form-group .input-group span.twitter-typeahead input { height: 60px; }
	body{ padding-top: 61px;  }
	body.home{ padding-top: 0; }
	.podcast-logo { width: 100%; height: auto; padding: 5px; }
	.podcast-logo  img { width: 90%; height: auto; }
	.podcast-logo-text h2 {  font-size: 20px; line-height: 30px; }
	.home-podcast-block-inner{ padding: 40px; }
	.podcast-multiple-icons ul li { margin-right: 10px; }

}
@media only screen and (max-width:1170px){
	.search-field .search-by-name{ max-width: 506px; }
	.podcast-multiple-icons { float: none; padding-top: 30px;}
	.podcast-multiple-icons ul{ margin-bottom: 25px; }
}
@media only screen and (max-width: 991px){
	.dummies-newlleter-form-icon { margin-top: 10px }
	.dummies-newlleter-form-icon img { width: 100%; }
	.signup-dummies-newsletter h2 { font-size: 20px; margin-bottom: 15px; margin-top: 50px;}
	.signup-dummies-newsletter .form-control { margin-bottom: 0; }
	footer.main-footer .brand { margin-top: 33px; }
	.search-field .search-by-name { width: 53%; }
	.search-field .search-by-categoryname{ max-width: 25%; width: 25%; }
	.search-field .search-button{  width: 20%; float: right; margin-left: 0; }
	.select2-container--open .select2-dropdown { margin-left: 0; }
	.select2-results__option {   padding: 15px 23px; }
	.searchOrderByWrapper {float: right; margin-bottom: 15px;}
	.search-block-title { float: left; width: 100%;margin-top: 0; padding-bottom: 0;}
	.search-page .search-field .filter-trigger.collapsed { background: #fff; position: relative;}
	.search-page .search-field .filter-trigger.collapsed:after{ content:"";border-color: #A1A1B0 transparent transparent transparent;
border-style: solid;border-width: 7px 7px 0 7px;height: 0;right: 10px;position: absolute;top: 12px;width: 0; border-radius: 3px;}
	.search-page .search-field .filter-trigger:after{ content:""; border-color: transparent transparent #A1A1B0 transparent; border-style: solid;border-width: 0 7px 7px 7px;  height: 0;right: 10px; position: absolute; top: 12px; width: 0; border-radius: 3px;}
	.category-selected-count{width: 20px;height: 20px;background: #FFE603;float: right;text-align: center;border-radius: 3px;line-height: 20px;font-weight: bold;margin-top: -3px;margin-right: 30px;font-size: 11px;}
	.search-page aside .filter form { padding-right: 0; }
	.search .article-list article .article-content{ height: 200px; }
	.search .article-list article .article-content p{ max-height: none; }
	.search-field .btn.btn-lg { width: 100%; padding-left: 15px; padding-right: 15px;text-align: center; }
	.podcast-multiple-icons { float: none; padding-top: 30px;}
	.podcast-multiple-icons ul{ margin-bottom: 25px; }
}
@media only screen and (min-width: 768px){
	.mobile-show {display: none !important;}
	.home-podcast-block-inner {	padding: 30px;}
	.podcast-logo-text p br { display: none; }
}

@media only screen and (max-width: 768px){
 .search-form-section { height: 450px; }
  .search-form-section-inner {max-width: 328px; }
  .search-cate-name h2 { font-size: 27px; line-height: 37px; margin-bottom: 5px; }
  .search-cate-name p { font-size: 11px; line-height: 15px; padding-right: 0; }
  .search-cate-name { margin-bottom: 16px; }
  .search-form-section .form-inline input { height: 44px; width: 100%; }
  .search-form .btn.btn-primary { width: 100%; height: 44px; margin-top: 12px; font-size: 13px; margin-left: 0; }
  .search-form-section-inner .twitter-typeahead { display: block !important; }
  ::-webkit-input-placeholder { /* Edge */
    font-style: normal; font-size: 11px; color : #666666;
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: normal; font-size: 11px; color : #666666;
    }
    
    ::placeholder {
    font-style: normal; font-size: 11px; color : #666666;
    }
    .single-featured-category {  height: 173px;  }
    .single-featured-category h3 { font-size: 17px; line-height: 23px; }
	.single-featured-category span { font-size: 11px; }
	.single-featured-category .single-featured-category-inner-content .sub-categories { font-size: 13px; }
    .single-featured-category p { font-size: 14px; line-height: 18px; margin-top: 3px; }
    .featured-category-block { margin-bottom: 15px; }
	.featured-category-listing .no-padding:after { display: none !important; }
	.featured-category-listing .no-padding:first-child .category-listing, .featured-category-listing .no-padding:nth-child(2) .category-listing{ padding-bottom: 0; }
	.single-featured-category { margin-bottom: 15px; }
    .trending-articles { padding-bottom: 32px; border-top:1px solid #E5E3E5; margin-top: 32px; padding-top: 0;}
    .related-book-top-picks {padding: 5px 0 32px 0;}
    .single-book-top-picks { margin-bottom: 15px; }
    .main-content-part { margin-top: 15px; margin-bottom: 32px; }
	.block-title { font-size: 17px; line-height: 28px;  margin-bottom: 18px;  }
	.featured-category-block .col-xs-6:nth-child(odd),.single-weekly-wrapper:nth-child(odd), .single-related-book:nth-child(odd) { padding-right: 7px; }
	.featured-category-block .col-xs-6:nth-child(even), .single-weekly-wrapper:nth-child(even), .single-related-book:nth-child(even)  { padding-left: 7px; }
	.trending-articles-search .single-weekly-wrapper:nth-child(odd){ padding-right: 15px; }
	.trending-articles-search .single-weekly-wrapper:nth-child(even){ padding-left: 15px; }
	.trending-articles .single-weekly { margin-bottom: 15px; }
	.center-big-btn .btn.btn-lg { margin-top: 15px; }
	 footer.main-footer { padding: 45px 0 30px 0; }
      footer.main-footer ul { margin-bottom: 0; }
      footer.main-footer ul li a { font-size: 13x; }
      footer.main-footer .brand p { font-size: 13px; line-height: 27px; }
      footer.main-footer p:last-child { margin-top: 25px;  }
      footer.main-footer .brand { margin-top: 32px; }
      footer.main-footer .brand p.copyright { margin-bottom: 15px;}
      .category-listing{ padding-left: 0; }
      .category-listing li a{ font-size: 13px; }
      footer.main-footer p.small{ margin-top: 33px; }
	  footer.main-footer p.copyright{ margin-top: 0;  }
	.no-infscrl-article-bottom-outer .single-article-btm-wrapper:nth-child(odd) { padding-right: 7px; }
	.no-infscrl-article-bottom-outer .single-article-btm-wrapper:nth-child(even) { padding-left: 7px; }

}
@media only screen and (min-width: 767px){
	.mobile-show { display: block; }
}
@media only screen and (max-width: 767px){
	
	.mobile-show { display: block; }
	.dummies-newlleter-form-icon { text-align: center;margin-bottom: 20px; }
	.dummies-newlleter-form-icon img { display: none; }
	.signup-dummies-newsletter { padding: 0 0 20px; }
	.signup-dummies-newsletter h2 { margin-top: 0; }
	.search-show .search-form .form-control { border: 0; height: 60px; border-bottom: 1px solid #ECECF4; top: -2px; position: fixed; left: 0; right: 0; padding: 10px 55px;}
	.trending-articles-search .single-weekly-wrapper a{ margin-bottom: 8px; }
	.trending-articles-search .single-weekly, .trending-articles-search .single-weekly-content { height: auto; }
	.single-weekly:hover, .no-infscrl-article-bottom-outer .single-article-btm-link:hover { transform: scale(1); -webkit-transform: scale(1); }
	.trending-articles-search { background: #fff; position: fixed; top: 61px; left: 0; right: 0; z-index: 11; display: none; padding-top: 32px; border-top:1px solid #e5e5e5; height: calc(100% - 0px); overflow: auto; }
	.trending-articles-search .block-title { font-size: 12px; line-height: 15px; margin-top: 0; margin-bottom: 8px; }
	
	header.main-header .navbar.main-nav .navbar-header .search.open a.single-weekly{ background: #fff; padding: 0; }
	header.main-header .navbar.main-nav .navbar-header .search.open .single-weekly .single-weekly-img { max-width: 128px; }
	header.main-header .navbar.main-nav ul.nav.navbar-right { display: none; }

	header.main-header .navbar.main-nav.clear-header ul.nav > li > a:focus, header.main-header .navbar.main-nav.clear-header ul.nav > li > a:hover,
	header.main-header .navbar.main-nav.black-header ul.nav li a:hover,header.main-header .navbar.main-nav.black-header ul.nav li a:focus, header.main-header .navbar.main-nav.black-header ul.nav li a.active,
	header.main-header .navbar.main-nav.clear-header ul.nav > li.open > a:focus, header.main-header .navbar.main-nav.clear-header ul.nav > li.open > a:hover { background: #000; color: #fff; }


	.search.search-results header.main-header, .search.search-no-results header.main-header {display: none !important;}
	.search-field .search-by-name, .search-field .search-by-categoryname{width: 100%;	max-width: 100%;}
	.search-field .search-by-name{ margin-bottom: 10px; z-index: 9; position: relative; }
	.search-field .select2-container--default .select2-selection--single .select2-selection__rendered {  line-height: 29px;    font-size: 11px; }
	.search-field .select2-container--default .select2-selection--single { border:1px solid #ECECF4;border-radius: 3px;height: 30px;
line-height: 30px; margin-top: 15px;}
	
	body.search{ padding-top: 20px; }
	.search-page .search-field .search-count p { font-size: 11px; color: #A1A1B0}
	.for-mobile .search-button { display: none !important;  }
	.search-page .search-field .form-group input{ height: 30px; }
	.search-page .search-field .form-group .twitter-typeahead:after{ top: 5px; font-size: 13px; left: auto; right: 10px; display: none;}
	.search-results-page-form-sm .form-group{ margin-bottom: 0; }
	.search-page .search-field .search-count{ margin-left: 40px; }
	.search-page .search-field .form-group input{ padding-left: 40px;border-radius: 3px; }
	.search .article-list article .article-content{ height: 200px; }
	.search .article-list article .article-content p { max-height: auto; }
	.search-page {   margin-top: 0; }
	.search-page .search-field .filter-trigger{ margin-top: 20px; margin-bottom: 15px;}
	.search-page .search-field .form-group input{ border: none; }
	.search  aside { position: relative; }
	.search .searchOrderByWrapperOuter { position: absolute; right: 0; top: -45px; width: 50%; }
	.search .searchOrderByWrapper, .select-Outer { width: 100%; }
	.searchOrderByWrapper select { width: 100%; border-radius: 3px; background: #fff; background-color: #fff; border: 1px solid #ECECF4;}
	.searchOrderByWrapper span{ display: none; }
	.search-results-page-form-sm{ position: relative; }
		.search-page aside .filter { border-top: 1px solid #ECECF4;padding-top: 15px; }
	.search-block-title{ padding-top: 16px; border-bottom: none; border-top: 1px solid #ECECF4;margin-top: 
		5px; margin-bottom: 0;}
	
	.search-block-title .search-title-left{ font-size: 12px; line-height: 20px; }
	.select2-results__option {	padding: 10px 23px;	height: 44px;}
	.home-podcast-block-inner {	padding: 30px;}
	.podcast-logo-text p br { display: none; }

	.dummies-newsltter-form .form-group .invalid { position: relative; }
	.signup-dummies-newsletter .invalid:after { left: 15px; transform: none; }
}
@media only screen and (max-width:639px){
	
/*	 .search-field .search-by-categoryname { width: 50%;float: right;padding-left: 10px; }
	.search-field.for-mobile .filter-btn {float: left; width: 50%; padding-right: 10px;}
	.search-page .search-field .filter-trigger { margin: 15px 0; }
	.searchOrderByWrapperOuter { display: none !important; }*/

	.search .article-list article { margin-bottom: 8px; }
	.search .article-list article .article-content .category-date { top: 15px; }
	.search .article-list article .article-content p{ max-height: 50px; overflow: hidden;font-size: 12px;line-height: 16px; }
	.search .article-list article .article-content{ padding: 10px; }
	.search .article-list article .article-content p.category{ padding-right: 90px; }
	.search .article-list article .article-content h3{ margin-top: 5px; font-size: 14px;line-height: 18px; max-height: none; margin-bottom: 0;}
	.search .article-list article .article-content{ height: 130px; }
	.search .article-list article .article-content .img-container{ height: 130px; width: 130px; }
	header.main-header .navbar.main-nav ul.nav li.search.open .dropdown-menu .form-group .input-group span.twitter-typeahead .tt-menu .tt-suggestion, .tt-menu .tt-suggestion { padding: 10px 40px; font-size: 15px; }
	.podcast-logo-text h2 {font-size: 17px;	line-height: 23px;}
}

@media only screen and (min-width:481px){
.show-more-cat-btn { display: none; }
}
@media only screen and (max-width:480px){
  .search-form-section-inner { max-width: 100%; padding: 0 15px;}
  .block-title { font-size: 12px; line-height: 16px;  margin-bottom: 8px;}
  .featured-category-block .col-xs-6:nth-child(odd), .single-weekly-wrapper:nth-child(odd), .single-related-book:nth-child(odd), .no-infscrl-article-bottom-outer .single-article-btm-wrapper:nth-child(odd) {
  	padding-right: 15px;
  }
  .featured-category-block .col-xs-6:nth-child(even), .single-weekly-wrapper:nth-child(even), .single-related-book:nth-child(even), .no-infscrl-article-bottom-outer .single-article-btm-wrapper:nth-child(even) {
  	padding-left: 15px;
  }
  .featured-category-block .col-xs-6, .single-weekly-wrapper, .single-related-book, .center-big-btn .btn.btn-lg, .featured-category-listing .no-padding, .no-infscrl-article-bottom-outer .single-article-btm-wrapper { width: 100%; }
  .featured-category-listing .no-padding:nth-child(3) .category-listing { padding-bottom: 0; }
  .single-weekly .single-weekly-img { max-width: 128px; }
  .single-weekly .single-weekly-img img { width: 128px; height: auto; }
  .category-featured .yellow-icon,.category-featured .yellow-icon img { width: 32px; height: 32px;  }
  .single-weekly-content h3 { margin-bottom: 2px; margin-top: 8px;}
  .single-weekly-content, .trending-articles .single-weekly{ height: auto; }
  .center-big-btn .btn.btn-lg, .btn.btn-lg { font-size: 11px; line-height: 20px; width: 100%; border-radius: 5px; margin-top: 8px;}
  .center-big-btn .btn.btn-lg.show-more-cat-btn{ margin-top: 0; }
  .featured-category-listing { display: none; margin-top: 15px;}
  .featured-category-block { margin-bottom: 0; }
  .trending-articles { padding-top: 0; padding-bottom: 15px; margin-top: 20px; }
  .main-content-part { margin-bottom: 15px;margin-top: 8px; }
  .trending-articles .single-weekly, .single-book-top-picks { margin-bottom: 8px; }
  .related-book-top-picks .block-title{ margin-top: 10px; }
  .related-book-top-picks {	padding: 5px 0 20px 0; }
  footer.main-footer { padding: 40px 0 0px 0; }
  .signup-dummies-newsletter .btn.btn-primary { margin-top: 0; }
  .search .article-list article .article-content p {max-height: 35px;}
  .podcast-logo-text h2 {font-size: 17px;	line-height: 23px;}
  .no-infscrl-article-bottom-outer .single-article-btm-link .article-btm-img { max-width: 128px; }
  .no-infscrl-article-bottom-outer .single-article-btm-link .article-btm-img img { width: 128px; height: auto; }
  .no-infscrl-article-bottom-outer .single-article-btm-link .article-btm-content, .no-infscrl-article-bottom-outer .single-article-btm-link{ height: auto; }
  .no-infscrl-article-bottom-outer .single-article-btm-link { margin-bottom: 8px; }
}

#afs_top_smartphone_code .container{margin: 0px; padding: 0px;}

.article-page article .article-slideshow-ads .slide .slide-header{ display: flex;; justify-content: center;align-items: center; min-height: 120px; }
.article-page article .article-slideshow-ads .slide .slide-header span.step { background-color: #FFF102; line-height: 35px;
    font-size: 17px;   font-weight: 600;top: 0;color: #000; width: 55px; right: 0; height: 35px; border-radius: 0 0 0 4px; left:auto;}
.article-page article .article-slideshow-ads .slide .slide-header span.step i { margin-left: 2px; font-size: 17px;}
.article-page article .article-slideshow-ads .slide .slide-header span.step i:before { margin-right: 2px; font-size: 17px;  content: "/"; font-weight: 700; }
.article-page article .article-slideshow-ads .slideshow-controls a.right,.article-page article .article-slideshow-ads .slideshow-controls a.left { opacity: 0; }
.article-page article .article-slideshow .item.active .slideshow-controls a.right {position: absolute;bottom: 26px;top: auto;width: 94px; height: 28px;
font-size: 14px; line-height: 17px;  letter-spacing: 0.1em; color: #000; font-weight: bold;  background: #FFF102; right:0;border-radius: 4px 0 0 4px; text-align: center; -webkit-transition: opacity 2s ease-in-out;
-moz-transition: opacity 2s ease-in-out;-ms-transition: opacity 2s ease-in-out;-o-transition: opacity 2s ease-in-out; opacity: 1;}
.article-page article .article-slideshow .item.active .slideshow-controls a.left {position: absolute;bottom: 26px;top: auto;width: 42px; height: 28px;
font-size: 0px; line-height: 17px;  letter-spacing: 0.1em; color: #000; font-weight: bold;  background: #FFF102; left:0;border-radius: 0 4px 4px 0; text-align: center; -webkit-transition: opacity 2s ease-in-out;
-moz-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out;-o-transition: opacity 2s ease-in-out; opacity: 1; }
.article-page article .article-slideshow .slideshow-controls{ visibility: hidden; display: none;}
.article-page article .article-slideshow .active .slideshow-controls{ display:block; visibility: visible; position: absolute; width: 100%; bottom: 0;}
.article-page article .article-slideshow-ads .slideshow-controls a .fa { font-size: 15px;}
.article-page article .article-slideshow-ads .slide .slide-content{ padding: 0px; }

