<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: custom_living
Theme URI: https://candcdigital.co
Author: candcdigital.co
Author URI: https://candcdigital.co
Description: Custom template for Custom Living.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom
Tags
*/




/* Table of Contents
==================================================
# Global 


================================================== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&amp;display=swap');

html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #1D0D0D;  
    background-color: #fff;
    font-family: "DM Sans", sans-serif;
}


a {
    color: #1D0D0D;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #EB555C;
}

.btn {
    color: #fff;
    font-size: 16px;
    border-radius:8px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
    background-color: #EB555C;
    border: 2px solid #EB555C;
}

.btn:hover {
    color: #EB555C;
    background-color: #fff;
    border-color: #EB555C;
}

.title, 
.page-title {
    margin-bottom: 40px;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 800px;
    display: inline-block;
}

.page-title .title-p {
    display: inline-block;
}

.title h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #41A4C4;
    font-family: "Libre Bodoni", serif;
}

.title .icon {
    margin-bottom: 10px;
}

.title-p {
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.bg-color {
    background-color: #E5EDEF;
}

.global-list {
    margin-bottom: 30px;
}

.global-list ul li {
    position: relative;
    padding-left: 30px;
    color: #1D0D0D;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.global-list ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 29px;
    background-image: url(images/others/l1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #000 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 8px;
    border: 0;
    margin-bottom:0px;
    background-color: #fff;
}

textarea {
    resize: none;
    height: 100px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #766F6B;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #766F6B;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #766F6B;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #766F6B;    
}

.ab-thumb {
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 10px 10px #41A4C4;
}

.ab-thumb.style-1{
    box-shadow: 10px 10px var(--primary-color);
}

/*header*/

.header {
    position:relative;
    z-index:999;
}

.header .buttons {
    display: flex;
    align-items: center;
    min-width: 440px;
    justify-content: end;
}

.header .buttons a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.header .buttons a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.phone a i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #41A4C4;
    margin-right: 5px;
}

.phone {
    font-size: 20px;
    color: #1D0D0D;
    font-weight: bold;
}

.phone a {
    color: #1D0D0D;
}

.main-menu {
    background-color: #fff;
}

.menu-content {
    padding: 15px 0;
}

.is-sticky .main-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.is-sticky .logo {
    max-width: 100px;
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #000;
    font-size: 16px;
    position: relative;
    margin-right: 35px;
    font-weight: bold;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    display: block;
}

.nav ul li a:hover, 
.nav ul li.active&gt;a {
    color:  var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#000 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}

.hero-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.hero-text {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 500px;
}

.hero-text h1 {
    color: #fff;    
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Libre Bodoni", serif;
}

.hero-text p {
    font-weight: 500;
    margin-bottom: 30px;
}

.c-call p {
    margin-bottom: 5px;
}
.c-call p strong{
    font-weight: bold;
    text-transform: uppercase;
}

.c-call h3 {
    font-size: 32px;
    font-weight: 800;
    color: #F2AA35;
}

.c-call h3 a {
    color: #F2AA35;
}

.c-call h3 a:hover {
    color: #EB555C;
}

.hero-form {
    background-color: #41A4C4;
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
}

.hero-form h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Libre Bodoni", serif;
}

.hero-form label {
    margin-bottom: 0;
    font-size: 14px;
}

.hero-form .btn, input[type=submit] {
    width: 100%;
    color: #1D0D0D;
    margin-top:10px;
    background-color: #F2AA35;
    border-color: #F2AA35;
}

.hero-form .btn:hover {
    color: #F2AA35;
    background-color: #fff;
    border-color: #fff;
}

.hero-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;    
}

.hero-form ul li {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;            
}

.hero-form ul li:nth-child(2),
.hero-form ul li:nth-child(3),
.hero-form ul li:nth-child(5),
.hero-form ul li:nth-child(6) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
}

.nav-tabs {
    border: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 24px;
    color: #9F9C9A;
    padding:20px 0;
    font-weight: 800;
    display: flex;
    border-bottom: 3px solid #9F9C9A;
    background-color: transparent;
}

.nav-tabs .nav-link span {
    min-width: 50px;
    width: 50px;
    margin-right: 10px;
}

.nav-tabs .nav-link span img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.nav-tabs .nav-item.show .nav-link img, 
.nav-tabs .nav-link.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);    
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #EB555C;
    border-bottom: 3px solid #EB555C;
}

