/*
Theme Name: Custom Website by BP (Alpha)a
Author: Business Promotion
Version: 3.5
*/

@import url('css/modal.css');
@import url('css/toggle.css');
@import url('libs/foundation/css/foundation-grid.css');

h1, .blog #main h1 a {
    color: #363636;
    font-family: 'Open Sans';
    font-size: 33px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
	text-align: center;
}

a {
    color: #207f31;
}


li.disabled {
    display: none !important;
}

.blog #main h1 a,
.single #main h1 a,
.archive #main h1 a {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    text-align: center !important;
}
/*
select, textarea, input[type="text"], input[type="password"] {
    width:100%!important;
}
*/


h2 {
    color: #363636;
    font-family: 'Open Sans';
    font-size: 33px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    color: #464646;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 10px;
}

#main a {
    color: #000;
}

.bttn.close span {
	width: 22px; 
	height: 3px; 
	border-radius: 8px; 
	background: #FFF;
	margin: 0px auto;
	display: block; 
	transition:all .2s ease-in;  
	-moz-transition:all .2s ease-in; 
	-webkit-transition:all .2s ease-in; 
	-o-transition:all .2s ease-in;
} 
.bttn.close span:first-child{
	margin-top: -2px; 
	-webkit-transform: rotateZ(45deg); 
	-moz-transform: rotateZ(45deg); 
	transform: rotateZ(45deg); 
} 
.bttn.close span:nth-child(2){
	margin-top: -3px; 
	-webkit-transform: rotateZ(-45deg); 
	-moz-transform: rotateZ(-45deg); 
	transform: rotateZ(-45deg);
}

.signature-container{ 
	position:relative; 
	width:100%; 
	max-width:480px; 
    height: 210px;
} 
.signature-button-panel{ 
	position:absolute; 
	top:0px; 
	right:0px;    
} 
.signature-button-panel .bttn{
    width: 75px;
    height: auto;
    min-height: 50px;
    padding: 0px;
    position: relative;
    margin: 0px;
    background: transparent;
    box-shadow: none;
    float: left;
    cursor: pointer;
}
.signature-button-panel .bttn:hover{
    background:rgba(0,0,0,.1); 
}
.signature-button-panel .bttn.close span {
    background: #4B5A66;
}
.signature-panel{ 
	width:100%; 
	height:210px; 
	background:#FFF;  
	margin:0px auto;  
}

.blog #main a,
.single #main a,
.archive #main a, 
.search #main a {
    color: #47be6b;
	font-weight: 500;
}

.single-post h3 {
    font-weight: bold;
    font-size: 28px;
}
.single-post h4 {
    font-weight: bold;
    font-size: 24px;
}


#education {
    display: none;
}

.contentarea strong, .contentarea b {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #464646;
}

.modal span {
    text-align: left;
    color: #ccc;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 3px;
}

.absolute {
    position: absolute;
    width: 100%;
}


.flex-row {
	display: flex;
	flex-wrap: wrap;
	 padding: 0 4px;
}

.flex-column {
	flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.flex-column img {
	 vertical-align: middle;
}
/*Social*/

.social {
    display: inline-block;
}

.socialicon {
    background: url(images/social.png) no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;
    margin-right: 13px;
    cursor: pointer;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    vertical-align: middle;
}

.social a {
    text-decoration: none;
}

.social .socialicon:hover {
    opacity: .6;
}

.social .social1 {
    background-position: 0px 0px;
    width: 11px;
}

.social .social2 {
    background-position: -35px 0px;
    width: 16px;
}

.social .social3 {
    background-position: -78px 0px;
    width: 16px;
}

.social .social4 {
    background-position: -116px 0px;
}

.social .social5 {
    background-position: -167px 0px;
}

.social .social6 {
    background-position: -215px 0px;
}

.social .social7 {
    background-position: -262px 0px;
}

.social .social8 {
    background-position: -307px 0px;
}

.dental-bonding {
    margin-right: 50px;
}

.banner-logo .social.transition {
    display: none;
}



/*Reviews*/

.review {
    padding: 45px 0 35px;
    overflow: hidden;
    background: url(images/rockbg.png);
    background-size: cover;
    background-position: center top;
}



#testimonials .number_crumb_container .option,
#reviews .number_crumb_container .option {
    width: 20px;
    height: 20px;
    display: block;
    background: #e7e1d9;
    display: inline-block;
    margin-left: 7px;
    border-radius: 50px;
    display: none;
}

#testimonials .number_crumb_container .selected,
#reviews .number_crumb_container .selected {
    background: #38967e !important;
}

#testimonials .number_crumb_container,
#reviews .number_crumb_container {
    z-index: 9;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#testimonials .splash_container,
#reviews .splash_container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.patient-name {
    margin-top: 35px;
}
#testimonials,
#reviews {
    height: auto;
    /*padding-bottom: 35px;*/
    padding-bottom: 10px;
    font-weight: 400;
    position: relative;
}

#testimonials article,
#reviews article {
    width: 90%;
    margin: 0 auto;
}

.q {
    background: url(images/q.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    max-width: 74.4em;
    margin: 0 auto;
}

.review .row .main-btn {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-shadow: none;
    font-weight: 700;
}

.review .row .main-btn:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

#RwReview {
    max-width: 900px;
    margin: 0 auto;
}


/*BLOG-SECITON*/

.coolbg {
    padding: 120px 0;
}

.blog-section, .coolbg {
    /*background: url(images/coolbg.png);
    background-size: cover;
    background-position: center top;*/
	background-color: #fff;
	position: relative;
}

.coolbg {
    background: url(images/internbg_02.jpg);
    background-size: cover;
    background-position: center top;
}

.blog-section h3 {
    font-weight: 600;
}

.blog-section .bloog-sigh p {
    font-size: 22px;
}

.blog-section label {
    display: none;
}

.blog-section .row .white-btn:hover {
    color: #fff;
}

.blog-section .es_textbox_class {
    width: 100%;
}

.blog-section .es_textbox_class {
    padding: 4px 15px;
    border: 1px solid;
    margin-bottom: 15px;
}


/*CONTENTAREA*/

.contentarea {
    padding: 45px 0;
}

.home-content {
    text-align: center;
    background: url(images/rockbg.png);
    background-size: cover;
    background-position: center top;
}

.bloog-sigh {
    margin-top: 56px;
}

.home-content .row .main-btn {
    margin-right: 10px !important;
}

.showcase {
    height: 550px;
    display: table;
    width: 100%;
}

.showcase .box {
    display: table;
    padding: 0;
    height: 277px;
    overflow: hidden;
    position: relative;
}

.showcase .box img {
    display: block;
    max-height: 100%;
    transform: scale(1.06);
}

.showcase a {
    display: table;
    height: 100%;
    width: 100%;
}

.showcase .overlay {
    vertical-align: middle;
    display: table-cell;
}

