/* COMMON CSS Starts Here */

/** AYZ Quiz Pro Custom CSS Starts Here **/

.ays_buttons_div .start_button {
		background-color: #37517e !important;
}

/** AYZ Quiz Pro Custom CSS Ends Here **/

/** Common background theme color starts here **/

.homepage .selected-reading:hover,
.homepage .row-container .tech-card:hover,
.search-container,
.prev-next-link a,
.article .emaillist .es_subscription_form_submit,
.menu-item-1-label,
.search-form .sbutton,
.elp-widget .es_textbox_button,
.f-widget.f-widget-4 input[type="submit"] {
	background: #37517e;
}

.search-form #s {
	color: #37517e;
}

/** Common backgorund theme color ends here **/
.imp {
	padding: 2px 5px;
    border: 1px solid #d3dce6;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
}

.sbutton, #searchsubmit {
  border-radius: 0;
}

#primary-navigation {
  float: left;
}

#move-to-top {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 2px 2px #888888 !important;
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.1) !important;
}

#move-to-top:hover {
   transform: scale(1.2);
}

#move-to-top i {
  line-height: 37px !important;
}

.align-center {
  text-align: center;
  margin: 35px 0;
}

form.search-form {
  text-align: left;
}

.search-form #s {
  float: none;
  width: 70%;
}

.search-form .sbutton {
	left: auto !important;
	width: 30%;
    font-size: 10pt;
    padding: 0;
	padding-bottom: 2px;
	letter-spacing: .009em;
}

#searchform .fa-search {
	color: white;
	margin-top: 1px;
}

.elp-widget .es_textbox_button {
  color: white;
}

.elp-widget .es_msg {
  color: seagreen;
}

.circle-box {
    border-radius: 50%;
    background: whitesmoke;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    border: 1px solid gainsboro;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  
  border-top: 25px solid #f00;
}

.font-bold {
  font-weight: bold;
}

.social-link-list {
  text-align: center;
  margin: 30px auto;
}

.social-buttons .circle-box:hover {
   box-shadow: 1px 1px #888888 !important;
   -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) !important;
}

.social-buttons .circle-box {
  margin: 5px;
}

.social-buttons .circle-box.facebook {
  color: #4267b2;
}

.social-buttons .circle-box.facebook:hover {
  background: #4267b2;
}

.social-buttons .circle-box.twitter {
  color: #1da1f2;
}

.social-buttons .circle-box.twitter:hover {
  background: #1da1f2;
}

.social-buttons .circle-box.google-plus {
  color: #db4437;
}

.social-buttons .circle-box.google-plus:hover {
  background: #db4437;
}

.social-buttons .circle-box.youtube {
  color: #ff0000;
}

.social-buttons .circle-box.youtube:hover {
  background: #ff0000;
}

.social-buttons .circle-box.twitter:hover,
.social-buttons .circle-box.google-plus:hover,
.social-buttons .circle-box.youtube:hover,
.social-buttons .circle-box.facebook:hover {
    transform: scale(1.2);
    transition: 0.2s;
    color: white !important;
}

.title-intro-container {
	display: inline-block;
}

.title-intro-container .title-intro {
	width: 54%;
    display: inline-block;
    float: left;
}

.toc {
	width: 300px;
    display: inline-block;
    float: right;
    background: #FAFAFA;
    padding: 20px 2px;
	margin-bottom: 10px;
    box-shadow: 0 0 2px #2C394B;
}

.toc h2 {
	font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 18px 0;
}

.toc ul {
	list-style: none;
    padding-left: 25px;
    margin: 0;
/*     font-family: Tahoma,"Trebuchet MS",'Open Sans'; */
}

.toc ul li:before {
    content: "-- ";
    float: left;
    margin-right: 5px;
}

