/*
Theme Name: BeachBraces Theme
Description: This is a custom made theme for www.beachbraces.org
Version: 1.0
Author: Koen van Dieren & Blend Local Search Marketing
Author URI: http://www.koenvandieren.com & http://blendlocalsearchmarketing.com/
Template: enfold
*/

/*Add your own styles here:*/

/* Fonts & Links & Buttons*/


.phone-info a, #main a {
	text-decoration: underline;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;	
}

.phone-info a:hover, #main a:hover {
	text-decoration: none;
	color: #418f9f;
}

.avia-button-wrap {
    	text-transform: uppercase;
    	font-family: 'verdana', Helvetica, Arial, sans-serif;
}

.avia-button-wrap a {
    	text-decoration: none !important;
}

.main_color .avia-color-theme-color:hover {
    	background: #418f9f;
}

#top .top-button a{
    background-color: #e05612;
    padding: 2px 6px;
    border-radius: 3px;
    border-color: #c03400;
    color: white !important;
    text-shadow: none;
}

a.button-header {
    	background: #418f9f;
    	padding: 5px 7px;
    	border-radius: 3px;
    	color: white !important;
    	text-decoration: none;
	margin-left: 10px;
}

a.button-header-2, {
    	background: #e05612;
    	padding: 5px 7px;
    	border-radius: 3px;
    	color: white !important;
    	text-decoration: none;
	margin-left: 10px;
}

a.button-header:hover, a.button-header-2:hover {
	background: #78c69f;
}

a.smilesnap-button {
    background-color: #e05612;
    padding: 25px 50px 23px;
    font-size: 20px;
    min-width: 200px;
    float: left;
    display: block;
    border-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    /* font-weight: bolder !important; */
    text-align: center;
    max-width: 100%;
    border-color: #c03400;
    color: white;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'verdana', Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    background: rgb(255,49,49);
    background: linear-gradient(90deg, rgba(255,49,49,1) 0%, rgba(255,142,76,1) 100%);
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;	
}

a.smilesnap-button:hover {
    background: #418f9f;
    color: white !important;
	border-color: #2A5D67;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;	
}

div#simply-aligned-cta a.smilesnap-button:hover {
    background: #191919;
	border-color: #000000;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;	
}


input.button {
    text-transform: uppercase;
    font-family: 'verdana', Helvetica, Arial, sans-serif;
    font-size: 21px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;	
}

/* Header */

#avia-menu .menu-item-has-children > a:before {
    content: '\e875';
    display: block;
    position: absolute;
    top: 0;
    right: 3px;
    font-family: 'entypo-fontello';
    -webkit-transition-duration: 0.5s;
  	transition-duration: 0.5s;
}

#avia-menu .menu-item-has-children:hover > a:before {
    content: '\e875'; 
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotate(90deg); /* For Safari */
    transform: rotate(90deg); /* Standard syntax */
}

#header_main {
    	padding: 10px 0;
}

span.logo img {
    height: 70px;
    width: auto;
    margin: 10px 0px;
}

span.avia-menu-text {
	text-transform: uppercase;
	font-weight: 100;
}

div#header_meta {
    	background: #F0F0F0;
	color: #418f9f;
}

.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
	padding-left: 7px;
    	margin-left: -19px;
}

.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    margin-top: 20px;
    background: #f8f8f8;
}

#top .social_bookmarks li a {
    	font-size: 18px;
}


li.button-header a {
    background: #418f9f;
    padding: 5px 7px !important;
    border-radius: 3px;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
}

li.button-header a:hover {
    text-decoration: none;
}

li.button-header a:hover {
    text-decoration: none !important;
    background: #78c69f;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#header .sub_menu li {
    border: none;
}

/* Body */


div#bg-white {
    background: #ffffff;
}

.container_wrap {
	border-top-width: 0px;
}

