/*
Theme Name: Attent
Theme URI: http://ithemes.com/
Description: A Responsive Builder Theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.0.30
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, multiple layouts, clean, modern, typography
Text Domain: it-l10n-Builder-Attent
Domain Path: /lang/
iThemes Package: Builder-Attent

Version History
	See history.txt
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100italic,100,300italic,400italic,500italic,700italic,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);
@import url('https://fonts.googleapis.com/css?family=Lobster');
@font-face {
    font-family: Old English;
    src: url('fonts/traditio.ttf');
}
@font-face {
    font-family: Impact;
    src: url('fonts/impact.ttf');
}
@font-face {
    font-family: Times New Roman;
    src: url('fonts/timesnewroman.ttf');
}
/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 100%;
}
body {
	color: #494E50;
	font-family: 'Noto Serif', 'Roboto Slab', 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	font-size: 1em;
	line-height: 1.625;
}
input, select, textarea {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/

body {
	background: #F1F1F1;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #2FAAA5;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #2FAAA5;
	text-decoration: underline;
}
a:focus {
	color: #2FAAA5;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background: #69C0C4;
	color: #FAFAFA;
	padding: .25em 1em .5em 1em;
	border-radius: 2px;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
}
.btn:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	color: #FAFAFA;
	background: #43A2A6;
	text-decoration: none;
}
.loop-utility a {
	background: #3B3B4D;
}
.loop-utility a:hover {
	background: #1A1A29;
}


/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 27px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {

}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module {
	padding-top: 2em !important;
}
.builder-module-element {
	margin-bottom: 2em !important;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}

/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 0em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 .75em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}

/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {
	background: #F1F1F1;
}
.builder-module-header .builder-module-element {
	text-align: center;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3B3B4D;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	background: #81D1CE;
	color: #FAFAFA;
	display: inline-block;
	padding: .1em .35em;
	margin-top: 0;
	font-size: 3.75em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -3px;
}
.site-title a {
	color: #FAFAFA;
}
.site-title a:hover {

}
.site-tagline {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: .8em;
	margin-top: .5em;
}
.site-tagline a {

}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 2;
	width: 100%;
	padding: 0 !important;
	background: #FAFAFA;
	padding: 0.5em 0 !important;
	border: 1px solid #EBEBEB;
	background: #FAFAFA;
	box-shadow: inset 0 0 2px 4px #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 #EBEBEB;
	margin-bottom: 3px !important;

}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	background: transparent;
	color: #3B3B4D;
	margin-right: .5em;
	text-decoration: none;
	border-radius: 2px;
	padding: .25em 1em;
	-webkit-font-smoothing: antialiased;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	background: #3B3B4D;
	color: #ECECEC;
}
.builder-module-navigation li a:hover,
.builder-module-navigation .current_page_item li a:hover,
.builder-module-navigation .current-cat li a li a:hover,
.builder-module-navigation .current-menu-item li a:hover {
	background: #3B3B4D;
	color: #ECECEC;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #FFFFFF;
	border: .1em solid #EBEBEB;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #EBEBEB;
	width: 14em;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #3B3B4D;
	color: #ECECEC;
}
.builder-module-navigation li ul ul {
	margin: -2.55em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #3B3B4D;
	border-top: 1px solid #FAFAFA;
	box-shadow: inset 0 -2px 0 0 #3B3B4D;
}
.builder-module-footer .builder-module-element {
	color: white;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: 300;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0 auto;
}

/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}

/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	HTML Module (Alternate Light Blue)
*********************************************/

.builder-module-html.light-blue .builder-module-element {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	font-weight: 300;
	background: #81D1CE;
	color: #FAFAFA;
	text-align: center;
	padding: 2em;
}

/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}

.builder-module-content .hentry {
	margin-bottom: 4em;
	padding: 4em;
	border: 1px solid #EBEBEB;
	background: #FAFAFA;
	box-shadow: inset 0 0 2px 4px #FFFFFF;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	color: #3B3B4D;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: .0625em;
	letter-spacing: -1px;
}
.entry-title a {
	color: #3B3B4D;
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
.hentry .entry-meta-wrapper {
	display: inline-block;
	margin: 0 auto;
}
.hentry .entry-meta {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: 300;
	color: #234257;
	opacity: .7;
}
.hentry .entry-meta a {
	font-weight: 400;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	margin-top: 3.5em;
	font-size: .8em;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding: 1em 0;
}
.hentry .entry-footer .entry-utility,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .25em;

}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.entry-content {
	clear: both;
}
.loop-title {
	color: #9B9D9E;
	background: #E4E8EA;
	padding: .5em 1em;
	border-radius: 2px;
	display: inline-block;
	font-weight: normal;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {

}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	text-align: center;
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
}
.loop {margin-bottom: 20px;}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 1.75em 0;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}
#comments h3 {
	font-weight: 700;
	border-bottom: none !important;
	margin-bottom: 0em;
	padding-bottom: .1em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.comment {
	margin: 1.5em 0 0 0;
	padding: 0;
}
.comment .comment-wrapper {
	border-bottom: 1px solid #CAD1D5;
}
.comment .comment-meta-wrapper {
	line-height: 1;
}
.comment .comment-meta-wrapper .avatar {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border: 1px solid #CAD1D5;
	padding: 1px;
}
.comment .comment-meta-wrapper .comment-meta {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	position: relative;
	left: 10px;
}
.comment .comment-meta-wrapper .author {
	display: inline-block;
	font-weight: 700;
}
.comment .comment-meta-wrapper .date {

}
.comment .comment-body-text {

}
.comment .reply {

}
.comment .comment-reply-link,
.comment .comment-reply-login {
	margin-bottom: 1.75em;
	float: none;
	display: inline-block;
	font-size: .9em;
	font-weight: 700;
}
.comment .comment-edit-link {
	text-decoration: none;
}
.children {
	margin: 0;
	padding: 0;
}
.children .comment-wrapper {

}