.toc ul li a {
    display: table;
	color: #0645ad;
    background: none;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

.toc ul li a:hover {
	text-decoration: underline;
}

.links-container .link-title {
	margin-bottom: 20px;
}

.links-container .link-title span {
	padding: 5px 10px;
    background: cadetblue;
    color: white;
}

.links-container li {
	margin-bottom: 5px;
}

.links-container a:hover {
    border-bottom: 1px solid;
}

.link-row {
	display: inline-block;
	width: 100%;
}

.link-col-1 {
	float: left;
}

.link-col-2 {
	margin-left: 20px;
}

.link-col-1,
.link-col-2 {
	width: 45%; 
	display: inline-block;
}

.links-container a:hover {
	color: black;
}

@media screen and (max-width: 768px) {
	
	.link-col-1,
	.link-col-2 {
	   width: 100%;
	}
	
	.link-col-2 {
		margin-left: 0;
	}
}

/* COMMON CSS Ends Here */

/* HEADER Section Starts Here */
.logo-wrap {
  margin: 12px;
  margin-left: 0;
}

#logo a {
  padding: 10px;
  padding-left: 0;
}

.navigation ul li {
  line-height: 24px;
}

.navigation ul li a {
  border: none !important;
}

@media screen and (max-width: 865px) {
  #primary-navigation a#pull {
    font-size: 20px !important;
	margin-bottom: 0;
  }

  #primary-navigation a#pull:after  {
    position: relative !important;
    top: 0;
    right: 0;
  }
	
  .title-intro-container .title-intro {
	width: 100%;
  }

  .toc {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .logo-wrap {
    width: auto !important;
    float: left !important;
  }
}
/* HEADER Section Ends Here */


/* Footer Section Starts Here */
.footer-widgets {
  width: 100%;
  float: none;
  max-width: 100%;
}

.footer-widgets .elp-widget .es_textbox_class {
    width: 89%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5%;
    padding-left: 5%;
}

.footer-widgets .elp-widget .es_textbox_button {
    width: 100%;
}


.widget h3 {
    padding-left: 3px;	
}

.footer-widgets {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.f-widget {
    width: 20%;
    float: none;
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
}

.footer-widgets h3.widget-title:before {
	content: none;
}


.f-widget.f-widget-4 .es_subscription_form.es_shortcode_form {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.f-widget.f-widget-4 .es_subscription_form.es_shortcode_form input {
	width: 100%;
}

.f-widget.f-widget-4 .es-field-wrap label {
    display: flex;
}


.f-widget.f-widget-4 input[type="email"] {
	margin: 6px 0;
}

.f-widget.f-widget-4 input[type="email"],
.f-widget.f-widget-4 input[type="submit"] {
	width: 100%;
}

.f-widget.f-widget-4 input[type="submit"] {
    color: white;
    font-size: 12pt;
    font-weight: bold;
	cursor: pointer;
	padding: 10px 20px;
    border-radius: 7px;
	width: auto !important;
}

.f-widget.f-widget-2 #block-11 {
	margin-bottom: 0;
}

#site-footer {
  margin-top: 0 !important;
  background: #eaeaff !important;
}

.copyrights #copyright-note {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #site-footer .f-widget .es_widget_form {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  #site-footer {
     padding-top: 0 !important;
  }
}

@media screen and (max-width: 549px) {
	#site-footer .f-widget {
		width: 47% !important; 
	}

   .f-widget.f-widget-2 {
      margin-right: 0 !important;
   }

  #site-footer .f-widget .es_widget_form {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 370px) {
  #site-footer .f-widget .es_widget_form {
     width: 90%;
  }
}

/* Footer Section Ends Here */

/* Right Sidebar Starts Here */

#sidebar .widget {
   width: 90%;
   padding: 4%;
   background: white;
   border: 1px solid gainsboro;
   margin: 3px;
   margin-bottom: 30px;
}

#sidebar .widget:hover {
   box-shadow: 1px 1px #888888 !important;
   -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) !important;
}
#sidebar .widget h3:before {
  content: none;
}

#sidebar .elp-widget .es_textbox_class {
    width: 89%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5%;
    padding-left: 5%;
}

#sidebar .elp-widget .es_textbox_button {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
  #sidebar .search-form .fa-search {
    display: none;
  }

  #sidebar .widget {
    margin: 2px;
    margin-bottom: 20px;
  }
}

/* Right Sidebar Ends Here */


/*...........Whole Site Starts Here...........*/

/* .link {
    background: #eeeeee;
    padding: 4px 10px;
    margin: 8px 0;
    display: inline-block;
} */
/* 
.link:hover {
    color: #084E46;
    background: #e6e6e6;
} */

.link-light {
    padding: 4px 10px;
    margin: 8px 0;
    display: inline-block;
}

.link-light:hover {
    color: #084E46;
    background: #eeeeee;
}