.showcase .box .boxwrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

.showcase .box:nth-child(1) .boxwrapper {
    background: url(images/showcase1.png);
    background-size: cover;
    background-position: center top;
}

.showcase .box:nth-child(2) .boxwrapper {
    background: url(images/showcase2.png);
    background-size: cover;
    background-position: center top;
}

.showcase .box:nth-child(3) .boxwrapper {
    background: url(images/showcase3.png);
    background-size: cover;
    background-position: center top;
}

.showcase .box:nth-child(4) .boxwrapper {
    background: #fff;
    background-size: cover;
    background-position: center top;
}

.showcase .box:nth-child(5) .boxwrapper {
    background: #fff;
    background-size: cover;
    background-position: center top;
}

.showcase .box:nth-child(6) .boxwrapper {
    background: url(images/showcase4.png);
    background-size: cover;
    background-position: bottom right;
}

.showcase .long-showcase {
    height: 550px;
	
}

.page-id-2 .arrow.arrow_left {
	position: absolute;
	top: 103%;
	z-index: 2;
}
.page-id-2 .arrow.arrow_left::after {
	content: '\276E';
	width: 30px;
	height: 30px;
	position: relative;
	color: #000;
	background-color: #70707000;
	padding: 0 16px 0 12px;
	font-size: 34px;
	border: 2px solid #000;
	border-radius: 50%;
}

.page-id-2 .arrow.arrow_right {
    position: absolute;
	top: 103%;
	left: calc(100% - 50px);
	z-index:2;
}
.page-id-2 .arrow.arrow_right::after {
	content: '\276F';
	width: 30px;
	height: 30px;
	position: relative;
	color: #000;
	background-color: #70707000;
	padding: 0 13px 0 15px;
	font-size: 34px;
	border: 2px solid #000;
	border-radius: 50%;

}

.internalvidright {
    width: 500px;
    float: right;
    margin: 0 40px 0 25px;
}

/*SOCIALIZING*/

.socailizing {
    background: url(images/rockbg.png);
    background-size: cover;
    background-position: center top;
    padding: 45px 0;
}

.socailizing .row:first-child {
    margin-bottom: 25px;
}

.socailizing h2 {
    color: #000000
}

.socailizing .socialicon {
    background: url(images/footersocial.png) no-repeat;
    width: 59px;
    height: 59px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    vertical-align: middle;
}

.socailizing .social a {
    text-decoration: none;
}

.socailizing .social .socialicon:hover {
    opacity: .6;
}

.socailizing .social .social1 {
    background-position: 0px 0px;
    width: 29px;
}

.socailizing .social .social2 {
    background-position: -107px 0px;
}

.socailizing .social .social3 {
    background-position: -230px 0px;
    width: 40px;
}

.socailizing .social .social4 {
    background-position: -343px 0px;
}

.socailizing .social .social5 {
    background-position: -451px 0px;
}

.socailizing .social .social6 {
    background-position: -557px 0px;
}

.socailizing .social .social7 {
    background-position: -666px 0px;
    margin-right: 0;
}

.dna-photo {
    float: left;
    width: 600px;
    padding-right: 50px;
    padding-bottom: 50px
}


/*FOOTER*/

footer {
    padding: 65px 15px;
    background: #1a1a1a;
}

footer .row {
    max-width: 91.5em;
}

footer h2 {
    color: #fff;
    font-size: 20px;
}

footer p, footer a, footer .attribution {
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
}

footer label {
    color: #fff;
}

footer .es_textbox {
    display: inline-block;
	width: 500px;
}

footer .es_button {
    display: inline-block;
    margin-left: 15px;
	padding-top: 0px;
}

footer .es_textbox_button, .blog-section .es_textbox_button {
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    background: #27993b;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#27993b, #59d387);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#27993b, #59d387);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#27993b, #59d387);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#27993b, #59d387);
    /* Standard syntax */
    background-color: #47be6b;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    border: none;
    text-align: center;
    width: auto;
}

footer .es_textbox_class {
    width: 500px;
    background: transparent;
    color: #fff;
    padding: 2px 15px;
}


/*BLOG*/

.side-bar-section h2 {
    font-size: 20px;
    color: #000;
    line-height: 25px;
    margin: 5px 0 10px;
    font-weight: 500;
    text-align: center;
/*	border: 1px solid;*/
    padding: 10px 10px 0 10px;
}

.side-bar-title {
    display: block;
    text-align: center;
    font-weight: 600;
}

.abouting {
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}

.side-bar-section .row {
    margin-bottom: 25px;
}

.side-bar-section .row:last-child {
    margin-bottom: 0;
}

.side-bar-section .row:nth-child(2) {
    border: 1px solid #000;
    padding: 15px;
}

.side-bar-section .es_textbox_class {
    background: #ebebeb;
    padding: 5px 15px;
    width: 100%;
    text-shadow: none;
    font-weight: 300;
    text-transform: uppercase;
}
.single-post .post_content p, .single-post .post_content ul, .single-post .post_content ol {
    font-weight: 400;
}

/*Social*/

.side-bar-section .socialicon {
    background: url(images/blogsocial.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    /* Firefox 4 */
    -webkit-transition: all .2s ease-in;
    /* Safari and Chrome */
    -o-transition: all .2s ease-in;
    /* Opera */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    -moz-backface-visibility: hidden;
    vertical-align: sub;
}

.side-bar-section .social a {
    text-decoration: none;
}

.side-bar-section .social .socialicon:hover {
    opacity: .6;
}

.side-bar-section .social .social1 {
    background-position: 0px 0px;
    width: 11px;
}

.side-bar-section .social .social2 {
    background-position: -42px 0px;
}

.side-bar-section .social .social3 {
    background-position: -93px 0px;
    width: 26px;
}

.side-bar-section .social .social4 {
    background-position: -141px 0px;
}

.side-bar-section .social .social5 {
    background-position: -201px 0px;
}

.side-bar-section .social .social6 {
    background-position: -258px 0px;
}

.side-bar-section .social .social7 {
    background-position: -312px 0px;
    margin-right: 0;
}

.form-stacked .btn-primary {
    display: none;
}

.form-stacked input {
    width: 100%;
    padding: 3px 15px;
}

.blog .side-bar-section .row a,
.single .side-bar-section .row a,
.archive .side-bar-section .row a,
.search .side-bar-section .row a {
    font-size: 17px;
    line-height: 27px;
    margin: 10px 0;
    color: #464646;
    text-align: center;
    display: inherit;
}

.side-bar-section ul li, .side-bar-section li {
    list-style: none;
}

.side-bar-section select {
    margin: 0 auto;
    background: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #ddd, #ddd);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding: 0.5em 3.5em 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.side-bar-section .row:nth-child(5) h2 {
    border: 1px solid;
    padding: 10px;
}

.search #content {
    padding: 45px 15px;
}

