/*
Theme Name: Oakmont
Theme URI: https://oakmont.com
Author: Agency Partner
Author URI: https://www.agencypartner.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato Hairline';
	src: url('./inc/assets/fonts/Lato-Hairline.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato Hairline';
	src: url('./inc/assets/fonts/Lato-HairlineItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('./inc/assets/fonts/Lato-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Belleza';
	src: url('./inc/assets/fonts/Belleza-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-font-smoothing: auto;
}
body,
html{
	overflow-x:hidden;
}
html {
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-family:'Belleza', sans-serif;
	font-size:18px;
}

a:active,
a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #24292e;
	font-weight: 400;
	font-family:'Belleza', sans-serif;
	letter-spacing:1.8px;

}
h1 {
	font-size: 32px;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	padding-bottom: 0.3em;
	line-height: 1.25;
}
h3 {
	font-size: 18px;
	line-height: 25px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 17.5px;
}


h1.entry-title {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
}
h2.entry-title {
	border-bottom: 1px solid #eaecef;
}
h3.widget-title {
	font-size: 1.2rem;
}
li, p{
	font-family:'Belleza', sans-serif;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0 0 0.74rem 1rem;
	width: 100%;
	position: fixed;
	z-index: 9999;
	display:flex;
	justify-content:center;
	transition: 0.5s;
	top: 0;
}
header#masthead.fixed {
    position: fixed;
    background-color: #000000eb;
    padding-bottom: 0;
}

.navbar-brand > a {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
	text-decoration: none;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}
a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.750rem;
	}
	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #cdbfe3;
	padding: 0.5rem;
	font-weight: 500;
	font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #fff;
	font-weight: 600;
	/*background: #f9f9f9;*/
}

.navbar-brand {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.dropdown-menu {
	min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}
@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav > li > a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}

	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 0.875rem;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}


.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}
.widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky .entry-title::before {
	content: '\f08d';
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.entry-title > a {
	color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: 0.625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 0.313rem 0.313rem 0;
	text-align: center;
}
.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-size: 0.688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: 0.625rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-item .gallery-columns-2 {
	max-width: 50%;
}
.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
	max-width: 25%;
}
.gallery-item .gallery-columns-5 {
	max-width: 20%;
}
.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value > select {
	margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
	display: none;
}

.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #f7f7f7;
}
.navbar-dark .site-info {
	color: #fff;
}
.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a, footer#colophon a {
	color: inherit;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}
}

/*===== Custom CSS =====*/

/* Header */

header#masthead .row {
	width: 100%;
}
header#masthead .row .header-information {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header#masthead .row  .col-md-6 {
	padding-right: 0 !important;
}
button#responsive-menu-pro-button{
	top: 0px !important;
	left: 0%;
	right:unset !important;
	transform: translate(0%, 0%);
	background-color:#F0F0F0 !important;
}
.responsive-menu-pro-inner::before {
	top: -8px !important;
}
.responsive-menu-pro-inner::after {
	bottom: -8px !important;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner{
	transform:unset !important;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after{
	bottom: -8px !important; 
	transform: unset !important;
}
.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::before{
	top: -8px !important;
	opacity: 1 !important;	
}
#responsive-menu-pro-container{
	display: flex !important;
	align-items: center;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
	text-transform: uppercase;
	line-height: 1.5;
	height: auto;
	padding: 0 152px;
}
#responsive-menu-pro-button .responsive-menu-pro-button-text {
	font-family: 'Belleza', sans-serif;
	font-weight: 400;
	letter-spacing: 1.8px;
}
.responsive-menu-pro-open button#responsive-menu-pro-button.is-active .responsive-menu-pro-box {
	display: block;
	margin: auto;
}
header#masthead nav.navbar {
	justify-content: flex-end !important;
}
header#masthead nav.navbar .navbar-brand {
    margin-right: -96px;
    z-index: 9;
}
.navbar-brand img {
    width: 89%;
}
header#masthead .row .header-information .social-links{
	padding:0 46px;
}
header#masthead .row .header-information .social-links i {
    padding: 0 10px;
}
header#masthead .row .header-information .social-links a {
	font-size: 44px;
	font-family: 'Social Circles';
	line-height: 44px;
	color: #F0F0F0;
	text-decoration: none;
}
header#masthead .contact-us {
    background-color: #bab5af;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 55px 0 45px;
    height: 110px;
}
header#masthead .contact-us h3.widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
header#masthead .contact-us p,
header#masthead .quote p{
	margin: 0;
}
header#masthead .contact-us p a {
    color: #40402D;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1.5px;
}
header#masthead .quote {
    background-color: #3D3D3D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 75px 30px 47px;
    height: 110px;
    letter-spacing: 1.5px;
}
header#masthead .quote p a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}
header#masthead .quote p a:after {
    content: "";
    background-image: url(https://mleovdzrg2lw.i.optimole.com/w:auto/h:auto/q:mauto/process:150/id:f463935f8fbc522ae1f583f4504a186f/https://oakmontflooring.com/arrow-long-up.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -39px;
    transform: translate(-30%, -50%);
    transition: 0.2s cubic-bezier(0.25, 0.1, 0.49, 0.35) all;
}
header#masthead .quote p a:hover:after {
	right: -50px;
}
header#masthead .contact-us p a:hover,
header#masthead .quote p a:hover{
	text-decoration:none;
}