.service-text .thumb {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.service-text h3 {
    font-size: 32px;
    font-weight: 800;
    color: #1D0D0D;
    margin-bottom: 20px;
}


/*cta-section*/

.cta-section {
    color: #fff;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.cta-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 700px;
}

.cta-text .title h2 {
    color: #fff;
}

.cta-text .c-call {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-text .btn {
    margin-top: 10px;
    background-color: #41A4C4;
    border-color: #41A4C4;
}

.cta-text .btn:hover {
    color: #41A4C4;
    background-color: #fff;
}

/*steps-section*/

.step {
    padding: 20px;
    min-height: 300px;
    margin-bottom: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #9F9C9A;
    background-color: #fff;
    color: #444;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.step .icon h2 {
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 800;
    background-color: #EB555C;
}

.step h3 {
    color: #1D0D0D;
    font-size: 40px;
    margin-bottom: 15px;
    font-family: "Libre Bodoni", serif;
}

/*footer-section*/

.footer-section {
    padding-top: 50px;
}

.footre-widget h3 {
    font-weight: bold;
    font-size: 24px;
    color: #EB555C;
    margin-bottom: 20px;
    font-family: "Libre Bodoni", serif;
}

.footer-logo {
    margin-bottom: 30px;
}

.footre-widget {
    margin-bottom: 30px;
}

.footre-widget p a {
    color: #1D0D0D;
    text-decoration: underline;
}

.footre-widget .phone p a {
    text-decoration: none;
}

.social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footre-widget ul li a {
    color: #1D0D0D;
}

.footre-widget ul li {
    font-weight: bold;
    margin-bottom: 10px;
}

.footre-widget ul li p {
    margin-bottom: 0;
}

.footre-widget .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.footre-widget .btn:hover {
    color: #EB555C;
}

.footre-widget a:hover{
    color: #EB555C;
}


a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}







/* md */
@media (min-width:1400px){

	.container	{
		max-width:1400px;
	}

	.header .container	{
		max-width:100%;
	}
}


/* md */
@media (min-width: 1400px) and (max-width: 1550px){

	.nav ul li {
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 380px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .buttons .phone a {
		padding-left: 0;
	}
	.navbar-nav {
		padding-right: 0;
	}
}


/* md */
@media (min-width: 1200px) and (max-width: 1399px){

	.nav ul li {
		font-size: 14px;
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 250px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .buttons .phone a {
		padding-left: 0;
	}
	.navbar-nav {
		padding-right: 0;
	}
	.header .buttons .phone a span {
		display: none;
	}
	.step h3 {
		font-size: 33px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.nav ul li {
		font-size: 14px;
		margin-right: 20px;
	}
	.header .buttons {
		min-width: 250px;
	}
	.header .buttons a.btn {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .buttons .phone a {
		padding-left: 0;
	}
	.navbar-nav {
		padding-right: 0;
	}
	.header .buttons .phone a span {
		display: none;
	}
	.step h3 {
		font-size: 28px;
	}
	.hero-form h2 {
		font-size: 30px;
	}
	.nav-tabs .nav-link {
		font-size: 20px;
	}
	.footre-widget .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footre-widget .phone p a {
		font-size: 17px;
	}
}

/* md */
@media (max-width: 991px) {
	
	.nav-tabs { display:inline-block !important; text-align:center !important;}
	.nav-tabs &gt; li { display:inline-block !important; }
	.nav-tabs &gt; li button {padding:5px 0px !important;}
.nav-tabs .nav-link span { display:none !important;}
.nav-tabs .nav-link { font-size:16px !important;}


	.header .buttons {
		display: none;
	}
	.menu-content .button {
		display: none;
	}
	.nav {
		padding-right: 0;
	}
	.nav ul li {
		font-size: 14px;
		margin-right: 15px;
	}
	.menu-content{
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.hero-text h1 {
		font-size: 55px;
	}
	.hero-text {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.step {
		min-height: inherit;
	}

	.title h2 {
		font-size: 40px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		
	.m-phone {
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 1;
	}	
	#main-nav {
		margin-right: 60px;
	}

}

/* sm */
@media (max-width: 767px) {
	.hero-section {
		background-size: auto 50%;
    background-position:top center !important;
	}
	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-section {
		text-align: center;
	}
	.footer-section p {
		text-align: center;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.m-center {
		text-align: center;
	}
	.m-center .logo {
		display: inline-block;
	}
	.hero-form {
		padding: 30px;
		margin-left:-15px;
		margin-right:-15px;
	}
	.hero-text h1 {
		font-size:42px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

	.step h3 {
		font-size: 30px;
	}
}



/* xs Portrait */
@media (max-width: 475px) {
	
	.hero-section {
		padding:50px 0 30px;
	}
	section {
		padding: 60px 0;
	}
	.title h2 {
		font-size: 32px;
	}
	.hero-text h1 {
		font-size:30px;
	}
	.footre-widget .btn, 
	.btn {
	  padding-left: 15px;
	  padding-right: 15px;
	  font-size: 14px;
	  letter-spacing: 1px;
	}
	.hero-form .btn {
		letter-spacing: 0;
	}
	.hero-form h2 {
		font-size: 28px;
	}
	.nav-tabs .nav-link {
		font-size: 20px;
	}
	.hero-form ul li:nth-child(2), 
	.hero-form ul li:nth-child(3), 
	.hero-form ul li:nth-child(5), 
	.hero-form ul li:nth-child(6) {
	  -ms-flex: 0 0 100%;
	  flex:0 0 100%;
	  max-width: 100%;
	}	
	.step h3 {
		font-size: 30px;
	}	
}









/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
}


.gform_fields div.gfield   {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  position:relative;
}

.ginput_container { width:100%;}

body .gfield.gfield--width-half {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


body .gfield.gfield--type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  &gt; .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  padding-left:0;
  padding-right:0;
  max-width:none;
  padding-bottom:0;
 }

.validation_message {  font-size:13px;color:#a90000; padding-left:10px; padding-bottom:0px; padding-top:4px !important; position:relative; margin-bottom:-10px;}
body .gfield + .gfield .validation_message { padding-left:0px;padding-bottom:0px; padding-top:4px; }

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

body .ginput_container .name_first {
  width:100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
}

.gform_validation_errors {
	display:none !important;
}

body .ginput_container  .name_last {
  width: 50%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
    padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}



legend.gfield_label.gform-field-label.gfield_label_before_complex {
	display:none !important;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}

input[type=submit] {
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
}
 
 

.gform_fields div.gfield.full {
	-ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;

} 

 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	.gform_fields div.gfield { -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;}
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}


.hidden_label label {
	display:none !important;
}


.table td, .table th { padding:10px;}



.bg-image {
	background-position:top center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}



section#shadow-host-companion {
	display:none !important;
}


a.candc {
    background: url(images/candc.png) no-repeat left center;
    margin-left: 0;
    padding-left: 25px;
    display: inline-block;
    color: var(--primary-color);
}


.screen-reader-text {
	display:none !important;
}





.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display:none !important;
}

a.ui-datepicker-prev:before {
    font-weight: 900;
	font-family: "Font Awesome 6 FREE";
	content: "\f104";
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;
    color: #fff !important;
	text-indent:0px;
		height:36px;
	line-height:36px;
	text-align:center;
}

a.ui-datepicker-prev.ui-state-disabled:before  { display:none !important;}


a.ui-datepicker-next:before {
    font-weight: 900;
	font-family: "Font Awesome 6 FREE";
	content: "\f105";
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;
    color: #fff !important;
	text-indent:0px;
	height:36px;
	line-height:36px;
	text-align:center;
}

a.ui-datepicker-next.ui-state-disabled:before  { display:none !important;}



.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display:block;
	height:40px !important;
	line-height:40px !important;
	width:25px !important;
	text-align:center !important;
	cursor:pointer;
}


.ui-datepicker-title select {
	height:auto;
	padding-left:0;
	padding-right:0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background:#1F1D1D;
	border-radius:8px;
	padding:10px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 0px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width:100px;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
.ui-datepicker select.ui-datepicker-year {
	width:70px;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color:#fff;
}

.ui-datepicker td:hover &gt; a {
background:#EB555C;
	color:#fff !important;
}
.ui-datepicker-current-day &gt; a {
	background:#EB555C;
	color:#fff !important;
}

.ui-datepicker-today &gt; a {
	background:#148500;
	color:#fff !important;
}

.ui-datepicker-today.ui-datepicker-current-day &gt; a {
   	background:#EB555C;
	color:#fff !important;
}



.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td.ui-datepicker-unselectable, .ui-datepicker td.ui-state-disabled {
	opacity:0.5;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align:center;
	text-decoration: none;
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}</pre></body></html>