/*

Theme Name: X Pro DFX3 Hybrid Side Navigation
Theme URI: http://www.dentalfone.com/
Author: Dentalfone
Author URI: http://www.dentalfone.com/
Description: A powerful mobile tool
Version: 3.0.0
Template: pro

*/

/*Underline links for Accessibility
===*/
a,
a:active,
a:hover {
    text-decoration: underline !important;
}

.tg-grid-wrapper a,
.x-topbar .x-social-global a,
a.x-btn,
.x-btn-navbar,
.x-slider-scroll-bottom,
.x-slider-scroll-bottom:hover,
.x-scroll-top,
.x-scroll-top:hover,
.x-social-global a,
.df-left-nav-widget h5 a,
.x-btn-navbar,
.x-btn-navbar:hover,
.flex-direction-nav a,
.x-creative-cta,
a.x-creative-cta {
    text-decoration: none !important;
}

/* Side Nav Bar Custom Style
===*/
.x-navbar-fixed-left,
.x-navbar-fixed-right {    
    background: rgba(255, 255, 255, 0.8);
}

.x-navbar-fixed-left .desktop .x-nav, 
.x-navbar-fixed-right .desktop .x-nav {
    margin-top: 1em !important;
}

/*Side Nav Bottom Widget
===*/
.df-left-nav-widget {
    color: rgba(204,204,204,1);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.df-left-nav-widget a {
    color: rgba(0,0,0,1);
}

.df-left-nav-widget a:hover {
    color: rgba(204,204,204,1);   
}

/*X Theme Social Icon from Customizer in Widget
===*/
.x-social-global a {
    font-size: 21px;
    margin: 0 2px 0 2px;
}

.x-social-global a:hover {
    font-size: 21px;
    margin: 0 2px 0 2px;
}

/*Footer Custom Style
===*/
.x-colophon.bottom {
    background: rgba(0,0,0,1);
    box-shadow: none !important;
    border-top: none !important;
    color: rgba(255,255,255,1);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
}

.x-colophon.bottom a {
    color: rgba(255,255,255,1);
}

.x-colophon.bottom a:hover {
    color: rgba(204,204,204,1);
}

.x-colophon.bottom .x-colophon-content {
    margin: 20px 0 10px !important;
    padding-bottom: 10px !important;
}

/*Hide (or cover with color) Site Background Image on Masthead Video Fade-In
===*/
.x-slider-container.bg-video.above {
    background-color: #fff;
}

.x-slider-container.bg-video.below {
    background-color: #fff;
}


/*Down Arrow Custom Style Overlay on Masthead Video
===*/
i.x-icon-angle-down {
    font-weight: bold;
}

.x-slider-scroll-bottom {
    box-shadow: 0px 0px 15px 3px rgba(255,255,255,0.6);
    text-shadow: 1px 5px 20px rgba(255,255,255,1);
}

@media (max-width: 480px) {
.x-slider-scroll-bottom {
    width: 67px;
    height: 67px;
    border: 7px solid;
    font-size: 50px;
    line-height: 50px;
}

.x-slider-scroll-bottom.center {
    margin-left: -33px;
}
}
@media (min-width: 481px) {
.x-slider-scroll-bottom {
    width: 67px;
    height: 67px;
    border: 7px solid;
    font-size: 50px;
    line-height: 50px;
}

.x-slider-scroll-bottom.center {
    margin-left: -34px;
}
}
@media (max-width: 979px) and (min-width: 768px) {
.x-slider-scroll-bottom {
    width: 77px;
    height: 77px;
    font-size: 60px;
}

.x-slider-scroll-bottom.center {
    margin-left: -40px;
}
}
@media (min-width: 980px) {
.x-slider-scroll-bottom {
    width: 100px;
    height: 100px;
    border: 10px solid;
    font-size: 79px;
}

.x-slider-scroll-bottom.center {
    margin-left: -50px;
}
}

/*Blog Entry Container
===*/
.single .entry-wrap {
    padding: 3% !important;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 20px !important;
    box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.125) !important;
}

.blog .entry-wrap {
    padding: 5% !important;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 20px !important;
    box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.125) !important;
}