/* Button */

.arrow-btn a {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 18px !important;
	color: #C6BFA0 !important;
	margin: 0 !important;
}
.arrow-btn a:after {
	content: "";
	background: url(https://mleovdzrg2lw.i.optimole.com/w:auto/h:auto/q:mauto/process:154/id:4abdac2cc4f097b1f5381f6ceef45d43/https://oakmontflooring.com/arrow-long-up-3.png);
	width: 22px;
	height: 8px;
	position: absolute;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(0, -50%);
	right: -50px;
	transition: 0.5s;
}
.arrow-btn a:hover:after {
	transform: translate(30%, -50%);
}

/* Process Section */

#process-section h3 {
	margin-bottom: 25px;
}
#process-section h2 {
	padding-bottom: 90px;
	margin: 0;
}

#process-section .process-heading {
	position: absolute;
	top: 50%;
	left: 34.5%;
	width: 44%;
	transform: translate(0%, -50%);
	z-index: 1;
}
#process-section .process-left {
	width: 52%;
}
#process-section .process-left img {
    width: 562px;
    height: 678px;
    object-fit: cover;
}
#process-section .process-left .vc_column-inner {
	min-height: 1144px;
}
#process-section .process-right{
	width: 48%;
}
#process-section .process-right .vc_column-inner {
	min-height: 1144px;
	justify-content: flex-end;
}
#process-section .process-right p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
#process-section .process-right p:before {
	content: "";
	width: 3px;
	height: 162px;
	background-color: #fff;
	display: block;
	margin-bottom: 45px;
}
#process-section .arrow-btn a,
#service-section .arrow-btn a{
	color:#fff !important;
}

/* Services Section */

#oakmont_service {
	padding: 0;
}
#service-section h2{
	margin:0;
	padding-bottom:90px;
}
#service-section .arrow-btn {
	margin-top: 17px;
	margin-bottom: 0;
}
#oakmont_service li {
	height: 531px;
	display: flex;
	align-items: flex-end;
	padding: 0 90px 50px 62px;
	background-size: cover;
}
#oakmont_service li .service-title {
	color: #f0f0f0;
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 7px;
	margin: 0;
}
#oakmont_service a:hover {
	text-decoration: none !important;
}

#oakmont_service .owl-stage {
	right: 150px;
}

/* Testimonial Section */

section#section-testimonial .testimonial-col {
	padding-top: 160px;
}
#oakmont_testimonial {
	width: 85%;
}
#oakmont_testimonial .col-md-12{
	padding:0;
}
#oakmont_testimonial .owl-nav {
	text-align: right;
}