#blog-bg1 {
    position: absolute;
    left: 0px;
    top: 0;
}

#blog-bg2 {
    position: absolute;
    right: 0px;
    bottom: 0;
}

#blog-paragraph {
	padding: 10px;
	background: rgba(255,255,255,0.8);
}

.showcase-box:hover {
	transform: scale(1.05);
}

.page-id-291 .page-header,
.page-id-2431 .page-header{
    display: none;
}

.page-id-2431 .thank-social{
    text-align: center;
}

#contact-divider {
	border-right: solid 1px;
}

#mobile-appt-btn {
    position: absolute;
    bottom: 10px;
    z-index: 3;
    text-align: center;
}

.home #mobile-appt-btn {
	width: 100%;
}

.banner-content h2 {
    text-transform: none;
    color: #000000;
}
.home .banner-content h2 {
    /*color: #ffffff;*/
    color: #000;
    text-shadow: 0 0 3px #fff;
}

.home .subtitle{
    color: #000;
    text-shadow: 0 0 3px #fff;
}

.page-id-1447 .banner-text {
    padding-top: 13%;
    padding-right: 15%;
}

.accordion-bio input[type="checkbox"] {
    display: none;
}

.accordion-bio input[type="checkbox"] + label ~ * {
    height: 0px;
    overflow: hidden;
    margin-bottom: 0;
}

.accordion-bio input[type="checkbox"]:checked ~ * {
    height: auto;
    overflow: visible;
    margin-bottom: 15px;
}

.accordion-bio label {
    cursor: pointer;
}

.accordion-bio input[type="checkbox"]:checked + label {
    font-size: 0;
}

.accordion-bio input[type="checkbox"]:checked + label:before {
    content: "Hide Education";
    font-size: 18px;
}

textarea.val.message {
    min-width: 300px;
}

.second-btn {
    color: #000;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 5px 25px;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 15px;
}
.second-btn:hover {
    /*background: #59d387;*/
    /*background: -webkit-linear-gradient(#59d387, #27993b);*/
    /*background: -o-linear-gradient(#59d387, #27993b);*/
    /*background: -moz-linear-gradient(#59d387, #27993b);*/
    /*background: linear-gradient(#59d387, #27993b);*/
    background: #000;
    color: #fff;
    cursor: pointer;
}

a.send_button.transition {
    background: #252525;
    color: #fff !important;
    padding: 5px 15px;
	position: relative;
	bottom: 10px;
	cursor: pointer;
}


.steps-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.steps1,
.steps2,
.steps3 {
	text-align: center;
	filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 1));
}
.steps2 h2 {
	margin: 27px 0;
}
.steps-row h2 {
    font-size: 80px;
    line-height: 80px;
	font-style: oblique;
	
}
.modal a.send_button.transition {
	color: #252525 !important;
}

.navbar .nav>li>a:hover {
	transform: scale(1.05);	
	color: #000;
}

.white-logo {
/*	float: right;*/
	margin: 10px;
}

.sticky {
	background: #fff;
}

.post-img-wrap {
	text-align: center;
	margin-bottom: 10px;
}

.post-img-wrap img {
    width: 700px;
    height: 100%;
	box-shadow: 0px 0px 3px 0px #000000;	
}

.type-post img {
    margin: 0 auto;
}

.entry img {
    height: 50%;
	margin-bottom: -55px;
}

.care-credit-section {
	/*background: url(/wp-content/themes/custom5/images/care-credit-bg.jpg);*/
	padding: 50px 0px 100px 0px;
}

.fulltextbox {
max-width: 100%;
}

select, textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	max-width: 100%!important;
}

.lending-club-section {
	padding: 50px 0px 100px 0px;
	position: relative;
}

.care-cap-section {
	background: url(/wp-content/themes/custom5/images/care-cap-bg.jpg);
	padding: 100px 0px;
}

#care-credit-title {
    margin-bottom: 150px;
}

#care-credit-right,
#lending-club-right,
#care-cap-right {
    text-align: center;
}

#lending-club-right p {
    text-align: left;
}

#care-credit-right img,
#lending-club-right img,
#care-cap-right img {
    margin-bottom: 30px;
}
.page-id-206 .custom-row {
    display: flex;
    flex-direction: row;
    background: #fff;
}
.page-id-206 .custom-row .half-sec {
    max-width: 50%;
}
.page-id-206 .custom-row .bg-sec {
    display: flex;
    align-items: center;
    max-height:100%;
}
.page-id-206 .custom-row .bg-sec img {
	object-fit: cover;
	height: 100%;
}
.page-id-206 .custom-row .sec-sec {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-id-206 #wrapper {
	background-image: url(/wp-content/themes/custom5/images/financial-bg.jpg);
}

.page-id-291 input, .page-id-291 textarea, .page-id-291 select  {
	width: 100%;
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid;
    border-radius: 5px;
}

.page-id-291 #main a:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #47be6b;
}

.page-id-291 #response {
    margin-top: 20px;
}
.page-id-2203 input, .page-id-2203 textarea, .page-id-2203 select  {
	width: 50%;
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid;
    border-radius: 5px;
}

.page-id-2203 #main a:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #47be6b;
}

.page-id-2203 #response {
    margin-top: 20px;
}



select {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    margin-bottom: 10px;
	width: 100%;
}

.page-id-291 textarea.val.message {
    min-width: 100%;
    margin-bottom: 10px;
}
.page-id-2203 textarea.val.message {
    min-width: 60%;
    margin-bottom: 10px;
}
footer .subscribers input[type="text"] {
	width: 500px;
}
.subscribers input[type="text"] {
    background: transparent;
    color: #ffffff;
    padding: 2px 15px; 
}
.subscribers label {
	display: block;
}.side-bar-section .subscribers input[type="text"] {
    color: #000000;
}
#logo {
	text-align: center;
}

.post-categories li {
    list-style: none;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.post-categories li a {
    color: #000 !important;
}

ul.post-categories {
	margin: 0;
}

.blog-date {
    text-align: center;
    font-size: 12px;
    line-height: 0px;
    margin-bottom: 20px;
    font-style: italic;
}

.blog-separator {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.blog-separator {
	text-align: center;
	padding-bottom: 5px;
}
.blog-separator img {
    padding: 0 2px;
}

.blog-social:hover {
	opacity: 0.5;
}

.related-posts h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    text-align: center !important;
}

.related-posts a {
    color: #121212 !important;
    font-style: italic;
}

.archive h1,
.archive h3,
.search h1, 
.search h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    text-align: center !important;
}

.archive h3 a,
.search h3 a {
	color: #000 !important;
}

.archive #wrapper,
.search #wrapper {
    padding-top: 50px;
}

.archive .post_content img {
    padding-bottom: 25px;
}

.pagination a {
    color: #000 !important;
}

.sub-box-subtext {
	font-size: 14px;
	line-height: 20px;
	margin-top: -10px;
}

