/*
Theme Name: VLM
Theme URI: 
Author: VisionLine Media
Author URI: https://visionlinemedia.com/
Description:  An original theme.
Version: 1
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
*/


body {
font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #060606;
	background-color: #465ba6;
  margin: 0;
  -webkit-font-smoothing: auto;
}
#logo {
	    position: absolute;
	top: 0;
	margin-left: 15px;
	z-index: 9999;
	width: 264px;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
		border-radius: 0;
}
.lsow-icon-list .lsow-icon-list-item {
    margin: 0 0 0 12px !important;
}
.blog-post-area {
	padding: 25px;
}
.project-image {
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 0px 0px 14px #000;
}
ul.cnss-social-icon li a img {
 	border-radius: 0;
}
.meet-jennifer-text {
	font-size: 14px;
}
.news-sidebar {
  background-color: #f4f3f3;
  padding: 40px;
  margin: 30px auto;
	border-radius: 10px;
}
.sow-headline-container {
    background-color: rgb(0 0 0 / 64%);
    margin-top: -165px;
    position: relative;
    height: 165px;
}
.lsow-posts-carousel .lsow-posts-carousel-item .hentry {
    border-radius: 0 !important;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-read-more a:not(.lsow-button) {
    color: #000000 !important;
    font-size: 24px !important;
    line-height: 1;
    font-weight: 400 !important;
    text-transform: none !important;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    text-align: right;
	
	
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-read-more a:not(.lsow-button):after {
    display: none !important;

}


.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    color: #333;
    font-weight: 700;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image .lsow-image-info .lsow-post-title {
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    opacity: 1 !important;
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button) {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
    position: relative;
    background-color: #dc0e0e;
    max-width: 100px;
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 5px !important;
	color: #fff !important;
}
.news-right-sidebar {
    margin: 27px 0 0 0;
}
.wpspw_pro_post_thumb_widget {
	margin-top: 25px;
}

.news-title .widget-title {
	font-size: 40px;

	padding-top: 20px;
}
.home-reviews .widget-title {
	font-size: 40px;

	padding-top: 20px;
}
.testimonials-slider .widget-title {
	font-size: 40px;
	
	padding-top: 20px;
}
.services-title .widget-title {
	font-size: 40px;
	
	padding-top: 20px;
}

.home-events .widget-title {
	font-size: 40px;
	
	padding-top: 20px;
}
.home-logos-header .widget-title {
	font-size: 40px;
	
	padding-top: 20px;
}
.home-carousel .widget-title {
	font-size: 40px;
	
	padding-top: 20px;
}
/*for home badge hover text effect*/
h3.home-badge {
	font-size: 30px !important;
	color: #fff;
	font-weight: 400;
	position: relative;
	top: 440px;
border-radius: 0 0 40px 40px;
	padding: 25px 0 25px 0 !important;
	 background-color: rgb(0 0 0 / 67%);
}
.badge-container {
	text-align: center;
	color: #fff;
  position: relative;
width: 425px;
	height: 523px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}
h3.home-badge-overlay {
    font-size: 30px !important;
    color: #fff;
	margin-bottom: 20px;
}

.image-roll {
  display: block;
  width: 100%;
  height: auto;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
font-size: 13px;
  opacity: 0;
		padding: 30px;
  transition: .5s ease;
 background-color: rgb(0 0 0 / 75%);
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
		border-radius: 40px;
	overflow: hidden;
}

.badge-container:hover .overlay {
  opacity: 1;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;

  opacity: 1;
  transition: .5s ease;
 background-color: transparent;
	
}

.badge-container:hover .overlay1 {
  opacity: 0;
}




.text-roll {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	  width: 100%;
	padding: 0 60px;
	
}


.home-badge-text .widget-title {
	font-size: 35px;
	margin: 10px 0 10px 15px;
	padding-top: 20px;
	text-align: center;
}

.home-badge-text {
    font-size: 14px;
    text-align: center;
    margin: 90px auto 0 auto;
    padding: 0 20px !important;
    max-width: 600px;
}

.home-post-thumbnail {
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.home-badge:hover {
	filter: brightness(1.2);
}

.home-post-thumbnail:hover {
	filter: brightness(1.2);
	
}
.home-badge h2 {
    padding: 10px 20px;
    color: #fff;
    background-color: rgb(222 135 3 / 75%);
    width: 100%;
}
.home-badge h2 a {

	color: #fff;
}
.home-badge {
    text-align: center;

	margin: 0 auto;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.home-badge .widget-title {
    background-color: rgb(30 49 91 / 70%);
    margin: 0 auto;
    position: relative;
    top: -62px;
    padding: 15px 0;
}
.home-badge .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 30px;
  font-weight: 600;
    text-transform: uppercase;
}
.home-badge-cta {
    margin: -60px auto 0 auto;
	padding: 0 5px;
    text-align: left;
	color: #000;
	font-size: 14px;
}
.home-badge-circle {
    text-align: center;
    width: 350px;
	height: 350px;
    border-radius: 200px;
    overflow: hidden;
	margin: 0 auto;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.home-badge-circle .widget-title {
    background-color: rgb(247 149 29 / 70%);
    width: 350px;
    margin: 0 auto;
    position: relative;
    top: -120px;
    padding: 10px 0 79px 0;
}
.home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 30px;

    text-transform: uppercase;
}
.home-badge-circle:hover {
	filter: brightness(1.2);
}

.home-badge-circle-cta {
    margin: 0 auto;
    text-align: center;
}
.home-badge-circle-cta a {
    color: #fff;
    font-size: 12px;
 
    position: relative;
    top: -70px;
}

.home-blog-column {
    width: 31%;
    float: left;
    color: #fff;
    text-align: center;
    margin: 10px 12px;
	font-size: 12px;
}
.home-blog-column a { 
	color: #fff;
}

.home-blog-column .entry-title a {
	color: #99212f;
	font-weight: 700;
	text-transform: uppercase;
font-size: 20px;

	
}
.home-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: 58px;
}
.home-post-excerpt {
    color: #fff;
    font-size: 13px;
    background-color: #000;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 494px !important;
    margin: 0 auto;
}
.home .post.hentry {
    width: 31%;
    float: left;
    margin: 0 20px;

}
.home-read-more {
	background-image: url('images/more-link-arrow.png');
	background-position: right;
	background-repeat: no-repeat;
	font-family: 'open sans';
	font-size: 14px;
	color: #060606;
		padding: 20px 20px 20px 20px;
	border-radius: 5px;
		background-color: #ccc;	
	color: #000;
}
.post:nth-of-type(2n+1) .home-read-more {
background-image: url('images/more-link-arrow.png');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ccc;	
	color: #000;
}
.post:nth-of-type(2n+2) .home-read-more {
background-image: url('images/more-link-arrow.png');
	background-position: right;
	background-repeat: no-repeat;
background-color: #adadad;
	color: #fff;
}
.post:nth-of-type(2n+3) .home-read-more {
background-image: url('images/more-link-arrow.png');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #333;
	color: #fff;
}
.post:nth-of-type(2n+1) .post-alternate a {
	color: #00aeef;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
}
.post:nth-of-type(2n+2) .post-alternate a {
color: #ed1c24;
		text-transform: uppercase;
	font-weight: 900;
		font-size: 16px;
}
.post:nth-of-type(2n+3) .post-alternate a {
color: #777777;
		text-transform: uppercase;
	font-weight: 900;
		font-size: 16px;
}
.post-alternate {
    margin: 10px;
    height: 45px;
}
.post:nth-of-type(2n+1) .entry-content-alternate {
background-color: #a5e6c6;
	padding: 10px 12px;
}
.post:nth-of-type(2n+2) .entry-content-alternate {
background-color: #9bc2df;
	padding: 10px 12px;
}
.post:nth-of-type(2n+3) .entry-content-alternate {
background-color: pink;
	padding: 10px 12px;
}
.entry-content-home {
	    margin: 10px;
}

.page-blog-column {
    width: 31%;
    float: left;
    color: #000;
    text-align: center;
    margin: 10px 12px;
    font-size: 12px;
    min-height: 470px;
}
.page-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: 58px;
}
.page-blog-column .entry-title a {
	color: #333;
font-size: 18px;
	font-weight: 300;
}

border-bottom: 10px solid #fff;
    margin: 0 15px 0 0;
}
/** Jobs styling **/