#respond {
	-webkit-font-smoothing: antialiased;
	margin-top: 1.5em;
}
#respond h3 {
	margin-bottom: 0;
	font-weight: 700;
	border-bottom: 0;
	padding-bottom: 0;
}
.cancel-comment-reply {
	margin-top: .5em;
}
#cancel-comment-reply-link {
	text-decoration: none;
}
.logged-in-as {
	margin-top: 0;
}
.logged-in-as a {
	text-decoration: none;
}
.must-log-in {
	margin-bottom: 0;
}
textarea#comment {
	width: 100%;
	max-width: 100%;
}
.comment-submit-wrapper {
	margin-bottom: 0;
}

.children {
	margin-left: 40px;
}

.children #respond {

}
.children #respond h3 {

}
.children .cancel-comment-reply {

}
.children #cancel-comment-reply-link {

}
.children .logged-in-as {

}
.children .comment-submit-wrapper {
	margin-top: 1em;
}
#respond label {
	font-weight: normal;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	font-family: Glegoo, 'Noto Serif', 'Roboto Slab', 'Noticia Text', Georgia, Times, 'Times New Roman', serif;
	border-left: 5px solid #EBEBEB;
	border-right: 5px solid #EBEBEB;
	padding: .25em 1.5em;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
::selection {
	color: #FFFFFF;
	background: #88D7D4; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #88D7D4; /* Firefox */
}
.more-link-wrapper {
	width: 100%;
	text-align: center;
}
a.more-link {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}
.loop-utility a {
	margin-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .25em;
	border: 1px solid #D6D6D6;
	border-top: 1px solid #FFFFFF;
	border-left-color: #EBEBEB;
	border-right-color: #EBEBEB;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: inherit;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {

}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	border: 1px solid #D6D6D6;
	border-top: 1px solid #FFFFFF;
	border-left-color: #EBEBEB;
	border-right-color: #EBEBEB;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-top: 1px solid #B2C2C5;
	border-color: #B2C2C5;
	box-shadow: inset 0 0 8px 2px #E8EFF0;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 75%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 24.75%;
	max-width: 100%;
	margin: 0;
	padding: .25em 0;
	line-height: inherit;
}


/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	text-decoration: none;
}
.widget_rss li a.rsswidget {
	font-size: 1.1em;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	display: inline-block;
	background: #168CCB;
	color: #FFFFFF;
	border-radius: 2px;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #199EE5;
	color: #FFFFFF;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*******	**************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}





/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu (Alternate Module Style - hidden above 500px wide)
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	margin: 0 auto;
	line-height: 0;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-bottom: 1.5em;
	border: 1px solid #EBEBEB;
	box-shadow: 1px 1px 3px 2px rgba(206,206,206,.3);
}
.it-featured-image a {

}
.it-featured-image img {
	width: 200px !important;
	height: 200px !important;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-top: 0;
}


/*********************************************
	Blog/Index/Archive Template Styles
*********************************************/

.blog .builder-module-content .entry-header,
.archive .builder-module-content .entry-header {
	margin-bottom: 1.5em;
}


/*********************************************
	Module Stacking
*********************************************/

.builder-module-content.builder-module-after-widget-bar,
.builder-module-widget-bar.builder-module-after-widget-bar,
.builder-module-widget-bar.builder-module-after-content,
.builder-module-html.builder-module-after-widget-bar,
.builder-module-image.builder-module-after-html,
.builder-module-content.builder-module-after-html {
	padding-top: 0 !important;
}


/*********************************************
	"Recent" Widget Styles
*********************************************/

.widget_recent_entries li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 1px solid #DFDFE2;
	line-height: 1.1;
}


/*********************************************
	Pricing Calculator Styles
*********************************************/


#pricing_cal {
position:relative;
margin:auto;
width:100%;
text-align:center;
}