.heading {
    color: #084E46;
    background: #eeeeee;
    padding: 2px 10px;
    font-weight: 100;
    border: 1px solid #bcbcbc;
}

.intro-section {
    overflow: auto;
}

.adsense-item {
    text-align: center;
    margin: 0 30px 20px;
}

.adsense-item-center {
    margin: 40px 20px;
    text-align: center;
}

.widget.widget_wgs_widget .wgs_wrapper {
    background-color: #2fa99d !important;
    padding: 10px 14px 5px 15px !important;
}

.table-topic {
    display: block;
    margin: 10px 0;
}

.table-topic:hover {
   text-decoration: underline;
}

.table-header {
    text-align: center;
}

.table-short-content {
    background-color: rgba(224, 224, 224, 0.19);
    padding: 3px 10px 5px 16px;
    border: 1px solid gainsboro;
}

.header-center {
    padding: 13px; 
    background-color: #0b685e; 
    text-align: center; 
    color: white; 
    margin-bottom: 15px; 
    font-size: 15pt;
}

.recommended-books .card-list {
	text-align: center;
}

.homepage.recommended-books .row-container .columns {
    width: 32%;
}

.homepage.recommended-books .row-container .columns > p {
	display: none;
}


@media screen and (max-width: 480px) {
    .adsense-item {
        margin: 0 auto;
    }
}

/*...........Whole Site Ends Here...........*/

/** Category List Starts Here */
.list {
    counter-reset: a;
    padding: 0;
    margin: 0;
}

.list__item {
    list-style: none;
    counter-increment: a;
}

.list__title {
	position: relative;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 8px;
    font-size: 20pt;
    border-bottom: none;
    text-align: center;
    margin: 50pt 0;
}

.list__link {
	font-size: 110%;
}

.list-sub {
	padding: 0;
	margin: 0;
	counter-reset: b;
	margin-bottom: 40px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.list-sub__item {
	counter-increment: b;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	flex: 1 0 30%;
	padding-left: 10px;
}

.list-sub__item:before {
    content: "";
}

.list-sub__title {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}

.list-sub__title:before {
    position: absolute;
    top: 7px;
    left: 0;
/*     font-family: Consolas,Lucida Console,Menlo,Monaco,monospace; */
    line-height: 16px;
    content: counter(a) "." counter(b);
}

.list-sub__link:hover {
	text-decoration: underline !important;
}

.list__header_section {
    text-align: center;
    font-size: 20pt;
    margin: 50pt 0;
}


.recent-post-container {
	display: inline-block;
}

.recent-post-header {
	margin: 50px 0;	
}

.recent-post-title {
	display: inline-block;
    margin-right: 50px;
}

.recent-post-link {
	border: 1px solid #37517e;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 10pt;
}

.recent-post-list {
    margin-bottom: 40px;
    list-style-type: disclosure-closed;
    display: flex;
    flex-wrap: wrap;
}

.recent-post-item {
    break-inside: avoid;
    flex: 1 0 34%;
    padding-left: 10px;
    margin: 10px 0;
}

.recent-post-item a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.list-sub__item {
		flex: none;
		width: 100%;
		display: inline-block;
	}

	.list-sub__link {
		width: 90%;
		display: inline-block;
	}
}

/** Category List Ends Here */

/** Explore section Each page Starts Here **/

.explore {
    background: #f7fbfc;
    margin: 30px 0;
    display: flex;
    padding: 40px 30px;
    justify-content: center;
}

.content-container {
	margin-left: 40px;
    flex: 1;
}

.content-title {
    text-align: center;
}

.content-list {
	margin: 30pt 0;
	display: flex;
    flex-wrap: wrap;
}

.content-item {
	border: 1px solid gainsboro;
    padding: 5px 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 5px;
	flex: 1 0 30%;
    text-align: center;
	background: #f7f7f7;
	cursor: pointer;
}

.content-item:hover {
    background: #37517e;
    color: white;
}

.popular {
	display: flex;
}

.homepage.card .start-now {
	background: none;
    border-top: none;
}

.homepage.card .start-now-title {
	text-align: center;
    margin: 30pt 0;
	display: inline-block;
    width: auto;
	font-weight: bold;
}

.homepage.card .row-container .columns {
	width: 27%;
}

.homepage.card .four.columns > p {
    display: none;
}

