/*!
Theme Name: Prime Management
Theme URI: http://underscores.me/
Author: Geek Powered Studios
Author URI: http://www.geekpoweredstudios.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prime-management
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Prime Management is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
	3.1 Buttons
    3.2 Cards
4.0 Forms and Gravity Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
    5.3 Top Bar
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Stripes
14.0 Property Pages
15.0 Utility Classes 
16.0 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}



/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	text-transform: uppercase; 
	clear: both;
}

h1, h2 {
	color: #b62b30;	
}

.alt {
	color: #E5C758;
}	

p {
	margin-bottom: 1.5em;
}

a {
  color: #b62b30 !important;
  font-weight: 500;
}

a:hover {
  color: #b62c30 !important; 
}

a:visited {
  color: #b62b30 !important;
  font-weight: 500;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.small-title-text {
	font-size: 14px;
	display: block;
	color: #E5C758;  
}

.lg-quote{
  font-size: 36px;
  font-family: 'Cantarell', sans-serif;
  font-weight: 700;
  text-transform: uppercase; 
}

.staff-name {
  display: block;
  font-family: "Cantarell", sans-serif; 
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;   
  color: #b62b30; 
}

.contact-field{
  display: block;
  margin-top: 10px;  
  font-size: 11px;
  color: #b62b30; 
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

.two-col-list{
  column-count: 2 !important;
  margin-left: 0px;  
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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


#hero h1, #hero h2, #hero h3 {
 color: #fff !important; 
}

/* Styling for Content Boxes on Service Pages */ 
.content-box {
	padding: 40px 40px 20px 40px;
	background-color: #fff; 
	box-shadow: 3px 10px 16px rgba(0, 0, 0, 0.16);
	position: relative; 
	top: -50px;
}

.content-bar {
	background-color: #E5C759; 
	height: 15px; 
	width:72%;
	position: absolute;
	top: 0; 
	right: 0;    
}

.content-box h2{
	font-size: 18px;
	line-height: 1.5; 
	color: #404040;
}

@media only screen and (max-width: 576px) {
  .content-box {
  	padding: 50px 10px 30px 10px;

  }
}


/*--------------------------------------------------------------
3.1 Buttons
--------------------------------------------------------------*/

.btn {
  padding: 15px; 
}


.btn-primary{
  background-color: #B62C30;
  border: none;
  box-shadow: 1px 2px 7px rgba(0,0,0,0.4); 
  color: #fff !important;	
}

.btn-primary:hover{
  background-color: #7f1c20;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.8); 
}

.btn-secondary {
  border: none;
  background-color: #e5c759;
  color: #323643;  
}

.btn-secondary:hover {
  color: #323643;  
  background-color: #d0af34;
}


/*--------------------------------------------------------------
3.2 Cards
--------------------------------------------------------------*/

.card {
  color: #323643;
  border-radius: 2px;
  border: none;
  box-shadow:  3px 10px 15px rgba(0,0,0,0.4);
  margin: 10px; 
}

.card-title {
  font-weight:700; 
}

.card .btn {
  width: 100%;
  background-color: #b62c30;
  color: #fff !important;  
}

.card .btn:hover {
  background-color: #7F1C20; 
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.gform_wrapper{
 padding: 0px;
 border: solid 1px #ededed;
 max-width: 500px !important;
 box-shadow: 3px 10px 16px rgba(0, 0, 0, 0.16);
 background-color: #fff; 	
}

.gform_title {
  font-size: 36px !important;
  color: #323643 !important;
}

.gform_heading {
  background: url(/wp-content/uploads/2019/08/pattern-01-yellow.png);
  padding: 20px 20px;
  
}

.gform_body{
 padding: 5px 25px; 
}

.gfield {
  margin-top: 15px !important; 
}

.gfield_label {
  font-size: 13px !important;
  margin-bottom: 0px;
  font-family: 'Cantarell', sans-serif; 
  text-transform: uppercase;
}

.ginput_container input, .ginput_container textarea {
  border: solid 1px #e5e5e5 !important; 
  border-radius: 0px;
  box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
  background-color: #f9f9f9;   
}

.gform_footer {
  padding: 0px 20px 25px !important;  
}

.gform_button {
  background-color: #B62C30 !important;
  color: #fff !important;
  padding: 20px 50px !important;  
}





/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

#masthead {
  padding: 20px 0px;
}

#masthead li {
  margin-left: 30px;
}

.main-navigation a{
  color: #323643 !important;
  border-bottom: solid 5px #fff;     
}

.main-navigation a:hover{
  border-bottom: solid 5px #e5c759;  
}

.main-navigation a:visited{
  color: #323643 !important;  
}

.main-navigation ul{
  float: right !important;
}

#primary-menu > .menu-item.current_page_item a, #primary-menu > .menu-item.current_page_parent a {
border-bottom: solid 5px #e5c759;
}


#primary-menu  > .menu-item.current_page_item  .sub-menu a{
  border-bottom: 0px !important; 
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/