#pricing_form {
background: url("//kopywritingkourse.com/wp-content/uploads/teal-bg.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
position:relative;
margin:auto;
width:100%;
text-align:center;
padding:40px 0px 50px 0px;
}

#pricing_form form{
margin-top:25px;
}

#form_heading {
background-color:transparent;
color:#ffffff;
padding:5px;
}

#pricing_form span{
color:#ffffff;
padding:5px;
font-size:1.5em;
}


#second_input {
margin-right:90px;
}

#pricing_form  input{
padding:5px;
margin-bottom:10px;
border: medium none;
border-radius: 0px;
font-size: 1.375rem;
height: 49px;
}

#submit_button {
    background: none repeat scroll 0 0 #ff4105;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    margin: 0;
    padding: 1em;
    vertical-align: top;
	margin-top:20px;
	max-width:100%;
}


#submit_button:hover {
opacity:0.5;
}


#pricing_results {
background: none repeat scroll 0 0 #f1f1f1;
position:relative;
margin:auto;
padding-top:20px;
width:100%;
text-align:center;
}
#results_heading {
background-color:#fafafa;
color:#000000;
padding:5px;
margin-bottom:20px;
}
#first_line {
font-size:34px;
}

#second_line {
font-size:25px;
}


#third_line {
font-size:25px;
}

#pricing_results span{
font-weight:900;
}

#first_part {
background: none repeat scroll 0 0 #3b3b4d;
color:#ffffff;
position:relative;
margin:auto;
margin-top:20px;
margin-bottom:20px;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
font-size:1.5em;
font-weight:600;
line-height:40px;
border-radius: 7px;
display:none;
}

#second_part {
background-color: #36b592;
color:#ffffff;
position:relative;
margin:auto;
margin-top:20px;
margin-bottom:20px;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
font-size:1.5em;
line-height:40px;
border-radius:7px;
display:none;
}

#third_part {
background-color: #2faaa5;
color:#ffffff;
position:relative;
margin:auto;
margin-top:20px;
margin-bottom:20px;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
font-size:1.5em;
line-height:40px;
border-radius:7px;
display:none;
}

#fourth_part {
background-color: #2faaa5;
color:#ffffff;
position:relative;
margin:auto;
margin-top:20px;
margin-bottom:20px;
width:100%;
text-align:center;
padding-top:20px;
padding-bottom:20px;
font-size:1.5em;
line-height:40px;
border-radius:7px;
display:none;
}

#fourth_part img{
position:relative;
margin:auto;
margin-left:20px;
width:50px;
height:50px;
max-width:50px;
max-height:50px;
vertical-align: middle;
}





@media only screen and (min-width : 240px) and (max-width : 319px) {


#pricing_form  input{
margin-bottom:15px;
margin-top:10px;
font-size: 1rem;
}


#first_part {
width:95%;
font-weight:600;
}

#first_line {
font-size:27px;
}

#second_line {
font-size:20px;
}


#third_line {
font-size:20px;
}


#second_part {
width:95%;
font-size:110%;
font-weight:600;
}
#third_part {
width:95%;
font-size:110%;
font-weight:600;
}



}



@media only screen and (min-width : 320px) and (max-width : 376px) {


#pricing_form  input{
margin-bottom:15px;
margin-top:10px;
font-size: 1.2rem;

}



#first_part {
width:95%;
font-size:110%;
font-weight:600;
}


#first_line {
font-size:27px;
}

#second_line {
font-size:20px;
}


#third_line {
font-size:20px;
}

#second_part {
width:95%;
font-size:110%;
font-weight:600;
}
#third_part {
width:95%;
font-size:110%;
font-weight:600;
}

}



@media only screen and (min-width : 377px) and (max-width : 444px) {

#pricing_form  input{
margin-bottom:15px;
margin-top:10px;
}

#first_part {
width:95%;
font-weight:600;
}
#first_line {
font-size:27px;
}

#second_line {
font-size:20px;
}


#third_line {
font-size:20px;
}
#second_part {
width:95%;
font-size:110%;
font-weight:600;
}
#third_part {
width:95%;
font-size:110%;
font-weight:600;
}

}





@media only screen and (min-width : 445px) and (max-width : 484px) {

#first_part {
font-weight:600;
}
#first_line {
font-size:27px;
}

#second_line {
font-size:20px;
}


#third_line {
font-size:20px;
}

#second_part {
font-size:110%;
font-weight:600;
}
#third_part {
font-size:110%;
font-weight:600;
}

}



@media only screen and (min-width : 485px) and (max-width : 545px) {

#first_part {
font-weight:600;
}
#first_line {
font-size:27px;
}

#second_line {
font-size:24px;
}


#third_line {
font-size:24px;
}

#second_part {
font-size:110%;
font-weight:600;
}
#third_part {
font-size:110%;
font-weight:600;
}

}

@media only screen and (min-width : 546px) and (max-width : 654px) {

#first_part {
font-weight:600;
}
#first_line {
font-size:27px;
}

