:root {
    --main-blue: #1593cc;
}

html, body {
	overflow-x: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 100%;
    color: #232323;
}

p {font-size: 1rem; line-height: 1.65rem;}
h5 {font-size: 1.1rem;}

label,
strong {
    font-weight: 500;
}

.strike {
    text-decoration: line-through;
}

.gray {
	color: #999;
}

.background-gray {background-color: #ecf0f1;}
.background-light-gray {background-color: #fafafa;}
.background-blue {background-color: var(--main-blue);}
.background-light-blue {background-color: #effaff;}

.bg-light-green {background-color: #dff0d8;}
.bg-premium-blue {background-color: #337ab7;}

.orange { color: #f69551; }
.green { color: #5eba7d; }
.dark-green { color: #1b7a3a; }
.grey { color: #cacaca; }
.blue { color: #2aa5dd; }
.premium-blue { color: #2e6da4; }

.separator {
    border-bottom: 1px #777 solid;
}

.center {
    text-align: center;
}

.bi {
   vertical-align: -.125em;
}

/******************************
*  SPINNER
******************************/
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/******************************
*  ALERTS
******************************/
.alert-info {
	color: #333;
	background-color: #e0f5ff;
	border-color: #8a8a8a;
}

.alert-discrete {
    color: #666;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    padding: 10px;
}

/******************************
*  BUTTONS
******************************/

a { color: #1b6ab2;}
a:hover { color: #333;}

.btn {
	border: none;
    font-size: 1rem;
}

.btn.btn-sm {
    font-size: 0.8rem;
}

.btn.large {
    padding: 10px 20px;
    background: linear-gradient(var(--main-blue), #0582CA);
}

.btn.large:hover, .btn.large:active {
    background: linear-gradient(var(--main-blue), #106495);
}

.btn-primary { background-color: #0582CA;}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover,
.btn-primary:active:focus { background-color: #333;}

.btn-secondary { background-color: #f8f9fa; color: #5f5f5f; border: 1px solid #d2d2d2;}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:hover,
.btn-secondary:active:focus { background-color: #ebebeb; color: #5f5f5f;}

.btn-info { background-color: #b9b9b9;}
.btn-info:focus, .btn-info:hover, .btn-info:active, .btn-info:active:hover,
.btn-info:active:focus { background-color: #777777;}

.btn-success { background-color: #FF9115; border: 1px solid #de7a00;}
.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover,
.btn-success:active:focus { background-color: #da7500;}

.btn-buy { background-color: #337ab7; color: #ffffff !important; border-color: #2e6da4;}
.btn-buy:focus, .btn-buy:hover, .btn-buy:active, .btn-buy:active:hover,
.btn-buy:active:focus { color: #ffffff; background-color: #286090; border-color: #204d74;}

.btn-buy-pleasant { background-color: #5cb85c; color: #fff; border-color: #4cae4c;}
.btn-buy-pleasant:focus, .btn-buy-pleasant:hover, .btn-buy-pleasant:active, .btn-buy-pleasant:active:hover,
.btn-buy-pleasant:active:focus { color: #fff; background-color: #449d44; border-color: #398439;}

.btn-ai {
    background-color: rgb(92, 184, 92);
    color: #fff;
    transition: 0.3s;
}

.btn-ai:hover,
.btn-ai:focus {
    color: #fff;
    background-color: rgb(73, 148, 73);
    opacity: 1;
}

.btn span.glyphicon {
    font-size: 0.75rem;
}

.faded-out {
    opacity: 0;
    visibility: hidden;
}

.fade-in {
    opacity: 1;
    visibility: visible;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {opacity: 0;}
    100% {opacity: 0.6;}
}

/******************************
*  NAVIGATION
******************************/
.navbar {
    background-color: #fff;
    border: none;
    border-bottom: solid #777 1px;
    border-radius: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #4e4e4e;
    font-size: 0.9rem;
    font-weight: 500;
}

.navbar-nav > li > a:hover {
    color: #111111;
    background-color: #f1f1f1;
    border-radius: 6px;
}

.navbar-light .navbar-nav > .active > a.nav-link {
    color: var(--main-blue);
}

.dropdown-item {
    padding: .5rem 1.5rem
}

/******************************
*  TOP BAR
******************************/
.top-bar {
    height: 26px;
}

.top-bar a.rating {
    margin-left: 15px;
}

.top-bar a.rating:hover {
    text-decoration: none;
}

.top-bar a.rating:hover .text {
    text-decoration: underline;
}

.top-bar a.rating .text {
    color: #fff;
    font-size: 0.8rem;
}

.stars {
    color: #fff700;
}

.top-bar .stars .bi {
    vertical-align: -0.1em;
}

/******************************
* JUMBOTRON
******************************/

.jumbotron-muted {
    background: url("../images/wordfinder/homepage-background-spring.jpg") no-repeat center -208px;
    /*background: url("../images/wordfinder/homepage-background-autumn.jpg") no-repeat center -84px;*/
    /*background: url("../images/wordfinder/homepage-background-winter.jpg") no-repeat center -248px;*/
}

.jumbotron-muted h1 {
    font-size: 2.1rem;
    font-weight: 400;
    font-family: apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial;
}

.jumbotron-muted p {
    font-size: 1.1rem;
}

.jumbotron-muted .img-fluid {
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow: 2px 4px 8px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}

/******************************
* USPS
******************************/
.usp-box {
    margin: 30px;
    text-align: center;
}

@media only screen and (max-width: 690px) {
    .usp-box {
        min-height: 288px;
        margin: 0;
    }
}

.usp-box h3 {
   text-transform: uppercase;
   font-size: 1.3rem;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: 15px;
}

.usp-box p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 28px;
}

/******************************
* ARTICLES
******************************/
.article
{
	padding: 15px;
	text-align: left;
}

.article.gradient {
    background-image: linear-gradient(#ffffff, #eaf0f8);
}

.article h1
{
	font-weight: 400;
    color: #333;
}

.article h2
{
	margin-top: 1rem;
    font-weight: normal;
    line-height: 2rem;
    font-size: 1.2rem;
}

.article .content h2
{
	font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}

/******************************
*  HOME
******************************/
ul.usps {
    font-size: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.usps li {
    margin: 10px 0 10px 0;
}

ul.usps li span {
    margin-top: 2px;
    color: #5eba7d;
}

/******************************
*  TOOL
******************************/
.toolpage .article h1 {
    font-size: 1.8rem;
}

.tool
{
	background: url("../images/wordfinder/homepage-background-spring.jpg") no-repeat top center;
	/*background: url("../images/wordfinder/homepage-background-autumn.jpg") no-repeat top center;*/
	/*background: url("../images/wordfinder/homepage-background-winter.jpg") no-repeat top center;*/
    background-size: cover;
	padding-bottom: 100px;
    min-height: 950px; /*was 1050*/
}

.loader
{
	margin: 20px auto;
	height: 28px;
	background-color: #F5F5F5;	
	border: 1px solid #6B6B6B;
	border-radius: 4px;
}

.loader span
{
	display: block;
	height: 100%;
	background-color: #FF9115;
	line-height:28px;
	padding-left: 2px; 
	color: #fff;
    -webkit-transition: width 2s linear 0s; /* For Safari 3.1 to 6.0 */
    transition: width 2s linear 0s;
}

/******************************
*  STEPS WRAPPER
******************************/
.step_wrapper
{
	padding: 20px;
	border-top: 1px solid #6B6B6B;
	background-color: rgba(255,255,255, 0.9);	
}

.step_wrapper .step
{
	display: inline-block;
	margin: 0 40px;
	color: #dcdcdc;	
}

.step_wrapper .step.active
{
	color: var(--main-blue);
}

.step_wrapper .step h2,
.step_wrapper .step h3
{
	font-weight: normal;
	font-size: 1rem;
	margin: 10px 0 0 0;
}

/******************************
*  FORM
******************************/
.input-form {
	background-color: #fbfbfb;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #8a8a8a;
	border-radius: 4px;
}

.input-form h1 {
    font-size: 2rem;
    margin-top: 0;
}

.input-form .step_buttons {
    overflow: hidden;
}

.form-control {
    font-size: 1rem;
    height: auto;
}

.btnInputAdvanced {
    padding-right: 24px;
}

.btnInputAdvanced .icon {
    position: absolute;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.btnInputAdvanced.opened .icon {
    transform: rotate(90deg);
}

.fldAdvanced {
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 15px 15px 0 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.fldAdvanced label {
    font-weight: normal;
}

.card h3 small {
	font-size: 0.8rem;
}

.card ul {
	list-style: none;
	padding-left: 0;
    font-size: 0.95rem;
}

.card ul.terms {
    padding-left: 18px;
    list-style: circle;
}

.card ul li.inactive {
	color: #999;
	text-decoration: line-through;
}

.license-message {
    font-size: 0.8rem;
}

.package-simple .card-body .no-design-alert,
.package-simple.disabled .card-body .step_buttons,
.package-simple.disabled .card-body .license-message {
    display: none;
}

.package-simple.disabled .card-body .no-design-alert {
    display: block;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/******************************
*  RESULT
******************************/
.result-container {
	margin: 20px;
	border: 1px solid #8a8a8a;
    border-radius: 4px;
	padding: 20px;
	overflow: hidden;
    background-color: #fff;
}

/******************************
*  GALLERY
******************************/
.gallery-item .btn.btn-light {
    border: 1px solid #c3c4c5;
}

/******************************
*  DESIGN
******************************/
.design-item {
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 311px;
}

/******************************
*  ERROR
******************************/
.has-error .form-control,
.is-invalid .form-control {
	background-color: #fff5f5;
    border-color: #a94442;
}

/******************************
*  ANIMATE
******************************/
.tool .row div[id="tool-form"],
.tool .row div[id="tool-result"]
{
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}

.accordion>.card {
    border: none;
    border-bottom: 1px solid #c2c2c2 !important;
    margin-bottom: 0;
}

.accordion .card-header {
    background-color: #f5f5f5;
    padding: 1rem;
    border-bottom: none;
    padding: 10px;
}

.accordion .btn {
    font-weight: 500;
    color: #232323;
    text-decoration: none;
}

.accordion .btn:focus {
    outline: none;
    box-shadow: none;
}

.accordion .btn .icon {
    position: absolute;
    right: 1rem;
    transition: transform 0.3s ease;
}

.accordion .btn[aria-expanded="true"] .icon {
    transform: rotate(90deg);
}

.accordion .card-body {
    background-color: #ffffff;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
}

.accordion.payment a {
    color: #232323;
}

footer {
    background-color: #333;
    border-top: 1px solid #000;
    color: #e7e7e7;
    padding: 20px 0;
}

footer h3 {
    font-size: 1.2rem;
    text-decoration: underline;
}

footer p {font-size: 1rem;}

footer .nav a{
    padding: 5px 0;
    color: #e7e7e7;
}

footer .nav a:hover,
footer .nav a:focus,
footer .nav a:active {
    color: #e7e7e7;
    background-color: #333;
    color: #fff;
}

.cookiebar {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    border-top: 1px solid #a1a1a1;
    color: #959595;
    letter-spacing: 0.5px;
}

.cookiebar-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.cookiebar p {
    margin: 0;
    padding: 20px 0;
}

.cookiebar .btn {
    margin-top: 16px;
}

/*****
 TAGS
 */
.tags-input-wrapper {
    position: relative;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 196px;
}

.tags-input-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    width: 180px;
}

.tags-input-wrapper .tag {
    display: inline-block;
    background-color: #0582CA;
    color: white;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags-input-wrapper .tag .text {
    display: inline-block;
    padding: 2px 2px 2px 8px;
}

.tags-input-wrapper .tag.important {
    background-color: #FF9115;
}

.tags-input-wrapper .tag a {
    margin: 0 6px 0 4px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .cookiebar p {
        width: 80%;
        padding: 10px
    }

    .cookiebar .btn {
        margin-right: 10px;
    }
}