a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.menu-toggle{
 position: absolute; 
 right: 20px;
 top: -14px;  
 width: 25px; 
 height: 25px;   
 background: url("/wp-content/uploads/2019/09/menu@2x-1.png");
 background-size: contain;	
 background-repeat: no-repeat; 	
}

.menu-toggle::after {
  content:"menu"; 
  color: black;
  position: relative; 
  right: 13px;
  top: 12px;
  font-size: 10px;    
}

/* Sub nav for mobile menu */ 

@media only screen and (max-width: 576px) {
	.main-navigation ul {
	  position: absolute;
	  right: 0;
	  width: 150%; 
	}

	.main-navigation ul li{
		display: block !important; 
	} 
	
  #primary-menu{
    background-color: white;
    top: 44px;
    width: 200%;
    font-size: 18px;
    z-index: 100;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.2);
	padding-top: 10px; 
	padding-bottom: 10px;   
  }
	
  #primary-menu a{
     color: black;
     text-shadow: none; 
  }

  .main-navigation li{
     float: none;
     padding: 10px 25px;
     text-align: right;
     margin: 0px;
     z-index: 100;     
  }

  .main-navigation li:hover{
    background-color: #f7f7f7;

  }
	
  .main-navigation li, .main-navigation li:hover, .main-navigation a:hover, .main-navigation li:active, .main-navigation a:active {
    border-bottom: none;
	}

  .main-navigation ul li {
   margin-right: 0px; 
  }
	
	#primary-menu > .menu-item.current_page_item a{
  		border-bottom: none; 
	}

	.main-navigation a {
 	 border-bottom: none; 
	}
	
	/* turns sub menu off on mobile */
	.sub-menu {
    display: none !important; 
    }
 
}


@media screen and (min-width: 995px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
}

.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%;
}


.sub-menu {
  background-color: #fff;
  padding: 0px;
  top: 20px;   
}

.sub-menu li {
  margin-left: 0px !important;   
}

.sub-menu li a{
   padding: 20px; 
   border-bottom: none;      
}

.sub-menu li a:hover{
   border-bottom: none;      
}

.sub-menu .menu-item:hover {
  background-color: #ededed; 
}



.site-header button {
  border: none !important; 
}

.site-header button:focus{
  outline: none;
}



/*--------------------------------------------------------------
5.3 Top Bar
--------------------------------------------------------------*/

.top-bar{
  background-color: #b62b30;
  color: #fff;
  font-size: 13px; 
}

.top-bar-items {
  margin: 0px;
  text-align: right;  
}

.top-bar-items li{
    display: inline;
    margin: 0px 15px; 
}

.top-bar-items a{
  color: #fff !important; 
}

.top-bar i {
  color: #fff;
  margin-right: 7px;  
}

.top-bar .btn{
  background-color: rgba(255,255,255, 0);
  border: solid 2px #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin: 5px;
  line-height: 1.2;
  box-shadow: none; 
}

.top-bar .btn:hover{
  background-color: #7f1c20;       
}

.top-bar a:hover, .top-bar a:visited {
		color: #fff !important; 
}

.rep-name{
  display: block; 
  font-size: 12px; 
}

/* top bar mobile */ 

@media only screen and (max-width: 991px) {
    .top-bar {
      padding: 10px; 
    }
    
    .top-bar ul{
      margin-bottom: 10px;
      text-align: center !important;
    }
	
	.top-bar-items {
  		padding-left: 0px; 
	}

	.top-bar-items li {
  		margin: 0px 5px; 
	}
    
    #top-bar-cta {
      font-size: 12px; 
      opacity: 0.6;
      font-weight: 700; 
      margin-bottom: -5px;  
    } 
	
	.top-bar .btn {
  		font-size: 12px;
  		padding: 5px 5px;  
	}
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post, .page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Stripes
--------------------------------------------------------------*/

.stripe-1{
 	background: url("/wp-content/uploads/2019/08/pattern-main-triangle.png");
	background-repeat: no-repeat;
	background-size: contain;
    background-color: #f9f9f9;
}

.stripe-1 h{
font-family: 'Cantarell', sans-serif;
}

.stripe-1 h1, .stripe-1 h2, .stripe-1 h3, .stripe-1 h4, .stripe-1 h5 {
 color: #b62b30;
 text-transform: uppercase; 
}

.stripe-1 .alt {
  color: #e4c557;
  font-family: 'Cantarell', sans-serif; 
}

.stripe-2 {
  background: url("/wp-content/uploads/2019/08/pattern-01-yellow.png");
}

.stripe-2 .btn{
  color: #323643 !important;  
}

.stripe-3 {
  background: url("/wp-content/uploads/2019/08/pattern-01-red.png");
  color: #fff;
}

.stripe-3 h1, .stripe-3 h2, .stripe-3 h3, .stripe-3 h4, .stripe-3 h5 {
  color: #fff;
}


.stripe-3 .btn-primary {
  border: none;
  background-color: #f2f2f2;
  color: #323643 !important;  
}

.stripe-3 .btn-primary:hover {
  border: none;
  background-color: #c4c4c4; 
}

