/* Theme CSS */
.site-title, .site-title a {
	line-height: 1;
}
.ast-theme-transparent-header .entry-header {
  padding-bottom: 0em;
}
.entry-header+.ast-blog-featured-section {
	margin-top: 0.25em;
}
.ast-blog-featured-section {
  margin-bottom: 0.75em;
}
.read-more {
	padding-top: 0.4em;
}
.single .entry-header {
	margin-bottom: 0.75em;
	padding-bottom: 0em;
}
.single .entry-header .ast-single-post-order+.post-thumb img {
	margin-top: 0em;
}
.single .ast-single-post-order {
	margin-bottom: 0em;
}
.single .post-thumb-img-content {
	margin-top: 1em
}
.single p {
	overflow-wrap: break-word;
}
.single h1, .entry-content h1, .single h2, .entry-content h2, .single h3, .entry-content h3, .single h4, .entry-content h4, .single h5, .entry-content h5, .single h6, .entry-content h6 {
	margin-bottom: 10px;
}
#secondary li {
	margin-bottom: 1em;
}
.entry-content ol, ul {
	margin-left: 2em;
}
@media (min-width: 768px) {
	.comments-area .comment-form-author {
		width:50%;
	}
	.comments-area .comment-form-email {
		width:50%;
	}
}
.comments-area .comment-form-cookies-consent {
	clear:both;
	margin-left:20px;
}
.comments-area #wp-comment-cookies-consent {
	margin-right:0px;
}
.comments-area .ast-comment-formwrap .form-submit {
	clear:both;
	margin-left:20px;
}

/* Responsive oEmbed Video Container */
.rll-youtube-player {
	margin: 0px !important;
}
.oembed-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.oembed-container iframe, .oembed-container object, .oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .oembed-container * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Date Markup CSS */
.updated:not(.published) {
	display: inline-block !important;
}

/* Img Shortcode CSS */
.img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}

/* Box Shortcodes CSS */
.box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 10px;
	min-width: 10px;
	max-width: 100%;
	height: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
	margin-bottom: 20px;
	padding: 20px 20px 0px 20px;
	overflow: auto;
}
.textbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 10px;
	min-width: 10px;
	max-width: 100%;
	height: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}
.yellowbox {
	background-image: linear-gradient(rgb(249, 231, 151), rgb(249, 231, 151)) !important;
	background-size: auto !important;
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}
.bluebox {
	color: #fff;
	background-image: linear-gradient(rgb(21,101,192), rgb(21,101,192)) !important;
	background-size: auto !important;
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}
.bluebox a:link {
	color: #b3e5fc;
}
.bluebox a:hover {
	color: #fff;
}
.tealbox {
	color:#fff;
	background-image: linear-gradient(rgb(0, 96, 100), rgb(0, 96, 100)) !important;
	background-size: auto !important;
	background-position: 50% 50% !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}
.tealbox a:link {
	color: #b2dfdb;
}
.tealbox a:hover {
	color: #fff;
	text-decoration:none;
}
.borderbox {
	background-image: none !important;
	border: 4px solid #1565C0 !important;
}