/*==============================
Case 3 - Hybrid Product
==============================*/
@media (max-width: 767px) {
/*Hides Un-needed elements for App View
===*/
header, /*Hide Desktop Header*/
.df-web-home, /*Hide Desktop Homepage */
.df-patient-info-btn, /*Hide Back to Patient Info Btn*/
.x-slider-container, /*Hide Above and Below Masthead Videos*/ 
.df-desktop-share { /*Hide Smartphone section on Share Page */
    display: none;
}

/*Creates App Buttons on Interior Pages
===*/
.df-app-btn {
    position: relative;
    max-width: 100%;  
    text-transform: uppercase;
    z-index: 10000;
}

/*Removes Color Overlay on Top of Site Background
===*/
.blog .x-main.full,
.single .x-main.full  {
    background: rgba(255,255,255,0);
}

/*Creates Color Overlay on Top of Site Background
===*/
.x-main.full {
    background: rgba(255,255,255,1);
}

/*Show Blog Post Title Information
===*/
.blog header.entry-header,
.single header.entry-header {
     display: inherit !important;
}
}

@media (min-width: 768px) {
/*Hides Un-needed elements for Web View
===*/
.df-app-home, /*Hide App Grid on Homepage */
.df-app-help, /*Hides App Help On Web View*/
.x-topbar, /*Hide Topbar*/
.df-qr-code, /*Hide App QR Code on Share Page and App Help Page*/  
.x-section.df-app-btn { /*Hide App Buttons on Interior Pages*/ 
    display: none;
}

/*Shows needed elements for Web View
===*/
header, /*Hide Desktop Header*/
.df-web-home, /*Hide Desktop Homepage */
.df-patient-info-btn, /*Hide Back to Patient Info Btn*/
.df-desktop-share { /*Show Phone Img on Share Page on Tablet*/
    display: inherit;
}

/*Creates Center Content Holder on Homepage for Web Only Product with Side navigation
===*/
.entry-content.content {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 20px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.125);
}

/*Removes Center Content Holder on Blog Posts for Web Only Product
===*/
.single .entry-content.content {
    max-width: 94%;
    margin: 3% 0 3% 0;
    background: rgba(255,255,255,0);
    border: 0px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.125);
}

.x-main.full {
    background: rgba(255,255,255,0);
    padding: 3%;
    min-height: 768px !important;
}
}

@media (max-width: 979px) and (min-width: 768px) {
/*Hide Above and Below Masthead Videos on Tablet
===*/
.x-slider-container { 
	display: none;
}
	
/*Left Nav Bottom Widget
===*/
.x-brand img {
   max-width: 100px !important;
}

.df-left-nav-mobi-widget {
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
}
}

@media (min-width: 980px) {
/*Show Above and Below Masthead Videos on Desktop
===*/
.x-slider-container { 
	display: inherit;
}
	
/*Left Nav Bottom Widget
===*/
.df-left-nav-mobi-widget {
    display:none;
}

/*Hides Footer because left nav widget is being used to hold footer content
===*/
footer {
   display: none;
}
}



/*X Button Remove Text Drop Shadow
===*/
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    text-shadow: none !important;
}

/*X Nav Links Solid Bar Hover Custom Style
===*/
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: inset 4px 0 0 0 rgba(0,0,0,1) !important;
}

/*X Mobile Nav Bars Custom Style
===*/
.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover {
    background: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}

/*X Accordion Link Colors
===*/
.x-accordion-heading .x-accordion-toggle  {
    color: rgba(0,0,0,1);
}

.x-accordion-heading:hover .x-accordion-toggle:hover  {
    color: rgba(204,204,204,1);
}

/*X Google Maps Rounded Corners
===*/
div.x-map-inner.x-google-map-inner {
    border-radius: 0 0 20px 20px !important;
}

/*X Google Maps Map Marker Tool Tip Style
===*/
.gm-style .gm-style-iw {
}

/*X Custom Headline Accent Color
===*/
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
    border-bottom: 1px solid gba(0,0,0,1);
    border-top: 1px solid gba(0,0,0,1);
}

/*X Callout Custom Border and Background Colors
===*/
.x-callout:before {
    border: none !important;
    background-color: rgba(255,255,255,1);
    box-shadow: none !important;
}

.x-callout {
    border: none !important;
    background-color: rgba(204,204,204,1);
    box-shadow: none !important;
}



/*DF Custom Button Color on X Buttons (use class df-btn-flip on button element)
===*/
a.x-btn.df-btn-flip {
    border-color: rgba(255,255,255,1) !important;
}

a.x-btn.df-btn-flip:hover {
    border-color: rgba(204,204,204,1) !important;
    background-color: rgba(204,204,204,1) !important;
}

/*DF X Feature Box Link Colors (use class df-title-flip in link structure)
===*/
a.df-title-flip {
    color: rgb(51,153,255) !important;
}