body.single-jobs .wrap {
    padding-left: 0;
    padding-right: 0;
  
}
.job-post {
    max-width: 1400px !important;
    margin-top: 130px !important;
    padding-top: 0 !important;
}

/** End Jobs styling **/
.team-column {
    text-align: center;
    width: 22%;
    float: left;
    background-color: #f1f1f1;
    margin: 0 10px 20px 10px;
    border: 1px solid #e7e7e7;
	padding: 10px;
}
.team-name {



}
.team-name a {
font-size: 20px;
	color: #333;
	font-weight: 700;
}
.team-position {
font-size: 16px;
	color: #333;
	font-weight: 400;
}
.team-thumbnail {
    border-radius: 200px !important;
    border: 5px solid #d5d5d5;
    overflow: hidden;
    margin: 0 15px;
}
.team-member-color {
	border-top: 5px solid #d5d5d5;
}
.event-color {
	display: none;
}
.mec-single-event .mec-event-export-module {
    display: none;
}
.mec-event-grid-classic .mec-event-title a {
    color: #202020 !important;
    transition: all .24s ease;
    font-family: 'open sans' !important;
    font-weight: 700 !important;
    font-size: 15px;
}
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #202020 !important;
}
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: #1e408a !important;
}
.mec-wrap p {
    margin: 0 0 20px 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'open sans';
}