.stripe-special {
  color: #fff; 
}

.stripe-special h1, .stripe-special h2, .stripe-special h3, .stripe-special h4{
  color: #fff !important; 
}


/*--------------------------------------------------------------
14.0 Property Pages
--------------------------------------------------------------*/

.entry-header {
  margin-top: 50px; 
  font-size: 24px; 
}

.epl-property-featured-icons, .property-feature-icons {
  font-size: 14px;
}

.epl-property-features {
  column-count: 2; 
}

.property-description-features {
  background: url("/wp-content/uploads/2019/08/pattern-01-yellow.png");
  padding: 25px;  
}

.epl-tab-title {
  border-top: solid 1px black;
  border-bottom: none;
  padding-top: 10px;
  padding-left: 10px; 
  color: #fff !important;
  background-color: #333;
  margin-top: 0px !important;
  position: relative;      
}

.epl-tab-title::after {
  content: url('/wp-content/uploads/2019/09/ribbon-end.png');
  width: 15px; 
  position: absolute;
  right: 5px;
  top: -28px;
}

.epl-tab-content {
  margin-left: 5px; 
  padding-left: 25px;
  border-left: dotted 1px #e5c657;   
}

.epl-tab-section {
  margin-top: 0px !important; 
}

.epl-tab-content {
  margin-bottom: 50px; 
}

.epl-button-wrapper {
  margin-bottom: 50px; 
} 

.epl-listing-post .entry-title a{
  font-weight: bold !important;
  color: #323643 !important;
}

.epl-button {
  margin-bottom: 5px; 
}

@media only screen and (max-width: 576px) {
	.epl-tab-content .btn {
	  font-size: 14px;
	  padding: 30px 10px; 
	}
}


.epl-tab-content .btn{
  padding: 10px 20px; 
}