#second_line {
font-size:24px;
}


#third_line {
font-size:24px;
}

#second_part {
font-size:120%;
font-weight:600;
}
#third_part {
font-size:120%;
font-weight:600;
}

}

@media only screen and (min-width : 655px) and (max-width : 810px) {

#first_part {
font-size:120%;
font-weight:600;
}
#first_line {
font-size:27px;
}

#second_line {
font-size:24px;
}


#third_line {
font-size:24px;
}

#second_part {
font-size:120%;
font-weight:600;
}
#third_part {
font-size:120%;
font-weight:600;
}

}






@media only screen and  (max-width : 1040px) {

#first_part {
width:90%;
font-weight:600;
}

#second_part {
width:90%;
font-weight:600;
}
#third_part {
width:90%;
font-weight:600;
}

}



/*Pricing Calculator Ends Here*/





/*HWL Calculator Starts here*/

#h-calc{
	width:100%;
}

#h-clac-slider{
	width:70%;
	float:left;
	margin-right:5%;
	margin-top:30px;
}
#h-calc-box{
	float:left;
	margin-top:10px;
}

#h-box-text{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

#h-slider {
 margin: 10px;
 height: 3px;
 background:#007bb6;
 
}
#h-slider a { 
    background: #3b8cce;
    border: 0 none;
	height: 40px;
    width: 22px;
    margin-top: -20px;
}

#h-slider .ui-slider-range { background-color: #58BEEA; background-image: none; }
#h-box {min-width:70px; max-width:70px; min-height:70px; background:#af0606;text-align:center;}
#h-box > span {
    font-weight: bold;
    margin-left: -10px;
    margin-top: 15px;
    position: absolute;
    text-align: center;
}






#w-calc{
	width:100%;
float:left;
	
}

#w-clac-slider{
	width:70%;
	float:left;
	margin-right:5%;
	margin-top:30px;
}
#w-calc-box{
	float:left;
	margin-top:10px;
}

#w-box-text{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

#w-slider {
 margin: 10px;
 height: 3px;
 background:#007bb6;
 
}
#w-slider a { 
    background: #3b8cce;
    border: 0 none;
	height: 40px;
    width: 22px;
    margin-top: -20px;
}

#w-slider .ui-slider-range { background-color: #58BEEA; background-image: none; }
#w-box {min-width:70px; max-width:70px; min-height:70px; background:#af0606;text-align:center;}
#w-box > span {
    font-weight: bold;
    margin-left: -10px;
    margin-top: 15px;
    position: absolute;
    text-align: center;
}







#l-calc{
	width:100%;
float:left;
	
}

#l-clac-slider{
	width:70%;
	float:left;
	margin-right:5%;
	margin-top:30px;
}
#l-calc-box{
	float:left;
	margin-top:10px;
}

#l-box-text{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

#l-slider {
 margin: 10px;
 height: 3px;
 background:#007bb6;
 
}
#l-slider a { 
    background: #3b8cce;
    border: 0 none;
	height: 40px;
    width: 22px;
    margin-top: -20px;
}

#l-slider .ui-slider-range { background-color: #58BEEA; background-image: none; }
#l-box {min-width:70px; max-width:70px; min-height:70px; background:#af0606;text-align:center;}
#l-box > span {
    font-weight: bold;
    margin-left: -10px;
    margin-top: 15px;
    position: absolute;
    text-align: center;
}






.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}


.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}


.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}



/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 20px;
  margin-top:-28px;
  position: absolute;
  left: 49%;
}

#calc-results{
	margin-top:30px;	
}

/*HWL Calculator Ends here*/


@media only screen and (min-width : 240px) and (max-width : 420px) {
	
#h-clac-slider{margin-right:2%;}
#h-box-text{font-size:16px;}
#h-box{position:relative;}
#h-box  span {
    font-weight: bold;
    margin-bottom: 22px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
	}

#w-clac-slider{margin-right:2%;}
#w-box-text{font-size:16px;}
#w-box{position:relative;}
#w-box  span {
    font-weight: bold;
    margin-bottom: 22px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
	}

#l-clac-slider{margin-right:2%;}
#l-box-text{font-size:16px;}
#l-box{position:relative;}
#l-box  span {
    font-weight: bold;
    margin-bottom: 22px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
	}
.ui-slider-pips .ui-slider-line{width:3px;}	
	
}


/*F-Money Code*/

#f-m-calc {
    float: left;
    margin-top: 10px;
    position: relative;
    width: 90%;
	margin-left:5%;
}
#f-m-clac-slider {
    float: left;
    margin-top: 120px;
    position: relative;
    width: 100%;
}
#f-m-slider {
    border: 2px solid;
}
#f-m-slider a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/Builder-Attent/js/aa.png") repeat scroll 0 0 / cover ;
    border: 0 solid;
    height: 120px;
    margin-left: -63px;
    margin-top: -115px;
    text-decoration: none;
    width: 120px;
}
.handle-text-h {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
#f-m-slider .ui-slider-range {
    background-color: #58beea;
    background-image: none;
}


