/*
Theme Name: fanow2017

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.
*/




/* =Reset
-------------------------------------------------------------- */

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: 15px;text-rendering: optimizeLegibility; background-color: #fff; color: #333; font-family: 'Open Sans', sans-serif;}

a {outline: none;color: #c4aa6b;}
a:hover {color: #222;}



/* Sidebar */
.widget-area .widget {margin-bottom: 25px; text-align: right; line-height: 1.5; }
.widget-area .widget h3 { text-align: left !important; border-left: 5px solid #25355E; padding-left: 10px;  color: #25355E; border-radius: 2px; font-size: 22px;text-transform: none;font-weight: normal;margin-bottom: 15px;}
.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget {font-size: 16px;line-height: 2;}
.widget-area .widget p {margin-bottom: 24px; text-align: left !important;}
.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 */}

/*.widget-area a {padding: 5px 10px; color: #fff; border-radius: 5px; background-color: rgba(0,0,0,0.6); font-size: 19px; display: block; text-decoration: none; margin-bottom: 5px;  transition: all .3s ease-in-out; }
.widget-area a:hover {background-color: rgba(0,0,0,0.7); font-weight: bold;}*/
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {	clear: both;}
.entry-header img.wp-post-image, .entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {width: 100%;}

.entry-header .entry-title {
	font-size: 20px;
	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: 2;
}
.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;
	
}
.entry-content h1,
.comment-content h1 {
	font-size: 32px; text-transform: uppercase;
	line-height:1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 32px; text-transform: uppercase;
	line-height:1.5;
}
.entry-content h3,
.comment-content h3 {
	font-size: 28px;
	line-height: 1.5; color: #c4aa6b;
}
#page-middle .entry-content h3 {color: #333;}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	line-height: 1.5;
}
.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.7;
}
.entry-content {line-height: 2;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
}
.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-type: disc;
padding: 0;
margin: 0 0 24px 0;
}
.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;
}
.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: #333;
	font-size: 18px;
	line-height: 2;
	margin: 0 auto 24px;
	max-width: 80%; width: 100%;
	text-align: center;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content th {background-color: #222;  line-height: 2; text-align: center;  padding: 20px 10px; color: #fff; font-size: 18px; font-weight: bold;}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed; background-color: #fff; width: 33.33333333333%;
	padding:10px; text-align: center; font-size: 15px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 16px;
	line-height: 1.5; text-align: center;
	margin: 0 auto 24px; max-width: 800px;
}


/* =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
-------------------------------------------------------------- */
.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.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;}
.uppercase {text-transform: uppercase !important;}
.lowercase {text-transform: none !important;}

.sixteen {font-size: 16px !important;}
.eighteen {font-size: 18px !important;}
.twenty {font-size: 20px !important;}
.twentyfour {font-size: 24px !important;}
.thirty {font-size: 30px !important;}
.forty {font-size: 40px !important;}
.fifty {font-size: 50px !important;}
.sixty {font-size: 60px !important;}

.khand {font-family: 'Khand', sans-serif;}

.clicknum {color: inherit !important; text-decoration: none;}
.fullwidth {width: 100%;}