.home-row1 {
	padding: 0 15px;
}
.home-row2 {
	padding: 0 15px;
}
.home-row3 {

}
.home-row4 {
	padding: 0 15px;
}
.home-column1 {
	padding: 0;
}
.home-column2 {
	padding: 0;
}
.home-column3 {

}
.home-column4 {
	padding: 0;
}
a {
  color: #e64242;
}
.post-thumbnail {
	float: right;
	margin: 10px;
}
.post-thumbnail2 {
  margin: 20px auto 50px auto;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 15px #737272;
}
.sow-recent-posts-thumbnail {
	
	border-radius: 10px;
  overflow: hidden;
}
.post:nth-of-type(2n+1) .post-thumbnail-alternate {
	float: right;
	margin: 0 0px 10px 15px;
}
.post:nth-of-type(2n+2) .post-thumbnail-alternate {
	float: left;
	margin: 0 15px 10px 0;
}
.post:nth-of-type(2n+3) .post-thumbnail-alternate {
	float: right;
	margin: 0 0px 10px 15px;
}
.post:nth-of-type(2n+4) .post-thumbnail-alternate {
	float: left;
	margin: 0 15px 10px 0;
}

.post:nth-of-type(2n+5) .post-thumbnail-alternate {
	float: left;
	margin: 0 15px 10px 0;
}
.post:nth-of-type(2n+6) .post-thumbnail-alternate {
	float: right;
	margin: 0 0px 10px 15px;
}
blockquote {
    margin: 0 0 1rem;
    border-left: 5px solid #333;
    padding: 15px;
background-color: #f1f1f1;
}
.panel-title {
    padding: 10px 15px;
    background-color: #ccc;
    margin: 10px 0;
}
.panel-body {
	padding: 15px;
	border: 1px solid #ccc;
}

.featured {
	overflow: hidden;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
	 
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#home-section {
	
}
.top-widget {
    float: right;
    margin: 10px 0px 10px 20px;
    position: relative;
    z-index: 999;
}
.top-widget2 {

  float:right;
    color: #c42c3b;
    font-weight: 600;
    font-size: 14px;
    margin: 12px 0px 0px 10px;
    position: relative;
    z-index: 999;
}

.rollover {
    position: absolute;
    z-index: 9;
    top: 0;
	-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.rollover:hover {
opacity:0; 
filter:alpha(opacity=0); /* For IE8 and earlier */ 
}


.widget_sp_image:hover {

-webkit-filter: brightness(1.2); filter: brightness(1.2);
}
#header-wrapper {
height: 500px;
width: 100%;
	margin-bottom: 20px;
}
.content-without-header {
    margin-top: 180px;
}
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;
}

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 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
      border-top: 1px solid #cfcfcf;
    clear: both;
}

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



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
--------------------------------------------------------------*/
.widget-title-footer {
	
}
.footer-widget-title {


	
}
.footer-widget {

	
	
}
h1, h2, h3, h4, h5, h6 {

font-family: "Oswald", sans-serif;
    font-weight: 700;
		color: #465ba6;

}
h1 {
    font-size: 60px;
    padding: 0 0 10px 0;
    text-transform: none;
    margin: 0 0 10px 0;

}
.home-hero-area {
	
}
.homepage-content {
position: relative;
	margin-top: -200px;
}
.homepage-content h1 {

}
h2 {
  font-size: 40px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 30px;
	font-weight: 400;
    line-height: 1.1;
}
h4 {
  font-size: 20px;
   line-height: 1.1;
}
h5 {
    font-size: 24px;
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 400;
 
	   line-height: 1.1;
}
.entry-meta {
	
margin: 10px 0;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {

}
h2.entry-title {
    color: #fff;
    font-size: 20px;
}
h3.widget-title {
  font-size: 1.2rem;
}
.dark-row, .dark-row h1, .dark-row h2, .dark-row h3, .dark-row h4, .dark-row a {
	color: #fff;
}
.position {
	font-weight: 700;
	margin: 0 0 15px 0;
	font-size: 19px;
}
.news-row .entry-title {
    height: 50px;
    font-size: 19px;
    padding: 5px 0;
}
.news-row .post.hentry {
    margin-bottom: 0;
    width: 32%;
    float: left;
    color: #030303;
    margin: 10px 5px;
    font-size: 14px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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%;
}

/*--------------------------------------------------------------
# IDX Impress Showcase
--------------------------------------------------------------*/
.idx-wrapper-template-default #header-wrapper {
display: none !important;
}
.idx-wrapper-template-default .col-lg-9 {
	width: 100% !important ;
	-ms-flex: 0 0 100% !important ;
    flex: 0 0 100% !important ;
    max-width: 100% !important ;
	margin-top: 130px !important;
}
.idx-wrapper-template-default .widget-area {
	display: none;
}
.impress-showcase-property {
    text-align: left;
    font-size: 14px;
    width: 32% !important;
    float: left;
    margin: 25px 7px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 0 10px #000;
	min-height: 415px;
}
.impress-showcase-property span.impress-price {
    font-size: 24px;
    display: block;
    text-decoration: none;
    color: #333;
}
.impress-showcase-property, .impress-showcase-property p {
    text-align: left;
    font-size: 14px;
    color: #333;
}


