/*
Theme Name: Website Setup - rolzan
Theme URI: http://rolzan.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.6.9
Author: rolzan
Author URI: http://rolzan.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
}
a {
	word-wrap: break-word;
}
img {
	max-width: 100%;
	height: auto;
}
.bottom-footer {
	color: #666;
}
.form-control {
	width: 100% !important;
}
.front-page .step-one,
.front-page .step-two,
.front-page .step-three {
  background-color: #fff !important;
}
.front-about .page-title {
	word-wrap: break-word;
}
.front-about {
	color: #333;
}
.faq-banner h3 {
	word-wrap: break-word;
}
.front-banner {
	background-color: #3a4b5d !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
	background-repeat: repeat !important;
	background-size: inherit !important;
	border-bottom: 1px solid #3a4b5d;
}
.front-page .guide-steps {
	background-color: #3a4b5d !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
	background-repeat: repeat !important;
	background-size: inherit !important;
	border-top: 1px solid #3a4b5d;
	border-bottom: 1px solid #3a4b5d;
	padding-top: 50px;
	padding-bottom: 50px;
}
.front-page .guide-steps p.lead,
.front-page .other-guides p.lead {
	color: #b3cada;
}
.front-page .other-guides {
	background-color: #3a4b5d !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
	background-repeat: repeat !important;
	background-size: inherit !important;
	border-top: 1px solid #3a4b5d;
	border-bottom: 1px solid #3a4b5d;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 14px;
}
.front-page .other-guides a img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.front-page .other-guides a img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.front-page .other-guides-inner > div .page-title {
	font-size: 22px;
}
.navbar-brand {
	float: none;
	margin-top: -20px;
	padding-bottom: 0;
	padding-right: 0;
	line-height: auto;
}
.site-info {
	max-width: 290px;
}
.site-description {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}

.front-testimonials,
.front-love {
	padding-top: 40px;
	padding-bottom: 40px;
}
.front-testimonials header h2,
.front-love header h2 {
	margin-top: 0;
}
.front-testimonials {
	background-color: #f5f5f5;
}
.front-love h3 {
	margin-top: 10px;
}

.front-page .step-one,
.front-page .step-two {
	padding-bottom: 0;
}
.front-page .step-one .step-content img,
.front-page .step-two .step-content img {
	margin-top: 0;
	margin-bottom: 0;
}

.front-page .front-brands {
	padding: 10px 0;
	background-color: #1f282e;
	box-shadow: inset 0 10px 15px rgba(0,0,0,0.15);
  	-webkit-box-shadow: inset 0 10px 15px rgba(0,0,0,0.15);
}
.front-page .front-banner .page-title {
	margin-bottom: 0;
}
.front-page .front-banner .hero-par {
	color: #b3cada;
}
.front-love {
	background-color: #e5e5e5;
}
.front-love-inner > header {
	border-bottom: 1px solid #cecece;
}
.front-love-inner > div {
	padding: 40px 0 30px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #cecece;
}
.front-love-inner > footer {
	border-top: 1px solid #f3f3f3;
	padding-top: 40px;
}
.front-love-inner > footer > div {
	max-width: 600px;
	margin: 0 auto;
}
.site-footer {
	font-size: 14px;
	background-color: #1f282e;
	box-shadow: inset 0 10px 15px rgba(0,0,0,0.15);
  	-webkit-box-shadow: inset 0 10px 15px rgba(0,0,0,0.15);
  	padding: 20px 0 0;
}
.site-footer #inner-footer {
	border-bottom: 1px solid #192126;
}
.bottom-footer {
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #1f282e;
}
.bottom-footer-inner {
	padding-top: 10px;
	border-top: 1px solid #273138;
}
.bottom-footer .attribution {
	text-align: center;
	color: #b3cada;
	font-size: 14px;
	margin-bottom: 0;
}
.bottom-footer .attribution a {
	color: #b3cada;
}

/* Comments */
#comment-nav ul {
    list-style-type: none;
    margin: 0;
}
ol.commentlist, ol.commentlist ul.children {
    list-style-type: none;
    padding-left: 0;
}
ol.commentlist {
	margin: 30px 0 0;
}
ol.commentlist li {
	background: transparent;
	padding-right: 0;
}
ol.commentlist ul.children li {
	background: transparent !important;
}
.entry-comments,
.entry-pings,
.comment-respond {
	border-top: 1px solid #ddd;
	background-color: transparent;
	max-width: 850px;
	margin: 0 auto 20px;
}
.comment-header {
	font-size: 1rem;
	position: relative;
}
.comment-author {
	margin-bottom: 0
}
ol.commentlist time {
	font-size: 12px;
}
.comment-respond {
	border-top: 1px solid #ddd;
	background-color: transparent;
}