.entry .row-fluid .span8 a {
    position: relative;
    bottom: 30px;
    background: rgba(255,255,255,0.9);
}

.instagram-icons {
    display: none;
}

.related-posts .entry img {
    margin-bottom: 0px;
}

.centered-text {
	text-align: center;
}

.es_button {
    text-align: center;
}

input#es_txt_button_pg {
    background: #252525;
    color: #fff !important;
    padding: 5px 15px;
    position: relative;
    top: 15px;
	font-weight: 600;
}

.side-bar-section input#es_txt_button_pg {
    background: #252525 !important;
}

#footer-subtext {
    text-transform: none;
}

input#es_txt_button_pg {
	background: -webkit-linear-gradient(#27993b, #59d387);
	background: -o-linear-gradient(#27993b, #59d387);
	background: linear-gradient(#27993b, #59d387);
}

input#es_txt_button_pg:hover {
	background: linear-gradient(#59d387, #27993b);
	cursor: pointer;
}

#call-text {
    font-weight: bolder;
    font-size: 20px;
    margin-right: 10px;
	color: #252525;
	font-style: italic;
}

#call-text span {
	font-weight: 600;
}

.mobile-sticky {
	position: fixed !important;
	top: 0px !important;
}

.mobile-icons {
	top: 10px !important;
}

.main-nav-toggle {
	top: 0px !important;
}

.blog-read-more {
    width: 100%;
    float: right;
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 20px 0px;
}

.blog-read-more:hover {
	opacity: 0.6;
}

.related-posts .entry {
    width: 30%;
	float: left;
    margin: 0 5px 20px 5px;
	text-align: center;
}

.related-posts .entry a {
    font-size: 12px;
    display: block;
    line-height: 15px;
	font-weight: 600;
}

li.categories ul li {
    margin-right: 50px;
	font-weight: 100;
}

li.categories {
    text-align: center;
    color: #000 !important;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #000;
    background: transparent;
    height: 40px;
    text-transform: uppercase;
}


.gv-top-text,
.gv-info-box,
.gv-info-bottom{
	background: #fff;
	Padding: 25px;
}

.gv-top-text h1 {
	background: #b2b2b2;
	padding: 15px;
	box-shadow: 5px 5px 5px;
}

.gv-info-head {
	background: #000;
	padding: 20px 15px 1px 15px;
}

.gv-info-head h1 {
	color: #fff;
	margin-bottom: 0;
}
.thrv_wrapper .thrv-button  {
	width: 65%;
    display: block;
    margin-top: 25%;
}

.fb-share-button.fb_iframe_widget:before {
	background: url(/wp-content/themes/custom5/images/fbshare.png) center center no-repeat !important;
	z-index: 9;
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 50px;
	content: "";
	pointer-events: none;
	left: -30px;
	top: -12px;
}
.insurance-options {
    background-color: #fff;
	height: auto;
	background-image: url(/wp-content/themes/custom5/images/blog-bg2.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 200px;
	padding-bottom: 50px;
}

.insurance-options .row {
	max-width: 100em;
}

.insurance-content {
	padding-bottom: 50px;
	margin-top: 100px;
	background: rgba(255,255,255,0.8);
}

.small-3.columns.insurance-left {
    padding-left: 0px;
}

.small-3.columns.insurance-right {
    padding-right: 0px;
}

.small-3.columns.insurance-right img {
    float: right;
}

.mobile-ins-left,
.mobile-ins-right {
	display:none;
}

.we-give-back {
    text-align: center;
    background-color: #fff;
	padding: 50px 0px;
	border-bottom: 1px solid #ddd;
}

.we-give-back h2 {
	margin-bottom: 40px;
}

.we-give-back p {
    padding: 45px 19% 0 19%;
}

.we-give-back img {
    margin-bottom: 25px;
}

.page-id-161 .small-24.medium-24.large-20.columns.text-center {
    left: 9%;
}

.sidebar-title {
    border: 1px solid;
    padding: 5px 0 !important;
}
.page-id-2308 .subbanner .second-btn {
    display: none;
}
.banner-text {
    text-align: center;
	padding-top: 10%;
	padding-right: 25%;
}

.page-id-3242 .banner-text {
    text-align: center;
	padding-top: 10%;
	padding-left: 25%;
	padding-right: 0;
}

.home .banner-text {
	padding-left: 0px;
	padding-top: 17%;
	padding-right: 0;
}

.banner-text span {
    font-size: 40px;
}

/* Left sided banner text */
/*.page-id-150 .banner-text {
    padding-left: 0;
    padding-right: 460px;
}
*/
/* far-right banner text */
.page-id-148 .banner-text,
.page-id-152 .banner-text,
.page-id-167 .banner-text,
.page-id-171 .banner-text,
.page-id-175 .banner-text,
.page-id-181 .banner-text,
.page-id-183 .banner-text,
.page-id-185 .banner-text,
.page-id-191 .banner-text,
.page-id-197 .banner-text,
.page-id-202 .banner-text,
.page-id-464 .banner-text {
    padding-left: 40%;
    padding-right: 0%;
	padding-top: 12%;
}
.page-id-193 .banner-content h2,
.page-id-187 .banner-content h2,
.page-id-173 .banner-content h2,
.page-id-177 .banner-content h2,
.page-id-161 .banner-content h2 {
    font-size: 55px;
}

.page-id-165 .banner-text,
.page-id-161 .banner-text,
.page-id-177 .banner-text,
.page-id-173 .banner-text,
.page-id-195 .banner-text,
.page-id-187 .banner-text,
.page-id-193 .banner-text {
	padding-left: 50%;
	padding-right: 0;
/*	padding-top: 20px;*/
}
.page-id-3825 .banner-content {
    height: 100%;
}
.page-id-3825 .banner-text {
    padding: 0 40px;
    width: 100%;
    height: 100%;
    margin: auto;
/*    background-color: #ffffff70;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.givaway-winner {
    margin-bottom: 20px;
}

.page-id-148 .contentarea .row,
.page-id-129 .contentarea .row {
    max-width: 100em;
}

.page-id-148 .small-24.columns,
.page-id-129 .small-24.columns {
    padding: 0px;
}

.non-white-section {
	padding: 30px 10%;
}

.white-section {
    background-color: #fff;
    padding: 30px 10%;
	box-shadow: 9px 9px 20px -5px rgba(0,0,0,0.1);
}

.new-patients-box {
    box-shadow: 6px 6px 11px -3px rgba(0,0,0,0.5);
}

.box-content {
    background: url(/wp-content/themes/custom5/images/rockbg.png);
    background-size: contain;
    padding: 10px 35px;
	min-height: 390px;
}

.box-content h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'playlist-script';
    line-height: 45px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 100;
}

.new-patients-small {
    font-size: 13px;
	text-align: center;
}

.box-content li {
    font-size: 17px;
    line-height: 25px;
}

.box-content p {
    display: none;
}

.blog-section .main-btn.transition {
    color: #fff;
    margin-top: 0px;
	margin-bottom: 50px;
}

.blog-section .main-btn.transition:hover {
    color: #fff !important;
}

#we-give-back-quote {
    font-size: 50px;
    font-family: 'castro';
    line-height: 55px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 9%;
}

#we-give-back-border {
    background: #000;
    height: 4px;
    width: 50%;
    margin: 47px auto;
}
 
.desktop-staff {
	max-width: 93% !important;
}

.swap2 {
	display: none;
}

.laser-video {
    height: 320px;
	margin-top: 30px;
}

.office-photo {
    border-radius: 10px;
    margin-bottom: 30px;
}

.page-id-150 .post_content.clearfix.slideUp {
    display: none;
}

#es_txt_name_pg,
#es_txt_email_pg {
    -webkit-appearance: textfield;
    /* background-color: white; */
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border: 2px solid #fff;
}

/* Concent and Release */

#consent_and_release_form {
    position: relative;
}

