<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SiteOrigin Corp Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/corp
Description: SiteOrigin Corp Child Theme
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.fullbanner .flexslider  {
	min-height: 600px;
	height: 600px;
}
.fullbanner .flexslider .slide {
	display: block !important;
	background-size: cover !important; 
	height: 600px;
}

h2.biggerfont {
	font-size: 4.5rem;
	width: 50%;
	line-height: 1.2;
	font-family: 'Quicksandbold';
	color: #213f97;
}

h1.biggerfont {
	font-size: 4.5rem;
	width: 50%;
	line-height: 1.2;
	font-family: 'Quicksandbold';
	color: #213f97;
}

.flex-prev,
.flex-next {
  font-size: 0;
}
.flex-direction-nav a.flex-next:before {
    content: '\f054';
}
.flex-direction-nav a.flex-prev:before {
    content: '\f053';
}
.flex-direction-nav a:before {
    font-family: "Font Awesome 6 Free";
    font-size: 40px;
    display: inline-block;
    content: '';
    color: rgba(0, 0, 0, 0.5);
}
.flexslider .flex-direction-nav a {
	background-color: transparent !important;
}
.fullbanner .flexslider .links {
	margin-top: 50px;
}
.fullbanner .flexslider .links a:first-child {
	margin-right: 30px;
}

#testimonials {
	background: url('/wp-content/uploads/2022/09/testi.jpg') bottom left no-repeat;
	background-size: contain;
	height: 500px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: end;
	align-items: center;
}

.blurbox {
    background-color: #1f2e58;
    box-shadow: 0 0 100px 200px #1f2e58;
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
}
#testimonials .content {
    width: 60%;
    position: relative;
    z-index: 2;
    padding-left: 30px;
}

#testimonials .flexslider {
	width: 60%;
	background: transparent;
}
#testimonials .flexslider p {
    font-family: 'QuicksandBold', Arial, Helvetica, sans-serif !important;
    line-height: 1.8;
    font-size: 18px;
    color: #FFF;
}
#testimonials .profile {
    display: flex;
    gap: 20px;
    align-items: center;
}
#testimonials .avatar-img {
    width: 40px;
    height: 40px;
    background-size: cover !important;
    border-radius: 100%;
    margin: auto auto;
}
#testimonials .avatar {
    border-radius: 100%;
    border: 2px solid #f26829;
    width: 50px;
    height: 50px;
    display: flex;
}
#testimonials .name {
    display: flex;
    color: #FFF;
    flex-direction: column;
}
#testimonials .name p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
#testimonials .name span {
    color: #f26829;
    font-size: 12px;
    line-height: 1;
}
.site-footer .widgets {
    padding-top: 0 !important;
}

@font-face {
    font-family: 'robotobold';
    src: url('/wp-content/themes/siteorigin-corp/fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/siteorigin-corp/fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/wp-content/themes/siteorigin-corp/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/siteorigin-corp/fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('/wp-content/themes/siteorigin-corp/fonts/QuicksandBold.woff2') format('woff2'),
         url('/wp-content/themes/siteorigin-corp/fonts/QuicksandBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	 font-display: swap;
}

body{
	font-family: 'robotoregular', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3{
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif !important;
}

h1.bluefont {
    font-size: 3.3rem;
    line-height: 1.1em;
    width: 55%;
	  color: #213f97;
}

h2.bigfont {
    font-family: 'QuicksandBold';
    font-size: 2.5rem;
	  line-height: 1.2em;
}

h2{
	color: #213f97;
}

h3 {
    color: #f26829;
    margin-top: 0;
}


/*top menu*/

div#topmenu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #213f97;
}
div#topmenu div {
    text-align: center;
    background: #213f97;
    padding: 20px 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#topmenu div:hover {
    background: #2f57cd;
}
div#topmenu div:first-child {
    background: #f26829;
    cursor: unset;
    padding-top: 10px;
}
div#topmenu div:first-child:hover {
    background: #2f57cd;
}