a:hover.df-title-flip {
    color: rgb(0,0,0) !important;
}

/*DF Adds Hover Color to X Feature Box (use class df-color-flip in text box shortcode structure)
===*/
.df-color-flip .x-feature-box-graphic i, .x-feature-box-graphic img {
    background-color: transparent !important;    
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.df-color-flip:hover .x-feature-box-graphic i, .x-feature-box-graphic img {
    background-color: rgb(229,210,31) !important; 
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*DF Aligns Column Items Vertically With-In a Row (use class df-align-items in row that contains column items you want to vertically center)
===*/
.df-align-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center;
}

@media (max-width: 1350px) and (min-width: 768px) {
/*Homepage Side Image
===*/
.df-image-cover {
    background-size: 220%; background-image: url('/wp-content/uploads/image-cover.jpg'); 
}
}

@media (min-width: 1351px) {
/*Homepage Side Image
===*/
.df-image-cover {
    background-size: 120%; background-image: url('/wp-content/uploads/image-cover.jpg'); 
}
}

/* Shrink URL on Share Page to fit in Viewport on Apps
Add this class to the custom headline in cornerstone: url-overflow
========================================= */
@media screen and (max-width: 460px) {	
	.url-overflow {
		font-size: 121.4%;
	}
}

@media screen and (min-width: 461px) {
	.url-overflow {
		font-size: 171.4%;
	}
}

/*GTranslate Look and Feel
===*/
div.switcher.notranslate,div.gt_switcher.notranslate {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-bottom: 10px !important;
}

#x-root {
    display: block !important;
}

/*Testimonial last name with only first letter
===*/
.df-first-letter {
    visibility: hidden;
    width: 10px;
}

.df-first-letter::first-letter {
    visibility: visible;
}

.testimonial-name {
    float: right;
    text-align: right;
    margin-right: 15px;
}

.df-first-letter {
    position: absolute;
    right: 23px;    
    font-weight: bold;
}

.df-review-date {
    clear: both;
}

/*Hide Office Review Checkbox
===*/
#li-category-4 {
    display: none;
}

/* Styles */
body {
	background-attachment: fixed !important;	
}

.entry-content.content {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
	background: none !important;
	margin: 0 !important;
    max-width: 100%;
}

.box-shadow-cols {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.06);
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.06);
}

.x-social-global, .x-social-global + div {
    display: inline-block;
    margin-bottom: 1em;
}

.x-colophon.bottom {
	background-color: #85AEA9 !important;
}

.x-social-global a, .x-social-global + div a {
	color: #708FC5 !important;
}

.x-social-global a:hover, .x-social-global + div a:hover {
	color: rgb(128,192,184) !important;
}

.x-main.full {
	padding: 0 !important;
}

#layerslider_7 .ls-wrapper{
	top: 60% !important;
    left: calc(50% - 117.5px) !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translate(-50%) !important;
    transform: translateX(-50%) !important;
}

.x-slider-scroll-bottom.above {
	color: #708FC5 !important;
}

.x-btn-navbar.collapsed, .x-btn-navbar, .x-btn-navbar.collapsed:active, .x-btn-navbar:active {
	background-color: #708FC5 !important;
	
}

.e4-53 .oslo .tg-media-button .tg-icon-arrows-diagonal, .e4-53 .oslo .to-post-like {
	display: none;
}

.x-icon-phone {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sofia .tg-item-content-inner .tg-link-button,
.sofia .tg-item-content-holder .tg-item-content-inner{
	height: 100%;
	display: flex !important;
    justify-content: center;
    align-items: flex-end;
}

.tg-item-overlay {
	background: linear-gradient(top, rgba(22,22,22,0) 0%, rgba(22,22,22,0.3) 100%) !important;
    background: -moz-linear-gradient(top, rgba(22,22,22,0) 0%, rgba(22,22,22,0.3) 100%) !important;
    background: -ms-linear-gradient(top, rgba(22,22,22,0) 0%, rgba(22,22,22,0.3) 100%) !important;
    background: -o-linear-gradient( top, rgba(22,22,22,0) 0%, rgba(22,22,22,0.3) 100%) !important;
    background: -webkit-linear-gradient( top, rgba(22,22,22,0) 0%, rgba(22,22,22,0.3) 100%) !important;	
}

.x-flexslider-shortcode-container {
	margin: 0 !important;
}
    

@media screen and (max-width: 767px) {
	#x-section-1 {
		display: block !important;
		font-size: 68.5% !important;
	}
	
	.home #x-section-3 {
		display: none !important;
	} 
}