/*
Theme Name: PPCFSB 2016 Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
/* =Reset
-------------------------------------------------------------- */
p:empty::before {
    content: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {line-height: 1;}
ol,ul {	list-style: none;}
blockquote,q {	quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th,td {	font-weight: normal;	text-align: left;}
h1,h2,h3,h4,h5,h6 {clear: both;}
html {overflow-y: scroll;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
a:focus {outline: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {	display: none;}
del {color: #333;}
ins {background: #fff9c0;text-decoration: none;}
hr {background-color: #ccc;	border: 0;	height: 1px;	margin: 24px 0px;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
img {border: 0;	-ms-interpolation-mode: bicubic;}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* = Column Shortcode Fix
-------------------------------------------------------------- */
.one_half {
    width: 48% !important;
    margin-right: 4% !important;
}
.one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
}
.one_third {
    width: 31% !important;
    margin-right: 3% !important;
}
.one_third.last_column {
    width: 31% !important;
    margin-right: 0px !important;
}
.two_third {
    width: 66% !important;
    margin-right: 2% !important;
}
.two_third.last_column {
    width: 66% !important;
    margin-right: 0px !important;
}
.one_fourth {
    width: 23.5% !important;
    margin-right: 2% !important;
}
.one_fourth.last_column {
    width: 23.5% !important;
    margin-right: 0px !important;
}
.three_fourth {
    width: 74.5% !important;
    margin-right: 2% !important;
}
.three_fourth.last_column {
    width: 74.5% !important;
    margin-right: 0px !important;
}
.one_fifth {
    width: 18.4% !important;
    margin-right: 2% !important;
}
.one_fifth.last_column {
    width: 18.4% !important;
    margin-right: 0px !important;
}
.two_fifth {
    width: 39% !important;
    margin-right: 2% !important;
}
.two_fifth.last_column {
    width: 39% !important;
    margin-right: 0px !important;
}
.three_fifth {
    width: 59% !important;
    margin-right: 2% !important;
}
.three_fifth.last_column {
    width: 59% !important;
    margin-right: 0px !important;
}
.four_fifth {
    width: 79.6% !important;
    margin-right: 2% !important;
}
.four_fifth.last_column {
    width: 79.6% !important;
    margin-right: 0px !important;
}
.one_sixth {
    width: 15% !important;
    margin-right: 2% !important;
}
.one_sixth.last_column {
    width: 15% !important;
    margin-right: 0px !important;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {	border: 1px solid #ccc;	border-radius: 3px;	font-family: inherit;	padding: 6px;}
button,input {line-height: normal;}
textarea {font-size: 100%;overflow: auto;	vertical-align: top;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"] {cursor: pointer;}
button[disabled],input[disabled] {cursor: default;}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {float: left;margin: 0px 20px 20px 0px;}
.alignright {float: right;margin: 0px 0px 20px 20px;}
.aligncenter {display: block;margin-left: auto;	margin-right: auto;}
.wp-caption {max-width: 100%; /* Keep wide captions from overflowing their container. */padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.entry-content dl.gallery-item {margin: 0;}
.gallery-item a,.gallery-caption {width: 90%;}
.gallery-item a {display: block;}
.gallery-caption a {display: inline;}
.gallery-columns-1 .gallery-item a {max-width: 100%;width: auto;}
.gallery .gallery-icon img {height: auto;max-width: 90%;padding: 5%;}
.gallery-columns-1 .gallery-icon img {padding: 3%;}

/* Navigation */
.site-content nav {clear: both;line-height: 2;overflow: hidden;}
#nav-above {padding: 24px 0;}
#nav-above {display: none;}
.paged #nav-above {display: block;}
.nav-previous,.previous-image {	float: left;	width: 50%;}
.nav-next,.next-image {	float: right;	text-align: right;width: 50%;}
.nav-single + .comments-area,#comment-nav-above {margin: 48px 0;}

/* Author profiles */
.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed;margin: 24px 0;padding-top: 24px;overflow: hidden;}
.author-description p {color: #757575;font-size: 13px;line-height: 1.846153846;}
.author.archive .author-info {border-top: 0;margin: 0 0 48px;}
.author.archive .author-avatar {margin-top: 0;}

/* =Basic structure
-------------------------------------------------------------- */

body {font-size: 16px;text-rendering: optimizeLegibility;color: #222;font-family: "Muli", Helvetica, Arial, sans-serif; background-color: #f1f1f1;}

a {outline: none;color: #548402;}
a:hover {color: #333;}

/* Page structure */
.site-content {margin: 40px 0;}
.widget-area {margin: 40px 0;}

/* Navigation Menu */
.main-navigation {text-align: center;}
.main-navigation li {margin-top: 10px;font-size: 16px;font-weight: bold;line-height: 1.5;}
.main-navigation li li{margin-top: 5px;font-weight: normal;font-size: 14px;line-height: 1.5;}
.main-navigation a {color: #333;}
.main-navigation a:hover {color: #21759b;}
.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {display: none;}
.main-navigation ul.nav-menu.toggled-on,.menu-toggle {display: inline-block;}


/* Sidebar */
.widget-area .widget {margin-bottom: 25px;}
.widget-area .widget h3 {font-size: 24px;text-transform: none;font-weight: normal;margin-bottom: 15px;}
.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget {font-size: 14px;line-height: 1.846153846;}
.widget-area .widget p {margin-bottom: 24px;}
.widget-area .textwidget ul {list-style: disc outside;margin: 0 0 24px;}
.widget-area .textwidget li {margin-left: 15px;}
.widget-area #s {width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */}

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {	clear: both;}
.entry-header {	margin-bottom: 24px;}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px 0;
	line-height: 1.5;
	font-weight: 400 !important;
}
.entry-content h1,
.comment-content h1 {
	font-size: 34px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 30px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 26px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 22px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic; font-size: 24px; color: #777;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {overflow: hidden;}
.image-attachment div.attachment {text-align: center;}
.image-attachment div.attachment p {text-align: center;}
.image-attachment div.attachment img {display: block;height: auto;margin: 0 auto;max-width: 100%;}
.image-attachment .entry-caption {margin-top: 8px;}



/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {margin-left: 12px;}
.widget_rss li {margin: 12px 0;}
.widget_recent_entries .post-date,.widget_rss .rss-date {color: #aaa;font-size: 11px;margin-left: 12px;}
#wp-calendar {margin: 0;width: 100%;font-size: 13px;line-height: 1.846153846;color: #686868;}
#wp-calendar th,#wp-calendar td,#wp-calendar caption {text-align: left;}
#wp-calendar #next {padding-right: 24px;text-align: right;}
.widget_search label {display: block;font-size: 13px;line-height: 1.846153846;}


/* =Custom Site-wide Font/Image Style CSS
-------------------------------------------------------------- */

.bold {font-weight: bold !important;}
.semibold {font-weight: 600 !important;}
.normal {font-weight: 400 !important;}
.thin {font-weight: 300 !important;}
.italic {font-style: italic !important;}

.sixteen {font-size: 16px !important;}
.eighteen {font-size: 18px !important;}
.twenty {font-size: 20px !important;}
.thirty {font-size: 30px !important;}
.forty {font-size: 40px !important;}
.fifty {font-size: 50px !important;}

.clicknum {color: inherit !important; text-decoration: none;}
.fullwidth {width: 100%;}

.black {color: #000;}
.white {color: #fff;}

.three-col-list {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}
.two-col-list {	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}

.greenbg {background-color: #548402 !important;}
.graybg {background-color: #444 !important;}


.block {display: block !important;}
.nosidepadding {padding-left: 0 !important; padding-right: 0 !important;}
.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}
.margintop {margin-top: 24px !important;}
.inline {display: inline !important;}
.center {text-align: center; display: block !important;}
.lrmargin {margin-left: 12px !important; margin-right: 12px !important;}

.three-col-list {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}
.two-col-list {	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}

.clearfixspace {width: 100%; margin: 0 auto; height: 40px; clear: both;}
.clearfix {width: 100%; margin: 0 auto; height: 1px; clear: both;}


/* =Custom Site CSS
-------------------------------------------------------------- */


/* Footer */
#footer {clear: both;font-size: 12px;max-width: 100%;position: relative;background-color: #444;	margin: 0px auto;}
#footerinside {max-width: 1100px;margin: 0px auto;padding: 60px 0px;}
#copyright {margin: 0px auto; 	text-align: center; color: #ccc; background-color: #222; width: 100%; padding: 60px 0; }
#copyright a {color: #ccc;}
#copyright a:hover {color: #fff;}

#legal {font-size: 10px; color: #999; max-width: 1100px; line-height: 1.5; margin: 24px auto 0;}

ul.block-with-icons {margin: 0;padding: 0;margin-bottom: 0px;list-style: none;}
ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 200px;float: left;width: 30%; text-align: center; color: #c2c2c2; line-height: 1.7; font-size: 14px;}
ul.block-with-icons > li:first-child {margin-right: 5%;}
ul.block-with-icons > li:last-child {margin-left: 5%;}
ul.block-with-icons h3 {font-size: 24px;color: #eee;margin-bottom: 10px;padding-bottom: 10px; font-weight: 300;}
ul.block-with-icons .b2 img {margin: 44px auto 0;}
ul.block-with-icons .b3 img {opacity: .6; margin: 10px 5px 0 5px;}
ul.block-with-icons .b3 img:hover {opacity: 1;}


.footer-menu li a {color: #c2c2c2; text-decoration: none; display: block; }
.footer-menu li a:hover {font-weight: bold;}

#headerbgwrap {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative;width: 100%;height: auto;background-image: url('https://whitelabelpayperclick.com/wp-content/uploads/2016/03/masthead2.jpg');}

.page-template-front-page #headerbgwrap, .page-template-page-ppc #headerbgwrap {height: 600px;}


#headerwrap {width: 100%; margin: 0 auto; text-align: center; background-color: #fff;}
#headerinside {max-width: 1100px; margin: 0 auto; text-align: left; padding: 10px 0 28px 0; position: relative;}
.page-template-front-page #headerwrap, .page-template-page-ppc #headerwrap {background-color: transparent;}

#logo img {max-width: 457px;}
#navwrap {width: 100%; position: absolute; right: 0; bottom: 10px;}
.menu-toggle {padding: 10px 0; font-size: 20px; font-weight: 300;}
.phone {color: inherit !important; text-decoration: none !important;}

#topcta {position: absolute; right: 0px; top: 0px; font-size: 22px; text-align: right; }
#topcta-text {position: relative; top: 12px; display: inline-block; vertical-align: middle;}

#topcta .phone {color: #6fa315 !important; font-weight: bold; display: block; margin-top: 4px;}
#topcta-texttwo {position: relative; top: 12px; display: inline-block; vertical-align: middle; background: rgba(255,255,255,.5); margin-left: 20px; padding: 6px; border-radius: 6px; text-align: center; font-size: 17px;}
#topcta-texttwo a {text-decoration: none; color: #333;}

#adslogo img {max-width: 200px; vertical-align: middle;}

#headertext {background-color: rgba(0,0,0,.5); padding: 20px; text-align: center; position: relative; margin: 0 auto; top: 50px; max-width:960px; line-height: 1.5; border-radius: 10px;}
#headertext-one {color: #fff; font-size: 34px;}
#headertext-two {color: #fff; font-size: 22px; margin: 6px auto;}

.hpbtn1 {background-color: #444; color: #fff; padding: 15px 35px; font-size: 22px; text-decoration: none; border-radius: 5px; margin: 24px 24px 0 0; display: inline-block; transition: all .2s ease-in-out;}
.hpbtn2 {background-color: #6fa315; color: #fff; padding: 15px 35px; font-size: 22px; text-decoration: none; border-radius: 5px; margin: 24px 0 0 0; display: inline-block; transition: all .2s ease-in-out;}
.hpbtn3 {background-color: #fff; color: #6fa315; padding: 15px 35px; font-size: 22px; text-decoration: none; border-radius: 5px; margin: 24px 24px 0 0; display: inline-block; transition: all .2s ease-in-out;}
.hpbtn1:hover, .hpbtn2:hover  {transform: scale(1.05); color: #fff;}
.hpbtn3:hover {transform: scale(1.05); color: #6fa315;}


#headertitleinside {border-bottom: 10px solid #3B5D00; background-color: #548402; padding: 30px 0;}
#headertitleinside h1 {color: #fff; font-size: 34px; line-height: 1.5; font-weight: 300;}

.page-template-front-page .entry-title, .page-template-page-ppc .entry-title {text-align: center;}
.page-template-front-page .entry-content, .page-template-page-ppc .entry-content {text-align: center;}
.page-template-front-page .content-column, .page-template-page-ppc .content-column {text-align: center; position: relative;}
.page-template-front-page .two_third, .page-template-page-ppc .two_third {text-align: left !Important;}
.page-template-front-page .content-column.one_third, .page-template-page-ppc .content-column.one_third {min-height: 420px; position: relative;}
.page-template-front-page .content-column.one_third .greenbutton-one, .page-template-front-page .content-column.one_third .greenbutton-two, .page-template-front-page .content-column.one_third .greenbutton-three, .page-template-page-ppc .content-column.one_third .greenbutton-one, .page-template-page-ppc .content-column.one_third .greenbutton-two, .page-template-page-ppc .content-column.one_third .greenbutton-three {position: absolute; bottom: 0; left: 0; right: 0; display: block;}

#hpbottom .content-column.one_third {min-height: 0px; position: relative; text-align: left !important;}
#hpbottom .content-column.one_third p {margin: 0;}

.page-template-front-page .fa-users, .page-template-page-ppc .fa-users {color: #6fa315;font-size: 100px; font-weight: 600;}
.page-template-front-page .fa-money, .page-template-page-ppc .fa-money {color: #548402;font-size: 100px; font-weight: 600;}
.page-template-front-page .fa-money-bill, .page-template-page-ppc .fa-money-bill {color: #548402;font-size: 100px; font-weight: 600;}
.page-template-front-page .fa-tv, .page-template-page-ppc .fa-tv {color: #548402;font-size: 100px; font-weight: 600;}
.page-template-front-page .fa-rocket, .page-template-page-ppc .fa-rocket {color: #3B5D00;font-size: 100px; font-weight: 600;}




.greenbutton-one {background-color: #6fa315; color: #fff; padding: 15px 25px; font-size: 18px !important; text-decoration: none; border-radius: 5px; display: block; margin: 24px auto 0;}
.greenbutton-one:hover {background-color: #333; color: #fff;}

.greenbutton-two {background-color: #548402; color: #fff; padding: 15px 25px; font-size: 18px !important; text-decoration: none; border-radius: 5px; display: block; margin: 24px auto 0;}
.greenbutton-two:hover {background-color: #333; color: #fff;}

.greenbutton-three {background-color: #3B5D00; color: #fff; padding: 15px 25px; font-size: 18px !important; text-decoration: none; border-radius: 5px; display: block; margin: 24px auto 0;}
.greenbutton-three:hover {background-color: #333; color: #fff;}



.greenbutton{background-color: #6fa315; color: #fff; padding: 15px 25px; font-size: 18px !important; text-decoration: none; border-radius: 5px; display: inline-block;}
.greenbutton:hover {background-color: #333; color: #fff;}


.graybutton {background-color: #444; color: #fff; padding: 15px 25px; font-size: 18px !important; text-decoration: none; border-radius: 5px; display: inline-block;}
.graybutton:hover {background-color: #222; color: #fff;}

.gform_wrapper input, .gform_wrapper select {padding: 10px !important; border: 2px solid #ccc; font-size: 16px; width: 100%}
.gform_wrapper input[type="submit"] {padding: 15px 30px !important; background-color: #6fa315; color: #fff; border: 0; width: auto;}
.gform_wrapper {    margin: 0 !important;}

.gfield_required.gfield_required_asterisk {color: #790000; margin-left: 4px;}

#hpmiddle {padding: 60px 0 36px 0; background: url('https://whitelabelpayperclick.com/wp-content/uploads/2016/03/cream_pixels.png') repeat; border-top: 4px solid #ccc; border-bottom: 4px solid #ccc;}
#hpmiddle .entry-content {font-size: 20px;}

#hpbottom {padding: 60px 0 36px 0;}
#hpbottom .two_third {border-right: 1px solid #ccc;width: 62% !important;    margin-right: 2% !important;    padding-right: 4%;}
#hpbottom .one_third.last_column {
    width: 29% !important; padding-left: 2%;
    margin-right: 0px !important;
}
#partners .one_third.last_column {width: 31%; padding-left: 0;}
#hpcarousel {padding: 60px 0; background-color: #fff; border-top: 4px solid #ccc;}



.servicelist .one_fourth {text-align: center; background-color: #fff; box-shadow: 0 0 5px #ccc; border-radius: 5px; min-height: 190px;transition: all .2s ease-in-out;}
.servicelist .one_fourth:hover {box-shadow: 0 0 5px #777;}
.servicelist .one_fourth h3 {font-weight: 600 !important; font-size: 20px; line-height: 1.3; margin: 24px auto 15px auto;max-width: 90%; padding: 0 0 15px 0; border-bottom: 2px solid #eee;}
.servicelist .one_fourth p {max-width: 90%; margin: 0 5% 24px; font-size: 15px;}


.su-spoiler-title {min-height: 50px !important; line-height: 50px !important; font-weight: 300 !important; font-size: 18px !important;}
.su-spoiler-icon {top: 22px !important;}




.colorsection, .ctabar {padding: 60px 0;}
.ctabar h3, .ctabar h2 {margin: 0 !important;    text-align: center;}

.imagebox, .imageboxhalf {width: 100%; position: relative;}

.imagebox-image {float: right; width: 40%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: absolute;      background-position: center center;  right: 0;}
.imagebox-content {float: left; width: 60%; text-align: left; padding: 150px 0;}
.imagebox-content .entry-content {max-width: 800px; margin-right: 100px; float: right; width: 80%;}

.imagebox-left .imagebox-image {float: left;position: absolute;    right: auto; left: 0;}
.imagebox-left .imagebox-content {float: right;}
.imagebox-left .imagebox-content .entry-content  {margin-right: 0px; margin-left: 100px; float: left;}

.page-id-623 .site-content {margin: 0 !important;}


/* =Media queries
-------------------------------------------------------------- */

/* Maximum width of 1280 pixels. */
@media screen and (max-width: 1280px) {
	.site {padding: 0 15px;}
	#navwrap {right: 0px;}
	#topcta {right: 15px;}
	#topcta .phone {display: block;}
	.main-navigation li a {	 font-size: 16px !important; padding: 0 10px !important;}
	.jcarousel-control-prev {left: 0px !important;}
	.jcarousel-control-next {right: 0px !important;}


.page-template-front-page .content-column.one_third, .page-template-page-ppc .content-column.one_third {min-height: 500px; position: relative;}


.imagebox-content .entry-content {margin-right: 10%;margin-left: 5%; width: 85%;}

}


/* Maximum width of 800 pixels. */
@media screen and (max-width: 800px) {

#topcta-text, #topcta-texttwo {display: block;}

#topcta-texttwo { margin-left: 0px; margin-top: 14px;}


.page-template-front-page .content-column.one_third, .page-template-page-ppc .content-column.one_third {min-height: 0px; position: relative;}
.page-template-front-page .content-column.one_third .greenbutton-one, .page-template-front-page .content-column.one_third .greenbutton-two, .page-template-front-page .content-column.one_third .greenbutton-three, .page-template-page-ppc .content-column.one_third .greenbutton-one, .page-template-page-ppc .content-column.one_third .greenbutton-two, .page-template-page-ppc .content-column.one_third .greenbutton-three {position: relative; margin: 24px auto;}

#partners img {margin-bottom: 20px;}

	.imagebox, .imageboxhalf {width: 100%; position: relative;}

.imagebox-image {float: none; width: 100%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: relative; height: 300px;    right: 0;}
.imagebox-content {float: none; width: 100%; text-align: left; padding: 50px 0;background-image: none !important;}
.imagebox-content .entry-content {max-width: 90%; margin: 0 5% !important; float: none; width: 90%; }

.imagebox-left .imagebox-image {float: none;position: relative; }
.imagebox-left .imagebox-content .entry-content  {max-width: 90%; margin: 0 5% !important; width: 90%;float: none;}

.su-spoiler-title {min-height: 30px !important; line-height: 30px !important;}
.su-spoiler-icon {top: 10px !important;}

#headertext { top: 50px; max-width:90%; margin: 0 5%; }
#headertext-one {font-size: 30px;}
#headertext-two {font-size: 17px;}

.hpbtn1 {background-color: #444; color: #fff; padding: 10px 15px; font-size: 15px;}
.hpbtn2 {background-color: #6fa315; color: #fff; padding: 10px 15px; font-size: 15px; }
.hpbtn3 {padding: 10px 15px; font-size: 15px; }

#headertitleinside {border-bottom: 6px solid #3B5D00; padding: 20px 0;}
#headertitleinside h1 {font-size: 26px;}


    #logo img {
        max-width: 80%;
        height: auto;
    }

	#headerinside {text-align: left; padding: 15px;}
	#logo {margin: 10px auto;}
	
	#topcta {position: relative; right: 0px; top: 0px; text-align: center; font-size: 18px; max-width: 90%; margin: 10px auto; line-height: 1.5;}
	.menu-toggle {border: 0; display: block; border-radius: 0;}
	.site {padding: 0 15px;}
	.nav-menu.toggled-on {padding-bottom: 20px;}
	#copyright {padding: 5%; width: 90%; line-height: 1.3;}





#hpbottom {padding: 40px 0 26px 0;}
#hpbottom .two_third {border-right: 0px ;width: 100% !important;    margin-right: 0% !important;    padding: 0 !important;}
#hpbottom .one_third.last_column {width: 100% !important; padding-left: 0%; padding: 0;}

.greenbutton, .graybutton{display: block;}

#hpbottom .graybutton.marginright {margin-right: 0 !important; margin-bottom: 10px !important;}


.page-template-front-page .content-column.one_third, .page-template-page-ppc .content-column.one_third {min-height: 0; position: relative;}

.page-template-front-page.content-column.one_third .greenbutton-one, .page-template-front-page .content-column.one_third .greenbutton-two, .page-template-front-page .content-column.one_third .greenbutton-three, .page-template-page-ppc .content-column.one_third .greenbutton-one, .page-template-page-ppc .content-column.one_third .greenbutton-two, .page-template-page-ppc .content-column.one_third .greenbutton-three {position: relative; margin: 24px 0;}




ul.block-with-icons > li {min-height: 0px;float: left;width: 90%; padding: 0 5%; margin-bottom: 30px;}
ul.block-with-icons > li:first-child {margin-right: 0%;}
ul.block-with-icons > li:last-child {margin-left: 0%;}


.jcarousel-control-prev {
    left: 0px !important;
}

.jcarousel-control-next{
    right: 0px !important;
}

/* = Column Shortcode Fix for Mobile
-------------------------------------------------------------- */
.one_half {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_half.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_third {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_third.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_third {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_third.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fourth {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fourth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fourth {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fourth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fifth {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.one_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.two_fifth {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fifth {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.four_fifth {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.four_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.one_sixth {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_sixth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}

.three-col-list {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
.two-col-list {	-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}

}

/* Maximum width of 400 pixels. */
@media screen and (max-width: 400px) {

.page-template-front-page #headerbgwrap, .page-template-page-ppc #headerbgwrap  {
    height: 720px !important;}



}


/* Minimum width of 801 pixels. */
@media screen and (min-width: 801px) {
	.author-avatar {float: left;margin-top: 8px;}
	.author-description {float: right;width: 80%;}
	.sitewrap {width: 100%; margin: 0 auto; text-align: center;}
	.site {	text-align: left;margin: 0 auto;max-width: 1100px;}
	.site-content {	float: left;width: 63%; padding-right: 4%; border-right: 1px solid #ccc;	} .page-template-front-page .site-content, body.full-width .site-content, .page-template-page-ppc .site-content  {border-right: 0;}

	body.template-front-page .site-content,	body.single-attachment .site-content,	body.full-width .site-content, body.page-template-page-ppc .site-content {	width: 100%;}
	.widget-area {float: right;width: 30%;}

	.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {display: inline-block !important;text-align: right;width: 100%;	}
	.main-navigation ul {margin: 0;	text-indent: 0;	}
	.main-navigation li a,	.main-navigation li {	display: inline-block;	text-decoration: none;}
	.main-navigation li a {	border-bottom: 0;color: #333; font-size: 17px; padding: 0 12px; line-height: 2.5;text-transform: none;white-space: nowrap;}
	.main-navigation li:last-child a {padding: 0 0 0 15px;}
	.main-navigation li a:hover {color: #999;}
	.main-navigation li {margin: 0 0px 0 0;font-weight: normal;position: relative;}
	.main-navigation li li{	margin: 0;}
	.main-navigation li ul {display: none;margin: 0;padding: 0;position: absolute;top: 100%;z-index: 1;}
	.main-navigation li ul ul {top: 0;left: 100%;}
	.main-navigation ul li:hover > ul {border-left: 0;display: block;}
	.main-navigation li ul li a {background: #ccc; color: #333; display: block; text-align: left; font-size: 14px;line-height: 2;	padding: 5px 10px !important;width: 260px;white-space: normal;}
	.main-navigation li ul li a:hover {background: #eee;color: #333;}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	}
	.menu-toggle {display: none;}
	.entry-header .entry-title {font-size: 30px;}

	#respond form input[type="text"] {width: 46.333333333%;}
	#respond form textarea.blog-textarea {width: 79.666666667%;}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}


/*--Hide Dive--*/
.hide {
display:none;
}