.comment-respond,
.entry-pings {
	padding: 40px 0;
}

.entry-comments {
	padding: 40px 0;
}
.comment-edit-link {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 12px;
}

.avatar {
	float: left;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.comment-author img {
    border-radius: 50%;
}

.comment-content {
	clear: both;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 5px;
}
ol.commentlist li.bypostauthor,
.bypostauthor .comment-content {
	border-color: #B2C6FF;
	background: transparent;
}
.comment-content p {
	font-size: 14px;;
    margin: 0 0 20px;
}
.comment-content p:last-child {
	margin: 0;
}
.commentlist li {
	margin-top: 10px;
	padding: 0;
}
.commentlist li li {
	padding-left: 24px;
}
.comment-reply {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
a.comment-reply-link {
	position: static;
  display: inline;
  text-align: inherit;
  cursor: pointer;
  border: none;
  padding: 0;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00aeef;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: transparent;
	text-decoration: underline;
	color: #00aeef;
}
.comment-author .comment-author-link,
.comment-author span[itemprop="name"] {
    font-size: 18px;
    font-weight: bold;
    color: #38424b;
}
.comment-meta {
    margin-top: -5px;
    font-size: 12px;
    text-transform: uppercase;
}
.comment-meta a,
ol.commentlist a.comment-edit-link {
    padding: 0;
	color: #bdc3c7;
}
.comment-meta a:hover {
    color: #95a5a6;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-form-comment label {
	display: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-respond {
	margin: 0;
	width: 100%;
	border: none;
}
#comments,
.comment-reply-title {
	font-size: 18px;
}
#main .commentlist article {
	padding: 0;
}

/* Author Styles */
.author-intro-container {
	text-align: center;
}
.author-intro {
	display: inline-block;
	text-align: left;
}
.author-image {
	float: none;
	margin: 0 auto;
}
.author-message {
	position: relative;
	float: none;
	clear: both;
	width: 90%;
	padding: 10px 15px;
	margin: 20px auto 0;
	background: #1f282e;
}
.author-arrow {
	position: absolute;
	bottom: 100%;
	margin: 0 0 0 -10px;
	left: 50%;

	width: 0;
	height: 0;
	border-top: none;
	border-bottom: 17px solid #1f282e;

	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.author-message p {
	font-size: 14px;
	color: #d8d8d8;
	margin-top: 0;
	margin-bottom: 10px;
}
.author-message p:last-of-type {
	margin-bottom: 0;
}
.author-name {
	position: absolute;
	top: 100%;
	left: 15px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d8d8d8;
	text-transform: uppercase;
}
.navbar-header {
	padding: 0;
	background-color: transparent
}
.navbar-brand {
	float: left;
	margin-top: 0;
	padding-top: 10px;
}
.navbar-default {
  background-color: #1f282e;
  color: #555;
  border: none;
  margin-bottom: 0;
  box-shadow: inset 0 -7px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: inset 0 -7px 10px rgba(0,0,0,0.15);
  border-bottom: 1px solid #3a4b5d;
}
.navbar-nav {
	margin-top: 0;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5) !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	text-decoration: underline;
	background-color: transparent;
}
@media (min-width: 768px) {
	.site-description {
		padding-left: 0;
	}
	.front-testimonials,
	.front-love {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/* Author styles */
	.author-image {
		float: left;
	}
	.author-message {
		position: relative;
		float: left;
		clear: right;
		width: 500px;
		padding: 10px 15px;
		margin: 0 0 0 30px;
		background: #1f282e;
	}
	.author-arrow {
		position: absolute;
		top: 70px;
		right: 100%;
		left: auto;
		bottom: auto;

		margin: -10px 0 0 0;

		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: none;
		border-right: 17px solid #1f282e;
	}
}

/**
 *  Codeable changes - Tweets in Banner - 31/03/2015
 */
.front-page .front-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.front-page .front-banner .text-center{
	margin-bottom:40px;
}

.front-page .front-banner .messages iframe{
	margin:10px auto!important;
	border:none!important;
	box-shadow:none!important;
	font-size:14px!important;
	line-height:20px!important;
}


blockquote.twitter-tweet {
  font-size: 12px!important;
  font-weight: bold;
  line-height: 16px!important;
}

blockquote.twitter-tweet p,  .front-page .front-banner .messages .e-entry-title {
  font-size: 14px!important;
  font-weight: normal!important;
  line-height: 18px!important;
}

/**
 *  End Codeable changes - Tweets in Banner - 31/03/2015
 */

.about-page .about-me {
	background-color: #1f282e !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/author-dark-4.jpg) !important;
}
.new-here-page .new-banner,
.faq-page .faq-banner,
.page-banner {
	background-color: #3a4b5d !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
	background-repeat: repeat !important;
	background-size: inherit !important;
	border-bottom: 1px solid #3a4b5d;
	padding-top: 40px;
	padding-bottom: 40px;
}
.testimonial-item {
	background-color: #fff;
	padding: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	min-height: 220px;
	box-shadow: 0 5px 0 rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
.testimonial-item a {
	color: #000;
}
.testimonial-item a:hover,
.testimonial-item a:active,
.testimonial-item a:focus {
	text-decoration: none;
}
.testimonial-item > header {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.testimonial-item img {
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}
.testimonial-item .test-meta {
	margin-top: 10px;
}
.testimonial-item .test-meta a p {
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.testimonial-item .test-meta a span	{
	color: #3a4b5d;
	font-weight: 600;
	position: relative;
	top: -3px;
}
@media (min-width: 768px) and (max-width: 1199px) {

	.testimonial-item {
		font-size: 12px;
	}
	.testimonial-item img {
		display: block;
		float: none;
		clear: both;
		margin: 0 auto 10px;
	}
	.testimonial-item .test-meta {
		text-align: center;
	}

}
.page-title,
p.lead,
.hero-par,
.widgettitle {
	text-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
}

/* 6-6-2015 */
.builder-banner {
	background-color: #3a4b5d !important;
	background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
	background-repeat: repeat !important;
	background-size: inherit !important;
	border-bottom: 1px solid #3a4b5d;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.builder-banner .page-title {
	color: #fff;
	font-size: 30px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 15px;
}
.builder-banner .lead {
	color: #b3cada;
	font-size: 20px;
	margin-bottom: 0;
}
.builder-entry {
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin-bottom: 20px;
}
.web-builders-entry .builder-entry:last-of-type {
	margin-bottom: 60px;
}
.web-builders .web-builders-entry:last-of-type .builder-entry:last-of-type {
	margin-bottom: 0;
}
.web-builders {
	margin: 40px 0;
}
.builder-category-title {
	margin: 0;
}
.builder-category-description {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.builder-entry-icon {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.builder-entry-container {
	float: left;
	max-width: 100%;
}
.builder-entry-header {
	position: relative;
	margin-bottom: 15px;
}
.builder-entry-title {
	margin: 0;
	font-size: 20px;
}
.builder-entry-header span {
	position: absolute;
	right: 50px;
	top: -5px;
}
.builder-entry-header .web-link {
	position: absolute;
	right: 0;
	top: -5px;
}
.builder-entry .btn-gray {
	padding: 0 7px;
	background-color: #e5e5e5;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.builder-entry .btn-gray:hover,
.builder-entry .btn-gray:focus,
.builder-entry .btn-gray:active {
	background-color: #f5f5f5;
}
.builder-entry .be-toggle {
	opacity: 0;
	max-height: 0;
	display: none;
}
.builder-entry:hover {
	cursor: pointer;
}
.builder-entry *:hover {
	cursor: auto;
}

@media (min-width: 768px) {
	.builder-banner {
		background-color: #3a4b5d !important;
		background-image: url(http://websitesetup.org/wp-content/uploads/2015/04/pattern.jpg) !important;
		background-repeat: repeat !important;
		background-size: inherit !important;
		border-bottom: 1px solid #3a4b5d;
		padding-top: 80px;
		padding-bottom: 80px;
		color: #fff;
	}
	.builder-banner .page-title {
		color: #fff;
		font-size: 48px;
		text-transform: none;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.builder-banner .lead {
		color: #b3cada;
		font-size: 24px;
		margin-bottom: 0;
	}
	.builder-entry {
		border: 1px solid #e5e5e5;
		padding: 30px;
	}
	.builder-entry-title {
		font-size: 24px;
	}
	.builder-entry-container {
		max-width: 90%;
	}
}
