/*

Theme Name: DFX3 Web
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

*/

/* Style hybrid button 
===*/
.hybridbtn {
    margin-bottom: 0;
    border-width: 3px;
    text-shadow: none;
    text-transform: uppercase;
    background-color: transparent!important;
    box-shadow: none;
    border-radius: 100em;
    color: #682e92!important
}

/*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 0 4px 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) !important;
}

.x-accordion-heading:hover .x-accordion-toggle:hover  {
    color: rgba(204,204,204,1) !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;
}

/*Top Bar Bkg Color - Hybrid & Web Only
===*/
.x-topbar,
.x-topbar .p-info {
    background: #ffffff !important;
}

/*Top Bar Content Area Custom Styles - Hybrid & Web Only
===*/
.x-topbar .p-info {
    font-size: 16px !important;
	 border-bottom: none !important;
}

.x-topbar .p-info a {
    font-size: 16px !important;
}

.x-topbar .p-info a:hover {
    font-size: 16px !important;
}

/* Top Bar Social Icon Links Custom Styles - Hybrid & Web Only
===*/
.x-topbar .x-social-global a {
    /* color: #fff; */
}

.x-topbar .x-social-global a:hover {
 /*  color: #ccc; */
}

/* Nav Bar Custom Style - Hybrid & Web Only
===*/
.x-navbar {    
    background: #fff;
}

@media (max-width: 1199px) and (min-width: 980px) {
/* Logo and Nav Reposition to Accommodate 980px Snap - Hybrid & Web Only
===*/
.x-brand {
    float: none;
    text-align: center;
}

.masthead-inline .desktop .x-nav {
    float: none;
    position: relative;
    top: 30px;
}

.x-nav-wrap.desktop {
    display: table;
    max-width: 980px;
    margin: 0 auto;
}

/* Fix for Breadcrumbs On/Off - Hybrid & Web Only
===*/
#post-4 .entry-content.content {
    margin-top: 70px !important;
}

.entry-content.content {
    margin-top: 95px !important;
}

.x-breadcrumb-wrap {
    padding-top: 80px;
    margin-bottom: -60px
}
}

@media (min-width: 1200px) {
/* Nav Links Top Spacing for Desktop - Hybrid & Web Only
===*/
ul#menu-main-menu.x-nav {
    margin-top: 10px;
}

/* Fix for Breadcrumbs On/Off for Desktop - Hybrid & Web Only
===*/
#post-4 .entry-content.content {
    margin-top: 12px !important;;
}

.x-breadcrumb-wrap {
    margin-top: 10px;
}
}

/*Mobile Nav Bars Custom Style - Hybrid & Web Only
===*/
.x-btn-navbar,
.x-btn-navbar:hover,
.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover {
    background: #000;
    color: #fff;
}

/*Footer Custom Style - ALL
===*/
.x-colophon.bottom {
    background: #000 !important;
    box-shadow: none !important;
    border-top: none !important;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
}

.x-colophon.bottom a {
  color: #fff;
}

.x-colophon.bottom a:hover {
  color: #ccc;
}

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

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

/*Alternate Row Colors to Separate Sections - ALL
===*/
.df-alt-row-color {
    background-color: rgba(255, 255, 255, 0);
}

/*Hide (or cover with color) Background Image on Main Video Fade-in - Web & Hybrid
===*/
.x-slider-container.bg-video.above {
    background-color: #fff;
}

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

/*Down Arrow Overlay on Main Video Custom Style - Web & Hybrid
===*/
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 #fff;
}

@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;
}
}

/*==============================
Case 2 - Web Only Product
==============================*/
/*Hides Un-needed elements for Web Only Product
===*/
.df-app-home, /*Hide App Grid on Homepage */
.x-section.df-app-btn { /*Hide App Buttons on Interior Pages*/ 
    display: none;
}