#f-m-slider-pips ul {
    height: 100px;
    list-style: outside none none;
    margin-top: -42px;
    padding: 0;
    z-index: 2147483647;
	margin-left:0px;
}
#f-m-slider-pips ul li {
    border: 1px solid #999;
    display: inline;
    margin-right: 9.7%;
    padding: 12px 0 !important;
}

#f-m-slider-num ul {
    height: 100px;
    list-style: outside none none;
    margin-top: -70px;
    padding: 0;
    z-index: 2147483647;
	margin-left:0px;

}
#f-m-slider-num ul li {
    display: inline;
    margin-right: 5%;
    padding: 12px 0 !important;
}
#f-m-slider-num ul li:nth-child(10) {
    display: inline;
    margin-right: 1.95%;
    padding: 12px 0 !important;
}

#f-m-slider-num ul li:nth-child(11) {
    display: inline;
    margin-right: 0%;
    padding: 12px 0 !important;
}





#f-i-calc {
    float: left;
    margin-top: 120px;
    position: relative;
    width: 100%;
}
#f-i-clac-slider {
    float: left;
    margin-left: 20%;
    width: 60%;
}
#f-i-slider {
    border: 2px solid;
}
#f-i-slider a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/Builder-Attent/js/aa.png") repeat scroll 0 0 / cover ;
    border: 0 solid;
    height: 120px;
    margin-left: -63px;
    margin-top: -115px;
    text-decoration: none;
    width: 120px;
}
.handle-text-w {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
#f-i-slider .ui-slider-range {
    background-color: #58beea;
    background-image: none;
}
#f-i-slider-pips ul {
    height: 100px;
    list-style: outside none none;
    margin-top: -42px;
    padding: 0;
    z-index: 2147483647;
	margin-left:0px;
}
#f-i-slider-pips ul li {
    border: 1px solid #999;
    display: inline;
    margin-right: 24.5%;
    padding: 12px 0 !important;
}
#f-i-slider-pips ul li:nth-child(5) {
    border: 1px solid #999;
    display: inline;
    margin-right: 0;
    padding: 12px 0 !important;
}
#f-i-slider-num ul {
    height: 100px;
    list-style: outside none none;
    margin-top: -70px;
    padding: 0;
    z-index: 2147483647;
		margin-left:0px;
}
#f-i-slider-num ul li:nth-child(-n+2) {
    display: inline;
    margin-right: 21%;
    padding: 12px 0 !important;
}
#f-i-slider-num ul li:nth-child(3) {
    display: inline;
    margin-right: 20%;
    padding: 12px 0 !important;
}
#f-i-slider-num ul li:nth-child(4) {
    display: inline;
    margin-right: 15.6%;
    padding: 12px 0 !important;
}
#f-i-slider-num ul li:nth-child(5) {
    display: inline;
    margin-right: 0;
    padding: 12px 0 12px 10px !important;
}
#f-money-results {
float:left;
position:relative;
}
#f-momney-calc{
	float:left;
}

#f-m-calc .ui-slider-line {
    display: none;
}
#f-m-calc .ui-slider-number {
    display: none;
}
#f-i-calc .ui-slider-line {
    display: none;
}
#f-i-calc .ui-slider-number {
    display: none;
}
.ui-slider-horizontal.ui-slider-pips {
    margin-bottom: 1.4em;
}
.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
    display: none;
}
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
    display: block;
}
.ui-slider-pips .ui-slider-pip {
    -moz-user-select: none;
    color: #999;
    cursor: pointer;
    font-size: 0.8em;
    height: 1em;
    left: 20px;
    line-height: 4em;
    margin-left: -1em;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 2em;
}
.ui-state-disabled.ui-slider-pips .ui-slider-pip {
    cursor: default;
}
.ui-slider-pips .ui-slider-line {
    background: #999 none repeat scroll 0 0;
    height: 50px;
    left: 49%;
    margin-top: -38px;
    position: absolute;
    width: 2px;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
#f-m-slider-pips {
	display:none;

}
#f-m-slider-num {
	display:none;
}

#f-i-slider-pips {
	display:none;
}
#f-i-slider-num {
	display:none;
}
#f-momney-calc {
	width:100%;
	
}

}


@media only screen and (max-width: 620px) {
#f-m-calc {
	width:70%;
    margin-left:15%;	
}
#f-m-slider-pips {
	display:none;

}
#f-m-slider-num {
	display:none;
}

#f-i-slider-pips {
	display:none;
}
#f-i-slider-num {
	display:none;
}
#f-momney-calc {
	width:100%;
	
}
}


table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4" 
}