/* ProsCons Shortcodes CSS */
@font-face {
  font-family: 'icomoon';
	src:url('/wp-content/plugins/secure/inc/fonts/icomoon.eot');
	src:url('/wp-content/plugins/secure/inc/icomoon.ttf') format('truetype'),
			url('/wp-content/plugins/secure/inc/icomoon.woff') format('woff'),
			url('/wp-content/plugins/secure/inc/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.proscons-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -20px;
	margin-bottom: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.proscons-flex-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-left: 20px;
}
.pros-col {
	border: 1px solid #1565C0;
}
.cons-col {
	border: 1px solid rgb(217, 83, 79);
}
@media only screen and (max-width: 767px) {
	.proscons-flex-row {
		display: block;
		margin-left: 0px;
	}
	.proscons-flex-col {
		margin-left: 0px;
	}
	.pros-col {
		margin-bottom: 20px;
	}
}
.pros {
	text-align: center;
	font-size: 24px !important;
	margin-bottom: 0px !important;
	color: #fff !important;
	background-color: #1565C0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cons {
	text-align: center;
	font-size: 24px !important;
	margin-bottom: 0px !important;
	color: #fff !important;
	background-color: #d9534f;
	padding-top: 10px;
	padding-bottom: 10px;
}
.icon {
	-ms-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	display: inline-block;
	font-size: inherit;
	height: auto;
	width: auto;
	text-align: center;
	text-decoration: none !important;
	background-clip: padding-box;
	border-radius: 0;
	background: transparent;
	padding: 10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.icon-pros {
	color: #1565C0;
}
.icon-cons {
	color: #d9534f;
}
.icon-pros:before {
  content: "\e921";
}
.icon-cons:before {
  content: "\e922";
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ul {
	margin: 20px 10px 20px 0px !important;
	padding: 1px !important;
	list-style: none;
}
.li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	z-index: 0;
	line-height: 2.3em;
}

/* Review Shortcode CSS */
.review-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
}
.review-flex-col-main {
	max-width: 33.33333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1565C0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-left: 15px;
	text-align: center;
	color: #fff;
}
.review-label-overall {
	display: inline-block;
	width: 100%;
}
.review-label-overall-margin-3 {
	margin: 8px 0px 0px 0px;
}
.review-label-overall-margin-4 {
	margin: 36px 0px 0px 0px;
}
.review-label-overall-margin-5 {
	margin: 64px 0px 0px 0px;
}
.review-label-overall-margin-6 {
	margin: 90px 0px 0px 0px;
}
.review-score {
	font-weight: 700;
	font-size: 80px;
	line-height: 1;
}
.rating {
	line-height: 1;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.rating img {
	width: 1em;
	height: 1em;
}
.review-flex-col-ratings {
	max-width: 66.66666666%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	margin-left: 10px !important;
	margin-bottom: -10px;
	list-style: none;
}
.review-bar {
	background-color: #EBECF1;
	border-radius: 0px;
	font-size: 1em;
	position: relative;
	margin-bottom: 10px;
	height: 2.778em;
}
.review-bar-fill {
	width: 80%;
	height: 2.778em;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.review-bar-fill-1 {
	background-color: #1565C0;
}
.review-bar-fill-2 {
	background-color: #f57c00;
}
.review-bar-fill-3 {
	background-color: #d9534f;
}
.review-bar-label {
	color: #fff;
	line-height: 2.778em;
	padding-left: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
}
@media only screen and (max-width: 767px) {
	.review-flex-row {
		display: block;
		margin-left: 0px;
	}
	.review-flex-col {
		margin-left: 0px;
	}
	.review-flex-col-main {
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 0px;
	}
	.review-flex-col-ratings {
		max-width: 100%;
		margin-top: 10px;
		margin-left: 0px !important;
	}
	.review-label-overall-margin-3,	.review-label-overall-margin-4,	.review-label-overall-margin-5,.review-label-overall-margin-6 {
		margin: 0px;
	}
}

/* Button Shortcode CSS*/
.securebuttonspacing {
	margin-top: 60px;
	text-align: center;
}
.securebutton {
	line-height: 1.2em;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	box-shadow: rgb(68, 59, 59) 0px 2px 5px 0px;
    padding: 14px 22px;
    border-radius: 2px;
    overflow: hidden;
	display: inline-block;
    background-image: none !important;
    background-color: rgb(230, 81, 0) !important;
}
.securebutton:hover, .securebutton:focus {
	box-shadow: rgba(0, 6, 8, 0.35) 0px 9px 5px 0px !important;
	color: #fff;
}
@media (max-width: 767px) {
	.securebutton {
		font-size: 18px;
	}
}
.securebutton-primary {
	background: #0085ba !important;
}

/* Table Shortcode CSS */
.table td, th {
	vertical-align: middle;
}
.thead {
	line-height: 1.4em;
}
.blue {
	background-color: #1565C0;
	color: #fff;;
}
@media (max-width: 767px) {
	.table {
		overflow-x: auto
	}
	.table th,.table thead {
		display: none;
	}
	.table td {
		display: block;
		position: relative;
		width: 100% !important;
		padding-left: 50% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.table td:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: attr(th);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		width: calc(50% - 5px);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		padding: 5px;
		line-height:1.4em;
		text-align: left;
		font-weight: 700;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.blueth td:before {
		background-color: #1565C0;
		color: #fff;;
	}
}

/* CSS Styles that can be used in Shortcodes */
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.marginbottom {
	margin-bottom: 20px !important;
}
.marginbottom20 {
	margin-bottom: 20px !important;
}
.marginbottom40 {
	margin-bottom: 40px !important;
}
.marginbottom60 {
	margin-bottom: 60px !important;
}
.marginbottom70 {
	margin-bottom: 70px !important;
}
.marginbottom0 {
	margin-bottom: 0px !important;
}
.marginbottom10 {
	margin-bottom: 10px !important;
}
.marginleft0 {
	margin-left: 0px !important;
}
.paddingtop10, .padding10 {
	padding-top: 10px !important;
}
.paddingtop20, .padding20 {
	padding-top: 20px !important;
}
.paddingtop30, .padding30 {
	padding-top: 30px !important;
}
.paddingtop40, .padding40 {
	padding-top: 40px !important;
}
.paddingbottom10, .padding10 {
	padding-bottom: 10px !important;
}
.paddingbottom20, .padding20 {
	padding-bottom: 20px !important;
}
.paddingbottom30, .padding30 {
	padding-bottom: 30px !important;
}
.paddingbottom40, .padding40 {
	padding-bottom: 40px !important;
}
.fontsize12 {
	font-size: 12px !important;
}
.textaligncenter {
	text-align:center !important;
}
@media only screen and (max-width: 600px) {
	.marginbottom {
		margin-bottom: 25px !important;
	}
}
@media only screen and (max-width: 767px) {
	.mpaddingtop10, .mpadding10 {
		padding-top: 10px !important;
	}
	.mpaddingtop20, .mpadding20 {
		padding-top: 20px !important;
	}
	.mpaddingtop30, .mpadding30 {
		padding-top: 30px !important;
	}
	.mpaddingtop40, .mpadding40 {
		padding-top: 40px !important;
	}
	.mpaddingbottom10, .mpadding10 {
		padding-bottom: 10px !important;
	}
	.mpaddingbottom20, .mpadding20 {
		padding-bottom: 20px !important;
	}
	.mpaddingbottom30, .mpadding30 {
		padding-bottom: 30px !important;
	}
	.mpaddingbottom40, .mpadding40 {
		padding-bottom: 40px !important;
	}
}