/* listing page */ 
.archive-header {
  max-width: 1140px !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.epl-loop-tools-wrap {
  max-width: 1140px !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.epl-property-blog-entry-wrapper {
  padding: 20px !important; 
}

.epl-property-blog .epl-property-blog-entry-wrapper {
  box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
}

.overlay-featured-marker {
  display: none !important; 
}
.infowindow {
  display: block !important; 
}

.view-grid{
  display: none; 
}

/* end listing page */

.secondary-heading {
  font-size: 12px; 
}

.gallery-item {
  margin: 10px 5px; 
}

/*--------------------------------------------------------------
15.0 Utility Classes 
--------------------------------------------------------------*/

/* ========== Display  ========== */

.inline {display: inline !important;}
.inline-block {display: inline-block !important;}
.block {display: block !important;}
.none {display: none !important;}

/* ========== Alignment  ========== */

.float-left {float: left !important;}
.float-center {
    display: block !important;
    margin: inherit auto !important;
}
.float-right {float: right !important;}

/* ========== Clear  ========== */

.clear-left {clear: left !important;}
.clear-both {clear: both !important;}
.clear-none {clear: none !important;}
.clear-right {clear: right !important;}

/* ========== Text-Align  ========== */

.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}

/* ========== Font-Weight  ========== */

.fw-n {font-weight: normal !important;}
.fw-b {font-weight: bold !important;}
.fw-br {font-weight: bolder !important;}
.fw-l {font-weight: lighter !important;}

.fw-100 {font-weight: 100 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-800 {font-weight: 800 !important;}
.fw-900 {font-weight: 900 !important;}



/* ========== Margin  ========== */

.m-xl-n {margin: -75px !important;}
.m-lg-n {margin: -50px !important;}
.m-md-n {margin: -25px !important;}
.m-sm-n {margin: -15px !important;}
.m-xs-n {margin: -10px !important;}
.m-0 {margin: 0px !important;}
.m-xs {margin: 10px !important;}
.m-sm {margin: 15px !important;}
.m-md {margin: 25px !important;}
.m-lg {margin: 50px !important;}
.m-xl {margin: 75px !important;}

/* ========== Margin-Top  ========== */

.mt-xl-n {margin-top: -75px !important;}
.mt-lg-n {margin-top: -50px !important;}
.mt-md-n {margin-top: -25px !important;}
.mt-sm-n {margin-top: -15px !important;}
.mt-xs-n {margin-top: -10px !important;}
.mt-0 {margin-top: 0px !important;}
.mt-xs {margin-top: 10px !important;}
.mt-sm {margin-top: 15px !important;}
.mt-md {margin-top: 25px !important;}
.mt-lg {margin-top: 50px !important;}
.mt-xl {margin-top: 75px !important;}

/* ========== Margin-Right  ========== */

.mr-xl-n {margin-right: -75px !important;}
.mr-lg-n {margin-right: -50px !important;}
.mr-md-n {margin-right: -25px !important;}
.mr-sm-n {margin-right: -15px !important;}
.mr-xs-n {margin-right: -10px !important;}
.mr-0 {margin-right: 0px !important;}
.mr-xs {margin-right: 10px !important;}
.mr-sm {margin-right: 15px !important;}
.mr-md {margin-right: 25px !important;}
.mr-lg {margin-right: 50px !important;}
.mr-xl {margin-right: 75px !important;}

/* ========== Margin-Bottom  ========== */

.mb-xl-n {margin-bottom: -75px !important;}
.mb-lg-n {margin-bottom: -50px !important;}
.mb-md-n {margin-bottom: -25px !important;}
.mb-sm-n {margin-bottom: -15px !important;}
.mb-xs-n {margin-bottom: -10px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-xs {margin-bottom: 10px !important;}
.mb-sm {margin-bottom: 15px !important;}
.mb-md {margin-bottom: 25px !important;}
.mb-lg {margin-bottom: 50px !important;}
.mb-xl {margin-bottom: 75px !important;}

/* ========== Margin-Left  ========== */

.ml-xl-n {margin-left: -75px !important;}
.ml-lg-n {margin-left: -50px !important;}
.ml-md-n {margin-left: -25px !important;}
.ml-sm-n {margin-left: -15px !important;}
.ml-xs-n {margin-left: -10px !important;}
.ml-0 {margin-left: 0px !important;}
.ml-xs {margin-left: 10px !important;}
.ml-sm {margin-left: 15px !important;}
.ml-md {margin-left: 25px !important;}
.ml-lg {margin-left: 50px !important;}
.ml-xl {margin-left: 75px !important;}



/* ========== Padding  ========== */

.p-0 {padding: 0px !important;}
.p-xs {padding: 10px !important;}
.p-sm {padding: 15px !important;}
.p-md {padding: 25px !important;}
.p-lg {padding: 50px !important;}
.p-xl {padding: 75px !important;}

/* ========== Padding-Top  ========== */

.pt-0 {padding-top: 0px !important;}
.pt-xs {padding-top: 10px !important;}
.pt-sm {padding-top: 15px !important;}
.pt-md {padding-top: 25px !important;}
.pt-lg {padding-top: 50px !important;}
.pt-xl {padding-top: 75px !important;}

/* ========== Padding-Right  ========== */

.pr-0 {padding-right: 0px !important;}
.pr-xs {padding-right: 10px !important;}
.pr-sm {padding-right: 15px !important;}
.pr-md {padding-right: 25px !important;}
.pr-lg {padding-right: 50px !important;}
.pr-xl {padding-right: 75px !important;}

/* ========== Padding-Bottom  ========== */

.pb-0 {padding-bottom: 0px !important;}
.pb-xs {padding-bottom: 10px !important;}
.pb-sm {padding-bottom: 15px !important;}
.pb-md {padding-bottom: 25px !important;}
.pb-lg {padding-bottom: 50px !important;}
.pb-xl {padding-bottom: 75px !important;}

/* ========== Padding-Left ========== */

.pl-0 {padding-left: 0px !important;}
.pl-xs {padding-left: 10px !important;}
.pl-sm {padding-left: 15px !important;}
.pl-md {padding-left: 25px !important;}
.pl-lg {padding-left: 50px !important;}
.pl-xl {padding-left: 75px !important;}



/* ========== Max-Width ========== */
.mw-full {max-width: 100% !important;}
.mw-fourth {max-width: 25% !important;}
.mw-third {max-width: 33.333% !important;}
.mw-half {max-width: 50% !important;}
.mw-two-thirds {max-width: 66.666% !important;}
.mw-three-fourths {max-width: 75% !important;}

/* ========== GPS List Rows ========== */

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

    /* All Columns after the first */
    .gps-list-row .wpb_column + .wpb_column {margin-top: 0;}

    /* All List Row list items*/
    .gps-list-row .wpb_column li {
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }

    /* Last List Row Column, Last List Item */
    .gps-list-row .wpb_column:last-of-type li:last-of-type {border-bottom: 0;}

}



/* ==================== Utility Class Media Queries ==================== */

/* ========== Mobile Only ========== */
@media screen and (max-width: 749px) {

    /* Add 25px margains to VC Columns after other columns */
    .wpb_column + .wpb_column {margin-top: 25px;}

    /* Hide on Mobile */
    .hide-on-mobile {display: none !important;}
    
    /* Text Align â€” Mobile */
    .text-left-mobile {text-align: left !important;}
    .text-center-mobile {text-align: center !important;}
    .text-right-mobile {text-align: right !important;}


    /* Margin â€” Mobile */
    .m-xl-n-mobile {margin: -75px !important;}
    .m-lg-n-mobile {margin: -50px !important;}
    .m-md-n-mobile {margin: -25px !important;}
    .m-sm-n-mobile {margin: -15px !important;}
    .m-xs-n-mobile {margin: -10px !important;}
    .m-0-mobile {margin: 0px !important;}
    .m-xs-mobile {margin: 10px !important;}
    .m-sm-mobile {margin: 15px !important;}
    .m-md-mobile {margin: 25px !important;}
    .m-lg-mobile {margin: 50px !important;}
    .m-xl-mobile {margin: 75px !important;}

    /* Margin-Top  â€” Mobile */
    .mt-xl-n-mobile {margin-top: -75px !important;}
    .mt-lg-n-mobile {margin-top: -50px !important;}
    .mt-md-n-mobile {margin-top: -25px !important;}
    .mt-sm-n-mobile {margin-top: -15px !important;}
    .mt-xs-n-mobile {margin-top: -10px !important;}
    .mt-0-mobile {margin-top: 0px !important;}
    .mt-xs-mobile {margin-top: 10px !important;}
    .mt-sm-mobile {margin-top: 15px !important;}
    .mt-md-mobile {margin-top: 25px !important;}
    .mt-lg-mobile {margin-top: 50px !important;}
    .mt-xl-mobile {margin-top: 75px !important;}

    /* Margin-Right â€” Mobile */
    .mr-xl-n-mobile {margin-right: -75px !important;}
    .mr-lg-n-mobile {margin-right: -50px !important;}
    .mr-md-n-mobile {margin-right: -25px !important;}
    .mr-sm-n-mobile {margin-right: -15px !important;}
    .mr-xs-n-mobile {margin-right: -10px !important;}
    .mr-0-mobile {margin-right: 0px !important;}
    .mr-xs-mobile {margin-right: 10px !important;}
    .mr-sm-mobile {margin-right: 15px !important;}
    .mr-md-mobile {margin-right: 25px !important;}
    .mr-lg-mobile {margin-right: 50px !important;}
    .mr-xl-mobile {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Mobile */
    .mb-xl-n-mobile {margin-bottom: -75px !important;}
    .mb-lg-n-mobile {margin-bottom: -50px !important;}
    .mb-md-n-mobile {margin-bottom: -25px !important;}
    .mb-sm-n-mobile {margin-bottom: -15px !important;}
    .mb-xs-n-mobile {margin-bottom: -10px !important;}
    .mb-0-mobile {margin-bottom: 0px !important;}
    .mb-xs-mobile {margin-bottom: 10px !important;}
    .mb-sm-mobile {margin-bottom: 15px !important;}
    .mb-md-mobile {margin-bottom: 25px !important;}
    .mb-lg-mobile {margin-bottom: 50px !important;}
    .mb-xl-mobile {margin-bottom: 75px !important;}

    /* Margin-Left  â€” Mobile */
    .ml-xl-n-mobile {margin-left: -75px !important;}
    .ml-lg-n-mobile {margin-left: -50px !important;}
    .ml-md-n-mobile {margin-left: -25px !important;}
    .ml-sm-n-mobile {margin-left: -15px !important;}
    .ml-xs-n-mobile {margin-left: -10px !important;}
    .ml-0-mobile {margin-left: 0px !important;}
    .ml-xs-mobile {margin-left: 10px !important;}
    .ml-sm-mobile {margin-left: 15px !important;}
    .ml-md-mobile {margin-left: 25px !important;}
    .ml-lg-mobile {margin-left: 50px !important;}
    .ml-xl-mobile {margin-left: 75px !important;}


    /* Padding  â€” Mobile */
    .p-0-mobile {padding: 0px !important;}
    .p-xs-mobile {padding: 10px !important;}
    .p-sm-mobile {padding: 15px !important;}
    .p-md-mobile {padding: 25px !important;}
    .p-lg-mobile {padding: 50px !important;}
    .p-xl-mobile {padding: 75px !important;}

    /* Padding-Top  â€” Mobile */
    .pt-0-mobile {padding-top: 0px !important;}
    .pt-xs-mobile {padding-top: 10px !important;}
    .pt-sm-mobile {padding-top: 15px !important;}
    .pt-md-mobile {padding-top: 25px !important;}
    .pt-lg-mobile {padding-top: 50px !important;}
    .pt-xl-mobile {padding-top: 75px !important;}

    /* Padding-Right  â€” Mobile */
    .pr-0-mobile {padding-right: 0px !important;}
    .pr-xs-mobile {padding-right: 10px !important;}
    .pr-sm-mobile {padding-right: 15px !important;}
    .pr-md-mobile {padding-right: 25px !important;}
    .pr-lg-mobile {padding-right: 50px !important;}
    .pr-xl-mobile {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Mobile */
    .pb-0-mobile {padding-bottom: 0px !important;}
    .pb-xs-mobile {padding-bottom: 10px !important;}
    .pb-sm-mobile {padding-bottom: 15px !important;}
    .pb-md-mobile {padding-bottom: 25px !important;}
    .pb-lg-mobile {padding-bottom: 50px !important;}
    .pb-xl-mobile {padding-bottom: 75px !important;}

    /* Padding-Left â€” Mobile */
    .pl-0-mobile {padding-left: 0px !important;}
    .pl-xs-mobile {padding-left: 10px !important;}
    .pl-sm-mobile {padding-left: 15px !important;}
    .pl-md-mobile {padding-left: 25px !important;}
    .pl-lg-mobile {padding-left: 50px !important;}
    .pl-xl-mobile {padding-left: 75px !important;}



    /* Max-Width â€” Mobile */
    .mw-full-mobile {max-width: 100% !important;}
    .mw-fourth-mobile {max-width: 25% !important;}
    .mw-third-mobile {max-width: 33.333% !important;}
    .mw-half-mobile {max-width: 50% !important;}
    .mw-two-thirds-mobile {max-width: 66.666% !important;}
    .mw-three-fourths-mobile {max-width: 75% !important;}

}

/* ========== Mobile & Tablet Only ========== */
@media screen and (max-width: 980px) {

    /* Display on Desktop Only */
    .desktop-only {display: none !important;}

}

/* ========== Tablet Only ========== */
@media screen and (min-width: 750px) and (max-width: 980px) {

    /* Hide on Tablet */
    .hide-on-tablet {display: none !important;}

    /* Text Align â€” Tablet */
    .text-left-tablet {text-align: left !important;}
    .text-center-tablet {text-align: center !important;}
    .text-right-tablet {text-align: right !important;}


    /* Margin â€” Tablet */
    .m-xl-n-tablet {margin: -75px !important;}
    .m-lg-n-tablet {margin: -50px !important;}
    .m-md-n-tablet {margin: -25px !important;}
    .m-sm-n-tablet {margin: -15px !important;}
    .m-xs-n-tablet {margin: -10px !important;}
    .m-0-tablet {margin: 0px !important;}
    .m-xs-tablet {margin: 10px !important;}
    .m-sm-tablet {margin: 15px !important;}
    .m-md-tablet {margin: 25px !important;}
    .m-lg-tablet {margin: 50px !important;}
    .m-xl-tablet {margin: 75px !important;}

    /* Margin-Top  â€” Tablet */
    .mt-xl-n-tablet {margin-top: -75px !important;}
    .mt-lg-n-tablet {margin-top: -50px !important;}
    .mt-md-n-tablet {margin-top: -25px !important;}
    .mt-sm-n-tablet {margin-top: -15px !important;}
    .mt-xs-n-tablet {margin-top: -10px !important;}
    .mt-0-tablet {margin-top: 0px !important;}
    .mt-xs-tablet {margin-top: 10px !important;}
    .mt-sm-tablet {margin-top: 15px !important;}
    .mt-md-tablet {margin-top: 25px !important;}
    .mt-lg-tablet {margin-top: 50px !important;}
    .mt-xl-tablet {margin-top: 75px !important;}

    /* Margin-Right â€” Tablet */
    .mr-xl-n-tablet {margin-right: -75px !important;}
    .mr-lg-n-tablet {margin-right: -50px !important;}
    .mr-md-n-tablet {margin-right: -25px !important;}
    .mr-sm-n-tablet {margin-right: -15px !important;}
    .mr-xs-n-tablet {margin-right: -10px !important;}
    .mr-0-tablet {margin-right: 0px !important;}
    .mr-xs-tablet {margin-right: 10px !important;}
    .mr-sm-tablet {margin-right: 15px !important;}
    .mr-md-tablet {margin-right: 25px !important;}
    .mr-lg-tablet {margin-right: 50px !important;}
    .mr-xl-tablet {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Tablet */
    .mb-xl-n-tablet {margin-bottom: -75px !important;}
    .mb-lg-n-tablet {margin-bottom: -50px !important;}
    .mb-md-n-tablet {margin-bottom: -25px !important;}
    .mb-sm-n-tablet {margin-bottom: -15px !important;}
    .mb-xs-n-tablet {margin-bottom: -10px !important;}
    .mb-0-tablet {margin-bottom: 0px !important;}
    .mb-xs-tablet {margin-bottom: 10px !important;}
    .mb-sm-tablet {margin-bottom: 15px !important;}
    .mb-md-tablet {margin-bottom: 25px !important;}
    .mb-lg-tablet {margin-bottom: 50px !important;}
    .mb-xl-tablet {margin-bottom: 50px !important;}

    /* Margin-Left  â€” Tablet */
    .ml-xl-n-tablet {margin-left: -75px !important;}
    .ml-lg-n-tablet {margin-left: -50px !important;}
    .ml-md-n-tablet {margin-left: -25px !important;}
    .ml-sm-n-tablet {margin-left: -15px !important;}
    .ml-xs-n-tablet {margin-left: -10px !important;}
    .ml-0-tablet {margin-left: 0px !important;}
    .ml-xs-tablet {margin-left: 10px !important;}
    .ml-sm-tablet {margin-left: 15px !important;}
    .ml-md-tablet {margin-left: 25px !important;}
    .ml-lg-tablet {margin-left: 50px !important;}
    .ml-xl-tablet {margin-left: 75px !important;}


    /* Padding  â€” Tablet */
    .p-0-tablet {padding: 0px !important;}
    .p-xs-tablet {padding: 10px !important;}
    .p-sm-tablet {padding: 15px !important;}
    .p-md-tablet {padding: 25px !important;}
    .p-lg-tablet {padding: 50px !important;}
    .p-xl-tablet {padding: 75px !important;}

    /* Padding-Top  â€” Tablet */
    .pt-0-tablet {padding-top: 0px !important;}
    .pt-xs-tablet {padding-top: 10px !important;}
    .pt-sm-tablet {padding-top: 15px !important;}
    .pt-md-tablet {padding-top: 25px !important;}
    .pt-lg-tablet {padding-top: 50px !important;}
    .pt-xl-tablet {padding-top: 75px !important;}

    /* Padding-Right  â€” Tablet */
    .pr-0-tablet {padding-right: 0px !important;}
    .pr-xs-tablet {padding-right: 10px !important;}
    .pr-sm-tablet {padding-right: 15px !important;}
    .pr-md-tablet {padding-right: 25px !important;}
    .pr-lg-tablet {padding-right: 50px !important;}
    .pr-xl-tablet {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Tablet */
    .pb-0-tablet {padding-bottom: 0px !important;}
    .pb-xs-tablet {padding-bottom: 10px !important;}
    .pb-sm-tablet {padding-bottom: 15px !important;}
    .pb-md-tablet {padding-bottom: 25px !important;}
    .pb-lg-tablet {padding-bottom: 50px !important;}
    .pb-xl-tablet {padding-bottom: 75px !important;}

    /* Padding-Left â€” Tablet */
    .pl-0-tablet {padding-left: 0px !important;}
    .pl-xs-tablet {padding-left: 10px !important;}
    .pl-sm-tablet {padding-left: 15px !important;}
    .pl-md-tablet {padding-left: 25px !important;}
    .pl-lg-tablet {padding-left: 50px !important;}
    .pl-xl-tablet {padding-left: 75px !important;}



    /* Max-Width â€” Tablet */
    .mw-full-tablet {max-width: 100% !important;}
    .mw-fourth-tablet {max-width: 25% !important;}
    .mw-third-tablet {max-width: 33.333% !important;}
    .mw-half-tablet {max-width: 50% !important;}
    .mw-two-thirds-tablet {max-width: 66.666% !important;}
    .mw-three-fourths-tablet {max-width: 75% !important;}

}

/* ========== Tablet & Desktop Only ========== */
@media screen and (min-width: 750px) {
    
    /* Display on Mobile Only */
    .mobile-only {display: none !important;}

    /* Gravity Form Float */
    .form-float > .wpb_wrapper,
    .form-float > .vc_column-inner {
        position: absolute;
        z-index: 1;
    }

}

/* ========== Desktop Only ========== */
@media screen and (min-width: 981px) {

    /* Hide on Desktop */
    .hide-on-desktop {display: none !important;}

    /* Text Align â€” Desktop */
    .text-left-desktop {text-align: left !important;}
    .text-center-desktop {text-align: center !important;}
    .text-right-desktop {text-align: right !important;}


    /* Margin â€” Desktop */
    .m-xl-n-tablet {margin: -75px !important;}
    .m-lg-n-tablet {margin: -50px !important;}
    .m-md-n-tablet {margin: -25px !important;}
    .m-sm-n-tablet {margin: -15px !important;}
    .m-xs-n-tablet {margin: -10px !important;}
    .m-0-desktop {margin: 0px !important;}
    .m-xs-desktop {margin: 10px !important;}
    .m-sm-desktop {margin: 15px !important;}
    .m-md-desktop {margin: 25px !important;}
    .m-lg-desktop {margin: 50px !important;}
    .m-xl-desktop {margin: 75px !important;}

    /* Margin-Top  â€” Desktop */
    .mt-xl-n-desktop {margin-top: -75px !important;}
    .mt-lg-n-desktop {margin-top: -50px !important;}
    .mt-md-n-desktop {margin-top: -25px !important;}
    .mt-sm-n-desktop {margin-top: -15px !important;}
    .mt-xs-n-desktop {margin-top: -10px !important;}
    .mt-0-desktop {margin-top: 0px !important;}
    .mt-xs-desktop {margin-top: 10px !important;}
    .mt-sm-desktop {margin-top: 15px !important;}
    .mt-md-desktop {margin-top: 25px !important;}
    .mt-lg-desktop {margin-top: 50px !important;}
    .mt-xl-desktop {margin-top: 75px !important;}

    /* Margin-Right â€” Desktop */
    .mr-xl-n-desktop {margin-right: -75px !important;}
    .mr-lg-n-desktop {margin-right: -50px !important;}
    .mr-md-n-desktop {margin-right: -25px !important;}
    .mr-sm-n-desktop {margin-right: -15px !important;}
    .mr-xs-n-desktop {margin-right: -10px !important;}
    .mr-0-desktop {margin-right: 0px !important;}
    .mr-xs-desktop {margin-right: 10px !important;}
    .mr-sm-desktop {margin-right: 15px !important;}
    .mr-md-desktop {margin-right: 25px !important;}
    .mr-lg-desktop {margin-right: 50px !important;}
    .mr-x-desktop {margin-right: 75px !important;}

    /* Margin-Bottom  â€” Desktop */
    .mb-xl-n-desktop {margin-bottom: -75px !important;}
    .mb-lg-n-desktop {margin-bottom: -50px !important;}
    .mb-md-n-desktop {margin-bottom: -25px !important;}
    .mb-sm-n-desktop {margin-bottom: -15px !important;}
    .mb-xs-n-desktop {margin-bottom: -10px !important;}
    .mb-0-desktop {margin-bottom: 0px !important;}
    .mb-xs-desktop {margin-bottom: 10px !important;}
    .mb-sm-desktop {margin-bottom: 15px !important;}
    .mb-md-desktop {margin-bottom: 25px !important;}
    .mb-lg-desktop {margin-bottom: 50px !important;}
    .mb-xl-desktop {margin-bottom: 75px !important;}

    /* Margin-Left  â€” Desktop */
    .ml-xl-n-desktop {margin-left: -75px !important;}
    .ml-lg-n-desktop {margin-left: -50px !important;}
    .ml-md-n-desktop {margin-left: -25px !important;}
    .ml-sm-n-desktop {margin-left: -15px !important;}
    .ml-xs-n-desktop {margin-left: -10px !important;}
    .ml-0-desktop {margin-left: 0px !important;}
    .ml-xs-desktop {margin-left: 10px !important;}
    .ml-sm-desktop {margin-left: 15px !important;}
    .ml-md-desktop {margin-left: 25px !important;}
    .ml-lg-desktop {margin-left: 50px !important;}
    .ml-xl-desktop {margin-left: 75px !important;}


    /* Padding  â€” Desktop */
    .p-0-desktop {padding: 0px !important;}
    .p-xs-desktop {padding: 10px !important;}
    .p-sm-desktop {padding: 15px !important;}
    .p-md-desktop {padding: 25px !important;}
    .p-lg-desktop {padding: 50px !important;}
    .p-xl-desktop {padding: 75px !important;}

    /* Padding-Top  â€” Desktop */
    .pt-0-desktop {padding-top: 0px !important;}
    .pt-xs-desktop {padding-top: 10px !important;}
    .pt-sm-desktop {padding-top: 15px !important;}
    .pt-md-desktop {padding-top: 25px !important;}
    .pt-lg-desktop {padding-top: 50px !important;}
    .pt-xl-desktop {padding-top: 75px !important;}

    /* Padding-Right  â€” Desktop */
    .pr-0-desktop {padding-right: 0px !important;}
    .pr-xs-desktop {padding-right: 10px !important;}
    .pr-sm-desktop {padding-right: 15px !important;}
    .pr-md-desktop {padding-right: 25px !important;}
    .pr-lg-desktop {padding-right: 50px !important;}
    .pr-xl-desktop {padding-right: 75px !important;}

    /* Padding-Bottom  â€” Desktop */
    .pb-0-desktop {padding-bottom: 0px !important;}
    .pb-xs-desktop {padding-bottom: 10px !important;}
    .pb-sm-desktop {padding-bottom: 15px !important;}
    .pb-md-desktop {padding-bottom: 25px !important;}
    .pb-lg-desktop {padding-bottom: 50px !important;}
    .pb-xl-desktop {padding-bottom: 75px !important;}

    /* Padding-Left â€” Desktop */
    .pl-0-desktop {padding-left: 0px !important;}
    .pl-xs-desktop {padding-left: 10px !important;}
    .pl-sm-desktop {padding-left: 15px !important;}
    .pl-md-desktop {padding-left: 25px !important;}
    .pl-lg-desktop {padding-left: 50px !important;}
    .pl-xl-desktop {padding-left: 75px !important;}



    /* Max-Width â€” Desktop */
    .mw-full-desktop {max-width: 100% !important;}
    .mw-fourth-desktop {max-width: 25% !important;}
    .mw-third-desktop {max-width: 33.333% !important;}
    .mw-half-desktop {max-width: 50% !important;}
    .mw-two-thirds-desktop {max-width: 66.666% !important;}
    .mw-three-fourths-desktop {max-width: 75% !important;}

}

/* ========== Desktop & Mobile Only ========== */
@media 
screen and (max-width: 749px),
screen and (min-width: 981px) {
    
    /* Display on Tablet Only */
    .tablet-only {display: none !important;}

}

/*===============================================================================================
-------------------- END UTILITY CLASSES --------------------------------------------------------
===============================================================================================*/



/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #030E21;
}

.site-footer .btn{
  background-color: rgba(0,0,0,0);
  border: solid 2px #fff;
  min-width: 150px;   
}

.site-footer .btn:hover{
  background-color: #B62C30;
}

.site-footer .widget_nav_menu a{
  color: #fff !important;
  opacity: 0.4;
}

.site-footer .widget_nav_menu a:hover{
  opacity: 1;    
}

.site-footer .widget_nav_menu ul{
  list-style-type: none;  
}
.site-footer {
  color: #fff !important; 
}

.site-footer .contact-field{
  color: rgba(255,255,255,0.4) !important; 
}

.site-footer a{
  color: #fff !important; 
}

.site-footer ul {
  margin: 0px !important;
  padding: 0px;  
}

.bottom-bar, .bottom-bar a {
  text-align: center;
  color: rgba(255,255,255,0.4) !important;
  font-size: 13px;   
}