.col-smallHalf {
    width: 50%;
    float: left;
    max-width: 500px;
}

#consent_and_release_form input[type="text"],
#consent_and_release_form textarea {
    width: 100%;
    margin-bottom: 15px;
    max-width: 800px;
}

#consent_and_release_form textarea {
    height: 100%;
    max-height: 100%;
}

#consent_and_release_form .sameAsThis {
    margin-bottom: 15px;
}

#consent_and_release_form #signature-container {
    position: relative;
    width: 100%;/*
    max-width: 480px;*/
    /* background: #fff; */
    border: 1px solid #a9a9a9;
}

#consent_and_release_form .signature-panel {
    width: 100%;
    height: 210px;
    background: #FFF;
    margin: 0px auto;
}

#consent_and_release_form .signature-button-panel {
    position: absolute;
    top: 0px;
    right: 0px;
}

#consent_and_release_form .bttn.close span {
    background: #207f31;
}

#consent_and_release_form .signature-button-panel .bttn {
    width: 75px;
    height: auto;
    min-height: 50px;
    padding: 0px;
    position: relative;
    margin: 0px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#consent_and_release_form .signature-button-panel .bttn:hover {
    background: rgba(0,0,0,.1);
}

.textRight {
    text-align: right;
}

#consent_and_release_form a.send_button.transition {
    cursor: pointer;
}

#test_consent_form.form_failure .failure, 
#test_consent_form.form_success .success {
    position: absolute;
    bottom: 0;
    background: #fff;
    font-size: 30px;
    text-align: center;
}

.page-id-2308 .coolbg {
	display: none;
}

#upload_form input {
    width: 100%;
    margin-bottom: 15px;
}

#upload_form textarea {
    max-width: 100%;
    width: 100%;
}

a.green-bold {
    color: #47be6b !important;
    font-weight: 500;
}

.work-matters {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans';
    font-size: 97px;
    line-height: 100px;
	margin-top:-12%; 
	text-align:right;
	margin-right:-180px;
	text-shadow: 1px 0 20px #EBEBF3, 0 -1px 20px #EBEBF3, 0 1px 20px #ebebf3, -1px 0 20px #EBEBF3;
}

.subtitle {
	color: #000;
    font-style: italic;
    font-size: 26px;
}

.page-id-1447 .banner-text .main-btn {
    display: none;
}


/*virtual Consult */
.page-id-3825 #main{
    display:none;
}

.page-id-3825 .subbanner {
    background-image: url(/wp-content/themes/custom5/images/slideshow/virtual-consult-banner.jpg);
}

.page-id-3825 .banner-text {
    /*padding-right: inherit;*/
/*    padding-left: 41%;
    margin-top: 64px;*/
}

.page-id-3825 .blog-section {
    background-color: unset;
}

.steps-row-left{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	align-content: stretch;
}

.page-id-3825 h5{
    color: #000;
    font-size: 25px;
    background-color: #ffffff1f;
}

#custom_form7 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;

}

.file-input {
    z-index: 5;
    cursor:pointer;
}
.file-input-overlay {
    z-index:0;
    position:absolute;
}

#virtual-consult-form {
    background-image: url(/wp-content/themes/custom5/images/form-bg.jpg);
}

#virtual-consult-form h2 {
    text-align: center;
    padding-top: 50px;
    /*padding-bottom: 100px;*/
    padding-bottom: 50px;
}

.virtual-consol-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    min-height: 330px;
}

.virtual-consol-content a {
    color: #fff;
}

.page-id-3825 #custom_form7 input[type="text"],
.page-id-3825 #custom_form7 input[type="email"]{
    color: #000;
    padding-left: 10px;
    font-weight: 600;
    background-color: #e9e9e9;
}



@media screen and (max-width: 1400px) {
/*.banner-text {*/

/*	padding-top: 12%;*/
/*}*/
}


@media screen and (max-width: 400px){
    #virtual-consult-form {
        background-image: url(/wp-content/themes/custom5/images/form-bg.jpg);
        background-position: center;
    }
}
	
	
@media screen and (max-width: 767px) {

    .col-smallHalf {
        width: 100%;
        margin: 0 auto 30px; 
    }
	
	img.green-arrow {
    display: none;
	}
	
	.banner-text {
	padding-top: 2%;
	}
	
}

/* End Concent and Release */

/* Sliding Reviews */

.reviews-area {
    text-align: center;
    padding: 0px 0;
    overflow: hidden;
    height: 255px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.reviews-area .right-arrow,
.reviews-area .left-arrow {
    opacity: 0.5;
    height: 100%;
    width: 50px;
    background: rgba(0,0,0,0.5);
    position:  absolute;
    z-index: 5;
    top: 0;
}

.reviews-area .right-arrow {
    right: 0;
}

.reviews-area .right-arrow:hover,
.reviews-area .left-arrow:hover {
    opacity: 1;
}

.reviews-area .left-arrow img, 
.reviews-area .right-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.reviews-area .inner-box {
    width: 200%;
    overflow: hidden;
    position: relative;
    display: table;
}

.reviews-area .review-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 13.7%;
    padding: 0 6px;
    margin-bottom: 100px !important;
}

.reviews-area .review-box img {
    border-radius: 15px;
}

.reviews-area .review-box:before {
  content: "";
  background: rgba(0,0,0,0.6);
  width: 70px;
  height: 50px;
  margin: -25px -35px;
  border-radius: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.8);
  transition: all 0.2s;
}

.reviews-area .review-box:hover:before {
  background: #FF0000;
  transform: scale(1);
}

.reviews-area .review-box:after {
  content: "";
  margin: -16px -11px;
  border: 16px solid transparent;
  border-left: 27px solid #fff;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.72);
  transition: all 0.2s;
}