@media (max-width: 480px) {
.x-slider-container, /*Hide Above and Below Masthead Videos*/ 
.df-desktop-share { /*Hide Smartphone section on Share Page */
    display: none;
}

/*Creates Center Content Holder on Homepage for Web Only Product
===*/
#post-4 div.entry-content.content {
    max-width: 100%;
    margin: 0 auto;
    margin-top: -15px;
    background: none;
    border: none;
    border-radius: none;
    box-shadow: none;
}

/*Creates Center Content Holder on Interior Pages for Web Only Product
===*/
.entry-content.content {
    max-width: 94%;
    margin: 3% auto;
    background: rgba(255, 255, 255, 0.7);
    /* 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); */
}
}

@media (min-width: 481px) {
/* Hide Un-needed elements for Web Only Product */
.x-slider-container, /*Hide Above and Below Masthead Videos*/
.df-desktop-share { /*Hide Phone Img on Share Page */
    display: none;
}

/*Creates Center Content Holder on Homepage for Web Only Product*/
#post-4 div.entry-content.content {
    max-width: 100%;
    margin: 0 auto;
    background: none;
    border: none;
    border-radius: none;
    box-shadow: none;
}

/*Creates Center Content Holder on Interior Pages for Web Only Product*/
.entry-content.content {
    max-width: 94%;
    margin: 3% auto;
    background: rgba(255, 255, 255, 0.7);
    /*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);*/
}
}

@media (min-width: 768px) {
.x-slider-container, /*Show Above and Below Masthead Videos on Tablet*/
.df-desktop-share { /*Show Phone Img on Share Page on Tablet*/
    display: inherit;
}

.df-qr-code, /*Hides App QR Code on Share Page*/
.df-app-help { /*Hides App Help On Web View*/ 
    display: none;
}

/*Aligns Column items vertically with-in a Row
===*/
.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 (min-width: 1220px) {
/*Creates Center Content Holder on Interior Pages for Web Only Product*/
.entry-content.content {
    max-width: 1200px;
}
}

/* Shrink URL on Share Page to fit in Viewport on Small Screens
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;
}

/*Blog Customizations
===*/
.p-meta>span:nth-child(1), .p-meta>span:nth-child(3) {
   display: none !important;
}

.p-meta>span:after {
   content: "" !important;
}

.single .entry-title {
    padding-bottom: 0px !important;
}

.single .p-meta {
    padding-bottom: 40px !important;
}

.entry-header {
    display: inherit !important;
}

.x-header-landmark
/*.single .entry-featured img*/  {
    display: none !important;
}

.single .entry-content.content {
    background: rgba(255, 255, 255, 0);
    border: 0px solid rgba(0, 0, 0, 0.15); 
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
	margin: initial !important;
}

.blog .x-main.full,
.single .x-main.full {
    background: rgba(255, 255, 255, 0) !important;
}
    
/*.blog .entry-featured img {
    display: none !important
}*/

.entry-wrap {
    max-width: 1200px !important;
	padding: 30px !important;
    margin: 0 auto !important;
	background: rgba(255,255,255,0.9);
    border: none;
    -webkit-box-shadow: 0px 0px 26px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 26px -5px rgba(0 ,0, 0, 0.5);
    box-shadow: 0px 0px 26px -5px rgba(0 ,0, 0, 0.5);
}

.single .entry-title {
    padding-bottom: 30px;
}

/*.single .entry-featured img {
    padding-bottom: 30px;
}*/

.single .entry-thumb {
    background: transparent !important;
}

.has-post-thumbnail .entry-featured {
    border-bottom: 0px solid #ddd;
}

.x-sidebar {
    width: 25.536945%;
	background: rgba(255,255,255,0.9);
    border: none;
    -webkit-box-shadow: 0px 0px 26px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 26px -5px rgba(0 ,0, 0, 0.5);
    box-shadow: 0px 0px 26px -5px rgba(0 ,0, 0, 0.5);
    padding: 30px;
}