.homepage.card .row-container {
	padding: 0;
}

/** Explore section Each page Ends Here **/

/*..........................Enlighter code starts here........................*/
ul.EnlighterJS li  {
      background: none !important;
}
.enlighterEnlighterJSWrapper pre, ol.enlighterEnlighterJS, ul.enlighterEnlighterJS {
     background-color: #f2f2f2 !important;
}
/*..........................Enlighter code ends here.........................*/

/*..........................SyntaxHighlighter code starts here....................*/
.syntaxhighlighter.nogutter.CodeSyntax {
    border: 1px solid #f3eeee !important;
	background-color: #f5f5f9 !important;
    padding-top: 10px !important;
}

.syntaxhighlighter.CodeSyntax .line.alt1,
.syntaxhighlighter.CodeSyntax .line.alt2 {
    background-color: transparent !important;
}

.post .syntaxhighlighter, .post .syntaxhighlighter div, .post .syntaxhighlighter code, .post .syntaxhighlighter table, .post .syntaxhighlighter table td, .post .syntaxhighlighter table tr, .post .syntaxhighlighter table tbody {
	font-family: Consolas,Menlo,Monaco,"Lucida Console",Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,"Courier New",Courier,monospace !important;
    font-size: 100% !important;
    line-height: 1.5em !important;
}

.syntaxhighlighter.CodeSyntax .lines.no-wrap {
    padding-bottom: 20px !important;
}

/*..........................SyntaxHighlighter code ends here....................*/


/*..........................Single Page, Search Page, Archive Page Starts here.........................*/

.single.custom_page {
	padding-top: 0 !important;
    max-width: none !important;
}

.header-container {
    background: #37517e;;
    display: flex;
    flex-direction: row;
    padding: 50px 150px;
    position: relative;
	color: white;
}

.header-container h1 {
	color: white;
	text-align: left !important;
}

.post-container {
    padding: 35px 140px;
    display: flex;
}

.header-image-container {
    width: 160px;
    height: 160px;
}

.header-info-container {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.share-buttons-container {
    display: flex;
    align-items: center;
}

.share-button {
    margin: 0 10px;
}

.share-button a {
    height: 32px;
    display: flex;
}

.featured-thumbnail {
    float: left;
    max-width: 100%;
    position: relative;
}

.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
	.post-container {
		padding: 35px 80px;
	}
	.recent-post-item {
		flex: 1 0 40%;
	}
}