div#topmenu div a {
    color: white;
    text-decoration: none;
    align-items: center;
	font-size: .8rem;
}
div#topmenu &gt; div a:first-child:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f3c5';
    color: #f26829;
    padding-right: 5px;
}
div#topmenu div:first-child a:before {
    display: none;
}
div#topmenu .call {
    display: block;
}

.bottom-bar {
    display: none;
}

/*body content*/
/*
.site-content .corp-container {
    max-width: 100%;
    padding: 0;
}

*/

.bgblue {
    background: #1f2e58;
}

.bgorange {
    background: #f26829;
}

/*button*/
a.btnblue {
    background: #213f97;
    color: white;
    padding: 12px 20px;
    border-radius: 31px;
    box-sizing: border-box;
	border: 2px solid #213f97;
}

a.btnblue:hover {
    background: #3461e5;
	border: 2px solid #3461e5;
	color: #FFF;
}

a.btnblue:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f061';
    color: #fff;
    padding-left: 8px;
}

a.btnorange {
    background: none;
    color: #f26829;
    padding: 12px 20px;
    border-radius: 31px;
    box-sizing: border-box;
    border: 2px solid #f26829;
    font-size: 1.5em;
}

a.btnorange:hover {
    background: #f26829;
	color: white !important;
}

a.btnorange:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f061';
    color: #f26829;
    padding-left: 8px;
}

a.btnorange.btnorangefill {
    background: #f26829;
    border: 2px solid #f26829;
	color: #FFF;
}

a.btnorange.btnorangefill:after {
	color: #FFF;
}

a.btnwhite {
	background: #FFF;
    color: #1f2e58;
    padding: 12px 20px;
    border-radius: 31px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    display: table;
    margin: auto;
}
a.btnwhite:after {
    font-family: 'Font Awesome 6 Free';
    content: '\f061';
    color: #1f2e58;
    padding-left: 8px;
}

a.btnorange:hover:after {
    color: #fff !important;
}

.midc {
    width: 1170px;
    margin: auto;
	  padding: 70px 0;

}

.midc.lightfont {
    color: white;
}

.narrowc {
    width: 50%;
}

.gridbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.gridbox2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 15px;
}

ul.bp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    margin-left: 0;
    line-height: 2em;
    list-style-type: none;
}

ul.bp li:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f058';
    color: #f26829;
    padding-right: 10px;
}

.ctext{
	text-align: center; 
color: #213f97; 
width:75rem;
margin: auto;
}

/*page template*/

.tbanner {
	  background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
}

.tbanner2 {
	  background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}



.bg-services{
	background: url("/wp-content/uploads/2022/09/banner.jpg");
}

.bg-ortho{
	background: url("/wp-content/uploads/2022/09/banner-ortho.jpg");
}

.bg-alta{
	background: url("/wp-content/uploads/2022/09/alta.jpg");
}

.bg-sierra{
	background: url("/wp-content/uploads/2022/09/sierra.jpg");
}

.bg-desert{
	background: url("/wp-content/uploads/2022/09/desert.jpg");
}

.bg-mountain{
	background: url("/wp-content/uploads/2022/09/mountain.jpg");
}

.bg-chandler{
	background: url("/wp-content/uploads/2022/09/chandler.jpg");
}

.bg-loc{
	background: url("/wp-content/uploads/2022/09/location.jpg");
}

.bg-about{
	background: url("/wp-content/uploads/2022/09/about2.jpg");
}

.bg-meet{
	background: url("/wp-content/uploads/2022/09/meet.jpg");
}

.bg-hiring{
	background: url("/wp-content/uploads/2022/09/hiring.jpg");
}

.bg-form{
	background: url("/wp-content/uploads/2022/09/form.jpg");
}

.bg-braces{
	background: url("/wp-content/uploads/2022/09/braces.jpg");
}