.reviews-area .review-box:hover:after {
  transform: scale(1);
  translateX(3px);
}

.review-box:hover {
    cursor: pointer;
}

span.review-right {
    float: right;
    padding-right: 20px;
}

.blog-share {
    display: none;
    position: fixed;
    border: 1px solid;
    padding: 20px 30px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 110px;
    bottom: 10px;
    z-index: 4;
	text-align: center;
}

.blog-share img {
	width: 30px;
}

#hide-share-box:hover {
	cursor: pointer;
	font-weight: 600;
}

.blog-share span {
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 0px;
}



.blog-share h3,
#hide-share-box {
    color: #fff;
}

.sfsiaftrpstwpr {
    display: none;
}
div#sfsi_holder {
    display: none;
}
.sfsi_plus_widget {
    position: absolute;
    top: 60px;
    left: 0;
}
.sfsi_plus_widget.stickMe {
    position:  fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}
.sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a.sficn img:hover {
    opacity: 0.5;
}

.sfsiplus_norm_row{
/*	background: #000;*/
	padding-right: 55px;
}
.sfsi_plus_Sicons img,
#sfsiplusid_facebook img,
#sfsiplusid_google img,
#sfsiplusid_twitter img,
#sfsiplusid_pinterest img {
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

.thank-social {
	list-style: none;
	
}

.thank-social li {
	display: inline;
	padding: 0 10px;
}

.thank-social li a:hover {
	opacity: .6;
}

.page-id-1451 .page-title {
	display: none;
}

.thankyou {
	background: url(/wp-content/themes/custom5/images/bg.jpg) no-repeat center;
	height: 650px;
	max-width: 800px;
}

.thankyou h1 {
	padding-top: 200px;
}

#mc_embed_signup .button {
	background: #000 !important;
}


/*BRIGHTEN TEETH FOR LIFE CLUB*/
#main article .collage img {
	max-width: 400px;
    margin: 10px 0px;
	z-index: 1;
} 
.collage-row .col-lg-8 {
	text-align: center;
}


/*parallax*/
.page-id-1919 .row {
	max-width: 89em;
}
.parallax {
    min-height: 1956px;
	position: relative;
	overflow: hidden;
}
#main article .parallax img {
	max-width: 320px;
}
#main article .parallax .collage_featured img {
	max-width: 450px;
}
.parallax #collage_one, .parallax #collage_two, .parallax #collage_three, .parallax #collage_four {
    position: relative;
    display: table;
    width: 108%;
	min-height: 480px;
}
.parallax .secondary {
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.parallax .primary {
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 6;
}
.parallax .collage_featured {
    float: right;
    position: relative;
}
.parallax #collage_one .collage_featured {
    right: 520px;
    margin-top: 100px;
}
.parallax #collage_one .secondary {
    right: 100px;
	z-index: 1;
}
.parallax #collage_two .collage_featured {
    right: 598px;
    margin-top: 100px;
}
.parallax #collage_two .secondary {
    right: 184px;
    z-index: 3;
}
.parallax #collage_three .collage_featured {
    right: 404px;
    margin-top: 240px;
}
.parallax #collage_three .secondary {
    right: 163px;
    z-index: 3;
}
.parallax #collage_four .collage_featured {
    right: 320px;
    margin-top: 240px;
}
.parallax #collage_four .secondary {
    right: 30px;
    z-index: 3;
}
.caption {
	display: none;
}
.caption.active {
	display: block;
}
.captions-wrapper {
	position: fixed;
	z-index: 9;
	top: 50%;
	left: 5%;
    width: 34%;
}
.parallax .contentwrapper {
	padding: 0px;
}
.parallax .box {
    max-width: 600px;
    float: left;
    margin-top: 150px;
}
.parallax .box#box2 {
	margin-top: 300px;
}
.parallax .box#box3 {
	margin-top: 450px;
}

#main .post_content {
    margin: 0 50px;
}

.testimonials {
    min-height: 400px;
}

@media screen and (min-width: 1026px) {
    .parallax {
        background-attachment: fixed;
    }
}
@media screen and (max-width: 1700px) {
    .parallax #collage_two .secondary {
        right: 2%;
    }
    .parallax #collage_one .collage_featured {
        right: 19%;
    }
    .parallax #collage_two .collage_featured {
        right: 22%;
    }
    .parallax #collage_three .secondary {
        right: 5%;
    }
    .parallax #collage_three .collage_featured {
        right: 16%;
    }
	
	.work-matters {
    font-size: 65px;
    line-height: 67px;
    margin-top: -7%;
    text-align: right;
    margin-right: -130px;
	}
	
	
}
@media screen and (max-width: 1400px) {
    .parallax blockquote {
        width: 50%;
        margin: 0;
        left: 0%;
        position: relative;
        padding: 0 15px;
    }
	.parallax #collage_one .secondary {
		right: 53px;
	}
	
	.work-matters {
    font-size: 45px;
    line-height: 49px;
    margin-top: -4%;
    text-align: right;
    margin-right: -75px;
	}

}
@media screen and (max-width: 1365px) and (min-width: 1201px) {
    .parallax .box {
        max-width: 40%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1026px) {
    .parallax .box {
        max-width: 33%;
    }
}
@media screen and (max-width: 1025px) {
	.parallax {
		display: none;
	}
	.page-id-2 .arrow.arrow_left,
	.page-id-2 .arrow.arrow_right {
	    display: none;
	}
	
	.work-matters {
    font-size: 60px;
    line-height: 52px;
    margin-top: -21%;
    text-align: right;
    margin-right: -140px;
	}
}
@media screen and (min-width: 1026px) {
	.hidden-desktop {
		display: none;
	}
	.review .row:first-child {
        height: 75px;
    }
}


@media (min-width: 992px) {
	#main article .collage img {
		position:absolute;
	}
	#collage1 {
		background: url(/wp-content/themes/custom5/images/collage/collage-1.jpg) 580px 510px no-repeat;
		min-height: 410px;
		background-attachment: fixed; 
	}
	#collage2 {
		right: 5%;
		top: 250px;
	}
	#collage3 {
		left: 5%;
		top: 550px;
	}
	#collage4 {
		right: 1%;
		top: -150px;
	}
	#collage5 {
		margin-top: 80px;
		background: url(/wp-content/themes/custom5/images/collage/collage-5.jpg) 600px 350px no-repeat;
		min-height: 490px;
		background-attachment: fixed;
		margin-bottom: 80px;
	}
	#collage6 {
		left: 1%;
		top: 500px;
	}
	#collage7 {
		right: 2%;
		top: 100px;
	}
	#collage8 {
		background: url(/wp-content/themes/custom5/images/collage/collage-8.jpg) 570px 350px no-repeat;
		min-height: 470px;
		background-attachment: fixed;
	}
	.tab {
		padding: 150px 0px 0px;
		max-width: 400px;
	}
	.tab#tab3 {
		padding: 150px 0px 100px;
	}
	.collage-hidden {
		display: none;
	}
}
@media screen and (max-width: 450px) {
    #main article .collage img {
        max-width: 100%;
    }
}
/*BRIGHTEN TEETH FOR LIFE CLUB -------- end ---------*/