@media screen and (max-width: 768px) {
	.header-container {
		padding: 35px;
	}
	.header-info-container {
		padding-left: 35px;
	}
	.post-container {
		padding: 30px;
		padding-bottom: 0;
	}
	.explore {
		flex-direction: column;
	    align-items: center;
	}
	.content-container {
		margin-top: 20px;
	}
	.content-list {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.header-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header-image-container {
		margin: 10px 0 30px 0;
	}
	.header-info-container {
		padding-left: 0;
	}
	.recent-post-header {
		margin: 10pt 0;
	}
	.recent-post-link {
		display: none;
	}
	.recent-post-list {
		flex-direction: column;
		flex: auto;
	}
	.content-list {
		flex-direction: column;
	}
	.content-container {
		margin-left: 0;
	}
	.homepage.card .start-now-title {
		font-size: 15pt;
	}
}


.cat-header {
    padding: 13px;
    background-color: #0b685e;
    text-align: center;
    color: white;
    margin: 15px 0;
    font-size: 15pt;
}

.cat-sub-header {
    background-color: #b0b0b0;
    padding: 8px 15px;
    color: #fff;
    font-size: 13pt;
    text-align: center;
}

.cat-post-container ul {
   margin: 0 !important;
}

.cat-post-container ul li {
    border-bottom: 1px dotted #bbb;
    height: auto;
    background-color: #f0f0f0;
    overflow: auto;
    display: flex;
    margin-left: 0;
}

.cat-post-container ul li:hover {
    background-color: #e0e0e0;
}

.cat-post-container ul li a {
   padding: 3px 15px;
   width: 100%;
}

.options-list {
      text-align: center;
}

.option-item {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    width: 240px;
    padding: 10px 15px 30px;
    min-height: 320px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #e9eff3;
    border-radius: 4px;
}

.option-image {
    position: relative;
    display: block;
    margin: 15px auto 20px;
    width: 104px;
    height: 104px;
}

.option-title-pre-text {
    font-size: 14px;
    color: #8c8c8c;
    text-transform: uppercase;
}

.option-title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.option-description {
    margin-bottom: 10px;
}

 .option-link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.option-link {
    background-color: #d7d9db;
    padding: 8px 15px;
}


.postsby {
    margin-bottom: 0;
}

.single_page h1.title {
	text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
	border-bottom: 1px solid gainsboro;
}

.archive .article,
.search .article,
.error404 .article {
    width: 100%;
    max-width: 837px;
    padding-bottom: 30px;
    font-style: normal;
    letter-spacing: .03em;
    word-break: break-word;
    outline: 0;
    line-height: 30px;
    font-size: 16px;
/*     font-family: Merriweather,Georgia,"Times New Roman",serif; */
    font-weight: 300;
    color: #262d3d;
}

.postsby, 
.featured-category-title {
	font-size: 2.4em !important;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: .03em;
    word-break: break-word;
    outline: 0;
/*     font-family: 'Merriweather'; */
}

.sidebar-with-content .featured-category-title:before {
	content: none;
}

.search-title {
	border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.search-content .post-image-left,
.archive-content .post-image-left {
    width: 130px;
    height: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
    border: 1px solid gainsboro;
}

.search-content article,
.archive-content article {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.search-content article header,
.archive-content article header {
    margin-top: 0;
}

.search-content article header .title,
.archive-content article header .title {
   margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
  .sidebar-with-content, 
  .not-found-content,
  .archive-content {
     width: 90% !important;
     overflow: auto;
  }

  .search-page .sidebar,
  .page-not-found .sidebar,
  .archive-page .sidebar {
     width: 100% !important;
     float: none;
     margin-left: auto;
     margin-right: auto;
	 max-width: 450px !important;
  }

	.sidebar-with-content {
		min-height: 1px;
	}
}

/**.........Showing subscript.......**/
.sub {
	bottom: -0.25em;
    position: relative;
    font-size: 80%;
    line-height: 0;
    margin: 0 1px;
    vertical-align: baseline;
}

.sub-container {
	padding: 1px 8px;
	white-space: nowrap;
	background: #f9f2f4;
	color: #9c1d3d;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
/* 	font-family: "Menlo","Monaco",monospace; */
	margin: 20px 0 30px 0;
}

/*..........................Single Page, Search Page, Archive Page Ends here.........................*/

/*..........................Example Content Starts Here...............................*/
.example-content {
    padding: 10px;
    margin-bottom: 10px
}

.correct-ans {
    color: #158215;
}

.wrong-ans {
    color: #e70a0a;
}

.important-notes {
    margin: 30px 0;
    background: white;
    font-style: italic;
    letter-spacing: 0.6px;
    word-wrap: break-word;
}

.important-notes b,
.important-notes span {
	font-size: 12pt;
    display: block;
    margin-bottom: 10px;
}


.sub-title {
	background: dimgray;
    text-align: center;
    padding: 6px;
	color: white;
	font-weight: 500;
	margin: 40px 0;
}

/*..........................Example Content Starts Here...............................*/

/* ........................Show / Hide Answer Starts Here ............................ */
.ans-section {
   margin-top: 10px;
}

.ans-content {
   height: 0px;
   overflow:hidden;
   padding: 0;
   border-width: 0px;
}

/* .........To remove bottom margin of extra added p tag. ........... */
.ans-content + p {
   margin-bottom: 0;
}

.ans-block input:checked ~ .ans-content {
    margin-top: 10px; 
    margin-bottom: 20px;
    width: auto;
    height: auto;
    padding: 10px;
	border-right: none;
	border-bottom: none;
	border-top: none;
	margin: 0 0 1.5em;
	border-left: 7px solid #37517e;
	background: transparent;
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.2), inset 0 0px 3px rgba(0,0,0,0.2);
}

.ans-block input ~ .btn-show:after {
   content: "Show Answer";
}

.ans-block input:checked ~ .btn-show:after {
   content: "Hide Answer";
}

.btn-show {
	background-color: #37517e;
    color: white;
    box-shadow: inset 0 2px 3px rgb(255 255 255 / 20%), inset 0 -2px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    padding: 2px 15px;
    cursor: pointer;
}
/* ........................Show / Hide Answer Ends Here ............................ */