/*

Theme Name: DFX3 Hybrid
Theme URI: http://www.dentalfone.com/
Author: Dentalfone
Author URI: http://www.dentalfone.com/
Description: A powerful mobile tool
Version: 3.0.0
Template: x

*/


/*Pediatric Button on Contact Page
===*/
a.x-btn.df-contact-btn.x-btn-global.x-btn-block {
    background-color: #b81da4 !important;
    border-color: #b81da4 !important;
}

a.x-btn.df-contact-btn.x-btn-global.x-btn-block:hover {
    background-color: rgb(135, 182, 11) !important;
    border-color: rgb(135, 182, 11) !important;
}

/*Button Styles on Homepage Welcome Section
===*/
a.x-btn.df-welcome-btn.x-btn-transparent.x-btn-rounded.x-btn-large.x-btn-block {
    border-width: 2px !important;
    border-color: rgb(255, 255, 255) !important;
}

a.x-btn.df-welcome-btn.x-btn-transparent.x-btn-rounded.x-btn-large.x-btn-block:hover {
    border-width: 2px !important;
    border-color: rgb(255, 255, 255) !important;
    background-color: rgb(135, 182, 11) !important;
}

/*Clouds Section Separator
===*/
#curveDownColor,
#clouds path {
    fill: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
}

/*Top Bar Custom Style
===*/
.x-topbar,
.x-topbar .p-info {
    background: rgba(0,0,0,1) !important;
}

.x-topbar .p-info {
    font-size: 16px !important;
    color: rgba(255,255,255,1) !important;
}

.x-topbar .p-info a {
    font-size: 16px !important;
    color: rgba(255,255,255,1) !important;
    border-bottom: none !important;
}

.x-topbar .p-info a:hover {
    font-size: 16px !important;
    color: rgba(204,204,204,1) !important;
}

.x-topbar .x-social-global a {
    color: rgba(255,255,255,1);
}

.x-topbar .x-social-global a:hover {
   color: rgba(204,204,204,1);
}

/* Nav Bar Custom Style
===*/
.x-navbar {    
    background: rgba(255,255,255,1);
}

/*Float Logo to left on NavBar
===*/
.masthead-stacked .x-brand {
    float: left !important;
}

/*Styles and Positions Right Header Widget
===*/
.logobar-right-widget-area {
    float: right;
    width: 380px;
    margin-top: 3px;
    text-align: center;
}

.lrw-left {
    float: left;
}

.lrw-right {
    float: right;
}

/*Styles and positions Reviews Widget
===*/
.logobar-reviews-widget-area {
    margin-top: 21px;
}


/*Footer Custom Style
===*/
.x-colophon.bottom {
    background: rgb(29, 115, 183) !important;
    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
===*/
.x-slider-scroll-bottom {
    border: 0 !important;
    background: url(/wp-content/uploads/scroll_under.png) no-repeat !important; 
    border-radius: 0;
    height: 130px;
    width: 120px;
}
.x-slider-scroll-bottom:hover {
    border: 0 !important;
    background: url(/wp-content/uploads/scroll_over1.png) no-repeat !important; 
    border-radius: 0;
    height: 130px;
    width: 120px;
}
.x-slider-scroll-bottom i.x-icon-angle-down {
    display: none;
}
.x-slider-scroll-bottom.center {
    margin-left: -60px !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;
}

/*Makes links on DF Grid White
===*/
.df_text a {
    color: rgb(255, 255, 255) !important;
}

/*Creates Color Overlay on Top of Site Background
===*/
.x-main.full {
    background: rgba(255,255,255,1);
}
}

@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*/
.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*/
.x-slider-container, /*Show Above and Below Masthead Videos on Tablet*/
.df-desktop-share { /*Show Phone Img on Share Page on Tablet*/
    display: inherit;
}
}

@media (max-width: 980px) {
/*Styles and positions Reviews Widget
===*/
.logobar-reviews-widget-area {
    display: none;
}
}


/*X Feature Box Link
===*/
.x-feature-box-text a:hover {
     color: rgb(135, 182, 11) !important;
}

/*X Feature Headline on Header
===*/
.h-feature-headline span i {
    background-color: #b81da4 !important;
}

.h-feature-headline span {
     color: rgb(29, 115, 183) !important;
}

/*X Card Flip
===*/
a.x-face-button {
    background-color: transparent !important;
    border: 2px solid rgb(255, 255, 255) !important;
}

a.x-face-button:hover {
    background-color: rgb(29, 115, 183) !important;
    border: 2px solid rgb(255, 255, 255) !important;
}

.x-card-outer .x-face-inner {
    background-image: url(/wp-content/uploads/arches.png);
}

/*X Button Remove Text Drop Shadow
===*/
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    text-shadow: none !important;
}

/*X Mobile Nav Bars Custom Style
===*/
.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover {
    background: rgb(135, 182, 11);
    color: rgba(255,255,255,1);
}

/*X Accordion Link Colors
===*/
.x-accordion-heading .x-accordion-toggle  {
    color: #b81da4 !important;
}

.x-accordion-heading:hover .x-accordion-toggle:hover  {
    color: rgb(135, 182, 11) !important;
}

/*X Google Maps Rounded Corners
===*/
div.x-map-inner.x-google-map-inner {
    border-radius: 0 !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;
}

/*DF Parallax Hero Image (Page Sections located below this section must have a background color and you must remove entry content container for this to work)
===*/
.df-parallax-section {
    padding-top: 26% !important;
}

.df-parallax-row {
    position: fixed !important; 
    z-index: -9999 !important; 
    top: 0 !important; 
    right: 0 !important; 
    bottom: 0 !important; 
    left: 0 !important;
    margin-top: 90px !important;
}

/* 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%;
	}
}
.df-app-btn {
z-index: 10000;
}
#x-root {
display: block!important;
}