.impress-row {
    width: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
}
@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
--------------------------------------------------------------*/

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		padding: 0 0 14px 0;
font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #465ba6;
   margin: 0px 46px;
    font-size: 19px;
    text-transform: uppercase;
   
	 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
	  white-space: nowrap;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
background: none;
    border-left: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child {
    background: none !important;
    border-left: none !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {

}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #465ba6;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #465ba6;
}


.hover-underline-animation {
   
    margin: 0 0px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 8px;
}
.first-child {
	 background: none !important;
}
.hover-underline-animation a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
	
}
.hover-underline-animation a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #e64242;
  transform-origin: bottom left;
  transition: transform 0.20s ease-out;
}

.hover-underline-animation a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.dropdown-menu {
    position: absolute;
     top: auto;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-item {
	
    font-weight: 400;
    color: #000;
	padding: 5px !important;
    display: block;
    width: 100%;
font-size: 15px;
    clear: both;

    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;

	 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.dropdown-item:hover { 
	color: #ccc !important;
}

.dropdown-toggle::after {
    display: none;
}
.navbar-brand {
  height: auto;
}

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

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

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

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


.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.dropdown-menu .dropdown-item:focus {
color: #000;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

/* =Top Menu
-------------------------------------------------------------- */
.container-fluid {
    width: 100%;
	  max-width: 1475px;
}
#top-menu-container {
    display: block;
    max-width: 1475px;
    margin: 0 auto;
}

.top-menu {
  float: right;
  margin: 0 35px 0 0;
  padding: 14px 12px;
	border-radius: 0 0 20px 20px;
  position: relative;
  top: 0px;
	z-index: 9999;
	background-color: #e64242;
}
#top-menu-wrapper {
    width: 100%;
    top: 0px;
    margin: auto;

}
.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	font-family: 'oswald';
	border-left: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 400;
	 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.top-menu > li:first-child > a {
	border-left: none;
}
.top-menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0;
}
.blog-nav .active:after {
    display: none;
}
.caret {
    display: none;
}
.search-menu a {
	color: #664069!important;
	font-size: 15px !important;
	font-weight: 400 !important;
}



.navbar-nav {
    position: relative;
    left: 30px;
    top: 14px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    color: #333;
	text-transform: uppercase;
	font-weight: 700;
	
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
#main-header {
    position: fixed;
    z-index: 9999;
	height: 156px;
    width: 100%;
   background-image: url('images/main-header.png');
	background-size: 1920px;
	background-repeat: no-repeat;
	background-position: top center;
    padding: 0px 0;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.make-opaque {
	background-color: #fff !important;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
	
	
}
.site-header {

    height: 30px;
    padding: 5px 0;
    position: relative;
    top: 30px;
   
}

.navbar-brand {
    display: none;
}
.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: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

.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 {
	font-size: 14px;
  border: 0px solid #ddd;
  border-radius: 0;
  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;
}
.post-category {
	padding: 0 0 15px 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 {

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

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

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
background-color: #fff;

}
.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: none;
}

.page-content,
.entry-content,
.entry-summary {

}

.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: 0;
}

.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 ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    border-radius: 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
   margin: 0 10px;
    height: 50px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #e04545;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 16px;
    text-align: center;
}
.woocommerce-message {
    display: none;
}