table.sortable tr:nth-child(even){background-color:#DCE8D2;}

table.sortable td a {color:#000000;}

/*Slogan Slider*/

#slogan-slider-div {
	margin-top:75px;
	float:left;
	width:100%;	
}
#slogan-popup-1 {
margin-top:0px;
float:left;	
}
#slogan-popup-2 {
margin-top:0px;
float:left;	
}
#slogan-popup-3 {
margin-top:0px;
float:left;	
}
#slogan-popup-4 {
margin-top:0px;
float:left;	
}
#slogan-popup-5 {
margin-top:0px;
float:left;	
}
#slogan-popup-6 {
margin-top:0px;
float:left;	
}
#slogan-popup-7 {
margin-top:0px;
float:left;	
}
#slogan-popup-8 {
margin-top:0px;
float:left;	
}
#slogan-popup-9 {
margin-top:0px;
float:left;	
}
#slogan-popup-10 {
margin-top:0px;
float:left;	
}
#slogan-popup-11 {
margin-top:0px;
float:left;	
}
#slogan-popup-12 {
margin-top:0px;
float:left;	
}
#slogan-slider-results {
float:left;
margin-top:	50px;
text-align:center;
width:100%;
}
#slogan-slider-results  h2{
display:inline;
}
#slogan-slider-results  span:nth-child(1){
font-size:1.75em;
font-weight:600;
}
#slogan-slider-results  span:nth-child(2){
font-size:1.75em;
font-weight:600;
}
#slogan-slider .ui-slider-handle {
    background: transparent none repeat scroll 0 0;
    border-color: #37ab60 transparent;
    border-style: solid;
    border-width: 60px 30px 0;
    height: 0;
    margin-left: -28px;
    margin-top: -60px;
    width: 0;
	text-decoration:none;
	
}
#slogan-slider .ui-slider-line {
	width:4px;	
}
.slogan-slider-handle-text {
	margin:-60px 0px 0 -30px;
	width:60px;
	text-align:center;
	
}

/*Code for Monthly Recurring Revenue Calculator*/
   
#input-div-mrrc {
margin-top:100px;	   
	   
   }
#input-div-mrrc  input {
	   border: 1px solid black !important;
    box-sizing: border-box;
    height: auto;
    max-width: 100px;	
} 
#input-div-mrrc  select{
border: 1px solid black !important;
}  
.currencyinput {
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    color: #555 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
    text-align: center !important;
	}
.currencyinputa {
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    color: #555 !important;
    font-size: 1.375rem !important;
    font-weight: 600 !important;
    padding: 11px 16px !important;
    text-align: center !important;
}
.tableizer-table tr:nth-child(even) {
    background-color: #dce8d2;
}

/*Code for Gross Profit Calculator*/
.cost-of-m{max-width:200px;}
.sell-price{max-width:200px;}
.gross-calc-t{	
	border:1px solid #000000;
	text-align:center;
}
.gross-calc-t span{	
    font-weight:bold;
}
.gross-p-m {	
    font-weight:bold;
}
.gross-p-p {	
    font-weight:bold;
}
.gross-calc-t p{
	
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:10px;
	padding-bottom:10px;
	
}

.gross-calc-t p:nth-child(odd) {
    background: #d9ead3;
}

/*Code for Business Idea Generator*/