#oakmont_testimonial .owl-nav .owl-prev {
	margin-right: 28px;
}

#oakmont_testimonial .owl-nav button:focus {
	outline: unset;
}
#section-testimonial h4 {
    font-size: 18px;
    color: #2E6E6E;
    margin-top: 40px;
}

#section-testimonial h2 {
	font-size: 60px;
	color: #000000;
	line-height: 70px;
	padding: 0;
	margin-bottom:70px;
	width: 85%;
}
#oakmont_testimonial .owl-stage-outer{
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}
.inner-testimonial p {
	color: #2E6E6B;
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 60px;
	margin: 0;
}

/* Contact Section */

#contact-section .vc_column-inner {
	height: 1144px;
}
#contact-section .wpb_single_image {
	margin-bottom: 0;
}

#contact-section img {
    height: 1144px;
    width: 797px;
    object-fit: cover;
}
#contact-section .contact-left {
	width: 44%;
}
#contact-section .contact-right {
	width: 56%;
}
#contact-section .contact-right > .vc_column-inner > .wpb_wrapper {
	width: 630px;
	margin-left: 100px;
}
#contact-section .contact-right > .vc_column-inner > .wpb_wrapper h2 {
	padding-bottom: 35px;
	margin: 0;
}
#contact-section .contact-right > .vc_column-inner > .wpb_wrapper p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.get-started-form {
	position: absolute;
	top: 100%;
	width: 1254px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.get-started-form input {
	height: 78px;
	border-radius: 0;
	padding: 29px 49px;
}
.get-started-form textarea {
	height: 180px;
	border-radius: 0;
	resize: none;
	padding: 29px 49px;
}
.get-started-form textarea::placeholder, .get-started-form input::placeholder {
	font-family: 'Belleza', sans-serif;
	font-size: 18px;
	color: #3D3D3D;
	opacity: 41%;
	text-transform: uppercase;
}
.get-started-form input.wpcf7-submit {
	background-image: url(https://mleovdzrg2lw.i.optimole.com/w:auto/h:auto/q:mauto/process:357/id:427ed0b9b1c6189af996dda7011ce36c/https://oakmontflooring.com/Group-25.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: unset;
	font-size: 0;
	background-size: cover;
	height: 103px;
	width: 103px;
}
.button-submit:hover .btn-primary {
    transform: translate(10px, 0);
}
.button-submit .btn-primary {
    transition: 0.5s;
}
.button-submit {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 57px;
}

.button-submit .wpcf7-spinner {
	position: absolute;
}

.button-submit h4 {
	color: #F0F0F0;
	font-size: 24px;
	text-transform: uppercase;
	padding-right: 20px;
}

/* Service Page */

#hardwood-installation{
	overflow:visible;
}
#hardwood-installation .ser-left .vc_column-inner {
	min-height: 845px;
	padding-top: 252px;
	background-position:70px 0 !important;
}
#hardwood-installation .ser-left {
	position: unset;
}
#hardwood-installation .ser-left h2 {
    width: 42%;
    margin-bottom: 50px;
    padding: 0;
    margin-top: 70px;
}
.installation{
	min-height: 1070px;
}
#hardwood-installation .ser-right .left-image img {
	min-height: 1070px;
	object-fit: cover;
}
.installation p {
    color: #fff;
    font-size: 18px;
    width: 60%;
    margin-left: 280px;
    margin-top: 35px;
}
.installation .install-img {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.installation .install-img img {
    width: 381px;
    height: 356px;
    object-fit: cover;
}
#hardwood-installation .ser-right .down-icon {
	right: unset;
	left: -65px;
}