#order_review_heading {
display: none;
}
.woocommerce-checkout-review-order {
	width: 46%;
    float: right;
    position: absolute;
    top: 200px;
    right: 0;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    font-weight: 700;
}


.woocommerce-billing-fields__field-wrapper {
	width: 47%;
	float: left;
}
.woocommerce-additional-fields {
	width: 47%;
	float: left;
}






.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px !important;
}



mark {
   display: none;
}



.widget_shopping_cart {
    
}
.shop-sidebar-title {
	font-size: 18px;
	text-transform: uppercase;
}
.sidebar-title {
	margin-bottom: 30px;
}
#navContainer {
    margin-top: 100px;
    border: 1px solid #c3c3c3;
    padding: 20px;
	margin-bottom: 20px;
}
#navContainer .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    color: #333;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin: 0 10px;
}
.woocommerce-content {
	margin-top: 15px;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #333333;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}
.woocommerce form .form-row textarea {
    height: 200px;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    width: 100% !important;
    min-width: 400px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #414141;
    font-size: 1.25em;
    font-weight: 700;
}
.woocommerce ul.products li.product .price {
    color: #414141;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: .857em;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .form-row.place-order button[type="submit"], .single-product .summary.entry-summary button[type="submit"] {
   
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    float: right;
	margin: 10px;
height: 40px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff;
    background-color: #000;
}
.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 Menu

----------------------------------------------------------- */

.footer-menu {
	margin-left: 0;
    padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}
.footer-menu li a {
	border-left: 1px solid #333;
	color: #333;
	padding: 0 8px;
}
.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}
.footer-menu li a:hover {
	color: #222;
}
.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

.mapp-layout{
  width:100% !important;
  overflow: hidden;
}
.mapp-dir-addr {
    width: 100% !important;

}
.mapp-dir-arrows {
    width: 10px;
    height: 12px;
    background-position: -10px -489px;
    position: relative;
    top: 0px;
    left: 97%;
}
.footer-address .widget-title {
	text-align: center;
}
.footer-address {
	
		text-align: center;
}
#blog-footer {
	background-color: #465ba6;
	padding: 15px 0;
}
.disclaimer {
		font-size: 12px;
}
.copyright a {
		font-size: 12px;
	
}
.copyright {
  font-size:12px;
  margin-bottom: 0;
  text-align: right;
}

.footer-1 {
	
}
.footer-1 .footer-widget-title {

}
.footer-2 {

}
.footer-2 .footer-widget-title {
	
}
.footer-3 {

}
.footer-3 .footer-widget-title {
	
}
.mapp-layout .mapp-iw * {
    text-shadow: none;
}



/*--------------------------------------------------------------
# For Smart Slider
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# For Testimonial Slider
--------------------------------------------------------------*/
div#n2-ss-3 .n2-style-8297e68a2ed211acb18fb2bcebe1e271-dot {
    background: RGBA(0,0,0,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 2px;
 background-image: url(images/btn-off.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

div#n2-ss-3 .n2-style-8297e68a2ed211acb18fb2bcebe1e271-dot.n2-active, div#n2-ss-3 .n2-style-ed487331a3a3c622dec16b6cb3fcd77c-dot:HOVER, div#n2-ss-3 .n2-style-ed487331a3a3c622dec16b6cb3fcd77c-dot:FOCUS {
    background: RGBA(29,129,249,0);
    background-image: url(images/btn-on.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}


/*--------------------------------------------------------------
# For Home Slider
--------------------------------------------------------------*/
div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot.n2-active, div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:HOVER, div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:FOCUS {
    background: RGBA(255,255,255,0);
     background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-2 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 4px;
      background-image: url(images/btn-off.png) !important;
    background-repeat: no-repeat;
    background-position: top center;
}


/*--------------------------------------------------------------
# For News Picture Left Slider
--------------------------------------------------------------*/
div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot {
    background: RGBA(29,129,249,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 0 2px;
      background-image: url(images/btn-off.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot.n2-active, div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot:HOVER, div#n2-ss-4 .n2-style-5e570d15f1c418b6ef8c88b6b399e259-dot:FOCUS {
    background: RGBA(0,0,0,0);
     background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# For News Picture Right Slider
--------------------------------------------------------------*/
div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 50px;
    margin: 4px;
    background-image: url(images/btn-off.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}
div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot.n2-active, div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:HOVER, div#n2-ss-6 .n2-style-b4c18763f0ad03a770e42052b6725e2e-dot:FOCUS {
    background: RGBA(255,255,255,0);
   background-image: url(images/btn-on.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
}





.n2-ss-layer[data-sstype="col"] {
    margin: 10px 0px !important;
}
div#n2-ss-4 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
    left: 80px;
}
div#n2-ss-6 .n2-ss-control-bullet {
   visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
    left: 80px;
}
#n2-ss-3-arrow-next {
    background-image: url(images/arrow-next.png) !important;
    background-repeat: no-repeat !important;
    height: 20px !important;
    width: 23px !important;
}
#n2-ss-3-arrow-previous {
    background-image: url(images/arrow-previous.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
   left: 220px !important;
  height: 20px !important;
    width: 38px !important;

}
.home-hero {
	display: block;
}
.home-hero-1151 {
		display: none;
	}
.home-overlay {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
	background-color: transparent !important;
}
.page-template-landing-page #main-header {
	display: none;
}
.page-template-landing-page #blog-footer {
	display: none;
}
.landing-page-content {
	margin-top: 0;
}