.black {color: #000;}
.white {color: #fff;}
.blue {color: #006496 !important;}
.gold {color: #c4aa6b !important;}

.nopadding {padding: 0 !important;}
.marginbot {margin-bottom: 24px !important;}
.nomargin {margin: 0 !important;}
.margintop {margin-top: 24px !important;}
.inline {display: inline !important;}
.center {text-align: center; display: block !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;}

.darkbarbottomcenter, .barbottomcenter {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Rectangle-10.png'); background-repeat: no-repeat; background-position: center bottom; background-size: 123px 8px; padding-bottom: 20px; margin-bottom: 40px !important; }
.barbottomcenter {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Rectangle-12.png'); background-position: center bottom; }

.darkbarbottomleft, .barbottomleft {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Rectangle-10.png'); background-repeat: no-repeat; background-position: left bottom; background-size: 123px 8px; padding-bottom: 20px; margin-bottom: 40px !important; }

.barbottomleft {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Rectangle-12.png'); background-position: left bottom; }

/* =Custom Site CSS
-------------------------------------------------------------- */

/* Styling a search form in the menu -- see accompanying php*/

/* my-nav-menu-search menu item created in functions.php. Move it way over to the right */
.navbar .nav .my-nav-menu-search {
    float: right;
}
.navbar .nav {
    width: 100%;
}

/*Stop the display of the Search button*/
.my-nav-menu-search .search-submit {
    display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.my-nav-menu-search .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/* Add a magnifying glass background and style the search input textbox */
.my-nav-menu-search .search-field {
    background-color: transparent;
    /* CHANGE THIS LINK TO POINT TO YOUR SEARCH ICON */
    background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/search.jpg');
    background-repeat: no-repeat;
    background-position: 5px center;
    -webkit-background-size:    18px 18px;
    background-size:            18px 18px;
    border: none;
    -webkit-box-shadow:    none;
    -moz-box-shadow:       none;
    box-shadow:            none;
    cursor: pointer;
    height: 36px;
    margin: 2px 0 2px 0;
    padding: 0 0 0 24px;
    position: relative;
    -webkit-transition:    width 400ms ease, background 400ms ease;
    -moz-transition:       width 400ms ease, background 400ms ease;
    -o-transition:         width 400ms ease, background 400ms ease;
    transition:            width 400ms ease, background 400ms ease;
        width: 32px; -webkit-appearance: none; 
}

.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
    background-color: #fafafa;
    color: #5a5a5a;
    /* swap the two colours above if you are working with a dark navbar background */
    border: 1px solid #ccc;
    cursor: text;
    outline: 0;
    width: 110px; 
    -webkit-box-shadow:	none;
    -moz-box-shadow: 	none;
    box-shadow:         none; text-indent: 10px;
    margin: 0;
}
/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px){
    .navbar .nav .my-nav-menu-search {
        float: left;
    }
    .navbar .nav {
        width: auto;
    }
}

.archive-title {margin-top: 24px !important; text-align: center;}

/* Footer */
#footer {clear: both;font-size: 15px;max-width: 100%;position: relative;text-align: center; color: #fff; background-color: #1c1b1c;	margin: 0px auto; line-height: 1.5; background-size: cover;}
#footerinside {max-width: 1100px;margin: 0px auto;padding: 70px 0px;}
#copyright {margin: 0px auto; padding: 24px 0; background-color: #111111; font-size: 13px; line-height: 1.5; text-align: center; color: #fff;}
#copyright a {color: #c4aa6b;}

#footerlogo {display: block; width: 157px; height: 199px; background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/footerlogo.png'); background-size: 157px 199px; background-repeat: no-repeat; margin: 34px auto;}

#footer-join {padding: 50px 0 0 0; background-color: #fff;}
#footer-join h2  {font-size: 32px; font-weight: 400; text-transform: uppercase; line-height: 1.5;}
#footer-join .site {text-align: center;}

#footer-text {font-size: 13px; line-height: 1.5; max-width: 600px; margin: 34px auto 0}
#footer-newsletter {padding: 40px 0; background-color: #1c1b1c;}
#footer-newsletter .site {color: #fffffb; line-height: 1.7; font-size: 18px;}
#footer-newsletter .site .one_third .khand {line-height: 1; font-weight: 500;}
#footer-newsletter .site .one_third .forty {font-size: 46px !important;}

#footer-newsletter label, .blog #page-top label {display: none;}
#footer-newsletter #gform_wrapper_3, .blog #page-top #gform_wrapper_5{position: relative; top: 0px; margin-bottom: 0px; max-width: 100%; margin: 0 auto !important;}
.blog #page-top #gform_wrapper_5 {max-width: 500px;}

#footer-newsletter #input_3_1, .blog #page-top #input_5_1 {text-indent: 24px; float: left; background-color: #3d3b3d!important; height: 55px; line-height: 55px; font-size: 14px; width: 100% !important; color: #b0ada5; margin-top: -1px; padding: 0 0 0 20px; border: 0;  border-radius: 5px; border-bottom: 0 !important;}
.blog #page-top #input_5_1 {background-color: #e8e7e6 !important;}


#footer-newsletter  #gform_submit_button_3, .blog #page-top #gform_submit_button_5{background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Path-39.png'); border: 0;  background-size: 24px 24px; position: absolute; top: -1px; background-color: transparent !important; right: 0px; border-radius: 5px;  height: 55px; width: 80px;background-repeat: no-repeat;  background-color: #fff; background-position: center center; text-indent: -100000em; padding: 0 !important;  }


#footer-newsletter  #gform_wrapper_3 .gform_footer, .blog #page-top #gform_wrapper_5 .gform_footer{
padding: 0 !important;
margin: 0 !important;
clear: none !important;
float: right !important; width: auto !important;
}


.footer-menu li {display: inline-block;}
.footer-menu li li {display: none;}
.footer-menu li a {display: block; padding: 0 15px; color: #fff; line-height: 1.8; font-size: 15px; text-decoration: none; text-transform: uppercase;}

#footernum {color: #c4aa6a; font-size: 16px;}
#footernum .phone {font-size: 40px; font-weight: 300; letter-spacing: 1px; display: block;}
#footernum a {color: #c4aa6b;}

#footer-social {display: block; width: 100%; margin-top: 24px; display: none;}
#footer-social a{display: inline-block; width: 32px; border-radius: 300px; background-color: #c4aa6b; text-align: center; height: 32px; line-height: 32px; margin: 0 5px;}
#footer-social .fab { float: none; color: #fff; font-size: 20px; display: inline-block;transition: all .2s ease-in-out; }
#footer-social a:hover .fab {transform: scale(1.2);}

#footercta {padding: 50px 0; width: 100%; margin: 0 auto; background: #fff; position: relative; z-index: 2;}
#footercta .site {text-align: center; line-height: 1.5;}


#footercta-line1 {font-size: 28px; font-weight: 300; color: #c4aa6b;}
#footercta-line2 {font-size: 16px; font-weight: 400; color: #1c1c1c; margin: 24px auto 34px;}

#footercta-line3 {}
#footercta-line3 a, .body-social a{display: inline-block; width: 32px; border-radius: 300px;  text-align: center; height: 32px; line-height: 32px; margin: 0 35px;}
#footercta-line3 .fab, .body-social .fab { float: none; color: #1c1c1c; font-size: 32px; display: inline-block;transition: all .2s ease-in-out; }


#footer-page-cta {padding: 50px 0; width: 100%; margin: 0 auto;}
#footer-page-cta .entry-content p, #footer-page-cta .entry-content h2, #footer-page-cta .entry-content h3 {color: #fff;margin: 0;}


#topbar {width: 100%;background-color: #c4aa6b; padding: 10px 0; visibility: visible; opacity: 1;transition: all .2s ease-in-out;}
#topbar .site {text-align: right; font-size: 13px;}
.secondary-menu {float: right;}
.secondary-menu li {display: inline-block; margin-left: 15px;}
.secondary-menu li:last-child {border-left: 2px solid #fff; padding-left: 15px;}
.secondary-menu li:last-child a {font-weight: bold;}
.secondary-menu li a {display: inline-block; padding: 0 0px; text-decoration: none; color: #fff; text-transform: uppercase;}

#headerwrap {max-width: 100%;width: 100%; margin: 0 auto; text-align: center;  position: relative;  min-height:900px; overflow:hidden; background: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/hero.jpg') no-repeat; background-size: cover; background-position: center 60px;}
#headerwrapint {max-width: 100%;width: 100%; margin: 0 auto; text-align: center;  position: relative; min-height: 300px; background: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/hero.jpg') no-repeat; background-size: cover; background-position: top center; margin-top: 90px;}

.bloghead {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Header-AboutUs@2x.jpg') !important;}
.posthead {min-height: 630px !important;}

#headerinsidewrap { transition: all .2s ease-in-out; position: fixed; top: 0; left: 0; max-width: 100%; width: 100%; text-align: center; margin: 0 auto; right: 0; z-index: 50; background-color: rgba(255,255,255,1);}
#headerinside {max-width: 1200px;width: 100%; margin: 0 auto; text-align: left; padding: 0px 20px; position: relative; min-height: 70px;  transition: all .2s ease-in-out;}

.logo {display: inline-block; position: absolute; left: 20px; top: 10px;transition: all .2s ease-in-out; width: 145px; height: 182px; background-size: 145px 182px; display: inline-block; background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/Group-27@2x.png'); background-repeat: no-repeat; }


.logged-in #headerinsidewrap {margin-top: 32px;}

.phone {text-decoration: none !important; color: inherit !Important;}


#headerbottom {position: absolute; bottom: 0px; width: 100%; left: 0; right: 0; height:420px; background-color: rgba(0,0,0,.65);}
#inthead {text-align: center;}
#inthead h1 {font-size: 34px; font-weight: 300; background: rgba(0,0,0,.6); padding: 12px 20px; color: #fff; display: inline-block; border-radius: 2px; margin: 0 auto;}
#inthead .entry-header {position: absolute; bottom: 40px; left: 0; right:0; margin: 0 auto;}

#headerwrap .hphomehero {position: absolute; z-index: 10; bottom: 0px; width: 100%; left: 0; right: 0;}

#hpherotext { color: #fff; position: relative; top: 240px; left: 0;   font-size: 60px; line-height: 1.5; text-align: left; line-height: 1; max-width: 57%;}
#hpherotext-line1 {font-family: 'Khand', sans-serif; font-size: 60px; font-weight: 300; letter-spacing: 16px; text-transform: uppercase; line-height: 1.6; }
#hpherotext-line2 {font-family: 'Khand', sans-serif;color: #c4aa6b; font-size: 160px; font-weight: 800;text-transform: uppercase; line-height: .7;}
#hpherotext-line3 {font-family: 'Khand', sans-serif;font-size: 90px; font-weight: 800;text-transform: uppercase;}
#hpherotext-line4 {font-size: 18px; margin: 24px 0; line-height: 1.5;}
#hpherotext-line5 {font-size: 22px; line-height: 1.5; font-weight: 300; }




.hpbtn1 {background-color: #c4aa6b; color: #fff; padding: 15px 30px; font-size: 16px; text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 24px; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.1); color: #fff; }


#gethelpnow {visibility: hidden; opacity: 0;background-color: #c4aa6b; color: #fff; padding: 15px 30px;font-size: 15px;  text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 3px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1; position: absolute; right: 0; top: 13px;}

#navwrap {width: auto; position: absolute; right: 60px; margin: 0 auto; bottom: 0px;z-index: 100;  transition: all .2s ease-in-out; visibility: visible; opacity: 1;}

#mobilemenu {visibility: hidden; opacity: 0;}

#headerinsidewrap.smaller {background-color: #1c1b1c;}
#headerinsidewrap.smaller .logo {top: 12px;width: 96px; height: 120px; background-size: 96px 120px; }
#headerinsidewrap.smaller #mobilemenu, #headerinsidewrap.smaller #gethelpnow {visibility: visible; opacity: 1;}
#headerinsidewrap.smaller #topbar {visibility: hidden; opacity: 0; padding: 0; height: 0;}
#headerinsidewrap.smaller #navwrap {visibility: hidden; opacity: 0;}
#headerinsidewrap.smaller #headerinside {min-height: 70px;}
#headerinsidewrap.smaller .my-nav-menu-search {display: none;}


#hpmain {margin: 0 auto; background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/hpwood.jpg'); background-size: 1920px 1000px; background-repeat: no-repeat;     background-position: center -40px;padding: 40px 0 100px;}


#hpmain .one_third {background-color: #fff; box-shadow: 0 10px 18px #ccc; min-height: 340px; margin-top: 24px;  width: 25% !important; position: relative; text-align: center; padding: 4% 3% 2% !important; }
#hpmain .one_third img {display: block; margin: 0 auto;}
#hpmain .one_third .goldbutton {position: absolute; bottom: 40px; left: 0; max-width: 40%; right: 0; margin: 0 auto; display: inline-block;}



.whitebox {background-color: #fff; max-width: 100%; box-shadow: 0 10px 22px rgba(0,0,0,.2); margin: 0 auto; min-height: 340px; margin-top: 24px;  width: 400px; position: relative; text-align: center;  }
.whitebox p {width: 80%; padding: 10%;}


.goldbutton {background-color: #c4aa6b; color: #fff; padding: 15px 30px;font-size: 15px;  text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 3px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1;}
.goldbutton:hover, #gethelpnow:hover {background-color: #8B7949; color: #fff;}

.blackbutton {background-color: #1c1c1c;  color: #fff; padding: 15px 30px;font-size: 15px;  text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 3px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1;}
.blackbutton:hover {background-color: #000; color: #fff;}

#blogwrap {padding: 50px 0;}
#mainbody {background: #fafafa;}

#page-top {padding: 50px 0; background-color: #f8f7f5;}

#page-bottom {padding: 50px 0; background-color: #fff;}
#page-main {padding: 60px 0; background-color: #fff;}
#page-middle {padding: 100px 0 50px 0; background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Success Stories Page Fix */
.page-id-28799 #page-middle {display: none;}

/* Addiction 101 Page Fix */
.page-id-28787 #page-middle .one_fourth {position: relative; min-height: 680px;}
.page-id-28787 #page-middle .one_fourth .goldbutton {position: absolute; bottom: 0; left: 0;}


/* Resources Page Fix */
.page-id-28790 #page-middle .one_fourth {position: relative; min-height: 560px;}
.page-id-28790 #page-middle .one_fourth .blackbutton {position: absolute; bottom: 0; left: 0;}

/* Grid Fix */

#grid-28924 .tg-grid-area-top2 {
    margin-bottom: 24px;
}

.home #page-middle {padding: 140px 0 80px 0;}

#hp-middle {width: 60%; margin-left: 40%;}
#hp-middle h2 {margin-bottom: 44px;}
.flexslider {
    max-width: 100% !important;
    margin: 0 auto !important;
    border: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; margin-top: 24px !important;
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.flexslider li { color: #fff; line-height: 1.7;}
.flexslider li img {float: left; max-width: 200px; margin: 0 34px 24px 0;}
.flexslider li h3 {font-size: 30px; font-weight: 100; margin: 0 0 4px; line-height: 1.2; color: #c4aa6b; display: inline-block;}
.flex-control-paging li a.flex-active {
    background: #9ccc34 !important;
    background: rgba(196,170,107, 0.9) !important;
}
.flex-control-paging li a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.flex-control-nav {
    margin: 0 0 24px 0 !important; width: 70% !important; bottom: -60px !important;
}



.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {padding: 10px !important; border: 2px solid #ccc; border-radius: 2px;}
.gform_wrapper .top_label .gfield_label {margin: .625em 0 0 !important;}
.gform_wrapper input[type="submit"] {background-color: #333; color: #fff; padding: 15px 30px !important; border: 0; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 2px; display: inline-block;}


body .gform_wrapper .top_label div.ginput_container {  margin-top: 0 !important;}

.hpwhy, .hpwhy .wrapper {position: relative;}

.hpwhy-right-image {width: 50%; float: right; background-size: cover; position: absolute; height: 100%; background-position: center center; right: 0;}
.hpwhy-left-content {float: left; width: 50%; position: relative;  min-height: 600px; height: 600px; display: table;}
.hpwhy-left-content .entry-content {padding: 100px 50px 0px 0; text-align: left; display: table-cell; vertical-align: middle; max-width: 550px; float: right;}



#hpwhy-2 {background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/imageright.jpg');}



#footerblogs {padding: 80px 0; background: #f8f7f5;}
#footerblogs {text-align: center;}
#footerblogs h2 {font-size: 32px; font-weight: 400; text-transform: uppercase; line-height: 1.5;}
#footerblogs .goldbutton {display: inline-block; margin: 34px auto 0;}
#footerblogs .site {text-align: center;}

#footerblogs-text {text-align: center; margin: 0px auto 40px; line-height: 1.5; color: #1c1c1c; max-width: 860px;}

#blog-block {text-align: left;  line-height: 1.3;}
#blog-block li {display: inline-block; float: left !important; min-height: 480px !important; width: 30%; position: relative; margin-right: 5%; margin-bottom: 24px;}
#blog-block li:nth-child(3n) {margin-right: 0;}
#blog-block li img {max-width: 100%; width: 100%; max-height: 196px;}
#blog-block li:last-child {margin-right: 0%;}
#blog-blockimg {float: none; margin: 0px auto;  overflow: hidden; max-width: 100%; height: 180px; background-size: cover; background-position: center center;}
#blog-blockimg img {width: 100%; height: 180px; overflow: hidden;}

.blogmetaline {width: 100%; line-height: 30px; display: block; margin: 24px 0;} 
.blog-cat {    display: inline-block;float: left; line-height: 30px; padding: 0 15px; background-color: #ccc; color: #fff; font-size: 13px;}
.blog-date {    display: inline-block;float: right; line-height: 30px; font-size: 13px; color: rgba(40,40,40,.6); font-weight: 500;}
.blog-title a {width: 100%; text-decoration: none; display: block; margin: 15px auto 0; color: #c4aa6b; text-decoration: none; font-weight: 400; font-size: 26px; line-height: 1.5;}
.blog-excerpt {width: 100%; margin: 24px auto; color: #282828; font-size: 14px; line-height: 1.7;}
#blog-block li .bluebutton {left: 10%; bottom: 24px; position: absolute;}


.blog-feat img {max-width: 100%;}
.postfeed-article li {width: 48%; margin: 0 4% 0 0; float: left; margin-bottom: 34px; min-height: 620px; position: relative;}
.postfeed-article li:nth-child(2n) {margin: 0 0 0 0;}
.postfeed-content .entry-header {margin: 0 0 12px 0;}
.postfeed-article a {display: block;}
.postfeed-article a img {max-height: 300px; max-width: 100%; width: 100%; margin-bottom: 0px;}
.postfeed-article h1 a, .postfeed-article h1 {color: #c4aa6b; line-height: 1.5 !important; font-weight: 400;  font-size: 22px !important; text-decoration: none; border-left: 0 !important; padding-left: 0 !important;}
.postfeed-date {margin: 0 0 12px 0; font-size: 13px; color: #888;}
.postfeed-content {width: 100%; padding: 0%;}
.postfeed-excerpt {line-height: 1.5; font-size: 16px;}
.postfeed-readmore {position: absolute; bottom: 20px; text-decoration: none; text-transform: none; color: #fff; padding: 8px 20px; border-radius: 2px; font-weight: 300; background-color: #c4aa6b;}
.postfeed-readmore:hover {color: #c4aa6b; background-color: #fff;}

.single-post .site-content {max-width: 960px; float: none;     margin: 0 auto; position: relative; top: -300px; background-color:#fff; padding: 60px 80px; margin-bottom: -300px;}
.single-post #blog-featured-image {max-width: 960px; }

.responsive-tabs .responsive-tabs__list__item {color: #fff !important;}
.responsive-tabs .responsive-tabs__list__item:hover {color: #fff !important;}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    color: #333 !important;
}
.responsive-tabs .responsive-tabs__panel {padding: 0 20px !important;}

.su-spoiler-style-fancy {border: 0 !important;}

.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title {background-color: #b1adb1 !important;}
.su-spoiler-style-fancy > .su-spoiler-title {background-color: #c3aa6f !important; border-bottom: 0 !important; } 
.su-spoiler-title p, .su-spoiler-title h3 {margin: 0 !important;}
.su-spoiler-title h3 {font-size: 15px !important; text-transform: uppercase !important; font-weight: 500 !important; color: #fff !Important; margin: 10px 0 !important;}
.su-accordion p {margin: 0;}
.su-spoiler-icon {
    position: absolute;
    left: auto !important; right: 10px !important;
    top: 18px !important;
   color: #fff !important;
}
.su-spoiler {margin-bottom: 8px !important;}

.su-spoiler-content {background-color: #f8f7f5 !important; position: relative; top: 0px;}


.goldaccordion .su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title {background-color: #1c1b1c !important;}
.goldaccordion .su-spoiler-style-fancy > .su-spoiler-title {background-color: #b1adb1 !important; border-bottom: 0 !important; } 

#blog-functions-wrap {width: 100%; padding: 20px 0; background-color: #c4aa6b !important;  }

#blog-functions {margin: 0 auto;font-size: 18px; text-align: center; width: 100%; max-width: 840px; color: #fff; height: 50px; overflow: hidden;float: none; font-family: 'Khand', sans-serif !important;}

#blog-functions-category {width: 33%; float: left; text-align: center;}
#blog-functions-archives {width: 33%; float: left; margin: 0%; text-align: center; }
#blog-functions-category select, #blog-functions-archives select {border-radius: 5px; background-color: #fff !important;  border: 0; height: 50px; line-height: 50px; width: 90%; margin: 0 auto;  font-size: 18px; font-weight: 400 !important;  color: #333; -moz-appearance: none; -webkit-appearance: none; appearance: none; ; text-indent: 10px;  font-family: 'Khand', sans-serif !important; background-image: url(https://fightaddictionnow.org/wp-content/uploads/2017/12/arrowdown.png); background-size: 24px 24px; background-position: 96% center; background-repeat: no-repeat;} 
#blog-functions-category option, #blog-functions-archives option {color: #333;}

#blog-functions-search {width: 33%; float: left; position: relative; }
#blog-functions-search input[type="text"] {background-color: #fff !important; border-radius: 5px; color: #333; border: 0;height: 50px; line-height: 50px; font-size: 18px; padding: 0 !important; width: 90%; margin: 0 auto; font-weight: 400 !important; font-family: 'Khand', sans-serif !important;  text-indent: 10px;} 
#blog-functions-searchbtn {position: absolute; right: 10px; top: 0; height: 50px; line-height: 50px;      background-color: transparent;   background-image: url(https://fightaddictionnow.org/wp-content/uploads/2017/12/Path-39.png);
    border: 0;
    background-size: 24px 24px; background-position: center center; width: 50px; border: 0; background-repeat: no-repeat; text-indent: -999999999em;}

#blog-functions-search input[type="text"]::-webkit-input-placeholder {
   color: #333;
}

#blog-functions-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

#blog-functions-search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

#blog-functions-search input[type="text"]:-ms-input-placeholder {  
   color: #333;  
}


#popmake-28875 {min-width: 1140px !important; background-image: url('https://fightaddictionnow.org/wp-content/uploads/2017/12/popupbg.jpg'); background-repeat: no-repeat; background-position: left top;     min-height: 520px;}

#popup-left {float: left; width: 38%; margin-right: 7.5%; color: #fff; font-size: 30px; text-align: center; position: relative; top: 260px;}
#popup-left a {font-size: 16px; text-decoration:  underline; color: #fff;}
#popup-left .phone {font-size: 40px; font-weight: 300; color: #c4aa6b !important; margin-bottom: 80px;}

#popup-right {float: right; width: 50%; margin-right: 3.5%; position: relative; top: 80px; color: #333; font-size: 18px; text-align: center;}
#popup-right h2 {font-weight: 100; font-size: 30px;}
#popup-right .goldbutton {margin: 24px auto 50px;}
#popup-right a {text-decoration: none;}


#extensions_message_4_4 {display: block; margin-top: 2px; font-size: 13px; margin-bottom: 10px;}
#field_4_3 .gfield_label {display: none;}

#chatbtn {position: fixed; bottom: 10px; right: 10px; z-index: 20;}


#crumbs {    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;}

.page-crumbs {text-align: center; color: #eee !important; text-shadow: 0 0 3px #000;}
.page-crumbs a {color: #eee; text-decoration: none;}


.page-template-page-landing #footer-join, .page-template-page-landing #footer-newsletter, .page-template-page-landing #footerblogs, .page-template-page-landing #footercta, .page-template-page-landing #crumbs {display: none;}

.page-id-29167 #crumbs {display: none;}


/* =Media queries
-------------------------------------------------------------- */
/* Maximum width of 1200 pixels. */
@media screen and (max-width: 1200px) {
	#headerinside {text-align: center; padding: 20px 2%; width: 96%; max-width: 96%;}

	#navwrap {right: 15px;}
	.main-navigation li a {	font-size: 15px !important;}
	.site {padding: 0 15px;}

	.hpwhy, .hpwhy .wrapper {position: relative;}
	.hpwhy-left-image {width: 100%; float: none; position: relative; min-height: 400px;height: 400px; }
	.hpwhy-right-content {float: none; width: 100%; position: relative;  min-height: 0;}
	.hpwhy-right-content .entry-content {padding: 24px 15px; text-align: left;}

	.hpwhy-right-image {width: 100%; float: none; position: relative; min-height: 400px; height: 400px;}
	.hpwhy-left-content {float: none; width: 100%; position: relative;  min-height: 0;}
	.hpwhy-left-content .entry-content {padding: 24px 15px; text-align: left;}



#popmake-28875 {min-width: auto !important; background-image: none;     min-height: 0;}

#popup-left {float: none; width: 100%; margin-right: 0%; color: #1c1c1c; font-size: 24px; top: 0px;}
#popup-left a {font-size: 16px; color: #1c1c1c; top: -24px; position: relative;}
#popup-left .phone {font-size: 30px; font-weight: 300; color: #c4aa6b !important; top: 0; margin-bottom: 0px;}

#popup-right {float: none; width: 100%; margin-right: 0; margin-top: 12px; top: 0px; }
#popup-right h2 {font-weight: 100; font-size: 22px;}
#popup-right .goldbutton {margin: 12px auto 24px auto;}
#popup-right a {text-decoration: none;}

#popup-right .one_half {margin-bottom: 0;}



}

/* Maximum width of 800 pixels. */
@media screen and (max-width: 800px) {

#headerwrapint {margin-top: 0;}
#chatbtn {display: none;}

.single-post .site-content {padding: 30px 10px;}


	#headerinside {text-align: left; padding: 0 15px 20px 15px;min-height: 60px;}
	#headerinsidewrap {background-color: #1c1b1c; }

	.logo {margin: 10px auto; position: absolute; top: 10px; left: 10px;}
	.logo img {max-width: 220px;}
	#topcta {position: relative; right: 0px; top: 0px; text-align: center; font-size: 16px; margin: 10px auto;}
	#topcta .phone {font-size: 24px;}
	#navwrap {display: none;}
	.menu-toggle {border: 0; display: block; border-radius: 0;}
	
button#responsive-menu-pro-button {
    top: 10px !important;
    left: auto !important;
    right: 10px !important;

}


#footercta-line3 a, .body-social a{ margin: 0 15px;}

#hpherotext { position: relative; top: 0px; font-size: 60px;  max-width: 90%; margin: 160px 5% 100px;}
#hpherotext-line1 {font-size: 32px; letter-spacing: 10px; line-height: 1.6; }
#hpherotext-line2 { font-size: 110px;line-height: .7;}
#hpherotext-line3 {font-size: 56px; }
#hpherotext-line4 {font-size: 16px; margin: 24px 0; }
#hpherotext-line5 {font-size: 22px;  margin-bottom: 12px;}





#hpmain .one_third {background-color: #fff;min-height: 0px; margin-top: 24px;  width: 90% !important; position: relative; text-align: center; padding: 4% 5% 2% !important; }
#hpmain .one_third .goldbutton {position: relative; bottom: 0px; left: 0; max-width: 40%; right: 0; margin: 12px auto; display: inline-block;}



#topbar .site {text-align: center;}
#mobilemenu {visibility: visible; opacity: 1;}
.secondary-menu {float: none;}

.home #page-middle {padding: 50px 0;}
.home #page-middle .one_third {    width: 100% !important;    margin-right: 0% !important;}
.home #page-middle .two_third.last_column {    width: 100% !important;    margin-right: 0px !important;}


	ul.block-with-icons > li {position: relative;margin: 0 auto;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%;}

	#blog-block li {display: inline-block; float: none !important; min-height: auto !important; width: 100%; position: relative; margin-right: 0%; margin-bottom: 24px;}
	.blog-title {margin: 0 0 12px 0;}
	#blog-block li .bluebutton {position: relative; bottom: 0; margin: 12px 0 24px 0;}
	#blog-search {position: relative; max-width: 100%; float: none; margin: 0 auto 34px auto;}
	#blog-search input[type="search"] {float: none;}

	#reviews-text {display:block; margin: 0 auto 24px auto;}
	#reviews .site img {margin: 15px;}

	.alignleft, .alignright {margin: 12px auto !important; display: block; float: none !important;}

	.nav-menu.toggled-on {padding-bottom: 20px;}	
	#footerinside {padding: 30px 15px;}

	#copyright {padding: 30px 15px; line-height: 1.5;}

	.postfeed-article li {width: 100%; margin: 0 0% 0 0; float: none; margin-bottom: 24px; min-height: 0px;}
	.postfeed-article li:nth-child(3n) {margin-bottom: 24px;}
	.postfeed-readmore {position: relative; bottom: 0px; margin: 12px 0 0; display: inline-block;}


	#hptext {float: none; text-align: center;max-width: 90%; position: relative; top: 0px; margin: 40px 5%; padding: 20px 5%; right: 0px;}
	#hptext-one {font-size: 24px;  text-shadow: #333 0 0 7px; margin-bottom: 20px}
	#hptext-two {font-size: 28px; color: #111; display: inline;  line-height: 1.2;}
	#hptext-one-two {font-size: 22px; line-height: 1.2;}

	#hpbtns {display: block; margin: 10px 10% 40px; max-width: 80%; position: relative; top: 0;}
	.hpbtn1 {padding: 10px 20px; font-size: 18px; display: block; margin: 0 0 15px 0;}
	.hpbtn2 {padding: 10px 20px;font-size: 18px; display: block; }
	.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.2); color: #fff; }

	
#hp-middle {width: 100%; margin-left: 0%;}

.flex-control-nav {
    margin: 0 0 24px 0 !important; width: 100% !important; 
}
	#headerinsidewrap {position:relative;}
	#headerwrap {min-height: 0; width: auto;}


	#headerwrap .hphomehero {position: relative;top: 0px;}
	#headerinside {width: auto;}
	#inthead h1 {font-size: 30px; padding: 10px; left: 15px; line-height: 1.4;}
	#headerwrap .site {padding: 0;}

	.phone {display: block;}
	#footercta {padding: 40px 15px; width: auto;}
	#footercta .site {font-size: 18px;line-height: 1.5;	}
	#footerctanum {font-size: 26px;}
	.logged-in #headerinsidewrap {margin-top: 0;}


#blog-functions {width: 90%; padding: 0 6px; float: none;}

#blog-functions-category select, #blog-functions-archives select {font-size: 14px;} 

#blog-functions-search input[type="text"] {font-size: 14px; } 

	/* = 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) {



}

/* 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: 1200px; padding: 0 40px;}
	.site-content {	float: left;width: 66%;	}
	body.template-front-page .site-content,	body.single-attachment .site-content,	body.full-width .site-content {	width: 100%;}
	.widget-area {float: right;width: 29%;}

	.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {display: inline-block !important;text-align: center;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 {	padding: 0 15px; border-bottom: 0;color: #333;line-height: 68px; font-size:15px; font-weight: 600; text-transform: uppercase;white-space: nowrap;transition: all .3s ease-in-out; margin-top: 0px;}
	#menu-item-1101 > a {color: #444;}
	.main-navigation li {margin: 0 7px 0 0;font-weight: normal;position: relative;}
	.main-navigation li li{	margin: 0; text-align: left;}
	.main-navigation li:last-child {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%; display: none !important;}
	.main-navigation .menu-item-20 ul {right: 0; text-align: right !important;}
	.main-navigation .menu-item-20 ul li { text-align: right !important;}
	.main-navigation ul li:hover > ul {border-left: 0;display: block;}
	.main-navigation li ul li a {background: #1c1b1c;display: block;font-size: 14px; font-weight: 400; text-transform: none; line-height: 2.5; color: #fff; text-shadow: none;	padding: 4px 15px;width: 280px;white-space: normal;}
	.main-navigation li ul li a:hover {background: #c4aa6b;color: #fff;}
	.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;}
	.archive-header h1, .entry-header .entry-title {font-size: 30px; font-weight: 500 !important; line-height: 1.5; }
	.archive-header h1 {margin: 0 0 24px 0;}
	#respond form input[type="text"] {width: 46.333333333%;}
	#respond form textarea.blog-textarea {width: 79.666666667%;}
	.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;
	}
}


.menu-item-29597 {
font-weight: 600;

}