div#wrap_all {
	-webkit-box-shadow: 0px 0px 100px 70px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 100px 70px rgba(255,255,255,1);
	box-shadow: 0px 0px 100px 70px rgba(255,255,255,1);
}

#top .alternate_color.title_container .main-title a {
    	line-height: 60px;
    	color: #78c69f;
}

.main_color .toggler {
    	background: #f8f8f8;
}

img.logo-elite {
    	width: 150px;
}

p.bottom-text {
    	text-align: center;
    	color: lightgray;
}

.testimonial-home {
    	background: #f8f8f8;
    	padding: 5px 20px;
	margin-top: 20px;
}

.testimonial {
    	background: #f8f8f8;
    	padding: 20px;
	margin-top: 20px;
}

.patient-info {
    	text-align: center;
    	background: #f2f2f2;
    	padding: 10px;
}

.page-id-40 img.logo-invisalign {
    	width: 150px;
}

.page-id-167 img.logo-invisalign, .page-id-1596 img.logo-invisalign {
	width: 80px;
}

/*#main .content {
    	background-image: url("/wp-content/uploads/2017/03/bg-swirl-faded-bb.png");
    	background-repeat: no-repeat;
    	background-position: center 300px;
    	background-size: 400px;
}*/

body.page-id-16 #main .content {
    	background-position: center 900px;
}

.av-share-box ul li a {
		text-decoration: none !important;
}

/* Footer */

#socket .copyright {
    	display: flex;
}

#socket .copyright a {
    	padding-left: 3px;
}

#socket .social_bookmarks a {
    text-decoration: none;
    font-size: 11px !important;
}

.widget_nav_menu a {
	padding: 4px 0px;
}

div#bf-revz-widget-751527188 {
    	float: left;
	margin-top: 4px;
}

/* Individual Pages */

h2.header-paragraph {
    margin: 0.85em 0;
    font-family: 'verdana', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #020001;
    text-transform: none !important;
	margin-bottom: 42px;
}

.paragraph-to-h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #418f9f;
    font-family: 'verdana', Helvetica, Arial, sans-serif;
	font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
	margin-top: 0px;
}

.bio-homepage {
    margin-top: 20px;
}

.bottom-logos img {
    	max-height: 85px;
    	width: auto;
    	padding: 0px 5px;
}

iframe.full-width, .ls-s-1.ls-video-layer {
	width: 560px !important;
	height: 315px !important;
}

.logo-row img {
	max-height: 100px;
	width: auto;
	margin: 0 20px;
}

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

#top.page-id-16 form {
    margin-right: 100px;
}

/* Home Page */

.home-invisalign-logo img {
    width: 320px;
}

div#home-icons img {
    width: 80px;
    height: auto;
}

div#home-book-appointment-form {
    background: #418f9f;
}

div#home-book-appointment-form h3 {
    color: white;
    font-size: 35px;
    margin-bottom: 30px;
}

#top div#home-book-appointment-form .input-text,
#top div#home-book-appointment-form input[type="text"],
#top div#home-book-appointment-form input[type="input"], /* Note: input[type="input"] might be a typo, as "input" is not a valid type */
#top div#home-book-appointment-form input[type="password"],
#top div#home-book-appointment-form input[type="email"],
#top div#home-book-appointment-form input[type="number"],
#top div#home-book-appointment-form input[type="url"],
#top div#home-book-appointment-form input[type="tel"],
#top div#home-book-appointment-form input[type="search"],
#top div#home-book-appointment-form textarea,
#top div#home-book-appointment-form select {
 	font-size: 20px;
}

div#home-book-appointment-form input.button {
    font-size: 25px !important;
    border-radius: 3px !important;
    padding: 6px 10px;
}

div#home-book-appointment-form .av-google-badge-message {
    color: #ffffff;
}

div#home-book-appointment-form .content {
    padding-bottom: 25px;
}

/* BG image section */


div#home-dr-image img {
    top: 80px;
}

