@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}

body {
	color: #777;
	font-family: 'Open Sans', sans-serif;
	overflow: auto;
	/*this is for when pages are displayed in ActiveX window*/
}

@media (max-width: 991px) {
	body {
		font-size: 18px;
	}
}

a {
	color: #20b1c9;
}

	a:hover {
		color: #20b1c9;
	}

#logger {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.resp-br {
	display: block;
	height: 0;
	clear: both;
	float: none;
}

@media (max-width: 1199px) {
	.resp-br {
		display: none;
	}
}

.container-fluid {
	padding: 0 65px;
}

.text-center .img-responsive {
	margin: 0 auto;
	display: inline-block;
}

.text-grammarcheck {
	color: #46A8B5;
}

.text-rephrase {
	color: #E85E91;
}

.text-translation {
	color: #9CBA3E;
}

.text-dictionary {
	color: #3D8AC8;
}

.text-speaker {
	color: #5499d0;
}

.text-personaltrainer {
	color: #EC8150;
}

.text-primary {
	color: #3fa5b2;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.ginger-ios .only-desktop,
.ginger-ios .only-android {
	display: none;
}

.ginger-desktop .only-ios,
.ginger-desktop .only-android {
	display: none;
}

.ginger-android .only-ios,
.ginger-android .only-desktop {
	display: none;
}

.btn {
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	text-decoration: none;
}

	.btn:hover,
	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
		text-decoration: none;
	}

.btn-cta-ios {
	min-width: 210px;
	min-height: 50px;
	border-radius: 9px;
}

	.btn-cta-ios,
	.btn-cta-ios:hover,
	.btn-cta-ios:focus,
	.btn-cta-ios:active {
		background: url("../images/btn-cta-ios.svg") center center no-repeat;
		background-size: contain;
	}

.btn-cta-android {
	min-width: 210px;
	min-height: 40px;
	border-radius: 9px;
}

	.btn-cta-android,
	.btn-cta-android:hover,
	.btn-cta-android:focus,
	.btn-cta-android:active {
		background: #000 url("../images/btn-cta-android.svg") center center no-repeat;
		background-size: contain;
	}