#sand-refinishing .vc_column-inner {
	height: 1075px;
}
#sand-refinishing .ser-right .vc_col-sm-4 img {
    width: 692px;
    height: 536px;
    object-fit: cover;
}
#sand-refinishing h2 {
	margin-left: -151px;
	width: 60%;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 53px;
}
#sand-refinishing p {
	font-size: 18px;
	color: #f0f0f0;
	width: 74%;
	margin-left: 110px;
}
#stairs-handrails{
	overflow:visible;
}
#stairs-handrails .ser-left:before {
	content: "";
	background-image: url(https://mleovdzrg2lw.i.optimole.com/w:auto/h:auto/q:mauto/process:336/id:ceb51568940c0c53ec870dd3ada902b3/https://oakmontflooring.com/Group-92.png);
	width: 100%;
	height: 1170px;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	left: 150px;
	top: -120px;
}
#stairs-handrails h2 {
    margin: auto;
    padding-bottom: 70px;
}
#stairs-handrails .ser-left .vc_column-inner {
    margin-left: 27%;
}
#stairs-handrails p {
    color: #fff;
    font-size: 18px;
    width: 80%;
}
#laminates-engineered h2 {
	margin-left: -140px;
	padding-bottom: 53px;
	margin-bottom: 0;
}

#laminates-engineered p {
	font-size: 18px;
	color: #fff;
	width: 50%;
	margin-left: 130px;
}
#laminates-engineered .vc_col-sm-4 img {
    width: 400px;
    height: 538px;
    object-fit: cover;
}
#stairs-handrails img {
    height: 1075px;
    width: 960px;
    object-fit: cover;
}


/* Portfolio */

#sec-our-work {
	height: 844px;
}
#work-portfolio {
	overflow: visible;
}
#work-portfolio .vp-portfolio {
	margin-top: -480px;
}
#work-portfolio .vp-portfolio__layout-elements {
	justify-content: flex-start;
}
#work-portfolio .vp-portfolio__layout-elements .vp-pagination__load-more {
	background-color: #797979;
	border: 1px solid #797979;
	padding: 27px 94px;
	font-size: 18px;
	color: #F0F0F0;
	font-weight: 400;
}
#work-portfolio .vp-portfolio__layout-elements .vp-pagination__load-more:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 75px;
	transform: translate(0, -50%);
}

/* Testimonial Page */

.review-page-section .vc_col-sm-7 > .vc_column-inner {
	height: 1080px;
}
.review-page-section .vc_col-sm-5 img {
	height: 1080px;
	object-fit: cover;
}
.review-page-section .center-image {
	bottom: 70px !important;
}
.review-page-section > .vc_row .vc_col-sm-7 .vc_column-inner{
	justify-content:center;
}
.banner-section .center-image img {
    width: 410px;
    max-height: 507px;
    object-fit: cover;
}

.review-page-section .inner-testimonial p{
	color:#fff;
}
.review-page-section #oakmont_testimonial {
	width: 92%;
}
.review-page-section #oakmont_testimonial .owl-stage-outer{
	border-color:#fff;
}
.review-page-section #oakmont_testimonial .owl-nav img{
	filter:invert(1);
}

/* Request A Quote */

#quote-section .request-quote .vc_column-inner {
    height: 1000px;
}
#quote-section .request-quote .quote-right .vc_column-inner {
	margin-top: 240px;
	padding-left: 80px;
	padding-top: 100px;
}
#quote-section .request-quote .quote-right .vc_column-inner {
    height: 1250px;
}
#quote-section .request-quote .quote-right:before {
    content: "";
    width: 358px;
    height: 252px;
    background-color: #3d3d3d;
    display: block;
    position: absolute;
    right: 0;
}
#quote-section .get-started-form {
    top: 60%;
    width: 68%;
    margin-left: 72px;
}
#quote-section .get-started-form h2 {
    text-align: center !important;
    margin-bottom: 35px;
}
#quote-section .request-quote .quote-left {
	width: 45%;
}
#quote-section .request-quote .quote-right {
	width: 55%;
}

/* Finance Section */

