/*

Theme Name: X Pro 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: 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;
}

/*Video Background Thumbnail Button Placement and Hide Play Icon shown by default
===*/
a.x-anchor.x-anchor-button.df-btn {
    position: relative;
	bottom: 55px;
	z-index: 9999;
	text-decoration: none !important;
}

.x-column.df-btn-col {
	margin-bottom: -65px;
}

*::-webkit-media-controls-panel {
  display: none !important;
 -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}


/*Top Bar Custom Style
===*/
.x-topbar .p-info a {
    border-bottom: none !important;
}

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

.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_over.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_under.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;
}

/*Df Customizer background Fix
===*/
.x-main.full {
	background: rgba(255, 255, 255, 0) !important;
}

/*==============================
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) {
/*Hide Smartphone section on Share Page 
===*/
.df-desktop-share { 
    display: none;
}

/*Creates Center Content Holder on Interior Pages for Web Only Product
===*/
.entry-content.content {    
    max-width: 100%;
    margin: 0 auto;
    -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);
}

/*Hides social icons from Topbar in Web View
===*/
.x-social-global {
	display: none;
}
}

@media (min-width: 481px) {
/* Hide Un-needed elements for Web Only Product */
.df-desktop-share { /*Hide Phone Img on Share Page */
    display: none;
}

/*Creates Center Content Holder on Interior Pages for Web Only Product*/
.entry-content.content {    
    max-width: 94%;
    margin: 3% auto;
    -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);
}
	
/*Hides social icons from Topbar in Web View
===*/
.x-social-global {
	display: none;
}
}

@media (min-width: 768px) {
/*Shows social icons from Topbar in Web View
===*/
.x-social-global {
	display: inherit;
}
	
.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;
}
}

@media (min-width: 1220px) {
/*Creates Center Content Holder on Interior Pages for Web Only Product*/
.entry-content.content {
    max-width: 1200px;
}
}

/*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 {
}

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

/*X Google Maps Rounded Corners
===*/
div.x-map-inner.x-google-map-inner {
    border-radius: 0 0 0 0 !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%;
	}
}

/*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;
}

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

/*Non-1 Column Our Team Page Layout
===*/
@media (max-width: 767px) and (min-width: 600px) {	
.df-dr-row {
    display: flex;
}

.df-dr-col {
    margin-right: 3% !important;
    margin-left: 3% !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;
}

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

.btn-reverse{
	border: 1px solid #fff !important;
}

.frm_input input, .frm_input textarea, .frm_option select {
	background: #9e9e9e !important;
	color: #fff !important;
    border: 1px solid rgba(113, 145, 187, 0) !important;
    border-radius: 4px !important;
    padding: 1.5em 0.5em !important;
	box-shadow: none !important;
}

.frm_option select {
	height: 44px !important;
}

.frm_input textarea {
	padding: 0.3em !important;
}

.frm_input input:focus, .frm_input textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid rgba(113, 145, 187, 0.7) !important;
}

.x-logobar, .x-navbar {
	background: none !important;
}

header, .x-navbar {
	background: #fff url(/wp-content/uploads/pattern-photo5-1.jpg) center center !important;
}

.frm_submit input {
	padding: 0.5em 2em !important;
	border-radius: 100em !important;
	color: #ffffff !important;
    border-color: #87684a !important;
    background-color: #87684a !important;
}

.frm_submit:hover input {
	background: #797a7b !important;
	border-color: #797a7b !important;
	
}

.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 #000000 !important;
}

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

@media screen and (max-width: 767px) {
	.home .btn-reverse, .home .x-btn {
		width: 100% !important;
	}
	
 	.above.bg-video {
		display: none !important;
	} 
}

.x-content-dock {
	display:block!important;
}

.pum-overlay.pum-active,
	.pum-overlay.pum-active .popmake.active {
			opacity: 1 !important; /* Add this line if needed. */
    		display: block !important;
	}