@media screen and (max-width: 1099px) {
    .reviews-area .review-box {
        width: 24%;
    }
}


@media screen and (max-width: 980px) {
    
    .reviews-area .right-arrow, 
    .reviews-area .left-arrow {
        opacity: 1;
    }
    
    #main .post_content {
        margin: 0;
    }


}

@media screen and (max-width: 767px) {
    
    .reviews-area .right-arrow, 
    .reviews-area .left-arrow {
        width: 30px;
    }
}

@media screen and (max-width: 545px) {
    .reviews-area .right-arrow, 
    .reviews-area .left-arrow {
        width: 20px;
    }
    
    .reviews-area .review-box {
        width: 49%;
    }

}
/* End Sliding Reviews */

.mobile-staff {
	display:none !important;	
}

/*Responsive
---------------------------------------*/


@media screen and (max-width: 1190px) {
.page-id-150 .banner-text a {
    margin: 0px;
    }
}

@media screen and (max-width: 1108px) {
    .page-id-148 .banner-text,
    .page-id-171 .banner-text,
    .page-id-173 .banner-text,
    .page-id-187 .banner-text,
    .page-id-191 .banner-text,
    .page-id-464 .banner-text {
        padding-left: 50%;
        padding-right: 0%;
    }
    .page-id-187 .banner-text {
        padding-top: 5%;
    }
}

@media screen and (min-width: 1026px) {
    
	.review .right {
        float: right;
    }
	footer input#es_txt_button_pg {
		position: relative;
		top: 50px;
		right: 250px;
	}
	.home footer input#es_txt_button_pg {
		right: 315px;
	}
    .blog-section {
        padding: 120px 0;
    }
    .home-content {
        padding: 160px 0;
    }
	#menu-item-873 {
		display: none;
	}
}

@media screen and (max-width: 1400px) {

    #sfsi_plus_floater {
        display: none;
    }

    .sfsiaftrpstwpr {
        display: block;
    }
}



@media screen and (max-width: 1389px) {
	
	#blog-bg1,
	#blog-bg2 {
		width: 35%;
	}
}

@media screen and (max-width: 1366px) {
    
    .q {
        background: none;
    }
	.box-content h2 {
		font-size: 39px;
	}
	.page-id-3825 .banner-content h2 {
        margin-top: 55px !important;
	}
}

@media screen and (max-width: 1300px) {
	.slicker-instagram-placeholder {
		width: 120px !important;
		height: 120px !important;
	}
	.box-content h2 {
		font-size: 35px;
	}
	#collage1 {
   		background: url(/wp-content/themes/custom5/images/collage/collage-1.jpg) 460px 150px no-repeat;
     	background-attachment: fixed;
	}
	#collage5 {
		background: url(/wp-content/themes/custom5/images/collage/collage-5.jpg) 630px 350px no-repeat;
     	background-attachment: fixed;
	}
	#collage8 {
		background: url(/wp-content/themes/custom5/images/collage/collage-8.jpg) 380px 240px no-repeat;
		background-attachment: fixed;
	}
}

@media screen and (min-width: 1026px) and (max-width: 1200px) {
    
	h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (min-width: 1200px) {
    
    .page-id-193 .custom-right {
	    float: right;
	}
}
@media screen and (max-width: 1200px) {
	.box-content h2 {
		font-size: 30px;
	}
	.laser-video {
		height: 300px;
	}
	
}

@media screen and (max-width: 1060px) {
	.slicker-instagram-placeholder {
		width: 100px !important;
		height: 100px !important;
	}
	.box-content h2 {
		font-size: 26px;
	}
	.laser-video {
		height: 410px;
	}
}
@media screen and (min-width: 1025px) {
    .page-id-165 .custom-right,
    .page-id-161 .custom-right,
    .page-id-185 .custom-right,
    .page-id-171 .custom-right,
    .page-id-175 .custom-right,
    .page-id-173 .custom-right,
    .page-id-202 .custom-right,
    .page-id-197 .custom-right {
        float: right;
    }
}
@media screen and (max-width: 1025px) {
    .internalvidright {
        width: auto;
        float: none;
        margin: 0;
    }
    .page-id-161 .custom-right,
    .page-id-165 .custom-right,
    .page-id-185 .custom-right,
    .page-id-171 .custom-right,
    .page-id-175 .custom-right,
    .page-id-173 .custom-right,
    .page-id-202 .custom-right,
    .page-id-197 .custom-right {
        float: none;
        width: auto;
    }
    footer .columns,
	footer .attribution {
        width: 100%;
        text-align: center;
    }
    .blog-section {
        padding: 45px 0;
    }
    #reviews .right {
        text-align: right;
    }
    .blog-section .es_textbox_class {
        padding: 4px 15px;
        border: 1px solid;
        margin-bottom: 15px;
        width: 50%;
    }
    .showcase .box {
        height: 275px;
    }
    .banner-text {
    padding-left: 10%; 
	}
    footer .es_textbox {
        display: block;
    }
    #reviews article {
        width: 100%;
        margin: 0 auto;
    }
    .coolbg {
        padding: 45px 0;
    }
	.small-3.columns.insurance-right img,
	.small-3.columns.insurance-left img {
		visibility: hidden;
	}
	.mobile-ins-left {
		display: block;
		position: absolute;
		width: 180px;
	}
	.mobile-ins-right {
		display: block;
		position: absolute;
		right: 0px;
		width: 28%;
	}
	.box-content {
		min-height: 550px;
	}
	
	.dropdown-toggle::after {display: none;}
}

@media (min-width: 992px) and (max-width: 1025px) {
	
	.swap1 {
		display: none;
	}
	.swap2 {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	
	.lending-club-section {
		padding: 50px 0 0 0;
	}
	.box-content h2 {
		font-size: 23px;
		line-height: 35px;
	}
	.laser-video {
		height: 510px;
	}
	.hide-tablet {
		display: none;
	}
	.subbanner {
     height: 320px !important;
    }
    .page-id-206 .custom-row {
    	flex-direction: column-reverse;
    }
    .page-id-206 .custom-row .half-sec {
        max-width: 100%;
    }
}

@media screen and (min-width: 901px) {
	.blog-share.mobile {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	
	.entry .row-fluid .span8 a {
		font-size: 15px;
	}
	.slicker-instagram-placeholder {
		width: 90px !important;
		height: 90px !important;
	}
	.box-content h2 {
		font-size: 20px;
	}
	.box-content {
		min-height: 610px;
	}
	.blog-share {
		display: none;
	}
	.blog-share.mobile {
		position: relative;
		width: 100%;
		padding: 10px 20px;
		display: block;
	}
	#hide-share-box {
		display: none;
	}
	.subbanner {
        height: 340px !important;
    }
}

@media screen and (max-width: 860px) {
	
	.box-content {
		min-height: 640px;
	}
	.laser-video {
		height: 440px;
		width: 100%;
	}
	
	.work-matters{
    font-size: 50px;
    line-height: 40px;
    margin-top: -22%;
    text-align: right;
    margin-right: -132px;
	}
}


@media screen and (max-width: 830px) {
	
	.slicker-instagram-placeholder {
		width: 75px !important;
		height: 75px !important;
	}
	.laser-video {
		height: 420px;
	}
}

@media screen and (max-width: 794px) {
	
	.entry .row-fluid .span8 a {
		font-size: 13px;
	}
	#we-give-back-quote {
		font-size: 30px;
		font-family: 'castro';
		line-height: 35px;
	}
	#we-give-back-quote img {
		width: 30px;
	}
	.laser-video {
		height: 400px;
	}
}