#section-finance .vc_row {
	display: flex;
	align-items: center;
}
#section-finance .finance-left .vc_column-inner {
    width: 57%;
    margin-top: -160px;
}
#section-finance .finance-left .vc_column-inner h2.vc_custom_heading {
    padding-bottom: 60px;
}
#section-finance .finance-left p {
    font-size: 24px;
    line-height: 34px;
    color: #2E6E6B;
}
#section-finance .finance-right:before {
	content: "";
	width: 100%;
	height: 1235px;
	background-image: url(https://mleovdzrg2lw.i.optimole.com/w:auto/h:auto/q:mauto/process:454/id:d601a54c91929bb4c054be30e36c2dc7/https://oakmontflooring.com/Group-102.png);
	display: block;
	position: absolute;
	top: -200px;
	left: -37px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.image-top-left {
	margin-left: -100px;
	margin-bottom: 95px !important;
	margin-top: -275px;
}

.image-bottom-left {
	text-align: right !IMPORTANT;
	margin-right: 70px;
}

.image-bottom-right {
	text-align: right !important;
}
.image-top-right {
	margin-top: 235px;
	margin-bottom: 104px !important;
	text-align: right !important;
}
.image-top-left img {
    width: 317px;
    height: 410px;
    object-fit: cover;
}
.image-bottom-left img {
    width: 225px;
    height: 257px;
    object-fit: cover;
}
.image-top-right img {
    width: 406px;
    height: 468px;
    object-fit: cover;
}
.image-bottom-right img {
    width: 202px;
    height: 229px;
    object-fit: cover;
}

/* News and Updates */

body.blog {
	background-color: #F0F0F0;
}
.blog #content {
	padding: 0;
}
#section-news-top {
	height: 628px;
	padding-top: 244px;
}
#section-news-top .row {
	justify-content: center;
}

#section-news-top h3 {
	color: #fff;
	font-size: 90px;
	line-height: 90px;
}
#blog-main{
	overflow:visible;
}
.blog-list{
	margin-bottom:173px;
}
.blog-list:last-child{
	margin-bottom:162px;
}
.blog-list .thumbnail {
	height: 353px;
	display: flex;
	align-items: flex-end;
	margin-bottom:37px;
	background-size: cover;
}
.blog-list .thumbnail .white-btn {
    background-color: #fff;
    padding: 30px 57px;
    border: solid 1px #fff;
}
.blog-list .thumbnail .white-btn p {
    margin: 0;
    letter-spacing: 1.5px;
}
.blog-main a {
	text-decoration: none;
	color: #40402D;
}
.blog-main {
	width: 86%;
	margin-top:-200px;
	margin-left: auto !important;
}
.blog-list .blog-post-t p {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    letter-spacing: 1.5px;
}

.blog-list .title {
	margin-top: 13px;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-list .title:hover {
	text-decoration: underline;
}
.blog-main a#loadMore {
	background-color: #797979;
	border-radius: 0;
	padding: 28px 104px;
	color: #F0F0F0;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 400;
}

/* Single News */

.single-post #content{
	padding:0 !important;
}
#single-post-top{
	height:628px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 203px 220px 100px;
}
#single-post-top h3 {
	color: #f0f0f0;
	font-size: 90px;
	line-height: 90px;
}
.single-post-content section#contact-section {
    margin-top: 165px;
}
.single-post-content {
    background-color: #F0F0F0;
}
.single-post-content {
	padding-top: 123px;
}
.single-post-content p {
    color: #2E6E6B;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 60px;
}
.single-post-content .content {
	width: 97%;
	margin: auto;
}
.single-post-content p:last-child {
	margin-bottom: 0;
}

/* Products */

#section-products{
	height:1146px;	
}
#oakmont_products {
	padding: 0;
	list-style:none;
}
#service-section h2{
	margin:0;
	padding-bottom:90px;
}
#service-section .arrow-btn {
	margin-top: 17px;
	margin-bottom: 0;
}
#oakmont_products li {
    height: 531px;
    display: flex;
    padding: 0 75px 50px 62px;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
}
#oakmont_products li .product-title {
	color: #f0f0f0;
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 22px;
	margin: 0;
}
#oakmont_products li p {
	color: #f0f0f0;
	font-size: 18px;
	line-height: 26px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: height 3s, opacity 0.5s linear;
}
#oakmont_products li:hover p{
	opacity:1;
	height:auto;
	position: relative;
	visibility: visible;
}
#oakmont_products a:hover {
	text-decoration: none !important;
}