.btn-primary {
	font-family: inherit;
	color: #fff;
	padding: 8px 24px;
	text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	border: solid 1px #387b85;
	border-radius: 9px;
	background-image: -moz-linear-gradient(55% 2% -90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #2cc4da), color-stop(1, #1897aa));
	background-image: -webkit-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -o-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -ms-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: linear-gradient(180deg, #2cc4da 0%, #1897aa 100%);
	-webkit-box-shadow: inset 0px -2px 0px #1b6c77;
	-moz-box-shadow: inset 0px -2px 0px #1b6c77;
	box-shadow: inset 0px -2px 0px #1b6c77;
}

	.btn-primary:hover,
	.btn-primary:active {
		color: #fff;
		background-image: -moz-linear-gradient(55% 2% -90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #33d5ec), color-stop(1, #21acc0));
		background-image: -webkit-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -o-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -ms-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: linear-gradient(180deg, #33d5ec 0%, #21acc0 100%);
	}

.btn-cta {
	background: #2A6FFB;
	border: 2px solid #2A6FFB;
	border-radius: 100px;
	min-width: 150px;
	color: white;
}

	.btn-cta:hover {
		background: #5B91FC;
		border-color: #5B91FC;
		color: white;
	}

	.btn-cta:active,
	.btn-cta:focus {
		background: #4280FC;
		border-color: #185DFB;
		color: white;
	}

.btn-cta-bordered {
	padding: 6px 24px;
	color: #2676ff;
	font-size: 20px;
	border: 1px solid #2676ff;
	background: transparent;
	border-radius: 3px;
}

	.btn-cta-bordered:hover {
		color: #2676ff;
	}

	.btn-cta-bordered:active,
	.btn-cta-bordered:focus {
		color: #2676ff;
	}

.btn-magnum {
	line-height: 57px;
	font-size: 21px;
	font-weight: 300;
	padding: 0 50px;
	text-align: center;
	text-decoration: none;
	height: 57px;
	color: #fff;
	background: #e34b42;
	border-radius: 30px;
}

	.btn-magnum:hover {
		color: #fff;
		background: #D14136 linear-gradient(to bottom, #E27167, #e34b42);
	}

.ginger-magnum .btn-magnum {
	margin-top: 74px;
	border: solid 1px #387b85;
	background-image: -moz-linear-gradient(55% 2% -90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #2cc4da), color-stop(1, #1897aa));
	background-image: -webkit-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -o-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: -ms-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
	background-image: linear-gradient(180deg, #2cc4da 0%, #1897aa 100%);
	-webkit-box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
}

	.ginger-magnum .btn-magnum:hover {
		color: #fff;
		background-image: -moz-linear-gradient(55% 2% -90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #33d5ec), color-stop(1, #21acc0));
		background-image: -webkit-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -o-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: -ms-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
		background-image: linear-gradient(180deg, #33d5ec 0%, #21acc0 100%);
	}

.ginger-magnum .btn-cta-ios {
	border: 3px solid white;
}

.ginger-magnum .btn-cta-android {
	border: 3px solid white;
}

.form-group {
	margin-bottom: 15px;
}

.btn-magnum.btn-magnum-extension {
	min-width: 300px;
	padding: 8px 40px;
	font-size: 17px;
	background: #D14136;
	line-height: 44px;
	box-shadow: none;
	border: none;
	border-radius: 50px;
	text-shadow: 0px -2px rgba(0, 0, 0, 0.1);
}

	.btn-magnum.btn-magnum-extension span {
		font-size: 14px;
	}

	.btn-magnum.btn-magnum-extension:hover {
		background: #D14136 linear-gradient(to bottom, #E27167, #D74339);
	}

	.btn-magnum.btn-magnum-extension:active {
		background: #D14136;
	}

.ginger-section-sep {
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 15px;
}

.ginger-section-bordered {
	border-bottom: solid 1px #ddd;
}

.ginger-section-middler {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: -4px;
}

section {
	padding: 65px 0 40px;
}

	section h1,
	section h2,
	section h3 {
		color: #20b1c9;
		margin: 0;
		line-height: 120%;
		font-weight: 400;
	}

	section h3 {
		font-size: 32px;
	}

.ginger-section-lightgrey {
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}

.ginger-section-green {
	background: #49cdab no-repeat;
	color: white;
	padding: 160px 0;
}

.ginger-section-text {
	font-size: 16px;
	color: #3D3D3D;
	line-height: 26px;
}

	.ginger-section-text p {
		margin: 16px 0;
	}

	.ginger-section-text h3,
	.ginger-section-text h2 {
		margin: 50px 0 16px 0;
		font-size: 20px;
		font-weight: 700;
		color: #22223D;
		line-height: 30px;
	}

@media (max-width: 767px) {
	.ginger-section-middler {
		display: block;
	}
}

.ginger-lead h3 {
	font-size: 32px;
	color: #222;
	font-weight: 400;
}

.ginger-lead p {
	font-size: 20px;
	color: #666;
	margin: 20px 0;
	line-height: 150%;
	font-weight: 600;
}

.ginger-lead.ginger-section-green h3,
.ginger-lead.ginger-section-green p {
	color: white;
}

.ginger-lead-center {
	text-align: center;
}

footer {
	background: #2e2e2e;
	font-size: 14px;
}

.ginger-footer-mobile {
	background: none;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	padding: 2em 0 1em;
	text-align: center;
}

.ginger-footer-title {
	color: #eee;
	font-size: 20px;
	margin-bottom: 14px;
}

.ginger-footer-social {
	margin-top: 15px;
}

.ginger-footer-minimal {
	background: #e8e8e8;
	padding: 30px 0;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	footer ul > li {
		padding: 0;
		margin: 0;
		line-height: 25px;
	}

		footer ul > li a {
			color: #bababa;
		}

			footer ul > li a img {
				max-height: 16px;
				position: relative;
				top: -2px;
				margin-right: 4px;
				height: 12px;
			}

			footer ul > li a:hover {
				color: #bababa;
			}

		footer ul > li.text-white > a {
			color: white;
		}

		footer ul > li.text-grammarcheck > a {
			color: #33e5ff;
		}

		footer ul > li.text-rephrase > a {
			color: #f05f96;
		}

		footer ul > li.text-personaltrainer > a {
			color: #acde13;
		}

		footer ul > li.text-speaker > a {
			color: #52b2ff;
		}

		footer ul > li.text-keyboard > a {
			color: #58c568;
		}

.btn-footer-social {
	box-shadow: inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3);
	background-color: #4f4f4f;
	background-image: -webkit-linear-gradient(top, #4f4f4f, #2b2b2b);
	background-image: linear-gradient(to bottom, #4f4f4f, #2b2b2b);
	border-radius: 40px;
	width: 36px;
	height: 36px;
	font-size: 17px;
	line-height: 42px;
	padding: 0;
	border: none;
	transition: background 0.5s, color 0.1s;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 4px;
}

	.btn-footer-social:hover {
		background-color: #5f5f5f;
		background-image: -webkit-linear-gradient(top, #5f5f5f, #2b2b2b);
		background-image: linear-gradient(to bottom, #5f5f5f, #2b2b2b);
	}

	.btn-footer-social.btn-footer-social-facebook:hover,
	.btn-footer-social.btn-footer-social-facebook:active,
	.btn-footer-social.btn-footer-social-facebook:focus {
		color: #4B7CE5;
	}

	.btn-footer-social.btn-footer-social-twitter:hover,
	.btn-footer-social.btn-footer-social-twitter:active,
	.btn-footer-social.btn-footer-social-twitter:focus {
		color: #46AECB;
	}

	.btn-footer-social.btn-footer-social-googleplus:hover,
	.btn-footer-social.btn-footer-social-googleplus:active,
	.btn-footer-social.btn-footer-social-googleplus:focus {
		color: #BE3838;
	}

	.btn-footer-social.btn-footer-social-youtube:hover,
	.btn-footer-social.btn-footer-social-youtube:active,
	.btn-footer-social.btn-footer-social-youtube:focus {
		color: #E8302B;
	}

	.btn-footer-social.btn-footer-social-linkedin:hover,
	.btn-footer-social.btn-footer-social-linkedin:active,
	.btn-footer-social.btn-footer-social-linkedin:focus {
		color: #1884BB;
	}

.ginger-footer-menu {
	padding: 26px 0;
}

	.ginger-footer-menu .list-inline > li {
		padding: 0 2px;
	}

.ginger-footer-note {
	background: #151515;
	padding: 10px 0;
	font-size: 12px;
	color: #aaa;
}

	.ginger-footer-note a {
		color: #aaa;
	}

	.ginger-footer-note p {
		margin: 0;
	}

.ginger-pagehead {
	padding: 0;
	background: #28aabe;
	position: relative;
	overflow: hidden;
}

	.ginger-pagehead h1 {
		line-height: 80px;
		font-size: 46px;
		font-weight: 400;
		color: #fff;
		margin-left: 24px;
	}

.ginger-pagehead-icon {
	position: absolute;
	color: white;
	opacity: 0.1;
	bottom: 2px;
	font-size: 120px;
}

	.ginger-pagehead-icon.gingericon-correct-o {
		transform: scaleX(-1);
	}

.ginger-pagehead-ad {
	text-align: center;
	padding: 10px 0;
}

.ginger-title {
	margin: 32px 0 0 0;
	padding: 0;
}

	.ginger-title h1 {
		font-size: 50px;
		color: #222;
		font-weight: lighter;
	}

.ginger-text {
	font-size: 14px;
	line-height: 150%;
}

.ginger-sidetoc {
	color: #444;
	font-size: 16px;
}

	.ginger-sidetoc .ginger-sidetoc-menus > a {
		color: #787878;
		margin: 10px 0;
		display: block;
		font-size: 14px;
		line-height: 20px;
	}

		.ginger-sidetoc .ginger-sidetoc-menus > a:first-child {
			margin-top: 0;
		}

		.ginger-sidetoc .ginger-sidetoc-menus > a:last-child {
			margin-bottom: 0;
		}

.ginger-sidetoc-menus,
.ginger-sidetoc-ad {
	background: #fff;
	padding: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 6px;
	color: #787878;
	font-size: 14px;
	line-height: 20px;
}

	.ginger-sidetoc-menus h4 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
		color: #787878;
		margin-bottom: 15px;
		margin-top: 0;
	}

.ginger-sidetoc-ad {
	margin-top: 30px;
}

	.ginger-sidetoc-ad h4 {
		font-weight: 700;
		font-size: 14px;
		margin: 0;
		line-height: 20px;
		color: #787878;
	}

	.ginger-sidetoc-menus,
	.ginger-sidetoc-ad .ginger-sidetoc-ad-link,
	.ginger-sidetoc-menus,
	.ginger-sidetoc-ad .ginger-sidetoc-ad-link a {
		color: #1DA0B3;
		font-size: 14px;
		line-height: 20px;
	}

	.ginger-sidetoc-menus,
	.ginger-sidetoc-ad .ginger-sidetoc-ad-link {
		margin-top: 10px;
	}

	.ginger-sidetoc-ad .btn-primary {
		margin-top: 20px;
		background-color: #fff;
		color: #42A9B8;
		border: 1px solid #42A9B8;
		text-shadow: none;
		font-size: 14px;
		line-height: 18px;
		padding: 10px 0;
		font-weight: 400;
		width: 100%;
	}

.footer-socialicons i {
	margin: 0 0px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -4px;
	border-radius: 5px;
	line-height: 24px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.08);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

	.footer-socialicons i:hover {
		background: rgba(255, 255, 255, 0.1);
	}

@media (max-width: 991px) {
	/*.ginger-pagehead {
    background-image: -webkit-gradient(radial, 65% 1%, 0, 65% 1%, 681.7759086202, color-stop(0, #42a3b1), color-stop(0.4, #106774), color-stop(1, #041d20));
    background-image: -webkit-radial-gradient(65% 1%, circle farthest-side, #42a3b1 0%, #106774 40%, #041d20 100%);
    background-image: radial-gradient(682px at 65% 1%, #42a3b1 0%,#106774 40%,#041d20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42a3b1', endColorstr='#041d20',GradientType=0 );
    height:auto;
    overflow:auto;
  }
  .ginger-pagehead h1{
    padding:50px 10px 50px 10px;
    margin:0;
    font-size: 60px;
    color: #33e5ff;
    line-height: 1.2em;
    text-align:center;
    position:relative;z-index:10;
  }
  .ginger-pagehead-icon{
    display:block;
    position:absolute;z-index:9;
    bottom:10%;
    margin:0 auto;font-size:200px;
    color:rgba(255,255,255,.1);
  }*/
	.ginger-lead {
		text-align: center;
		padding: 42px 0 18px;
	}

		.ginger-lead p,
		.ginger-lead h3 {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}

		.ginger-lead p {
			text-align: justify;
			max-width: 510px;
		}

	section h3 {
		font-size: 2em;
	}
}

.em-red,
.em-green {
	font-style: normal;
	color: #d90000;
	font-weight: bold;
}

.em-green {
	color: #59b200;
}

.ginger-section-textual h2 > img {
	position: relative;
	top: -4px;
}

.ginger-section-textual p {
	margin: 15px 0;
}

.ginger-topad {
	text-align: center;
}

#swfcontainer {
	position: absolute;
}

[ginger-showswitch] {
	visibility: hidden;
}

.ginger-grammarchecker-widget [ginger-showswitch-condition] {
	display: none;
}

.ginger-footer-mobile-grammarcheck {
	background: #F7F7F7;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
	padding: 20px 30px 12px 30px;
}

	.ginger-footer-mobile-grammarcheck ul {
		display: none;
		list-style-type: none;
	}

		.ginger-footer-mobile-grammarcheck ul li {
			margin-top: 5px;
			margin-left: 10px;
		}

			.ginger-footer-mobile-grammarcheck ul li a {
				color: #787878;
			}

.ginger-footer-mobile-grammarcheck-section {
	margin-bottom: 10px;
}

.ginger-footer-mobile-grammarcheck-section-title {
	font-weight: bold;
	position: relative;
}

	.ginger-footer-mobile-grammarcheck-section-title:after {
		content: '\e90b';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 18px;
		color: #9DA0A6;
		font-family: 'gingericon';
	}

.ginger-footer-mobile-grammarcheck-section.open ul {
	display: block;
}

.ginger-footer-mobile-grammarcheck-section.open .ginger-footer-mobile-grammarcheck-section-title:after {
	transform: rotate(180deg);
}

footer .ginger-footer-menu-new {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ginger-footer-menu-new {
	background: #f8fdfd;
	padding: 30px 0 10px;
}

	.ginger-footer-menu-new .col-md-5ths {
		padding-right: 10px;
	}

		.ginger-footer-menu-new .col-md-5ths:first-of-type {
			width: 22%;
		}

		.ginger-footer-menu-new .col-md-5ths:last-of-type {
			width: 18%;
		}

	.ginger-footer-menu-new .ginger-footer-bottom {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		color: #787878;
	}

		.ginger-footer-menu-new .ginger-footer-bottom a {
			color: #787878;
		}

	.ginger-footer-menu-new .ginger-footer-title {
		color: #107280;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		position: relative;
	}

	.ginger-footer-menu-new ul li {
		margin-bottom: 10px;
		position: relative;
		line-height: 20px;
	}

		.ginger-footer-menu-new ul li a {
			color: #3D3D3D;
			font-weight: normal;
			font-size: 13.5px;
			line-height: 20px;
			padding-bottom: 1px;
		}

			.ginger-footer-menu-new ul li a i {
				vertical-align: middle;
			}

			.ginger-footer-menu-new ul li a:hover,
			.ginger-footer-menu-new ul li a:focus {
				color: #3D3D3D;
				text-decoration: none;
				border-bottom: 1px solid #3D3D3D;
			}

	.ginger-footer-menu-new .ginger-footer-title.margin-desktop {
		margin-top: 20px;
	}

.ginger-footer-menu-new-more {
	position: relative;
}

	.ginger-footer-menu-new-more:after {
		content: "\e90b";
		position: absolute;
		right: -20px;
		top: 0;
		font-family: 'gingericon';
		display: inline-block;
	}

	.ginger-footer-menu-new-more:hover,
	.ginger-footer-menu-new-more:focus {
		text-decoration: none;
	}

.ginger-footer-menu-new-more-dropdown {
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	position: absolute;
	bottom: 22px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	display: none;
}

.ginger-footer-menu-new .ginger-footer-menu-new-section .ginger-footer-menu-new-more-dropdown ul {
	margin-left: 0;
	padding-bottom: 0;
}

	.ginger-footer-menu-new .ginger-footer-menu-new-section .ginger-footer-menu-new-more-dropdown ul li {
		margin-bottom: 0;
	}

.ginger-footer-menu-new-more-dropdown ul li {
	margin-bottom: 0;
}

	.ginger-footer-menu-new-more-dropdown ul li a {
		color: #333;
		font-size: 14px;
		padding: 5px;
		display: block;
		font-weight: 600;
		margin-bottom: 0;
	}

		.ginger-footer-menu-new-more-dropdown ul li a:hover,
		.ginger-footer-menu-new-more-dropdown ul li a:focus {
			background: #F7F7F7;
			text-decoration: none;
			border-radius: 4px;
			border: none;
		}
/* Other ways to use ginger */
.other-ways-to-use-ginger {
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

	.other-ways-to-use-ginger p {
		font-size: 16px;
		line-height: 24px;
		color: #22223D;
		margin-bottom: 10px;
		margin-top: 18px;
		font-weight: normal;
	}

.other-ways-to-use-ginger-bottom {
	color: #1DA0B3;
	font-size: 14px;
	line-height: 20px;
}

.other-ways-to-use-ginger.word .other-ways-to-use-ginger-logo img {
	width: 44px;
}

.other-ways-to-use-ginger .other-ways-to-use-ginger-logo {
	height: 40px;
}

.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group {
	margin-left: 48px;
}

.other-ways-to-use-ginger.desktop .other-ways-to-use-ginger-logo-group {
	padding-top: 3px;
}

.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group .right {
	width: 18px;
	height: 18px;
	vertical-align: top;
	margin-right: 3px;
}

.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group i {
	font-size: 18px;
	vertical-align: top;
}

.other-ways-to-use-ginger-title {
	color: #22223D;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
}

.flex-row {
	display: flex;
}

.flex-col-4 {
	width: 33.333%;
	align-content: center;
}

.wp-image-wrapper {
	margin-top: 40px;
	margin-bottom: -10px;
}

	.wp-image-wrapper .wp-block-image img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.wp-image-wrapper .wp-block-columns {
		display: flex;
		flex-direction: row;
	}

		.wp-image-wrapper .wp-block-columns .wp-block-column {
			width: 50%;
		}

			.wp-image-wrapper .wp-block-columns .wp-block-column:first-child {
				padding-right: 20px;
			}

			.wp-image-wrapper .wp-block-columns .wp-block-column:nth-child(2) {
				padding-left: 20px;
			}

			.wp-image-wrapper .wp-block-columns .wp-block-column figure {
				margin: -12px;
			}

			.wp-image-wrapper .wp-block-columns .wp-block-column img {
				margin: 0 auto;
			}

.ginger-auth-popup {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.ginger-auth-popup-wrapper {
	width: 100%;
	max-width: 480px;
	height: 100%;
	max-height: 630px;
	z-index: 1;
	font-weight: 200;
	position: absolute;
	overflow-y: auto;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.ginger-auth-popup-close a {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 12px;
	text-decoration: none;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 3;
}

.ginger-auth-popup iframe {
	position: relative;
	width: 100%;
	max-width: 480px;
	height: 624px;
	background: #ffffff;
	border-radius: 8px;
	border: none;
	z-index: 2;
}

.ginger-sidebar-section {
	margin-bottom: 50px;
}

.ginger-sidebar-section-title {
	color: #22223D;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

.ginger-sidebar-section-link {
	margin-top: 15px;
	display: block;
}

	.ginger-sidebar-section-link,
	.ginger-sidebar-section-link a {
		font-size: 14px;
		line-height: 20px;
		color: #22223D;
		text-decoration: none;
	}

		.ginger-sidebar-section-link a {
			display: inline;
		}

			.ginger-sidebar-section-link a:hover {
				text-decoration: underline;
			}

		.ginger-sidebar-section-link.active,
		.ginger-sidebar-section-link.active a {
			color: #1B94A6;
		}

		.ginger-sidebar-section-link i {
			margin-right: 10px;
			font-size: 20px;
			vertical-align: bottom;
			width: 20px;
			text-align: center;
			display: inline-block;
		}

		.ginger-sidebar-section-link img {
			width: 20px;
			margin-right: 10px;
		}

		.ginger-sidebar-section-link.mobile img {
			width: 12px;
			margin-left: 4px;
			margin-right: 14px;
		}

.ginger-button {
	border: 1px solid #1B94A6;
	background: #1B94A6;
	border-radius: 6px;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

	.ginger-button:hover {
		border-color: #1fa8bc;
		background: #1fa8bc;
		color: #fff;
		text-decoration: none;
	}

	.ginger-button.secondary {
		color: #1B94A6;
		background: #fff;
	}

		.ginger-button.secondary:hover {
			border-color: #46cde1;
			color: #46cde1;
		}

		.ginger-button.secondary:focus,
		.ginger-button.secondary:active {
			border-color: #178090;
			color: #178090;
			text-decoration: none;
		}

	.ginger-button.blue {
		background: #475DCC;
		border-color: #475DCC;
		color: #fff;
	}

		.ginger-button.blue:hover {
			background: #5b6fd2;
			border-color: #5b6fd2;
		}

		.ginger-button.blue:focus,
		.ginger-button.blue:active {
			background: #364ec3;
			border-color: #364ec3;
		}

	.ginger-button.darkblue {
		background: #3A4573;
		border-color: #3A4573;
		color: #fff;
	}

		.ginger-button.darkblue:hover {
			background: #434f84;
			border-color: #434f84;
		}

		.ginger-button.darkblue:focus,
		.ginger-button.darkblue:active {
			background: #313b62;
			border-color: #313b62;
		}

	.ginger-button.lightblue {
		background: #13AABF;
		border-color: #13AABF;
		color: #fff;
	}

		.ginger-button.lightblue:hover {
			background: #15bfd6;
			border-color: #15bfd6;
		}

		.ginger-button.lightblue:focus,
		.ginger-button.lightblue:active {
			background: #1195a8;
			border-color: #1195a8;
		}

	.ginger-button.green {
		background: #37B878;
		border-color: #37B878;
		color: #fff;
	}

		.ginger-button.green:hover {
			background: #42c785;
			border-color: #42c785;
		}

		.ginger-button.green:focus,
		.ginger-button.green:active {
			background: #31a46b;
			border-color: #31a46b;
		}

	.ginger-button.grey {
		background: #E6E6E6;
		border-color: #E6E6E6;
		color: #4E4E4E;
	}

		.ginger-button.grey:hover {
			background: #f3f3f3;
			border-color: #f3f3f3;
		}

		.ginger-button.grey:focus,
		.ginger-button.grey:active {
			background: #d9d9d9;
			border-color: #d9d9d9;
		}

.ginger-purple-cta {
	background: linear-gradient(135deg, rgba(255, 102, 140, 0.05) 0%, rgba(161, 92, 230, 0.05) 100%);
	border: 1px solid #D0C3D9;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

	.ginger-purple-cta .btn-cta-android {
		min-width: 130px;
	}

.ginger-purple-cta-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #22223D;
}

.ginger-purple-cta-title {
	margin-bottom: 30px;
}

.ginger-purple-cta-image {
	max-width: 300px;
	margin: 0 auto 30px auto;
}

	.ginger-purple-cta-image img {
		margin: 0 auto;
		border: 1px solid #D9D9D9;
		box-sizing: border-box;
		border-radius: 10px;
	}

.ginger-purple-cta-footer {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

	.ginger-purple-cta-footer .ginger-button {
		width: 100%;
		min-width: 230px;
		display: block;
	}

		.ginger-purple-cta-footer .ginger-button span {
			font-weight: 300;
			opacity: 0.7;
		}

	.ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child {
		margin-right: 17px;
	}

@media (max-width: 893px) {
	.ginger-purple-cta-footer {
		flex-direction: column;
	}

		.ginger-purple-cta-footer .ginger-button {
			min-width: auto;
			max-width: 230px;
		}

		.ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child {
			margin: 0;
		}

			.ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child a {
				margin-bottom: 16px;
			}
}

@media (max-width: 768px) {
	.ginger-purple-cta .ginger-purple-cta-image {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.ginger-footer-menu-new .col-md-5ths:first-of-type {
		width: 100%;
	}

	.ginger-footer-menu-new .col-md-5ths:last-of-type {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	body.ginger-page-home-page .container {
		width: 1100px;
	}
}

@media (max-width: 992px) {
	.ginger-footer-menu-new {
		padding: 30px 15px 24px 15px;
	}

		.ginger-footer-menu-new ul {
			display: none;
			margin-left: 10px;
		}

			.ginger-footer-menu-new ul li {
				margin-bottom: 5px;
			}

	.ginger-footer-menu-new-section.open .ginger-footer-title {
		margin-bottom: 5px;
	}

	.ginger-footer-menu-new-section.open ul {
		display: block;
		padding-bottom: 10px;
	}

	.ginger-footer-menu-new .ginger-footer-title:after {
		content: '\e90b';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 18px;
		color: #999;
		font-family: 'gingericon';
	}

	.ginger-footer-menu-new-section.open .ginger-footer-title:after {
		transform: rotate(180deg);
	}

	.ginger-footer-menu-new .ginger-footer-title.margin-desktop {
		margin-top: 0;
	}

	.ginger-footer-menu-new .ginger-footer-title {
		margin-bottom: 10px;
		cursor: pointer;
	}

	.ginger-footer-bottom .section-row {
		flex-direction: column;
		line-height: 2em;
	}

	.other-ways-to-use-ginger {
		margin-bottom: 15px;
	}

		.other-ways-to-use-ginger p {
			text-align: center;
		}

	.mobile-sticky-bottom {
		position: fixed;
		bottom: 0;
		z-index: 20;
		background: #eee;
		border-top: 1px solid #ddd;
		width: 100%;
		margin: 0 !important;
	}

	.mobile-sticky-bottom-close {
		position: absolute;
		padding: 3px;
		width: 28px;
		height: 28px;
		top: -28px;
		right: 0;
		background-color: #eee;
		border: 1px solid #ddd;
		border-bottom: none;
		border-radius: 4px 0 0 0;
		font-size: 20px;
		color: #4f4f4f;
		line-height: 20px;
		cursor: pointer;
	}
}

@media (max-width: 720px) {
	.wp-image-wrapper .wp-block-columns {
		flex-direction: column;
	}

		.wp-image-wrapper .wp-block-columns .wp-block-column {
			width: 100%;
		}

			.wp-image-wrapper .wp-block-columns .wp-block-column:first-child {
				padding-right: 0;
			}

			.wp-image-wrapper .wp-block-columns .wp-block-column:nth-child(2) {
				padding-left: 0;
			}
}

@media (max-width: 767px) {
	.ginger-footer-menu-new {
		padding-top: 20px;
	}
}

.row-gc {
	margin: 0 -10px;
}

.col-gc {
	float: left;
	padding: 0 10px;
}

.col-gc-left {
	width: calc(100% - 587px);
}

.col-gc-center {
	width: 267px;
}

.col-gc-right {
	width: 300px;
}

@media (max-width: 1040px) {
	.col-gc-right {
		display: none;
	}

	.col-gc-left {
		width: calc(100% - 267px);
	}
}

@media (max-width: 760px) {
	.col-gc-center {
		display: none;
	}

	.col-gc-left {
		width: 100%;
	}

	.ginger-grammarchecker-widget .ginger-grammarchecker-widget-body {
		margin: 0 -15px;
		border-radius: 0;
		padding: 15px 15px 40px 15px;
	}
}

.ginger-blog {
	font-family: 'Roboto', sans-serif;
	margin-top: 60px;
}

	.ginger-blog .row {
		margin-left: -35px;
		margin-right: -35px;
	}

	.ginger-blog [class*='col-'],
	.ginger-blog .container {
		padding: 0 35px;
	}

	.ginger-blog .ginger-blog-title {
		font-size: 55px;
		line-height: 50px;
		font-weight: 500;
		color: #000;
		margin-bottom: 70px;
		margin-top: 56px;
		text-align: center;
	}

	.ginger-blog .ginger-blog-post-thumb {
		width: 100%;
		border-radius: 15px;
		margin-bottom: 20px;
		display: block;
		position: relative;
	}

	.ginger-blog .ginger-blog-post-thumb-placeholder {
		margin-bottom: 20px;
		height: 4px;
		width: 100%;
		max-width: 100px;
		display: block;
		background: #1B94A6;
		border-radius: 4px;
		bottom: 0;
		left: 0;
	}

	.ginger-blog .ginger-blog-post-tag {
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		color: #787878;
		margin-bottom: 10px;
	}

	.ginger-blog .ginger-blog-post-title {
		font-weight: bold;
		font-size: 25px;
		line-height: 26px;
		margin: 0;
	}

		.ginger-blog .ginger-blog-post-title a {
			color: #22223D;
		}

	.ginger-blog .ginger-blog-post-single {
		margin-bottom: 70px;
		padding: 0 20px;
	}

		.ginger-blog .ginger-blog-post-single a {
			text-decoration: none;
		}

		.ginger-blog .ginger-blog-post-single a,
		.ginger-blog .ginger-blog-post-single .ginger-blog-post {
			height: 100%;
		}

		.ginger-blog .ginger-blog-post-single .ginger-blog-post-tag {
			font-size: 13px;
			line-height: 14px;
			font-weight: normal;
		}

		.ginger-blog .ginger-blog-post-single .ginger-blog-post-title {
			height: 90px;
			font-weight: 500;
			font-size: 20px;
			line-height: 30px;
			color: #22223D;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			/* number of lines to show */
			-webkit-box-orient: vertical;
		}

		.ginger-blog .ginger-blog-post-single .ginger-blog-post {
			padding: 15px;
			border-radius: 25px;
			height: 100%;
			display: flex;
			align-items: flex-end;
		}

			.ginger-blog .ginger-blog-post-single .ginger-blog-post:hover {
				background: #F7F7F7;
			}

	.ginger-blog .ginger-blog-lead {
		margin-bottom: 70px;
	}

		.ginger-blog .ginger-blog-lead .ginger-blog-post-tag {
			font-size: 25px;
			line-height: 29px;
			margin-top: 44px;
		}

		.ginger-blog .ginger-blog-lead .ginger-blog-post-title {
			font-size: 40px;
			line-height: 50px;
			color: #1B94A6;
		}

			.ginger-blog .ginger-blog-lead .ginger-blog-post-title a {
				color: #1B94A6;
			}

	.ginger-blog .ginger-blog-single {
		margin-top: -40px;
	}

		.ginger-blog .ginger-blog-single .ginger-blog-lead {
			margin-bottom: 25px;
		}

			.ginger-blog .ginger-blog-single .ginger-blog-lead .ginger-blog-post-thumb-placeholder {
				margin-bottom: 0;
			}

			.ginger-blog .ginger-blog-single .ginger-blog-lead .ginger-blog-post-tag {
				font-size: 14px;
				line-height: 30px;
				margin-top: 28px;
				margin-bottom: 12px;
			}

		.ginger-blog .ginger-blog-single h1.ginger-blog-post-title {
			font-size: 36px;
		}

		.ginger-blog .ginger-blog-single .ginger-blog-lead {
			margin-bottom: 35px;
		}

		.ginger-blog .ginger-blog-single .ginger-blog-newsletter {
			margin-top: 60px;
		}

	.ginger-blog .ginger-blog-post-details {
		margin-top: 10px;
		margin-bottom: 15px;
	}

		.ginger-blog .ginger-blog-post-details h3 {
			font-size: 16px;
			line-height: 25px;
			color: #787878;
			margin: 0;
			font-weight: normal;
		}

	.ginger-blog .ginger-blog-single .ginger-blog-lead img {
		border-radius: 15px;
		margin: 0 auto;
	}

	.ginger-blog .ginger-blog-post-content {
		color: #000;
		font-size: 18px;
		line-height: 25px;
		font-weight: normal;
	}

		.ginger-blog .ginger-blog-post-content img {
			max-width: 100%;
			height: auto;
			display: block;
		}

		.ginger-blog .ginger-blog-post-content a {
			color: #1b94a6;
		}

		.ginger-blog .ginger-blog-post-content .lead {
			font-size: 18px;
			line-height: 25px;
			font-weight: normal;
		}

		.ginger-blog .ginger-blog-post-content .has-huge-font-size {
			font-size: 42px;
			line-height: 1em;
		}

		.ginger-blog .ginger-blog-post-content .has-large-font-size {
			font-size: 36px;
			line-height: 1em;
		}

		.ginger-blog .ginger-blog-post-content .has-medium-font-size {
			font-size: 20px;
			line-height: 1em;
		}

		.ginger-blog .ginger-blog-post-content .has-normal-font-size {
			font-size: 16px;
			line-height: 1em;
		}

		.ginger-blog .ginger-blog-post-content .has-small-font-size {
			font-size: 13px;
			line-height: 1em;
		}

	.ginger-blog .ginger-blog-post-wrapper {
		width: 100%;
	}

	.ginger-blog .ginger-blog-newsletter {
		padding: 30px 80px 35px;
		border-radius: 15px;
		background: linear-gradient(112.05deg, rgba(163, 87, 217, 0.2) 0%, rgba(27, 148, 166, 0.2) 100%);
		text-align: center;
		max-width: 710px;
		margin: 44px auto 0 auto;
	}

	.ginger-blog .ginger-blog-newsletter-body {
		max-width: 548px;
		margin: 0 auto;
	}

	.ginger-blog .ginger-blog-newsletter-title {
		font-size: 16px;
		line-height: 30px;
		color: #000;
		margin-bottom: 8px;
	}

	.ginger-blog .ginger-blog-newsletter .input-group {
		display: flex;
	}

		.ginger-blog .ginger-blog-newsletter .input-group input {
			border-radius: 0;
			text-align: left;
			background: #F5F5F5;
			border: none;
			height: 38px;
		}

		.ginger-blog .ginger-blog-newsletter .input-group button {
			background: #20B3C8;
			border-radius: 0;
			height: 100%;
		}

			.ginger-blog .ginger-blog-newsletter .input-group button:hover {
				background: #25c5dc;
				border-color: #25c5dc;
			}

			.ginger-blog .ginger-blog-newsletter .input-group button:focus,
			.ginger-blog .ginger-blog-newsletter .input-group button:active {
				background: #1c9fb2;
				border-color: #1c9fb2;
			}

			.ginger-blog .ginger-blog-newsletter .input-group button:disabled {
				opacity: 0.5;
				cursor: not-allowed;
			}

	.ginger-blog .ginger-blog-newsletter-success {
		display: none;
		font-size: 14px;
		line-height: 30px;
		color: #000;
		margin: -8px auto 0 auto;
	}

	.ginger-blog .ginger-blog-newsletter.subscribe {
		margin-top: 0;
		height: 270px;
		padding: 32px 45px 65px;
		max-width: 100%;
	}

		.ginger-blog .ginger-blog-newsletter.subscribe .ginger-blog-newsletter-title b {
			font-size: 18px;
			line-height: 30px;
		}

		.ginger-blog .ginger-blog-newsletter.subscribe .ginger-blog-newsletter-title p {
			font-size: 16px;
			line-height: 25px;
			margin-top: 22px;
			margin-bottom: 33px;
		}

		.ginger-blog .ginger-blog-newsletter.subscribe.bottom {
			padding-top: 38px;
			padding-bottom: 30px;
			height: auto;
			max-width: 900px;
			margin-bottom: 80px;
			margin-top: 44px;
		}

			.ginger-blog .ginger-blog-newsletter.subscribe.bottom .ginger-blog-newsletter-title p {
				margin-top: 14px;
				margin-bottom: 20px;
			}

			.ginger-blog .ginger-blog-newsletter.subscribe.bottom .input-group {
				max-width: 320px;
				margin: 0 auto;
			}

	.ginger-blog .ginger-blog-newsletter.write-together {
		margin-top: 0;
		background: #FFFFFF;
		border: 1px solid #E6E6E6;
		box-sizing: border-box;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		padding: 48px 30px;
	}

		.ginger-blog .ginger-blog-newsletter.write-together .ginger-blog-newsletter-title b {
			font-size: 18px;
			line-height: 30px;
			color: #1B94A6;
		}

		.ginger-blog .ginger-blog-newsletter.write-together .ginger-blog-newsletter-title p {
			font-size: 16px;
			line-height: 25px;
			color: #000000;
			margin-top: 13px;
			margin-bottom: 42px;
		}

		.ginger-blog .ginger-blog-newsletter.write-together .input-group {
			max-width: 228px;
			margin: 0 auto;
		}

		.ginger-blog .ginger-blog-newsletter.write-together .ginger-blog-newsletter-success {
			max-width: 182px;
			line-height: 20px;
		}

	.ginger-blog .ginger-blog-read-more {
		margin-top: 82px;
	}

	.ginger-blog .ginger-blog-read-more-title {
		color: #000000;
		font-weight: bold;
		font-size: 22px;
		line-height: 50px;
		margin: 0 0 22px 0;
	}

	.ginger-blog .ginger-blog-premium-cta {
		background: linear-gradient(112.05deg, rgba(163, 87, 217, 0.2) 0%, rgba(27, 148, 166, 0.2) 100%);
		border-radius: 15px;
		padding: 16px 34px 20px;
		max-width: 710px;
		text-align: center;
		margin: 35px auto;
	}

	.ginger-blog .ginger-blog-premium-cta-header {
		display: flex;
		color: #000;
	}

		.ginger-blog .ginger-blog-premium-cta-header p {
			text-align: left;
			margin-bottom: 16px;
			font-size: 16px;
			line-height: 25px;
		}

			.ginger-blog .ginger-blog-premium-cta-header p b {
				font-size: 18px;
			}

		.ginger-blog .ginger-blog-premium-cta-header img {
			padding-right: 10px;
			margin-top: -30px;
		}

	.ginger-blog .ginger-blog-premium-cta .ginger-button {
		border-radius: 8px;
		background: #fff;
		border-color: #fff;
		font-size: 16px;
		line-height: 25px;
		color: #1B94A6;
		padding: 6px 40px;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		width: 100%;
		max-width: 250px;
	}

		.ginger-blog .ginger-blog-premium-cta .ginger-button:hover {
			color: #fff;
			background: #1B94A6;
			border-color: #1B94A6;
		}

		.ginger-blog .ginger-blog-premium-cta .ginger-button:focus,
		.ginger-blog .ginger-blog-premium-cta .ginger-button:active {
			color: #fff;
			background: #178090;
			border-color: #178090;
		}

	.ginger-blog .ginger-blog-loading {
		text-align: center;
		margin-bottom: 38px;
		display: none;
		height: 60px;
	}

		.ginger-blog .ginger-blog-loading img {
			margin-top: 18px;
		}

	.ginger-blog .ginger-blog-load-more {
		background: #89d6e0;
		border-radius: 20px;
		color: #000;
		font-size: 16px;
		line-height: 30px;
		border: none;
		padding: 15px;
		margin: 0 auto 38px auto;
		width: 100%;
		max-width: 320px;
	}

		.ginger-blog .ginger-blog-load-more:hover {
			background: #9ddde5;
			border-color: #9ddde5;
		}

		.ginger-blog .ginger-blog-load-more:focus,
		.ginger-blog .ginger-blog-load-more:active {
			background: #75cfdb;
			border-color: #75cfdb;
		}

	.ginger-blog .ginger-blog-card {
		text-decoration: none;
	}

	.ginger-blog .ginger-blog-card-thumb {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}

	.ginger-blog .ginger-blog-card-bottom {
		padding: 19px 30px;
		border-radius: 0 0 10px 10px;
		border: 1px solid #E6E6E6;
	}

	.ginger-blog .ginger-blog-card-bottom-tag {
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: #787878;
		margin: 0 0 5px 0;
	}

	.ginger-blog .ginger-blog-card-bottom-title {
		font-weight: bold;
		font-size: 30px;
		line-height: 40px;
		color: #1B94A6;
		margin: 0;
	}

@media (min-width: 1400px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 991px) {
	.ginger-blog .ginger-blog-single {
		width: 780px;
	}
}

@media (min-width: 768px) {
	.ginger-blog .ginger-blog-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

		.ginger-blog .ginger-blog-list > [class*='col-'] {
			display: flex;
			flex-direction: column;
		}
}

@media (max-width: 1200px) {
	.ginger-blog .container {
		width: 780px;
	}

	.ginger-blog .ginger-blog-title {
		margin-bottom: 46px;
		font-size: 35px;
		line-height: 50px;
	}

	.ginger-blog .ginger-blog-lead .ginger-blog-post-title {
		line-height: 26px;
	}

		.ginger-blog .ginger-blog-lead .ginger-blog-post-title a {
			color: #22223D;
			font-size: 25px;
		}

	.ginger-blog .ginger-blog-lead .ginger-blog-post-tag {
		font-size: 14px;
		line-height: 20px;
	}

	.ginger-blog .ginger-blog-lead {
		margin-bottom: 35px;
	}

	.ginger-blog .ginger-blog-single {
		margin-top: 35px;
	}

		.ginger-blog .ginger-blog-single .ginger-blog-post-content {
			margin-bottom: 40px;
		}

	.ginger-blog .ginger-blog-post-single {
		margin-bottom: 35px;
	}

	.ginger-blog .ginger-blog-lead .ginger-blog-post-tag {
		margin-top: 0;
	}

	.ginger-blog .ginger-blog-newsletter {
		padding: 38px 17px 58px;
		margin-bottom: 38px;
		margin-top: 2px;
	}

	.ginger-blog .ginger-blog-newsletter-title {
		margin-bottom: 32px;
	}

		.ginger-blog .ginger-blog-newsletter-title b {
			font-weight: 500;
		}

	.ginger-blog .ginger-blog-newsletter .input-group {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

	.ginger-blog hr {
		margin: 0;
		border-color: rgba(0, 0, 0, 0.2);
	}

	.ginger-blog .ginger-blog-single .ginger-blog-post-subtitle {
		margin-top: 7px;
		margin-bottom: 17px;
		font-size: 18px;
		line-height: 30px;
	}

	.ginger-blog .ginger-blog-single .ginger-blog-lead {
		margin-bottom: 18px;
	}

	.ginger-blog .ginger-blog-post-content h2 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ginger-blog .ginger-blog-read-more {
		margin-top: 18px;
	}

	.ginger-blog .ginger-blog .ginger-blog-post-details {
		margin-top: 20px;
	}

	.ginger-blog .ginger-blog-post-single {
		padding: 0 20px;
	}
}

@media (max-width: 992px) {
	.ginger-blog .ginger-blog-single h1.ginger-blog-post-title {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		margin-bottom: 13px;
	}
}
/* Small device */
@media (max-width: 768px) {
	.ginger-blog .container {
		width: 100%;
	}

	.ginger-blog .ginger-blog-post-single .ginger-blog-post-title {
		height: auto;
	}

	.ginger-blog .ginger-blog-single h1.ginger-blog-post-title {
		text-align: center;
	}
}

.wp-ctawidget {
	font-family: Roboto, "Open Sans", Arial, Helvetica, sans;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 30px 50px;
	border-top: 3px solid rgba(66, 169, 184, 0.46);
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin: 1em 0;
}

.wp-ctawidget-content {
	display: flex;
	justify-content: space-between;
}

.wp-ctawidget-content-text {
	color: black;
}

	.wp-ctawidget-content-text b {
		font-size: 28px;
		line-height: 33px;
		color: #1DA0B3;
		display: block;
		margin-bottom: 8px;
	}

.wp-ctawidget-content-btn {
	align-self: center;
	background: #1DA0B3;
	border-radius: 6px;
	color: white;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 28px;
}

	.wp-ctawidget-content-btn:hover {
		color: white;
		text-decoration: none;
	}

@media (max-width: 768px) {
	.wp-ctawidget-content {
		flex-direction: column;
	}

	.wp-ctawidget-content-text {
		text-align: center;
		margin-bottom: 16px;
	}
}

.ginger-blog-pagination {
	text-align: center;
}

	.ginger-blog-pagination .page-numbers {
		width: 25px;
		height: 25px;
		color: #1B94A6;
		font-size: 15px;
		line-height: 25px;
		display: inline-block;
	}

		.ginger-blog-pagination .page-numbers:not(:last-child) {
			margin-right: 10px;
		}

		.ginger-blog-pagination .page-numbers.current {
			color: #fff;
			background: #1B94A6;
			border-radius: 4px;
		}
