/* 
Theme Name: Vinson Orthodontics
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*** responsive ***/
@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

/*** layout ***/

/* default container padding */
/*
@media screen and (min-width: 1025px) {
	section,
	div[data-elementor-post-type="page"] > section:first-of-type {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.section-padding-half,
	div.section-padding-half[data-elementor-post-type="page"] > section:first-of-type {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}
@media screen and (max-width: 1024px) {
	section,
	div[data-elementor-post-type="page"] > section:first-of-type,
	.section-padding-half,
	div.section-padding-half[data-elementor-post-type="page"] > section:first-of-type {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}
@media screen and (max-width: 768px) {
	section,
	div[data-elementor-post-type="page"] > section:first-of-type,
	.section-padding-half,
	div.section-padding-half[data-elementor-post-type="page"] > section:first-of-type {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
*/
/* padding overrides */
.section-padding-top-0,
.container-padding-top-none {
	padding-top: 0;
}
.section-padding-bottom-0,
.container-padding-bottom-none {
	padding-bottom: 0;
}

/* default list spacing */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-block-end: var(--widgets-spacing-column);
}

/* hero min height */
/*
.hero-min-height {
	--header-height: 167px;
	--header-height-mobile: 148px;
}
@media screen and (min-width: 1025px) {
	.hero-min-height {
		min-height: calc(100vh - var(--header-height));
	}
	.logged-in .hero-min-height {
		min-height: calc(100vh - var(--header-height) - 32px);
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  	.hero-min-height {
		min-height: calc(100vh - var(--header-height-mobile));
	}
	.logged-in .hero-min-height {
		min-height: calc(100vh - var(--header-height-mobile) - 32px);
	}
}
@media screen and (max-width: 767px) {
	.hero-min-height {
		min-height: 350px;
		aspect-ratio: 4 / 3;
	}
}
*/
/** header **/

/* top header */
.menu-item-icon i {
	color: var(--e-global-color-secondary);
	margin-right: 8px;
}
.menu-item-icon .elementor-sub-item {
	flex-direction: column;
}
.call-top-location {
	display: block;
	width: 100%;
	font-weight: bold;
}
.call-top-content {
	display: block;
	width: 100%;
}

/** footer **/
.bottom-mobile-menu {
	visibility: hidden !important;
}

/** elements **/

/* lists */
.elementor-icon-list-item a,
.elementor-icon-list-item a * {
	color: var(--e-global-color-secondary);
}
.ordered-list .list-heading {
	font-family: var( --e-global-typography-7c1cf31-font-family ), Sans-serif;
	font-size: var( --e-global-typography-7c1cf31-font-size );
	line-height: var( --e-global-typography-7c1cf31-line-height );
	color: var( --e-global-color-3023cb4 );
	margin-bottom: 10px;
}
.list-heading-primary {
	color: var( --e-global-color-primary );
}

/* posts archive */
.elementor-post__read-more {
	display: block;
	width: 100%;
	background: var(--e-global-color-secondary);
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	color: var(--e-global-color-primary) !important;
	font-size: 18px !important;
	transition: .2s all ease-in-out;
}
.elementor-post__read-more:hover {
	background: var(--e-global-color-3023cb4);
}

/* text links */
.elementor-widget-text-editor p a {
	font-weight: bold;
	transition: .2s all ease-in-out;
}