.bg-periodontal{
	background: url("/wp-content/uploads/2022/09/periodontal.jpg");
}

.bg-ortho{
	background: url("/wp-content/uploads/2022/09/ortho.jpg");
}

.bg-denture{
	background: url("/wp-content/uploads/2022/09/dentures.jpg");
}

.bg-cosmetic{
	background: url("/wp-content/uploads/2022/09/cosmetic.jpg");
}

.bg-whitening{
	background: url("/wp-content/uploads/2022/09/whitening.jpg");
}

.bg-veneers{
	background: url("/wp-content/uploads/2022/09/veneer.jpg");
}

.bg-restore{
	background: url("/wp-content/uploads/2022/09/restore.jpg");
}

.bg-partial{
	background: url("/wp-content/uploads/2022/09/partial.jpg");
}

.bg-crown{
	background: url("/wp-content/uploads/2022/09/crown.jpg");
}


.bg-testimonial{
	background: url("/wp-content/uploads/2022/09/testimonial.jpg");
}

.bg-before{
	background: url("/wp-content/uploads/2022/09/before.jpg");
}

.bg-contact{
	background: url("/wp-content/uploads/2022/09/contact.jpg");
}


/*end page template*/

div#third {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.groupcol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}


/*footer*/
.site-footer {
	margin-top: 0 !important;
}
div#footbox {
    margin: 50px 0;
}

div#footbox h3 {
    color: white;
    font-size: 1rem;
}


div#footbox {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 35px;
}

img.imgmq {
    padding-bottom: 45px;
}

.site-footer .widgets {
    padding-top: 0;
}

/*post*/

aside .widget_search {
    background: #ededed;
    padding: 30px 30px 0 30px;
    border-radius: 25px;
}

aside .wp-block-search__input {
    width: 100%;
    height: 53px;
    border-radius: 50px;
	  margin-top: 10px;
	  padding-left: 53px;
}

aside button.wp-block-search__button {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
    top: -52px;
    color: transparent;
    transform: scale(0.8);
    background: white;
}


aside button.wp-block-search__button:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f002';
    color: #f26829;
    font-size: 30px;
    margin-left: -12px;
}

aside label.wp-block-search__label {
    color: #213f97;
    font-weight: bold;
    font-family: 'QuicksandBold';
    font-size: 1.3rem;
}

aside#block-3 {
    background: #ededed;
    padding: 50px;
    border-radius: 25px;
}

aside#block-3 h2{
	font-size: 1.3rem;
	color: #213f97;
	text-transform: none;
}

/*post h1*/

.post h1.entry-title {
    font-size: 3.3rem;
    line-height: 1.1em;
    color: #213f97;
}

.sd-appts {
    height: 1000px;
    width: 100%;
}

@media (max-width: 1024px){
.tbanner {
    height: auto;
}

div#topmenu {
        display: grid;
    grid-template-columns: 1fr;
}
	.midc {
    width: 100%;
}

.gridbox {
    display: block;
}

.gridbox2 {
    display: block;
}

ul.bp {
    display: block;
}
	div#footbox {
    display: block;
}
	.ctext {
    width: unset;
}
	.fullw {
    padding: 0 35px;
}
	.margintop {
    margin-top: 70px;
}
	img.imgmq {
    display: block;
    margin: auto;
}

div#footbox {
    text-align: center;
}
	.groupcol {
    display: block;
}
	h1.bluefont {
    width: auto;
    text-align: center;
}

div#third {
    display: block;
}


}

@media (max-width: 780px){
div#topmenu {
    display: none;
}
}

#btnpos {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.fb-logo,
.ig-logo,
.linkedin-logo { 
    width: 30px; 
}

.socials {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
#footbox .socials {
    justify-content: center;
}
#footbox .socials img {
    background: #FFF;
}
.footer-locations {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.footer-locations a {
    color: #b4b5b8 !important;
}
.footer-locations a:hover {
    color: #fff !important;
}</pre></body></html>