#oakmont_products .owl-stage {
	right: 150px;
}

/* Footer */

div#footer-widget {
    background-color: #F0F0F0 !important;
    padding: 135px 0px 235px;
}
#footer-widget a:hover {
	text-decoration: none;
}
#menu-footer-menu {
    padding-left: 64px;
}
ul#menu-footer-menu .nav-link {
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0;
    letter-spacing: 1.5px;
}
.footer-nav {
	border-right: 1px solid #707070;
}
.footer-contact {
	padding-left: 60px !important;
}
.footer-contact ul {
	list-style: none;
	padding: 0;
}
.footer-contact ul li {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.footer-contact ul li a {
	color: #3d3d3d;
}
.footer-payment .widget_media_image {
	padding-bottom: 23px;
	text-align: right;
}
.footer-payment p {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-align: right;
}

/* Blog Single */

#single-post-top .at-share-btn-elements .at-share-btn {
    padding: 21px 30px;
    margin: 0;
    background: #F0F0F0 !important;
    font-size: 18px;
    height: 82px;
    width: 292px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#single-post-top .at-share-btn-elements .at-share-btn {
    color: #3D3D3D;
}
#single-post-top .at-share-btn-elements .at-share-btn > .at4-visually-hidden {
    position: relative;
    font-size: 0;
    overflow: visible;
}
.at4-visually-hidden:after {
    content: "Share +";
    font-size: 18px;
    font-family: 'Belleza';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    position: relative;
    top: 3px;
}
#single-post-top .at-share-btn-elements .at-share-btn span.at-icon-wrapper {
    display: none;
}
#single-post-top .at-share-btn-elements {
    margin-top: 50px;
}
#at15s.atm {
    width: 292px !important;
}
#at15s.atm .atm-i {
    background: #f0f0f0;
    padding: 20px 10px;
}
#at15s.atm .atm-i span.at-label {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width: 1200px){
	.container {
		max-width: 1460px;
	}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (min-width:1601px) and (max-width: 1680px) {
	header#masthead .contact-us{
		padding: 0px 60px;
	}
	#banner-top-section h2,
	#process-section h2{
		font-size: 110px !important;
		line-height: 90px !important;
	}
	.banner-bottom-section h2.vc_custom_heading {
    font-size: 41px !important;
}
	#oakmont_service li .service-title,
	#oakmont_products li .product-title{
		font-size:45px;
	}
}
@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
	}
	.navbar-nav .dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	html {
		font-size: 90%;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
	html {
		font-size: 85%;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html {
		font-size: 80%;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	html {
		font-size: 75%;
	}
}


.loader {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #bab5af;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.loader img {
	width: 100px;
    height: 100px;
 -webkit-animation: pulses 3s infinite ease-in-out;
    -o-animation: pulses 3s infinite ease-in-out;
    -ms-animation: pulses 3s infinite ease-in-out; 
    -moz-animation: pulses 3s infinite ease-in-out; 
    animation: pulses 3s infinite ease-in-out;
}


@-webkit-keyframes pulses {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulses {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

/*--------------------------------------------------------------
# Header Information for Mobile
--------------------------------------------------------------*/
.header_quote_mobile {
	display: none;
	position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
}
.header_quote_mobile .quote p {
    margin-bottom: 0px;
}
.header_quote_mobile .quote p a {
    display: flex;
    background-color: #fff;
    height: 70px;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #3d3d3d;
    border-radius: 50px;
    text-decoration: none;
}
.header_contact_info {
	display: none;
	position: absolute;
    right: 0;
    z-index: 9;
    height: 100%;
}

.header_contact_info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header_contact_info .widget_text {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.header_contact_info ul img {
    width: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
@media only screen and (max-width: 767px) {
	.header_quote_mobile {
		display: block !important;
	}
	.header_contact_info {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.responsive-image {
		height: 400px;
		object-fit: cover;
	}
}