.cvwp-video-player {
    margin: 20px 0;
}
.home .lsow-container ul.slick-dots li button:hover, .home .lsow-container ul.slick-dots li.slick-active button {
	background-image: url('images/btn-on.png') !important;
	background-color: transparent !important;
  border: 0px !important;
		background-position: top center !important;
	background-repeat: no-repeat !important;
}
.lsow-container ul.slick-dots li button {
	background-image: url('images/btn-off.png') !important;
    border: 0px !important;
    width: 11px !important;
    height: 11px !important;
	background-color: transparent !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lsow-button, .btn-primary, .btn-success, input[type="button"], input[type="reset"], input[type="submit"], .btn-outline-primary, .button.add_to_cart_button, .wc-proceed-to-checkout .checkout-button.button, .price_slider_amount button[type="submit"] {
font-weight: 700 !important;
	border-radius: 99px;
 border: 0 !important;
background-color: #e64242 !important;
	color: #fff;
	font-size: 15px !important;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 10px 25px;
}
.lsow-button:hover, .btn-success:hover, .btn-primary:hover {
	background-color: #990d0d !important;
	text-decoration: none !important;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn {
  border-color: #000000 !important;
	background-color: #000000 !important;
	color: #fff;
    margin: 10px 0;
    transition: all .3s ease;
    font-weight: 700;
    padding: 5px 15px;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-readmorebtn:hover {
	background-color: #ccc !important;
}
.wpspw-post-title {
	font-size: 14px;
	line-height: 1.1;
}

.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-details-wrapper {
    width: 100%;
    float: left;
    background: #fefefe;
    padding: 0px 15px;
    box-sizing: border-box;
}
.wpspw-column, .wpspw-columns {
    padding-left: 5px;
    padding-right: 5px;

}
.wpspw-post-content div {
    padding-bottom: 7px;
    font-size: 14px;
}
.wpspw-post-title a {
    text-decoration: none !important;
    border-bottom: 0px !important;
    font-weight: 700;
    color: #000 !important;
}
.sp_wpspwpost_static.wpspw-design-w3 .wpspw-post-image-bg {
    background: #f1f1f1;
    height: 70px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wpcf7-submit {
	font-size: 15px !important;
	text-transform: uppercase;
}
.wpcf7-checkbox{
	border: 0;
}


input-group > :not(:last-child).custom-select, .input-group > :not(:last-child).form-control{
font-size: 11px;
} 
.btn:active {
 
	box-shadow: none !important;
}
a {
outline: medium none !important;
}
.btn:focus {
  outline: none !important; 
	box-shadow: none !important; 

}
	
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1850px) {

	#header-wrapper {
height: 450px;
width: 100%;
}
.badge-container {
  
  width: 350px;
  height: auto;
}
	.overlay {
  border-radius: 30px;
}
	h3.home-badge {
	font-size: 24px !important;
	
	top: 356px;

}
}
@media only screen and (max-width: 1540px) {
	.badge-container { 
  width: 250px;
  height: auto;
}
	.overlay {
  border-radius: 20px;
		font-size: 12px;
}
	h3.home-badge {
	font-size: 19px !important;
	  border-radius: 0 0 20px 20px;
	top: 238px;

}
h3.home-badge-overlay {
    font-size: 19px !important;
	margin-bottom: 10px;
}	
	
	.set-padding {
		padding: 20px 50px !important;
	}

		#header-wrapper {
height: 400px;
width: 100%;
}

}
@media screen and (max-width: 1445px) {
	#main-header {
  background-image: none;
  background-color: #ffffffd4;
}
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
	.badge-container {
  
  width: 350px;
  height: auto;
}
	.overlay {
  border-radius: 30px;
}
	h3.home-badge {
	font-size: 24px !important;
	
	top: 356px;

}
	
#pg-w68013f1192cf9-0 {
    margin-bottom: 20px !important;
}

	h1 {
  font-size: 50px;
}
	.homepage-content {
  position: relative;
  margin-top: -100px;
}
	#logo {
  width: 200px;
}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a { 
  margin: 0px 33px;
  font-size: 17px;
}
	#main-header {
  height: 120px;
}
	.navbar-nav {
  position: relative;
  left: 0px;
  top: -10px;
}
	.top-menu li a {
  font-size: 14px;
}
.set-padding {
		padding: 20px !important;
	}
	