div#home-dr-image .avia-image-overlay-wrap {
    margin-top: -90px;
}

div#image-bg h2, div#image-bg h3, div#image-bg p {
    color: #78c69f;
}

div#image-bg h1 {
    font-size: 35px;
    color: #418f9f;
    font-weight: bolder !important;
}

div#image-bg h3 {
    font-weight: bolder !important;
    font-style: italic;
    font-size: 30px;
}

div#image-bg p {
    font-size: 20px;
	font-weight: bolder !important;
}

/* Virtual Consultation form */

span#extensions_message_1_8 {
    display: none;
}

div#gform_wrapper_1 {
    background: #f8f8f8;
    padding: 10px 20px;
}


.hippa-disclaimer {
    font-size: 12px;
} 

/* DIY Braces */

#top div#diy-braces-faq strong {
    color: white;
    font-weight: bolder;
    font-size: 1.3em;
}

#top div#diy-braces-faq h3 {
    font-size: 28px;
}

/* Simply Aligned */

div#simply-aligned-cta h2 {
    color: #ffffff;
    font-weight: bolder !important;
    font-size: 35px;
}

div#simply-aligned-cta p {
    font-weight: bolder;
    margin: 30px 0px;
    font-size: 23px;
    color: #ffffff;
}


div#image-bg.simply-aligned-image h2 {
    font-weight: bolder !important;
    color: #418f9f;
}

div#simply-aligned-cta a.smilesnap-button, div#simply-aligned-1 a.smilesnap-button {
    float: none !important;
    max-width: 600px;
    margin: 0 auto !important;
}

div#simply-aligned-1 ul, div#simply-aligned-3 ul {
    float: none !important;
    margin: 0 auto !important;
    max-width: 500px;
}

div#simply-aligned-1 p ,div#simply-aligned-2 p, div#simply-aligned-2 ul li {
    font-size: 20px;
}

/* Fix Hanna video player issues */

#top .mejs-container.mejs-video {
    height: auto;
    max-height: 100%;
}

/* Hide */

.hide-desktop {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

/* Responsive CSS */

@media only screen and (max-width: 1220px) {
#top #header .av-main-nav > li > a {
	font-size: 14px;
}

}

@media only screen and (max-width: 1200px) { 

body.home div#layer_slider_1 {
    	display: none;
}
}

@media only screen and (max-width: 1120px) {
#top #header .av-main-nav > li > a {
	font-size: 12px;
}

section#text-11 {
    	display: none;
}
}

@media only screen and (max-width: 989px) {
	
.hide-desktop {
    display: inline;
}
	
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    margin-top: 0px;
}
	
}

@media only screen and (max-width: 767px) {
    

div#image-bg h1 {
    font-size: 25px;
}

.responsive .logo img, .responsive .logo svg {
    padding: 12px 0px;
}

div#home-book-appointment-form h3 {
    font-size: 23px;
}


.phone-info.with_nav {
    display: none;
}

.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    margin-top: 20px;
}
	
#top.page-id-16 form {
    margin-right: 0px;
}	
	
div#bc-chat-container {
    display: none !important;
}

	
#main .content {
    	background-size: 250px;
}
	
a.button-header {
    	display: none;
}	

section#text-11 {
    display: inherit;
}

#socket .copyright {
    	display: block;
}

.footer-schema {
    	display: -webkit-inline-box;
}

div#layer_slider_1 {
    	display: none;
}

ul.social_bookmarks {
    display: none;
}
	
.bottom-logos img {
    max-height: 53px;	
}

h2, h1, div#simply-aligned-cta h2 {
    font-size: 22px;	
}
	
h3 {
    font-size: 19px;	
}
	
#footer .widget {
    margin: 10px 0;
}
	
responsive #top #wrap_all #header {
    position: fixed;
}
.responsive #top #main {
    padding-top: 111px !important;
}
	
#socket .copyright {
    font-size: 12px;
    line-height: 2.5;
}	

}