/*
Theme Name: Reactful
*/
.visual {
	background-color:#e5e5e5!important;
}
.form-signup.error{
	border: 1px solid #ff0000;
}
.form-signup.error .form-control::-webkit-input-placeholder {color:#ff0000;}
.form-signup.error .form-control:-moz-placeholder {color: #ff0000;}
.form-signup.error .form-control:-ms-input-placeholder {color:#ff0000;}

form[name="signup-bottom"].error .form-control::-webkit-input-placeholder {color:#ff0000;}
form[name="signup-bottom"].error .form-control:-moz-placeholder {color: #ff0000;}
form[name="signup-bottom"].error .form-control:-ms-input-placeholder {color:#ff0000;}
form[name="signup-bottom"].error .form-control{
	border: 1px solid #ff0000;
}

#main-nav > ul > li.link-login a {
	color: #ca59d8;
	font-weight: 600;
	padding-left: 36px;
	background-image: url('images/ico-lock.svg');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	-webkit-background-size: 17px 20px;
	background-size: 17px 20px;
}
.wp-pagenavi{
	margin-bottom: 100px;
	margin-top: 1em;
	padding-bottom: 0;
	text-align: center;
	position: relative;
}
.wp-pagenavi:after{
	content: '';
	clear: both;
	display: block;
}
.height-404{
	height: 205px;
	margin-top: 40px;
}
.height-404 h1, .height-404 p{
	text-align: center;
}
.search-404{
	text-align: center;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .pages{
	min-width: 172px;
}
.wp-pagenavi .previouspostslink{
	display: inline-block;
	float: left;
	vertical-align: top;
	color: #c858d6;
	background: #eeeeee;
	border: 1px solid #f2efef;
	border-radius: 999px;
	padding: 19px 35px 21px 55px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	margin-bottom: 101px;
}
.wp-pagenavi .previouspostslink:before {
	content: '';
	height: 12px;
	width: 14px;
	background: url(images/ico-008.svg) no-repeat;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
	position: absolute;
	top: 50%;
	left: 29px;
	margin-top: -6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.wp-pagenavi .nextpostslink{
	display: inline-block;
	float: right;
	vertical-align: top;
	color: #c858d6;
	background: #eeeeee;
	border: 1px solid #f2efef;
	border-radius: 999px;
	padding: 19px 55px 21px 35px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
}
.wp-pagenavi .nextpostslink:before {
	content: '';
	height: 12px;
	width: 14px;
	background: url(images/ico-008.svg) no-repeat;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
	position: absolute;
	top: 50%;
	left: 123px;
	margin-top: -6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	color: #fff;
	background: #c858d6;
	border: 1px solid #f2efef;
}
.wp-pagenavi .previouspostslink:hover:before, .wp-pagenavi .nextpostslink:hover:before {
	background: url(images/ico-009.svg) no-repeat;
}
.wp-pagenavi .pages{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #c858d6;
	background: #eeeeee;
	border: 1px solid #f2efef;
	border-radius: 999px;
	padding: 19px 10px 21px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 10px;
	max-width: 200px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
#sidebar .box.subscribe .newsletter-email {
	width: 100% !important;
	height: 44px !important;
	border-radius: 999px !important;
	border: 1px solid  #f2efef !important;
	background: #fff !important;
	font-size: 15px !important;
	line-height: 24px !important;
	padding: 8px 50px 10px 24px !important;
	color: #490e53 !important;
}
#sidebar .box.subscribe .newsletter-email::-moz-placeholder {
	color: #490e53 !important;
	opacity: 1 !important;
}
#sidebar .box.subscribe .newsletter-email:-ms-input-placeholder {color: #490e53 !important;}
#sidebar .box.subscribe .newsletter-email::-webkit-input-placeholder {color: #490e53 !important;}
.free-started .form-control{
	width: 100%;
	height: 60px;
	border-radius: 30px;
	border: 0;
	color: #490e53;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 175px 18px 30px;
}
#sidebar .box.subscribe .newsletter-button{
	position: absolute;
	top: 4px;
	right: 3px;
	background: url(images/ico-009.svg) no-repeat 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #82d539;
	border: none !important;
	border-radius: 50% !important;
	width: 36px;
	height: 36px;
}
#sidebar .box.subscribe .newsletter-field.newsletter-field-email label, .free-started .form-holder .newsletter-field.newsletter-field-email label{
	display: none!important;
}
.free-started .form-holder #newsletter-email, .search-404 .form-control, #sidebar .widget_search .form-control{
	width: 100%;
	height: 60px;
	border-radius: 30px;
	border: 0;
	color: #490e53;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 175px 18px 30px;
	border: 1px solid #f2efef;
}
.free-started .form-holder #newsletter-email{
	width: 100% !important;
	height: 60px !important;
	border-radius: 30px !important;
	border: 0 !important;
	color: #490e53 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: 18px 175px 18px 30px !important;
	border: 1px solid #f2efef !important;
}
#sidebar #searchform{
	position: relative;
}
.free-started .form-holder .newsletter-button, .search-404 .btn-submit, #sidebar .widget_search .btn-submit{
	position: absolute;
	top: 8px;
	right: 8px;
	display: inline-block;
	vertical-align: top;
	border-radius: 999px !important;
	background: #82d539;
	color: #fff;
	text-align: center;
	border: 0 !important;
	margin: 0;
	padding: 12px 25px 13px !important;
	font-size: 16px !important;
	line-height: 19px !important;
}
.height-404{
	min-height: 450px;
}
.search-404 .btn-submit{
	top: 111px;
	right: 28px;
	z-index: 10;
}
.free-started .form-holder .newsletter-button:hover,
#sidebar .box.subscribe .newsletter-button:hover,
.search-404 .btn-submit:hover{background-color: #75bf33 !important;}
.free-started .form-holder #newsletter-email::-webkit-input-placeholder {color: #490e53 !important;}
.free-started .form-holder #newsletter-email::-moz-placeholder {
	color: #490e53 !important;
	opacity: 1 !important;
}
.free-started .form-holder #newsletter-email:-ms-input-placeholder {color: #490e53 !important;}