@media screen and (min-width: 769px) {
	
	.mobile-clearfix.clearfix {
		display: none;
	}
}

@media screen and (max-width: 768px) {
    
	#contact-divider {
		border-right: none;
	}
	.mobile-clearfix.clearfix {
		margin-bottom: 40px;
	}
	#lending-club-bg {
		left: 15%;
	}
	.box-content h2 {
		font-size: 50px;
		margin-top: 20px;
		line-height: 50px;
	}
	.laser-video {
		height: 380px;
	}
	
	.work-matters{
    font-size: 45px;
    line-height: 40px;
    margin-top: 0;
    text-align: right;
    margin-right: 250px;
	}
	.page-id-3825 .banner-text {
	    display: none;
	}
}

@media screen and (max-width: 767px) {
    .page-id-3259 .subbanner {
        /*background-position: 552px 284px;*/
        background-position-x: 44%;
        background-size: 900px;
    }   
        
    .page-id-3825 .subbanner {
        /*background-position: -122px center;*/
        background-position: 0 center;
        background-repeat: no-repeat;
    }
    
	footer .sprite, .socailizing {
        display: none;
    }
    footer {
        padding-bottom: 60px;
    }
	#care-credit-title {
		margin-bottom: 30px;
	}
	.care-credit-section {
		padding: 50px 0px 50px 0px;
	}
	#care-credit-right img,
	#care-cap-right img {
		margin-top: 30px;
	}
}

@media screen and (max-width: 700px) {
	.slicker-instagram-placeholder {
		width: 63px !important;
		height: 63px !important;
	}
	.laser-video {
		height: 350px;
	}
}

@media screen and (max-width: 550px){
    .page-id-3825 .banner-text{
        display: none;
    }
}

@media screen and (max-width: 688px) {
	
	.entry .row-fluid .span8 a {
		font-size: 11px;
		line-height: 15px;
		bottom: 0px;
	}
	.laser-video {
		height: 340px;
	}
	.work-matters{
    font-size: 38px;
    line-height: 45px;
    text-align: right;
    margin-right: 349px;
    margin-bottom: 65px; 
	}
}

@media screen and (max-width: 608px) {
	
	.desktop-staff {
		display:none;
	}
	.mobile-staff {
		display:block !important;
	}
	.blog .container,
	.single .container {
		padding: 0px;
	}
	.sfsi_plus_widget {
		position: relative;
		top: inherit;
		left: inherit;
		text-align: center;
	}
	.sfsi_plus_widget.stickMe {
		position:  relative;
		top: inherit;
		transform: none;
		left: inherit;
	}
	.sfsiplus_norm_row {
		float: none !important; 
		position: relative!important;
		display: inline;
		min-width: 35px;
		background: transparent;
		line-height: 68px;
     	padding: 15px 5px 15px 0px;
	}
}

@media screen and (max-width: 607px) {
    

	/*.side-bar-section {
		display: none;
	}*/
	.related-posts .entry {
		width: 100%;
	}
	.page-id-150 .banner-text a {
	    margin: 8px 0;
	}
	.related-posts .entry a {
		font-size: 18px;
    	margin-top: 15px;
	}
	.entry img {
		margin-bottom: 5px;
	}
	.entry .row-fluid .span8 a {
		font-size: 19px;
		bottom: 70px;
		padding: 10px 0;
	}
	.small-24.medium-6.columns.contentarea.side-bar-section {
		padding: 45px 10%;
	}
    .showcase .box:nth-child(4) {
        border-bottom: 1px solid #000;
    }
	.care-cap-section {
		padding: 50px 0px;
	}
	.slicker-instagram-placeholder {
		width: 150px !important;
		height: 150px !important;
	}
	.laser-video {
		height: 300px;
	}
	
	.work-matters{
    font-size: 29px;
    line-height: 35px;
    text-align: right;
    margin-right: 349px;
    margin-bottom: 90px;
	}
	
	.subtitle {
	/*display: none;*/
	font-size: 12px;
	font-weight: 500;
	}
	.subbanner .banner-content .banner-text {
	    position: absolute;
	    bottom: 10px;
	    width: 100%;
	    padding: 0;
	}
	
	.banner-text {
	padding-top: 0;
	}
	
	br {
	    display: none;
	}
}
@media screen and (max-width: 592px) {
    .page-id-3259 .subbanner {
        background-position-x: -300px;
    }
}
@media screen and (max-width: 550px) {
	.laser-video {
		height: 260px;
	}
	.work-matters{
        font-weight: 600;
    text-transform: uppercase;
    color: #363636;
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    margin-right: 349px;
    margin-bottom: 63px;
	}
}

@media screen and (max-width: 450px) {
	.laser-video {
		height: 210px;
	}
	.thankyou h1 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 440px) {
	.page-id-3259 .subbanner {
        background-position-x: -440px;
    }
	.swap1 {
		display: none;
	}
	.swap2 {
		display: block;
	}
	
}

@media screen and (max-width: 414px) {
    
	.slicker-instagram-placeholder {
		width: 130px !important;
		height: 130px !important;
	}
	.box-content h2 {
		font-size: 40px;
	}
	.laser-video {
		height: 190px;
	}
	
	.home .banner-text {top: 32%;}
}

@media screen and (max-width: 366px) {
	.page-id-3825 .subbanner {
        background-position-x: -86px;
    }
	.slicker-instagram-placeholder {
		width: 110px !important;
		height: 110px !important;
	}
	
	.box-content h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.laser-video {
		height: 160px;
	}
	.sfsi_plus_widget.stickMe {
		min-width: 200px;
	}
}
@media screen and (max-width: 349px) {
    header.mobilenav {
        top: 50px;
    }
}
@media screen and (max-width: 320px) {
    
	.slicker-instagram-placeholder {
		width: 100px !important;
		height: 100px !important;
	}
}
