/* Enter Your Custom CSS Here */
@media only screen and (max-width:1020px){
	.fusion-columns .fusion-column:not(.fusion-column-last){
		margin-bottom: 10px;
	}
}
html.avada-is-100-percent-template #main {
    padding-top: 0;
    padding-bottom: 0;
}

.fusion-recent-posts {
    margin-bottom: 20px;
}

.fusion-recent-posts h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.5 !important;
    margin-top: 5px !important;
}

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

.fusion-social-networks-wrapper a:nth-of-type(5) {
  display: none;
}

.fusion-body a:hover {
	color: #ca8864 !important;
}

/* Contact Button Top */

/* Contact Page */
.page-id-12 .appointment-btn {
	display: none;
}

.page-id-12 .appointment-btn-contact {
	display: block !important;
}

/* Label */
.jl-label {
	background: #ca8864;
	color: #fff;
	display: inline-block;
	padding: 5px;
	margin-top: -5px;
}

.jl-label p {
	margin: 0;
}

/* Carousel */
.fusion-image-carousel {
	margin-bottom: 0px;
}

/* First Page */
.blog .appointment-btn-contact,
.archive .appointment-btn-contact,
.single-post .appointment-btn-contact,
.page-template .appointment-btn-contact,
.page-template-default .appointment-btn-contact,
.avada_portfolio-template-default .appointment-btn-contact {
	display: none;
}


/* Patient Care Icon */
.jl-icon i {
	display: block;
	margin: auto;
	float: none;
}

/* Border Jimmy Lim */
.jl-border-1 {
	border: 1px solid #e0dede;
	padding: 20px 20px;
}

/* Slider Page Small */
.portfolio-full .flexslider {
    margin-bottom: 0px;
}

/* Footer Widget */
.fusion-footer .fusion-li-item a {
	display: inline;
}

.fusion-header-v2 .fusion-secondary-header {
 border: none !important;
}

/* Title */

.project-content h3,
.project-content h2 {
	margin-bottom: 0.5em;
}

/* JL Alignment */

.jl-center {
	margin: auto;
}

/* Jimmy Lim Awards Boxes */
#jimmylim-awards-receive .content-box-column .col {
	height: 410px;
}

/* Contact Form Light */
.jleye-contact input[type="text"],
.jleye-contact input[type="email"],
.jleye-contact textarea {
  color: #000;
	background: rgba(255,255,255,0.8);
}

/* Portfolio */
#jl-portfolio h2 {
	font-size: 20px !important;
}

/* Contact Page */
.page-id-12 .appointment-btn {
	/* display: none; */
}

/* Media Page */

.jl-media-page li {
	padding: 10px 0px;
}

.ablation {
    margin-top: 30px;
}

.entry-title b {
  font-weight: 100;
}

/* Mobile Optimization */

@media all and (max-width:768px) {
	#jimmylim-awards-receive .content-box-column .col {
		height: 800px;
	}
  .yt-embeed {
    width: 100%;
  }
}

@media all and (max-width:417px) {
	.top-header-h1 {
		font-size: 37px !important;
		line-height: 1.2em !important;
	}

	#jimmylim-awards-receive .content-box-column .col {
		height: auto;
	}
}

@media all and (max-width:375px) {
    .post-content h3 {
        font-size: 18px;
    }

    .wpcf7-submit {
    	font-size: 12px !important;
    	text-align: center !important;
    	
    }
}

@media all and (max-width:320px) {
	.top-header-h1 {
		font-size: 28px !important;
		margin-top: 75px;
	}
}

footer .fa-phone {
    transform: rotate(90deg) !important;
}

/** 404 Page **/

.error404 .fusion-page-title-bar,
.error404 .appointment-btn {
    display: none
}

/** FOOTER **/

.footer-hours p {
	margin: 10px 0;
	padding-left: 37px;
	font-size: 16px;
}

.footer-hours p .hours-item {
	margin-left: 10px;
}

.yt-embeed {
  padding: 10px 0;
}

.table-mobile {
  display:none;
}

@media (min-width: 801px) {
  
.single h1.entry-title {
    font-size: 40px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}
  
}

@media (max-width: 800px) {
  
.single h1.entry-title {
    font-size: 37px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}
  
}

@media only screen and (max-width: 769px) {
  table-desktop {
    display:block;
  }
  .table-mobile {
    display:none;
  }
}

@media only screen and (max-width: 768px) {
  .table-desktop {
    display:none;
  }
  .table-mobile {
    display:block;
  }
  .table-1 td {
    white-space: unset;
  }
}