#header-wrapper {
height: 350px;
width: 100%;
}

	.navbar-collapse {
    flex-basis: 0;
}
	.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
	.navbar-expand-xl .navbar-toggler {
    display: none;
}
	.navbar-collapse {
    display: flex !important;
}
  .navbar-dark .dropdown-item {
    color: #fff;
  }

	.impress-showcase-property {
    text-align: left;
    font-size: 14px;
    width: 31% !important;
    float: left;
    margin: 25px 7px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 0 10px #000;
	min-height: 405px;
}
	.home-blog-column {
    width: 30%;
}
		.page-blog-column {
    width: 30%;
}
	.home-hero {
		display: none;
	}
	.home-badge-text2 {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -270px;
    color: #fef200;
}
	.second-badge-row {
    margin: -195px 0;
}
	.home-badge-circle {

    width: 300px;
	height: 300px;
    
}
.home-badge-circle .widget-title {
    width: 300px;
    top: -110px;
    padding: 10px 0 79px 0;
}
	.home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
		.alignright {
 max-width: 50%
}
		.alignleft {
 max-width: 50%
}

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
	.lsow-icon-list.lsow-alignright {
    text-align: center !important;
		margin-bottom: 20px;
}
	#logo {
    top: 0px;
    width: 150px;
}
	
#main-header {
        height: 90px;
        background-color: #fff;
    }
	.top-menu {
  float: right;
  margin: 0 15px 0 0;
  padding: 5px 1px;
}
	 .top-menu li a {
    font-size: 12px;
  }
	ul.cnss-social-icon {
  text-align: center !important;
}
	h1 {
  font-size: 32px;
  margin: 20px 0;
}
	h1.entry-title {
  font-size: 32px;
  margin: 20px 0;
}

	h2 {
  font-size: 27px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
	h3 {
  font-size: 22px;
  line-height: 1.1;
}
	h4 {
  font-size: 18px;
  line-height: 1.1;
}
#header-wrapper {
height: 300px;
width: 100%;
}
	
	.impress-showcase-property {
    width: 31% !important;
    min-height: 315px;
}

.home .post.hentry {

}


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

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
		.team-name a {
    font-size: 18px;

}
	.page-blog-column {
    width: 29%;
}
		.sp_wpspwpost_static.wpspw-design-w3 .wpspw-post-image-bg {
  height: auto;
  width: 100%;
}
#navContainer {
    margin: 10px;
}
	
	.home-badge-text2 {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -210px;

}
	.home-badge-circle {
    width: 220px;
    height: 220px;
}
	.home-badge-circle .widget-title {
    width: 220px;
    top: -100px;
    padding: 10px 0 79px 0;
}
	.home-badge-circle .widget-title a {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
	
	.navbar-nav {
    display: none;
}
	#rmp-menu-wrap-60 .rmp-menu-item-link {
    font-family: 'oswald';
    text-transform: uppercase;
}	
	#rmp-container-60 {
    position: fixed;
    background-color: #fff !important;
    background-image: url('');
		top: 90px;

}
.rmp-menu-item-link {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 0;
    font-family: inherit;
    text-align: left;
		 color: #465ba6 !important;
   background-color: #fff !important;
    font-weight: normal;
		border-bottom: 0 !important; 
}

	#rmp-menu-wrap-60 .rmp-menu-subarrow {
    display: none;
}
		.search-menu {
		display: none !important;
	}
		/** This lets the third badge be centered on tablets **/
	.panel-grid-cell:nth-child(odd) {
margin: 0 auto !important;
}
	.copyright {
		text-align: center;
	}
		.container-fluid {
	max-width: 100%;
}
#top-menu-container {
 max-width: 100%;
}
	.container {
    max-width: 100%;
}
		.logo-menu a {
display: none !important;
}
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.footer-serving {
		text-align: center;
	}
	h1 {
  font-size: 31px;
  margin: 20px 0;
}
	h1.entry-title {
  font-size: 31px;
  margin: 20px 0;
}

	h2 {
  font-size: 26px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
	h3 {
  font-size: 21px;
  line-height: 1.1;
}
	h4 {
  font-size: 17px;
  line-height: 1.1;
}
#header-wrapper {
height: 250px;
width: 100%;
}
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }	
	
	#top-menu-container {
    display: block;
    max-width: 100%;
    margin: 0 15px;
}
	.home .post.hentry {

}
		.home-post-thumbnail img {
		    width: 100%;
	}
	.home-column3 {

}
		.navbar-collapse {
    flex-basis: 100%;
}
	.collapse:not(.show) {
    display: none;
}
.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}
	.navbar-expand-xl .navbar-toggler {
    display: none;
		  
}

	.home-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: auto;
}
	.page-blog-column {
    width: 100%;
    float: none;
			   margin: 20px 6px;
  
}
	.page-blog-column .entry-title {
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: 10px;
    height: auto;
}

  html {
    font-size: 80%;
  }