.idea-gen-biz , .idea-gen-serv, .idea-gen-bnm , .idea-gen-gig  {
	font-size:34px;
	border-radius: 7px;
	border:1px solid #808080;
}
@media screen and (max-width: 960px) {
    img.logo {
        display: block;
		width:150px;
		height:89px;
    }
	div#text-11-background-wrapper{
        display: block;
		width:150px;
		height:89px;
    }
	.mobile-nav .builder-module-column-1-outer-wrapper {width:150px;height:89px;position:absolute;}
	.mobile-nav  .builder-module-column-2-outer-wrapper {float: right !important;}
	.mobile-nav  .builder-module-element-outer-wrapper{float:right !important;}	
}
@media screen and (min-width: 681px)and (max-width: 960px){
    .builder-module-navigation li a {padding-right: 0;}
}
/*Custom Code*/
.it-mobile-menu{max-width: 100px;
margin:auto !important;}
.builder-module-navigation a {
    display: unset !important;
}
.builder-module-navigation.mobile-nav .menu.it-mobile-menu-hidden{
/*background: #ffffff !important;*/
color: #ECECEC !important;
}
@media screen and (max-width:767px) {
	#builder-module-51924fc4ae0d1-outer-wrapper .builder-module-navigation ul{display:none;}
	.it-mobile-menu{	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #3B3B4D !important;
	color: #ECECEC !important;
	padding: .25em .75em !important;
	display: block !important;
	cursor: pointer;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	float:right;
}
.builder-module-navigation.mobile {
    padding: .5em !important;
    box-sizing: border-box;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
}
/*Letter CSS*/
.email-box {
    background: #FFF url(https://kopywritingkourse.com/wp-content/uploads/bg-email.png) right top no-repeat;
    padding: 20px 40px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
}
.email-box-500 {
    background: #FFF url(https://kopywritingkourse.com/wp-content/uploads/bg-email.png) right top no-repeat;
max-width:500px;
margin:auto;
    padding: 20px 40px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
}
.email-box::before{
    display: block;
    float: right;
    width: 110px;
    height: 60px;
    content: "";
}
.email-box-500::before{
    display: block;
    float: right;
    width: 110px;
    height: 60px;
    content: "";
}


.email-box-new {
    background: #FFF url(https://kopywritingkourse.com/wp-content/uploads/bg-email-new.png) right top no-repeat;
    padding: 20px 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
}
.email-box-500-new {
    background: #FFF url(https://kopywritingkourse.com/wp-content/uploads/bg-email-new.png) right top no-repeat;
max-width:500px;
margin:auto;
    padding: 20px 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
}



.email-box-boss {
    background: #FFF url(https://kopywritingkourse.com/wp-content/uploads/bg-email.png) right top no-repeat;
    padding: 20px 40px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-backface-visibility: hidden;
	font-size: 20px; 
	font-family: monospace;
	line-height: 1.6em;
}




/*Speech Bubbles Code*/
.text-bubble-blue {
    position:relative;
    max-width: 460px;
    float: right;
    text-align: justify;
    background: #0f86ff;
    color: white;
    padding: 15px;
    border-radius: 30px; 
margin:30px 0;
    clear: both;
}
.text-bubble-blue:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #0f86ff transparent;
    display: block;
    width: 0;
}
.text-bubble-grey {
    position:relative;
    max-width: 460px;
    float: left;
    text-align: justify;
    background: #e5e5ea;
    color: #000000;
    padding: 15px;
    border-radius: 30px;
margin:30px 0;
    clear: both;
}
.text-bubble-grey:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #e5e5ea transparent;
    display: block;
    width: 0;
}

@media screen and (max-width: 700px){
p {
    clear: both;
}
}
@media screen and (min-width: 700px) and (max-width: 1599px){

.text-bubble-blue {
    position:relative;
    max-width: 460px;
    text-align: justify;
    background: #0f86ff;
    color: white;
    padding: 15px;
    border-radius: 30px; 
margin:50px auto;
    clear: both;
left:15%;
float:unset;
}
.text-bubble-blue:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #0f86ff transparent;
    display: block;
    width: 0;
}
.text-bubble-grey {
    position:relative;
    max-width: 460px;
    text-align: justify;
    background: #e5e5ea;
    color: #000000;
    padding: 15px;
    border-radius: 30px;
margin:50px auto;
    clear: both;
right:15%;
float:unset;
}
.text-bubble-grey:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #e5e5ea transparent;
    display: block;
    width: 0;
}


}


@media screen and (min-width: 1600px) {

.text-bubble-blue {
    position:relative;
    max-width: 460px;
    text-align: justify;
    background: #0f86ff;
    color: white;
    padding: 15px;
    border-radius: 30px; 
margin:50px auto;
    clear: both;
left:10%;
float:unset;
}
.text-bubble-blue:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #0f86ff transparent;
    display: block;
    width: 0;
}
.text-bubble-grey {
    position:relative;
    max-width: 460px;
    text-align: justify;
    background: #e5e5ea;
    color: #000000;
    padding: 15px;
    border-radius: 30px;
margin:50px auto;
    clear: both;
right:10%;
float:unset;
}
.text-bubble-grey:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #e5e5ea transparent;
    display: block;
    width: 0;
}

}

/*Cost Calculator Code*/
@media screen and (min-width: 380px) {
.cost-calc-i1{
	width: 45%;
    float: left;
    padding: 0 5% 0 0;
}
.cost-calc-i1 div{
    float: right;
	text-align: center;
}
.cost-calc-i2{
	width: 45%;
    float: left;
    padding: 0 5% 0 0;
}
.cost-calc-i2 div{
    float: left;
	text-align: center;
}
}

#cost-calc-input1 {max-width:135px;}
#cost-calc-input2 {height:40.6px;}
#cost-calc-input {overflow:hidden;background: #edf3ee;padding-top: 30px;border: 2px #d3d3d3 solid;}
#cost-calc-output{	
	border:1px solid #000000;
	text-align:center;
	margin-top:10px;
}
#cost-calc-output span{	
    font-weight:bold;
}

#cost-calc-output p{
	
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding-top:10px;
	padding-bottom:10px;
	
}

#cost-calc-output p:nth-child(odd) {
    background: #d9ead3;
}

.cost-calc-ci1 {cursor: pointer;}
.cost-calc-ci2 {cursor: pointer;}
.cost-calc-ci3 {cursor: pointer;}
.freelancer-fee-table {    max-width: 650px;
    margin: auto;}
.freelancer-fee-table tbody tr td:nth-child(1) {text-align:left;}
.freelancer-fee-table tbody tr td:nth-child(2) {text-align:right;}

