/*
Theme Name: Core Team Lending 2019

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
-------------------------------------------------------------- */
p:empty::before {
    content: none;
}
button:focus, input:focus, textarea:focus {outline:0;}
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;
}
.anchor, .gform_anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}
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; background-color: #fff; color: #333; font-family: 'Poppins', sans-serif;}

a {outline: none;color: #e31d1a;}
a:hover {color: #0064A3;}



/* Sidebar */
.widget-area .widget {margin-bottom: 25px; text-align: left; line-height: 1.5; }
.widget-area .widget h3 { text-align: left !important; color: #444; 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 .menu a {padding: 5px 10px; color: #fff; border-radius: 5px; background-color: #ed3729; font-size: 16px; display: block; text-decoration: none; margin-bottom: 5px;  transition: all .3s ease-in-out; }
.widget-area .sub-menu a {padding: 0 10px; font-size: 14px; background-color: transparent; color: #444;}
.widget-area .menu a:hover {background-color: #ed3729; font-weight: bold;}
.widget-area .sub-menu a:hover {background-color: transparent;}

/* =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; color: #444;
	
}


.entry-content h1,
.comment-content h1 {
	font-size: 36px;
	line-height:1.3;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 30px;
	line-height:1.3; font-weight: 500;
}
.entry-content h3,
.comment-content h3 {
	font-size: 24px;
	line-height: 1.3; font-weight: 400 !important;
}
.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: 2;

} 
.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:36px;
	padding: 24px;
	font-style: italic; border-left: 4px solid #336e8e;
}
.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, #content iframe {
	margin-bottom: 24px;  max-width: 100%; 
}
.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: 16px; width: 100%;
	line-height: 2;
	margin: 0 auto 24px;
	text-align: center;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content th {background-color: #9cbebd;  padding: 15px; line-height: 2.5; text-align: center; color: #fff; font-size: 20px; font-weight: bold;}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed; background-color: #fff;
	padding: 10px; text-align: center; font-size: 16px;
}
.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: 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;}
.uppercase {text-transform: uppercase !important;}
.block {display: block !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;}

.clicknum {color: inherit !important; text-decoration: none;}
.fullwidth {width: 100%;}

.black {color: #000 !important;}
.white {color: #fff !important;}
.blue {color: #0064a3 !important;}
.maroon {color: #ed3729 !important;}

.bluebg {background-color: #0064a3 !important;}
.lightbluebg {background-color: #5597c1 !important;}
.redbg {background-color: #ed3729 !important;}
.graybg, .lightgraybg {background-color: #f1f1f1 !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;}



.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {padding: 10px !important; border: 1px solid #ccc !important; border-radius: 4px; color: #666 !important;}
.gform_wrapper .top_label .gfield_label {display: none !important;}
.gform_wrapper .gf_progressbar {background-color: transparent !important; border: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important;}

#gform_wrapper_5 .top_label .gfield_label {display: block !important;}
#gform_wrapper_5 .gf_progressbar_title {display: none !important; }
.gform_wrapper .gf_progressbar_percentage {background: none !important; background-color: #0064a3 !important;}

.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {background-color: #0064a3; color: #fff !important; padding: 10px 30px !important; border: 0 !important; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 4px; display: inline-block;}
.gform_wrapper select {padding: 10px; background-color: #fff; background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/09/caret-down-solid@2x.png'); background-size: 13px 8px; background-repeat: no-repeat; background-position: 95% center;  -webkit-appearance: none; width: 90%; border: 1px solid #ccc !important; border-radius: 4px; }

.widget-area .gform_wrapper .gfield_label {display: none !important;}
.gform_wrapper .gform_footer {
    padding: 0px !important;
}


#gform_wrapper_5 .gfield .gfield_label {text-align: center; font-weight: 500 !important; line-height: 2;     margin-bottom: 15px;}
#gform_wrapper_5 ul.gfield_checkbox li, #gform_wrapper_5  ul.gfield_radio li {
   float: left; width: 50%; text-align: center; 
}

#gform_wrapper_5 .gfield_radio li label {
	    font-size: 18px !Important;
    margin: 0 !important;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}
#gform_wrapper_5 .gform_page_footer {
    border-top: 0 !important; text-align: center !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    visibility: hidden;
    margin: 0;
    width: 0!important; display: none;
}
.gform_wrapper input[type=checkbox] + label, .gform_wrapper input[type=radio] + label {
    font-size: 16px;
}
input[type=checkbox] + label:hover, input[type=radio] + label:hover {
    cursor: pointer;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
    background-color: #ed3729;
    font-size: 20px;
    padding: 10px !important;
    position: relative;
    color: #fff !important; top: 10px; border-radius: 2px;
    margin-right: 0.5em;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline;
    display: inline;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    filter: alpha(opacity=20);
    opacity: 0.2;
}
input[type=checkbox] + label:hover:before, input[type=radio] + label:hover:before  {
    content: '\f14a';
    filter: alpha(opacity=20);
    opacity: 0.2;
    font-family: "Font Awesome 5 Free";
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    filter: alpha(opacity=100);
    opacity: 1;
}
input[type=checkbox]:checked + label:hover:before, input[type=radio]:checked + label:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* =Custom Site CSS
-------------------------------------------------------------- */


/* Footer */

#footerwrap {background: url('https://coremortgageloans.com/wp-content/uploads/2019/12/dallas-bg.jpg') no-repeat; background-size: cover; background-position: top center;}

#footer {clear: both;font-size: 16px;max-width: 100%;position: relative;	margin: 0px auto;background-color: rgba(255,255,255,.8);	 line-height: 1.7; background-size: cover;}
#footerinside {max-width: 1100px;margin: 0px auto;padding: 70px 0px; text-align: center;}


ul.block-with-icons {margin: 0;padding: 0;margin-bottom: 30px;list-style: none;}
ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 200px;float: left;width: 30%; margin-right: 5%; line-height: 2; color: #0064a3; text-align: center;}
ul.block-with-icons li img {max-width: 100%;}
ul.block-with-icons > li:last-child {margin-right: 0%;}
ul.block-with-icons li .invert {filter: brightness(1) invert(1); max-width: 100px; max-height: 100px; display: inline-block; margin: 24px 12px 0;} 
ul.block-with-icons .b1, ul.block-with-icons .b3 {padding-top: 36px;} 

#copyright {margin: 40px auto 0; max-width: 800px; border-top: 1px solid #eee; padding: 40px 0; font-size: 13px; line-height: 2; text-align: center; color: #444;}
#copyright a {color: #444;}

#footer-address {text-align: center; color: #0064a3; font-size: 16px; line-height: 2; margin: 34px auto;}


#footer-logos {display: block; width: 100%; margin: 44px auto 0;}
#footer-logos img {display: inline-block; margin: 15px; vertical-align: middle; max-height: 60px;}
#footer-logos a {text-decoration: none;}

#footer-social {display: block; width: 100%; margin: 44px auto 0;}
#footer-social a{display: inline-block; width: 60px; text-align: center; height: 32px; line-height: 32px; margin: 8px;}
#footer-social .fab { float: none; color: #ed3729; font-size: 32px; display: inline-block;transition: all .2s ease-in-out; }
#footer-social a:hover .fab {transform: scale(1.2);}

#sidebar-social {display: block; width: 100%; margin: 24px auto;}
#sidebar-social a{display: inline-block; width: 32px; text-align: center; height: 32px; line-height: 32px; margin: 0 24px 0 0;}
#sidebar-social .fab { float: none; color: #ed3729; font-size: 32px; display: inline-block;transition: all .2s ease-in-out; }
#sidebar-social a:hover .fab {transform: scale(1.2);}

#hpblocks, #hpblocks-second {margin: 0 auto 0px; padding: 0; display: flex;  justify-content: space-between; align-self: center;}
#hpblocks {margin-bottom: 24px;}
#hpblocks a, #hpblocks-second a { color: #fff;padding: 5% 0%; margin: 0 5px;  color: #fff; font-size: 20px;text-decoration: none; flex: 1;   justify-content: center; display: flex;  flex-direction: column;  text-align: center;transition: all .2s ease-in-out; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 4px; line-height: 1.5;}
#hpblocks a:hover, #hpblocks-second a:hover {transform: scale(1.2);box-shadow: 0 0 10px rgba(0,0,0,.3);}
#hpblocks-1{background-color: #0B3954;} 
#hpblocks-2{background-color: #0064A3;} 
#hpblocks-3{background-color: #5597c1;} 
#hpblocks-4{background-color: #FF5A5F;} 
#hpblocks-5{background-color: #ed3729;}
#hpblocks-6{background-color: #B71E12;}
#hpblocks-7{background-color: #88170E;}

#hpblocks-second-1{background-color: #0B3954;} 
#hpblocks-second-2{background-color: #0064A3;} 
#hpblocks-second-3{background-color: #5597c1;} 
#hpblocks-second-4{background-color: #FF5A5F;} 
#hpblocks-second-5{background-color: #ed3729;}
#hpblocks-second-6{background-color: #B71E12;}
#hpblocks-second-7{background-color: #88170E;}

#hpblocks a .block, #hpblocks-second a .block {font-weight: bold;}

.hpblocks-inside {max-width: 90%; margin: 0 5%;}

#footerlocations {padding: 24px 0; width: 100%; margin: 0 auto; background: #ed3729; position: relative; z-index: 2;}
#footerlocations .site {text-align: center; font-size: 20px; max-width: 100%; font-weight: 500; line-height: 1.5; color: #fff;}


#bodycta {padding: 50px 0; width: 100%; margin: 0 auto; background: #ed3729; position: relative; z-index: 2;}
#bodycta .site {text-align: center; font-size: 24px; max-width: 960px; font-weight: 300; line-height: 1.5; color: #fff;}
#bodycta .whitebutton {margin-top: 24px; font-weight: bold;transition: all .2s ease-in-out; }
#bodycta .whitebutton:hover {transform: scale(1.4);background-color: #5597c1; color: #fff;}


#footercta {padding: 50px 0; width: 100%; margin: 0 auto; background: #0064a3; position: relative; z-index: 2;}
#footercta .site {text-align: center; font-size: 24px; max-width: 960px; font-weight: 300; line-height: 1.5; color: #fff;}
#footerctanum .phone {font-weight: bold;}

/* Header */

#topbar {width: 100%; padding: 10px 0;}
#topbar .site {text-align: right; font-size: 13px;}
#topbar .site .address {float: right; text-decoration: none;  border-right: 1px solid #333; padding-right: 15px;}
.secondary-menu {float: right;}
.secondary-menu li {display: inline-block; margin-left: 15px;}
.secondary-menu li a {display: inline-block; padding: 0 0px; text-decoration: none; color: #333;}

#headerwrap {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative;      min-height: 660px;    height: 660px; overflow:hidden; background: url('https://coremortgageloans.com/wp-content/uploads/2019/12/hp2.jpg') no-repeat; background-size: cover; background-position: top center; background-attachment: scroll; margin-top: 0px;}

#headerwrapint {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative; min-height: 350px; background: url('https://coremortgageloans.com/wp-content/uploads/2019/06/internal.jpg') no-repeat; background-size: cover; background-position: bottom center; margin-top: 0px; margin-bottom: 50px;}

.page-template-page-ppc #headerwrapint {min-height: 120px; background-image: none; margin-bottom: 0;}
.page-template-page-ppc #inthead, .page-template-page-ppc #headerfade {display: none;}
.page-template-page-ppc #headerinsidewrap {background-color: rgba(0,0,0,.8); box-shadow: none !important;}
.page-template-page-ppc #mainbody {display: none;}
.page-template-page-ppc #navwrap {display: none;}
.page-template-page-ppc #topcta {top: 48px !important;}
#ppcmain {    overflow: hidden;
    background: url(https://coremortgageloans.com/wp-content/uploads/2019/12/hp2.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll; padding: 60px 0 100px 0;}
#ppcmain h1 {text-align: center; margin: 0 auto 24px; font-size: 36px; color: #fff; text-shadow: 0 0 5px #000; line-height: 1.5;}
#ppcmain #gform_wrapper_5 {max-width: 600px; margin: 30px auto 50px; background-color: rgba(255,255,255,1); padding: 20px 50px; border-radius: 10px; border: 1px solid #fff;}
#ppcmain #gform_wrapper_4 {max-width: 600px; margin: 0px auto 0px; }
.page-template-page-ppc .sitewrap {
    width: 100% !important;
    margin: 0% !important;
    text-align: center;
}
#ppcform {background:rgba(0,0,0,.5); padding: 20px; border-radius: 20px; text-align:center; max-width: 600px; margin: 0 auto;}
#ppcform h2 {color: #fff;}

#ppcmain.ppchero .one_half h1 {text-align: left; font-weight: 500; margin: 0 0 24px;}
#gform_wrapper_4 .gform_footer {text-align: center;}
#gform_wrapper_4 input[type="submit"] {padding: 25px 50px !important; font-size: 22px !important;}
#ppc-bottom {padding: 60px 0;}


#teamquote {margin-bottom: 24px;}

.single-dvourteam #headerwrapint {min-height: 350px;}

.page-id-981 #headerwrapint {background-position: left center;}

#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,0);}
#headerinside {max-width: 1200px;width: 100%; margin: 0 auto; text-align: left; padding: 15px 20px; position: relative; min-height: 90px;  transition: all .2s ease-in-out;}




.logged-in #headerinsidewrap {margin-top: 32px;}

.logo {display: inline-block; position: absolute; left: 0px; z-index: 5; margin: 0 auto; top: 20px;transition: all .2s ease-in-out; background-image: url('https://coremortgageloans.com/wp-content/uploads/2023/11/corew.png'); background-size: contain; width: 196px; height: 80px; background-repeat: no-repeat;}

#navwrap {width: auto; position: absolute; right: 0px; left: 0; bottom: 0px;z-index: 2;  transition: all .2s ease-in-out; }
#headerfade {
    background-image: url(https://coremortgageloans.com/wp-content/uploads/2019/08/fade2.png);
    background-repeat: repeat-x;
    background-size: 100px 500px;
    height: 500px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.phone {text-decoration: none !important; color: inherit !Important; }
#topcta {position: absolute; right: 0px; top: 24px; font-size: 20px; text-align: right; color: #fff !important; transition: all .2s ease-in-out;}
#topcta .phone { font-weight: 600; color: #fff !important;  background-color: #0064A3; padding: 5px 10px; display: inline; border-radius: 4px; margin-left: 8px;transition: all .2s ease-in-out; }
#topcta-apply { font-weight: 600; color: #fff !important; text-decoration: none; background-color: #ed3729; padding: 5px 10px; display: inline; border-radius: 4px; margin-left: 8px;transition: all .2s ease-in-out; }
#topcta-text {visibility: visible; display: inline; opacity: 1;transition: all .2s ease-in-out; font-weight: 400;}

#inthead {text-align: center;}
#inthead h1 {font-size: 38px; font-weight: 300;  color: #fff; display: inline-block; background-color: #0064a3; border-radius: 4px; padding: 20px 50px; margin: 0 auto;}
#inthead .entry-header {position: absolute; bottom: -40px; left: 0; right:0; margin: 0 auto; width: 100%;  padding: 0px 0px;}


#headerwrap .hphomehero {position: absolute; z-index: 10; bottom: 0px; width: 100%; left: 0; right: 0;}

#hpherotext { color: #fff;  position: absolute; top: 300px; left: 0; right: 0; max-width: 1200px; margin: 0 auto; line-height: 1.5; text-align: center;}
#hpherotext-line1 {font-size: 46px; color: #fff; font-weight: 600; text-shadow: 0 0 10px #000;}
#hpherotext-line2 {font-size: 30px; margin:0 auto 24px auto; font-weight: 400; line-height: 2; letter-spacing: 1px; display: inline-block;text-shadow: 0 0 10px #000; }

#hpbtns {display: block; position: relative; top: 24px; margin: 0 auto; text-align: center;}
#hpbtns .gform_wrapper .gform_footer {text-align: center;}
#hpbtns .gform_wrapper label {display: none !important;}

#hpbtns .gform_wrapper .gform_footer input[type="submit"] {background-color: #ed3729 !important;}
.hpbtn1 {background-color: #0064a3; color: #fff; padding: 15px 30px; font-size: 20px; text-decoration: none; border-radius: 5px; display: inline-block; margin-right: 24px; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn2 {background-color: #ed3729; color: #fff; padding: 15px 30px;font-size: 20px; text-decoration: none; border-radius: 5px; display: inline-block; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.2); color: #fff; }


#counter { margin: 48px auto;}
#counter .one_fifth {text-align: center; font-size: 80px;}
#counter .one_fifth .count { display: block; padding: 10px; border-radius: 300px; min-width: 200px; min-height: 200px; line-height: 200px; color: #fff;}

#count-first {background-color: #0B3954;}
#count-second {background-color: #0064A3;}
#count-third {background-color: #5597c1;}
#count-fourth {background-color: #FF5A5F;}
#count-fifth {background-color: #ed3729;}


#logobar {padding: 20px 0; width: 100%; margin: 0 auto; ;background-color: rgba(0,0,0,.5);	 position: relative; z-index: 2;}
#logobar  .site {text-align: center;}
#logobar  .site h2 {font-size: 30px; font-weight: 300; margin: 0 auto 24px;}
#logobar  img {max-height: 120px; width: auto; display: inline-block;    vertical-align: middle;}

.logocontainer {padding: 20px; min-height: 120px; border-radius: 300px; line-height: 120px; min-width: 120px; width: auto; margin: 20px; display: inline-block; }



#logobar  .bluebutton {margin-top: 24px;}


#hpinsurance {    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 40px 0 150px;
}
#hpinsurance h2 {color: #fff; font-size: 24px; margin: 0 auto 24px; text-shadow: 0 0 10px #000;}
#hpinsurance img {max-height: 40px;filter: brightness(0) invert(1); margin: 0 20px;}

#headerinsidewrap.smaller { background-color: rgba(0,0,0,.8);}
#headerinsidewrap.smaller .logo {}

#headerinsidewrap.smaller #headerinside {min-height: 90px;}
#headerinsidewrap.smaller #navwrap {bottom: 0;}
#headerinsidewrap.smaller button#responsive-menu-pro-button {top: 26px;}


#hp-bottom {padding: 60px 0; display:none;}

.socialicon {display: inline-block;}

.socialicon .fab {margin: 12px 24px 0 0; float: none; color: #00549F; font-size: 48px; display: inline-block; width: 32px; text-align: center; height: 32px; transition: all .2s ease-in-out; }
.socialicon .fab:hover {transform: scale(1.2);}

#topform {padding: 60px 0; background-color: #5597c1; width: 100%;}
#topform .entry-content {max-width: 800px; margin: 0 auto;}
#topform .gform_wrapper .gform_footer {text-align: center;}
#topform .gform_wrapper label {display: none !important;}
#topform .gform_wrapper .gform_footer input[type="submit"] {background-color: #ed3729 !important;}

#hpmain {
    position: relative;
}
#hpmain .site {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #fff; border-radius: 5px;
}
#hpmain .entry-content {margin: 0 auto; text-align: center;}
#hpmain .clearfix {height: 24px;}
#hpmain .clearfixspace {height: 60px;}

/*
#hpmain .entry-content .one_third {box-shadow: 0 2px 8px rgba(0,0,0,.2); padding-top: 24px; padding-bottom: 24px; min-height: 460px; position: relative;}
#hpmain .entry-content .one_third h2 {font-size: 26px; max-width: 90%; margin: 0 5% 24px;}
#hpmain .entry-content .one_third p {max-width: 90%; margin: 0 5%;}
#hpmain .entry-content .one_third .bluebutton {position: absolute; bottom: 24px; left: 0; right: 0; max-width: 70%; margin: 0 15%;}
#hpmain .entry-content .one_third img {max-width: 120px; display: block; margin: 0 auto 24px;}
*/

#hpmain .one_fourth,  #ppc-bottom .one_fourth {color: #0064A3; text-align: center; min-height: 150px; border-radius: 5px;}
#hpmain .one_fourth h3,  #ppc-bottom .one_fourth h3 {color: #0064A3; margin: 0 auto 12px; font-size: 22px;}
#hpmain .one_fourth .fas,  #ppc-bottom .one_fourth .fas {font-size: 50px; margin: 0 auto 24px;display: block;transition: all .2s ease-in-out;}
#hpmain .one_fourth p,  #ppc-bottom .one_fourth p {visibility: hidden; opacity: 0; position: absolute; top: 60px; left: 0; right: 0;}
#hpmain .one_fourth:hover p,  #ppc-bottom .one_fourth:hover p {visibility: visible; opacity: 1; color: #fff;}
#hpmain .one_fourth:hover .fas, #hpmain .one_fourth:hover h3,  #ppc-bottom .one_fourth:hover .fas,  #ppc-bottom .one_fourth:hover h3 {display: none; visibility: hidden; opacity: 0;}
#hpmain .one_fourth p,  #ppc-bottom .one_fourth p {width: 80%; margin: 0 10%;}

#hpmain .one_fourth,  #ppc-bottom .one_fourth {background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; text-align: center; padding: 40px 0;transition: all .3s ease-in-out;}
#hpmain .one_fourth:hover,  #ppc-bottom .one_fourth:hover {box-shadow: 0 0 10px rgba(0,0,0,.5); background-color: #0064A3;}


#hpvid-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
#hpvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#hptest {padding: 80px 0; background-color: #f1f1f1; background-image: url('https://compassionbehavioralhealth.com/wp-content/uploads/2019/02/quotebg2.png'); background-size: 326px 264px; background-position: center center; background-repeat: no-repeat;}


#hptest .flexslider li {font-style: italic; font-size: 20px; max-width: 800px; text-align: center; line-height: 2;}
.byline {font-style: normal; font-weight: 500 !important; }
#hptest .margintop {margin-top: 80px !important;}

.slider {padding: 20px 0;}

.slick-slide {margin: 0 24px; transition: all .2s ease-in-out;padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,.2); background-color: #fff; text-align: center; line-height: 1.5;}
.slick-slide.slick-center {}
.slick-track{padding: 60px 0;}
.slick-slide.slick-center {-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);-webkit-transform:scale(1.15);color:#5597c1;opacity:1;transform:scale(1.15);}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 1;
    opacity: 1 !important; color: #5597c1 !important;
}
.slick-prev, .slick-next {
    width: 50px !important;    z-index: 10;
    height: 50px !important;
}

.maroonbutton {background-color: #ed3729; color: #fff; padding: 15px 30px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.maroonbutton:hover {background-color: #ed3729; color: #fff; font-weight: bold;}

.clearbutton {background-color: transparent; color: #ed3729; border: 1px solid #ed3729; padding: 15px 30px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.clearbutton:hover {background-color: #ed3729; color: #fff; font-weight: bold;}

.lightbluebutton {background-color: #5597c1; color: #fff; padding: 15px 30px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.lightbluebutton:hover {background-color: #5597c1; color: #fff; font-weight: bold;}


.bluebutton {background-color: #0064a3; color: #fff; padding: 15px 30px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.bluebutton:hover {background-color: #0064a3; color: #fff; font-weight: bold;}

.redbutton {background-color: #eb5656; color: #fff; padding: 15px 30px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.redbutton:hover {background-color: #eb5656; color: #fff; font-weight: bold;}

.whitebutton {background-color: #fff; color: #ed3729; padding: 10px 30px;font-size: 15px; text-transform: none; font-weight: normal; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;}
.whitebutton:hover {background-color: #fff; color: #ed3729; font-weight: bold;}


#mainbody {background: #fff; padding: 60px 0;}
.home #mainbody {display: none;}



body .gform_wrapper .top_label div.ginput_container {  margin-top: 0 !important;}

.hpwhy, .hpwhy .wrapper {position: relative; background-color: #0064a3;}


.hpwhy .bluebutton {margin-top: 0px !important;margin-right: 24px;}
.hpwhy-left-image {width: 51%; float: left; background-size: cover; position: absolute; height: 100%; background-position: top center;}
.hpwhy-right-content {float: right; width: 50%;  position: relative;  min-height: 600px; height: 600px; display: table; background-color: #0064a3;}
.hpwhy-right-content .entry-content {  color: #fff; max-width: 100%; padding: 110px 25% 30px 15%;text-align: left; display: table-cell; vertical-align: middle;}


.hpwhy-right-image {width: 51%; 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; background-color: #5597c1;}
.hpwhy-left-content .entry-content {  color: #fff; max-width: 100%;  padding: 50px 15% 90px 25%;text-align: left; display: table-cell; vertical-align: middle;}

.hpwhy .entry-content h3, .hpwhy .entry-content h2 {color: #fff;}


#hpwhy-1 {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/hp-services.jpg');}
#hpwhy-2 {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/hp-direct.jpg');}


.testimonial {margin: 0 auto;  margin-bottom: 24px;border-bottom: 2px solid #ccc;}
.testimonial .fa {font-size: 40px; color: #ccc;  margin: 5px 15px 0px 0; float: left;}

.smallheader {color: #5597c1; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; display: block; font-weight: 400; font-family: 'Poppins', sans-serif;}


.bottombar {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/barblue.jpg'); background-position: center bottom; background-repeat: no-repeat; background-size: 100px 2px; padding-bottom: 15px;}

.bottombarleft {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/barblue.jpg'); background-position: left bottom; background-repeat: no-repeat; background-size: 100px 2px; padding-bottom: 15px;}


.bottombarwhite {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/barwhite.jpg'); background-position: center bottom; background-repeat: no-repeat; background-size: 100px 2px; padding-bottom: 15px;}

.bottombarleftwhite {background-image: url('https://coremortgageloans.com/wp-content/uploads/2019/06/barwhite.jpg'); background-position: left bottom; background-repeat: no-repeat; background-size: 100px 2px; padding-bottom: 15px;}



#footerblogs {padding: 80px 0; text-align: center; background-color: #f4f4f4;}
#footerblogs .entry-content h2 {text-align: center !important;}

#bloghead {color: #555; display: block; font-size: 36px; font-weight: 500; text-align: center; margin: 0 auto 48px auto; }

#blog-block {text-align: left;  line-height: 1.3;}
#blog-block li {display: inline-block; float: left !important;
    width: 48%; position: relative; margin-right: 4%; background-color: #fff;}
#blog-block li img {max-width: 100%; width: 100%;}
#blog-block li:last-child {margin-right: 0%;}
.blog-blockimg {float: none; margin: 0px auto;  overflow: hidden; max-width: 100%; background-size: cover; background-position: center center;}
.readmorelink {color: #fff; left: 0; right: 0; margin: 0 auto; max-width: 240px; border-radius: 4px; background-color: #ed3729; position: absolute; bottom: 20px; display: block; text-align: center; padding: 10px; text-decoration: none; text-transform:  uppercase; font-size: 16px; font-weight: 600;}
.readmorelink:hover {color: #fff;}

.blog-content {width: 90%;
    margin: 0 0%;
    top: 0px; text-align: center;
    position: relative;min-height: 260px;
    padding: 5%;}
.blog-date {margin: 10px auto 0; font-size: 13px; color: #333; font-weight: 500;}
.blog-title a {text-decoration: none; display: block; margin: 15px auto 0; color: #333; text-decoration: none; font-weight: 400; font-size: 20px; line-height: 1.5;}
.blog-excerpt { margin: 24px auto; color: #333; font-size: 15px; line-height: 2;}

.blog-feat img {max-width: 100%;}
.postfeed-article li {width: 48%; margin: 0 4% 0 0; float: left;background-color: #f1f1f1; margin-bottom: 34px; min-height: 640px; 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 img {max-height: 310px; max-width: 100%;}
.postfeed-article h1 a, .postfeed-article h1 {color: #ed3729; 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: 90%; padding: 5%;}
.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: 4px; font-weight: 300; background-color: #ed3729;}
.postfeed-readmore:hover {color: #ed3729; background-color: #fff;}

.postfeedimage {background-size: cover; background-repeat: no-repeat; min-height: 300px; width: 100%; display: block;}

.single-post .site-content {max-width: 960px; float: none;     margin: 48px auto 24px;}
.single-post #blog-featured-image {max-width: 960px; }



#mobilecta {visibility: hidden; opacity: 0; display: none;transition: all .3s ease-in-out;}




.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: 35%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: absolute;    right: 0;}
.imagebox-content {float: left; width: 65%; text-align: left; padding: 150px 0;}
.imagebox-content .entry-content {max-width: 800px; margin-right: 100px; float: right; width: 100%;}

.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;}



.su-spoiler-title p {margin: 0;}
.su-spoiler-title, .su-spoiler-title h3, .su-spoiler-title h2 {margin: 0; padding: 0; color: #003562 !important;;  font-weight: 400; font-size: 18px !important;}
.su-spoiler-title {padding: 30px 50px 30px 15px !Important; background-color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.1); border-radius: 3px; }
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: auto !important; right: 20px !important; top: 30px;
}
.su-accordion .su-spoiler {
    margin-bottom: 30px !important;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content{
    padding: 0px 0 0 0 !important;
}

 .su-spoiler-icon {font-size: 22px !important;}
.su-spoiler-style-default > .su-spoiler-content {
    padding: 30px 5% 0 5% !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: "\f078" !important; color: #333 !important;}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: "\f077" !important;color: #333 !important;}

.dvteamgrid figure {font-size: 0 !important;}
.dvteamgrid .dv-member-desc {
    bottom: 0 !important;     text-align: left !important;
}
.dvteam-blockquote p {
    font-size: 18px !important;
}

.dv-panel-inner a {color: #fff !important;}
.dv-panel-inner a:hover {font-weight: bold; color: #fff !important;}
.dv-panel-inner .fas {width: 24px;}

.dv-member-zoom {
    background-image: none !important;
}

.dv-member-zoom:after {
    content: "More info";
    font-size: 16px; text-align: center;
    color: #fff; text-align: center; text-decoration: none; line-height: 100px !important;
}
.dvteamgrid .dv-member-zoom {width: 100px !important; height: 100px !important; text-align: center; line-height: 100px !important;}

.single-dvourteam .entry-page-image {float: left; margin: 0 24px 12px 0;}
.single-dvourteam .entry-content h1, .single-dvourteam .entry-content h2, .single-dvourteam .entry-content h3 {display: inline-block;}
.single-dvourteam .entry-content .redbutton {clear: both;}
.single-dvourteam .dvteam-blockquote {font-style: italic; line-height: 2; max-width: 800px; margin: 0 auto 48px; text-align: center; font-size: 20px;}



#iconwrap .one_fourth .fas, #iconwrap .one_fifth .fas {color: #5597c1; font-size: 60px; margin: 0 auto 12px; display: block; }

#hpmain .entry-content .one_fifth p {
    max-width: 90%;
    margin: 0 5%;
}

#iconwrap .one_fifth, #iconwrap .one_fourth {transition: all .2s ease-in-out; padding-top: 24px; padding-bottom: 24px;  position: relative;text-align: center;}
#iconwrap .one_fifth:hover, #iconwrap .one_fourth:hover {;}



#process-steps {text-align: center;}
.process-steps {display: block; font-size: 40px; margin: 0 auto 24px;}
.process-steps strong {color: #5597c1;}


#popmake-17752 {padding: 60px 40px; background-image: url('https://coremortgageloans.com/wp-content/uploads/2020/02/popupbg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 10px;}
#popmake-17752 .pum-title {text-align: center; margin: 0 auto 24px; line-height: 1.6 !important;    text-shadow: 0 2px 8px rgba(0,0,0,.6);}
#popmake-17752 .pum-content {line-height: 2; font-size: 18px;}
#popmake-17752 .pum-content .lightbluebutton {display: block; margin: 24px auto; text-align: center; font-size: 20px; box-shadow: 0 4px 10px rgba(0,0,0,.8);}





/* = Recruitment page
-------------------------------------------------------------- */

.page-template-page-recruit #mainbody {display: none;}

#rtmain {padding: 80px 0; background-color: #fff;}
#rtmain .entry-content {text-align: center;}


#rt-videos {padding: 80px 0; background-color: #0064a3;}
#rt-videos .entry-content {text-align: center; color: #fff;}
#rt-videos .entry-content h2 { color: #fff;}

#rt-team {padding: 80px 0; background-color: #f1f1f1;}
#rt-team .entry-content {text-align: center;}

#rt-support {padding: 80px 0; background-color: #ed3729;}
#rt-support .entry-content {text-align: center;}
#rt-support .entry-content h2 { color: #fff; margin-bottom: 40px;}

#rt-support .one_third  {color: #0064A3; text-align: center; display:flex; align-items: center; min-height: 280px; border-radius: 5px;}
#rt-support .one_third h3  {color: #0064A3; margin: 0 auto 12px; font-size: 30px; }
#rt-support .one_third p  {visibility: hidden; opacity: 0; position: absolute; left: 0; right: 0;}
#rt-support .one_third:hover p  {visibility: visible; opacity: 1; color: #0064A3;}
#rt-support .one_third:hover h3  {display: none; visibility: hidden; opacity: 0;}
#rt-support .one_third p  {width: 90%; margin: 0 5%;}

#rt-support .one_third  {background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; text-align: center; padding: 40px 0;transition: all .3s ease-in-out;}
#rt-support .one_third:hover {box-shadow: 0 0 10px rgba(0,0,0,.75); background-color: #f1f1f1;}





#rt-marketing {padding: 80px 0; background-color: #fff;}
#rt-marketing .entry-content {text-align: center;}
#rt-marketing .entry-content h2 { margin-bottom: 40px;}

#rt-marketing .one_half {color: #fff; font-size: 18px; min-height: 72px; border-radius: 5px; background-color: #0064A3; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; text-align: center; padding: 50px 0 24px; transition: all .3s ease-in-out;}
#rt-marketing .one_half p {width: 80%; margin: 0 10%;}

#rt-marketing .one_half h3 { color: #fff;}
#rt-marketing .one_half .vid { margin: 24px 24px 0;}

#rt-marketing .one_half:hover {box-shadow: 0 0 10px rgba(0,0,0,.4); background-color: #5597c1; color: #fff;}


#rt-events {padding: 80px 0; background-color: #5597c1;}
#rt-events .entry-content {text-align: center; color: #fff;}
#rt-events .entry-content h2 { color: #fff; margin-bottom: 40px;}



/* =Media queries
-------------------------------------------------------------- */
/* Maximum width of 1280 pixels. */
@media screen and (max-width: 1280px) {
	#headerinside {text-align: center; padding: 15px 2%; width: 96%; max-width: 96%;}

	#navwrap {right: 15px;}
	#topcta {right: 15px;}
	.logo {left: 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; height: auto;}
	.hpwhy-right-content .entry-content {padding: 50px 15px 70px; 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;height: auto;}
	.hpwhy-left-content .entry-content {padding: 50px 15px 70px; text-align: left;}
	.hpwhy .bluebutton, .hpwhy .graybutton {margin-bottom: 12px !important;margin-left: 0px; display: block; text-align: center;}

	#hpherotext {max-width: 90%; padding: 10px; width: auto;top: 280px;  margin: 0 5%; }

.imagebox-content .entry-content {margin-right: 10%;margin-left: 5%; width: 85%;}
}

/* Maximum width of 960 pixels. */
@media screen and (max-width: 960px) {


#popmake-17752 {padding: 60px 10px; max-width: 80% !important;}
#popmake-17752 .pum-title {text-align: center; margin: 0 auto 24px; line-height: 1.4 !important; font-size: 22px !important;    text-shadow: 0 2px 8px rgba(0,0,0,.6);}
#popmake-17752 .pum-content {line-height: 1.6; font-size: 15px;}
#popmake-17752 .pum-content .lightbluebutton {display: block; margin: 12px auto; text-align: center; font-size: 16px; box-shadow: 0 4px 10px rgba(0,0,0,.8);}


#ppcmain.ppchero .one_half h1 {
    text-align: center;
    font-weight: 500; margin: 0 auto 24px; width: 90%;

}
#ppcmain h1 {
    text-shadow: 0 0 5px #000;
    font-size: 30px;
    max-width: 80%;
}

.page-template-page-ppc #headerwrapint {
    min-height: 186px;
}
.page-template-page-ppc #topcta {
    top: 0px !important;
}
#gform_wrapper_5 ul.gfield_checkbox li, #gform_wrapper_5 ul.gfield_radio li {
    float: left;
    width: 100%;
    text-align: center;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {

    font-size: 16px;
    padding: 7px !important;
    top: 0;
}

#hpvid-container{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#hpvideo {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.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;}


	#mobilecta {visibility: hidden; opacity: 0; display: none;transition: all .3s ease-in-out;}
	#headerinsidewrap.smaller #mobilecta {display: block; visibility: visible; opacity: 1; position: absolute; right: 8%; top: 40px; font-size: 34px; text-decoration: none; color: #ed3729;}
	button#responsive-menu-pro-button {top: 28px !important;    width: 55px !important; left: 8% !important; background-color: #fff !important;}
	.responsive-menu-pro-label {display: none !important;}
	#headerinsidewrap.smaller #topcta {display: none;}

	#headerwrapint {min-height: 340px; margin-bottom: 10px;}

	#headerinside {text-align: center; padding: 0 15px 0px 15px;}
	.logo {margin: 20px auto 20px; position: relative; top: 0px; left: 0; right: 0; width:98px; height: 40px; background-repeat: no-repeat;}
	.logo img {max-width: 220px;}
	#topcta {position: relative; right: 0px; top: 0px; text-align: center; font-size: 17px; margin: 5px auto 5px;}
	#topcta-text {display: block;}
	#topcta .phone, #topcta-apply {line-height: 1.2; display: inline-block; margin-top: 7px; font-size: 16px; padding: 10px 10px !important;}
	#topcta .login {display: none;}
	#navwrap {right: 15px;}
	.menu-toggle {border: 0; display: block; border-radius: 0;}
	
	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%;}


#hpmain {
    position: relative;
    top: 0px;
    margin-bottom: 0px !important;
}
#hpmain .site {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

#hpinsurance {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 20px 0;
}
#hpinsurance img {max-height: 30px; margin: 10px;}

#hpmain .one_third {
    min-height: 0; margin: 0 auto 24px;
}
#hpmain .one_third .bluebutton {
    display: inline-block;
    position: relative;
    bottom: 0;
    width: auto;
    padding: 15px;
    margin: 24px auto;
}

#hpmain .lrmargin {display: block; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 12px;}
	#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;}


	.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 0; 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;}

	#hpherotext {position: relative;top: 0px; text-align: center; left: 0;right: 0;margin: 250px auto 120px auto;}


#hpherotext-line1 { font-size: 28px;margin: 0px auto 36px; line-height: 1.4;}
#hpherotext-line2 {font-size: 18px; margin: 0px auto 12px;line-height: 1.4;}


	#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; }


	#headerwrap {min-height: 0; width: auto; height: auto;background-attachment: scroll;}


	#headerwrap .hphomehero {position: relative; top: 0px;}
	#headerinside {width: auto;}
	#inthead h1 {font-size: 22px; padding: 10px; left: 15px; line-height: 1.4;}

	#footercta .site {font-size: 18px;line-height: 1.5;	}
	#footerctanum {font-size: 26px; display: block;}
	#footercta .phone {display: block;}

	.logged-in #headerinsidewrap {margin-top: 46px;}

#inthead .entry-header {
    max-width: 90%;
}

#hpmainblocks { display: flex;    overflow-x: auto; padding: 20px 0px; }
#hpmainblocks .one_fourth {padding: 50px; margin: 0 24px 0 !important;    pointer-events: none;}

#hp-mid .one_third {margin-bottom: 40px; min-height: 0px;}

#hpblocks, #hpblocks-second {margin: 0 auto 40px; padding: 0;  display: flex; overflow-x: auto; }
#hpblocks a, #hpblocks-second a { color: #fff;padding: 8% 10%; margin: 0 24px 0px;  color: #fff; font-size: 24px;text-decoration: none; flex: 1;   justify-content: center; display: flex;  flex-direction: column;  text-align: center;transition: all .2s ease-in-out; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 4px; line-height: 1.5;}
#hpblocks a:hover, #hpblocks-second a:hover {transform: scale(1);}

#hp-bottom:after {content: "Swipe right for more products..."; font-size: 14px; color: #333; margin-top: 12px; position: relative; text-align: center; margin: 0 auto; display: block;}

#footerlogo {max-width: 196px; height: 80px;}

	/* = 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 600 pixels. */
@media screen and (max-width: 600px) {


.hpwhy .bluebutton {display: block; margin-right: 0 !important;
}

.hpwhy .greenbutton {
    margin-top: 12px !important;display: block;
}


}

/* Minimum width of 961 pixels. */
@media screen and (min-width: 961px) {
	.author-avatar {float: left;margin-top: 8px;}
	.author-description {float: right;width: 80%;}
	.sitewrap {width: 94% !important; margin: 0 3% !important; text-align: center;}
	.site {	text-align: left;margin: 0 auto;max-width: 1200px; padding: 0 40px;}
	.site-content {	float: right;width: 66%;	}
	body.template-front-page .site-content,	body.single-attachment .site-content,	body.full-width .site-content {	width: 100%;}
	.widget-area {float: left;width: 26%; border-right: 1px solid #eee; padding-right: 3%;}

	.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 {	padding: 0 15px; border-bottom: 0;color: #fff;line-height: 46px; font-size:15px; font-weight: 400; text-transform: none;white-space: nowrap;transition: all .3s ease-in-out; margin-top: 0px;border-bottom: 4px solid transparent;}
	.main-navigation li a:hover {border-bottom: 4px solid #ed3729;}
	.main-navigation li {margin: 0 5px 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%;}
	.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: #ed3729; border: 0 !important; display: block;font-size: 14px; font-weight: 400; line-height: 2; color: #fff !important; text-shadow: none;	padding: 4px 10px;width: 300px;white-space: normal;}
	.main-navigation li ul li ul li a {width: 220px;}
	.main-navigation li ul li a:hover {background: #0064a3;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: 40px; font-weight: 300 !important; }
	.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;
	}
}


.grecaptcha-badge {z-index: 100;}



.vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0; margin-bottom: 24px;
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}