.footer-2 {
    width: 100%;
    padding: 10px !important;
}

	.post-thumbnail {
    float: right;
    margin: 10px;
    max-width: 50%;
}
			.navbar-collapse {
    display: none !important;
}
	.team-column {
    text-align: center;
    width: 45%;
    float: left;
    background-color: #f1f1f1;
    margin: 0 10px 20px 10px;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
	.team-name a {
    font-size: 17px;

}
	.impress-showcase-property {
    width: 100% !important;
    min-height: auto;
    float: none;
}

	
	.home-badge-text2 {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 780px;
    position: relative;
    top: -180px;
}
	.home-badge-text2 .widget-title {
    font-size: 30px;
}
	.second-badge-row {
    margin: -165px 0;
}
	.woocommerce-billing-fields__field-wrapper {
    width: 100%;
    float: none;
}
.woocommerce-checkout-review-order {
    width: 100%;
    float: none;
    position: inherit;
}
	ul.cnss-social-icon {
    text-align: center !important;
}
	.copyright {
    text-align: center;
}
	.footer-address {
    text-align: center;
}
}

@media only screen and (max-width: 680px) {
	.home-badge-text2 {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px !important;
    max-width: 90%;
    position: relative;
    top: -180px;
}
.second-badge-row {
    margin: 0px 0;
}
		
}

@media only screen and (max-width: 641px) {
	.sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 350px;
}
	

	
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	#logo {
    top: 30px;
    width: 100px;
  }
	h1 {
  font-size: 28px;
  margin: 20px 0;
}
	h1.entry-title {
  font-size: 28px;
  margin: 20px 0;
}

	h2 {
  font-size: 25px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
	h3 {
  font-size: 20px;
  line-height: 1.1;
}
	h4 {
  font-size: 16px;
  line-height: 1.1;
}


  html {
    font-size: 75%;
  }
		.sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 250px;
}
		.post-thumbnail {
    float: none;
    margin: 10px;
    max-width: 100%;
}
}
@media only screen and (max-width: 320px) {
.sp_wpspwpost_static.wpspw-design-2 .wpspw-medium-4 .wpspw-post-image-bg {
    height: 200px;
}
}

a {
outline: medium none !important;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search-form {
    background-color: #fff;
    border: 0 !important;
    border-right: 0;
    padding: 5px;
    width: 100%;
}
.btn-search {
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
   background-position: 0 -3px;
    background-color: #fff;
    border: 1px #ccc solid !important;
    border-left: 0 !important;
    height: 19px;
    border: 0 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a49f93 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #a49f93 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #a49f93 !important;
}


@media (min-width: 1200px) {
.container {
    max-width: 1500px;
}
}
.wpcf7 .wpcf7-recaptcha iframe {
    max-height: 80px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}
.nk-awb {
    position: relative;
    z-index: 0;
    height: 905px;
	width: 100%;
	top: -20px;
}
.ow-button-base .sowb-button {
    border: 2px solid #000!important;
	padding: 10px 25px !important;
	border-radius: 99px !important;
}
.badge-heading:hover {
	opacity: 0 !important;
	
	
}

.video_lightbox_auto_anchor_image {
    width: 480px !important;
    height: 360px !important;
    max-width: 480px !important;
}

.wpvl_auto_thumb_play {
    position: absolute;
    top: 140px !important;
    left: 200px !important;
    width: 48px !important;
}
.wpvl_auto_thumb_box {
    position: relative;
    width: 220px;
    height: auto;
}