/*Word Slider*/

#word-slider { 
	width: 100%;
    background: #d3e1f1;
    height: 150px;
    text-align: center;
    line-height: 150px;
	color:black;
}

#normal-textp, #common-pagesp, #loren-ipsump {
    background: #d3e1f1;
	padding:20px;
	margin-top:20px;
}
#common-pagesp, #loren-ipsump {
	display:none;
}
#common-pages-title, #loren-ipsum-title {
	display:none;
}
.word-texts, .word-size, .word-speed, .word-font {cursor:pointer;}
.fonttesttable tr td {text-align:left !important;}
#roast-gender {    height: 42px;
    padding-left: 30px;
    border-right-width: 0px;
    padding-right: 30px;
    border: 1px solid #d6d6d6;}
.spacer {width: 120%;margin-left: -50px;background-color: #f1f1f1;box-shadow: inset 0 0 2px 4px #FFFFFF;}

#builder-module-5b25d6d46a4e1 .builder-module-element-outer-wrapper .builder-module-block .loop .loop-content .page {    
	background: transparent;
    box-shadow: none;
    border: none;
}
#builder-module-5b25d41075813 .builder-module-sidebar-outer-wrapper {
    width: 15.625% !important;
}
@media screen and (max-width: 960px) {
#builder-module-5b25d41075813 .builder-module-sidebar-outer-wrapper {
    width: auto !important;
}	
}
@media screen and (max-width: 767px){
builder-module-5b25d41075813 .builder-module-navigation ul {
    display: none;
}
}
.quote-box div:first-child {
    padding: 0 50px;
    border: 5px solid black;
    border-top: 0;
}
.quote-box:before {
    content:"";
	background: url(https://kopywritingkourse.com/wp-content/uploads/quote2.png) center top no-repeat;
	background-size:100% auto;
   position: relative;
   width: 100%;
   padding-top: 7.35%;
	display:block;
	margin-bottom:10px;
}
.quote-box-500 {
	max-width:500px;
	margin:auto;
}
.quote-box-500 div:first-child {
    padding: 0 50px;
    border: 5px solid black;
    border-top: 0;
}
.quote-box-500:before {
    content:"";
	background: url(https://kopywritingkourse.com/wp-content/uploads/quote2.png) center top no-repeat;
	background-size:100% auto;
   position: relative;
   width: 100%;
   padding-top: 7.35%;
	display:block;
	margin-bottom:10px;
}
.newsletter-post-box {
    background-color: #ff9;
    clear: both;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #e5e597;
    padding: 15px;
}
.newsletter-post-box-500 {
    background-color: #ff9;
    clear: both;
    margin: 10px auto 18px;
    overflow: hidden;
    border: 1px solid #e5e597;
    padding: 15px;
	max-width:500px;
}
.arrowlist, .starlist, .crosslist, .checkmarklist {list-style:none;}
.arrowlist li:before {
  content: "\2192";
  padding-right:5px;
  padding-right:5px;
  display: inline-block;
  margin: 0px;
}
.starlist li:before {
  content: "\2605";
  padding-right:5px;
  display: inline-block;
  margin: 0px;
}
.crosslist li:before {
  content: "\2717";
  padding-right:5px;
  display: inline-block;
  margin: 0px;
}
.checkmarklist li:before {
  content: "\2713";
  padding-right:5px;
  display: inline-block;
  margin: 0px;
}
/*.email-box-new p:nth-child(1) {margin: 0px 0px 0px !important;}
.email-box-new p:nth-child(2n+1) {margin: 30px 0px 0px !important;}
.email-box-new p:nth-child(even) {margin:0px 0px 0px   !important;}*/
#calorieamount {width:70px;}
.calorietable td {vertical-align:middle;height:70px;}
.calorietable td img{margin:0;}

/*Russian Names*/
.rusnameopt {max-width:500px;margin:auto;}
.rusnameopt tr td {text-align:left;}
.rusnamed {border:none !important;}
.rusnamed tr td {border:none !important;}
.rusnamed tr td:nth-child(-n+6) {text-align:right;}
.rusnamed tr td:nth-child(n+13) {text-align:left;}
/*Japanese Names*/
.japnameopt {max-width:500px;margin:auto;}
.japnameopt tr td {text-align:left;}
.japnamed {border:none !important;}
.japnamed tr td {border:none !important;max-width:50%}
.japnamed tr td:nth-child(-n+6) {text-align:right;}
.japnamed tr td:nth-child(n+7) {text-align:left;}
/*#allrusnames {background:#BDD6AC; padding:20px 0px; max-height:500px; overflow:auto;}*/
h7{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.5em;
	
}
h8 {
	font-family: 'Cabin Sketch', cursive;
	font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 27px;
	font-size: 2em;
}
.wrap {max-width:100%;background:#ffffff;padding:20px;    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}

/*Business Idea Generator*/