/* WordPress Generated Classes */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 40px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 40px 0 20px 20px;
}

a img.alignnone {
	margin: 40px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. ( z-index: 100000; - Above WP toolbar. )
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  
}
*/
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
/* WordPress Generated Classes END */


/* main elements */
.info-form .select-box .holder{float: left;}

.navigation {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
.navigation a{
	text-decoration: none;
}
.navigation .prev{
	float: left;
	padding-right: 30px;
}
.navigation .next{
	float: right;
	padding-left: 10px;
}
.respond{
	overflow: hidden;
	padding: 0 0 30px;
}
.respond h2{
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}
.respond p{margin: 0 0 5px !important;}
.respond dl{margin: 0;}
.respond dt{display: block;}
.respond dd{
	margin: 0;
	overflow: hidden;
}
.respond textarea {
	border:1px solid #dddfe0;
	background:#fff;
	padding:5px;
	width:500px;
	height:116px;
	font-size:15px;
	line-height:18px;
	overflow:auto;
	color: #444441;
}
.comments{padding: 0 0 10px;}
.comments h2{
	margin: 0 0 15px;
	font: 19px/25px 'chunkfive-roman', serif;
}
.commentlist{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}
.commentlist .comment{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.commentlist .comment p{margin: 0 0 5px !important;}
.commentlist .comment img{
	float: left;
	margin: 0 5px 5px 0;
}
#content .commentlist ul{
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
#content .commentlist ul li{padding: 0;}
#content .commentlist ul li:before{display: none;}
#comments a, #respond a{
	font-weight: bold;
	text-decoration: none;
}
.about-section{
	padding: 20px 0 60px;
}
.search #content > h2{
	font-size: 25px;
}
@media screen and (max-width: 991px),
screen and (orientation: landscape) and (max-width: 991px),
screen and (orientation: portrait ) and (max-width: 991px) {

}
@media screen and (max-width: 901px),
screen and (orientation: landscape) and (max-width: 901px),
screen and (orientation: portrait ) and (max-width: 901px) {
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .pages{
		min-width: 1px;
		height: 62px;
	}
	.wp-pagenavi .nextpostslink:before{
		left: 40px;
	}
	.wp-pagenavi .previouspostslink:before{
		left: 38px;
	}
	.about-section{
		padding: 10px 0 40px;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	#main-nav > ul > li.link-login a {
		text-align: left;
		background-image: none;
	}
	#main-nav > ul > li.link-login a:before{
		content: '';
		display: inline-block;
		vertical-align: top;
		margin: 3px 7px 0 -6px;
		background: url(images/ico-lock.svg) no-repeat;
		-webkit-background-size: 13px 15px;
		background-size: 13px 15px;
		width: 13px;
		height: 15px;
	}
	/* body.blog #main-nav #menu-main-nav, body.blog #main-nav .btn.open-signup,
	body.search #main-nav #menu-main-nav, body.search #main-nav .btn.open-signup,
	body.archive #main-nav #menu-main-nav, body.archive #main-nav .btn.open-signup,
	body.single #main-nav #menu-main-nav, body.single #main-nav .btn.open-signup {
		display: none;
	} */
	.height-404{
		min-height: 320px;
	}
	.search-404 .form-control,
	.free-started .form-holder #newsletter-email{
		margin-bottom: 18px !important;
		padding-right: 30px !important;
	}
	.free-started .form-holder .newsletter-field{
		text-align: center !important;
	}
	.search-404 .btn-submit,
	.free-started .form-holder .newsletter-button{
		position: static;
	}
	.about-section{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 479px),
screen and (orientation: landscape) and (max-width: 479px),
screen and (orientation: portrait ) and (max-width: 479px) {
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
		padding: 19px 20px 21px 20px
	}
	.wp-pagenavi .nextpostslink:before{
		left: 15px;
	}
	.wp-pagenavi .previouspostslink:before{
		left: 14px;
	}
	.search-404 .btn-submit {
		top: 140px;	   
	}
}

::-webkit-input-placeholder {
   color: rgba(155,155,155,0.8)!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(155,155,155,0.8)!important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(155,155,155,0.8)!important;
}

:-ms-input-placeholder {  
   color: rgba(155,155,155,0.8)!important;
}
.form-signup.get-started-free-form {
	border-radius:999px;
}