/* 
 Theme Name:   MLS Sold Data
 Theme URI:    
 Description:  
 Author:       Dan Kitchen
 Author URI:   
 Template:     twentyseventeen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700');

body {
  	font-family: 'Montserrat', sans-serif;
	font-weight: 500;	
}


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

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1 {
	text-transform: uppercase;
}

.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    top: 16vh;
    display: block;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
	text-align: center;
}

.custom-header {
	margin-bottom: 0 !important;
}

body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
		text-align: center;
}

.header-logo {
  text-align:center;
	margin-top: 50px;

}

.custom-logo-link {
	
	padding-right: 0;
}

.custom-logo-link img {
  max-height: 200px;
	box-shadow: 0 0 80px 0px rgba(0,0,0,0.4);
}

.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
  text-align: center;  	

}
.entry-header {
  display:none;	
}

.single-post .entry-header,
.blog .entry-header 
{
	display:block;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
  text-align:center;
	font-size: 2em;

}


.site-branding a, .site-branding a{
    opacity: 0.8;
}

.site-branding a:hover, .site-branding a:focus {
    opacity: 1;
}

.navigation-top {
    top: 0;
	bottom: auto;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
	background: rgba(255,255,255,0.2);
    transition: width 2s;
}

site-navigation-fixed {
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;	
	background: rgba(255,255,255,0.9);
}

.custom-header h1 {
	color: #ffffff;
}

.wp-idx-button-wrapper .idx-start {
	font-family: 'Montserrat', sans-serif;
    max-width: 450px;
	height:80px;
	background:#FF0000;
	color: #FFFFFF !important;
	box-shadow: 0 0 80px 0px rgba(0,0,0,0.4);
	text-transform: uppercase;
	padding: 0 30px !important;
    line-height: 80px;
	margin: 0 auto 0;
	font-size: 1.0em;
	font-weight: 300;

}

.wp-idx-button-wrapper {
	padding: 0 !important;
}

.wp-idx-button-wrapper .idx-start:hover {
	background:#FF3333
	
}


.btn,
.wp-block-button__link,
.more-link
 {
	height: 80px;
	background: red;
	color: #ffffff !important;
	box-shadow: 0 0 80px 0px rgba(0,0,0,0.4);
	text-transform: uppercase;
	padding: 10px !important;
	line-height: 60px;
	margin: 0 auto;
        font-size: 30px;
	text-align: center;

}

.more-link {
	height: 20px;
	font-size: 14px;
	padding-left: 10px;
}

.entry-content .more-link:before {
	display: none;
}

.entry-content a {
    box-shadow: none !important;

}

.entry-content a:hover {
    color: #666666;

}

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
    text-align: center;
}

.social-navigation a {
    background-color: red;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 0.5em 0.5em 0.5em;
    text-align: center;
    width: 40px;
}

.site-info {
    float: none;
    padding: 0.7em 0 0;
    width: 100%;
    text-align: center;
}


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

.cta-container {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(1, 550px);
}

.cta-container div {
	text-align: center;
	padding: 14px;
}
.cta-container div {
-webkit-transition-duration: 0.4s; 
  -moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}



.cta-container div h2 {
height: 90px;
	

}

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}


#smoothup { 
  -webkit-transition-duration: 0.4s; 
  -moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}

.single-post:not(.has-sidebar) #primary, 
.page.page-one-column:not(.twentyseventeen-front-page) #primary, 
.archive.page-one-column:not(.has-sidebar) .page-header, 
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

/* Interactive Map */
svg a {
	opacity: 1.0;
	-webkit-transition: opacity 1.5s; 
    transition: opacity 1.5s;
}
svg a:hover,
svg a.hover
{
	opacity: 0.1;
}


/* poll-form ------------------------------*/

.poll-form {
    background: rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 40px;

}



.request-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: #ffffff !important;
    font-size: 16px;
    height: 49px;
    line-height: 18px;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	
	-webkit-animation: pulse 2s ease-in-out infinite alternate;
    animation: pulse 2s ease-in-out infinite alternate;
}
@-webkit-keyframes pulse {
  0% {
    background: #b20000;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #b20000;
  }
}
@keyframes pulse {
  0% {
    background: #b20000;
  }
  50% {
    background: #ff0000;
  }
  100% {
    background: #b20000;
  }
}

.page-id-0 .request-button {
    position: absolute;
    top: 25px;
    right: calc(50% - 150px);
}




/* ------------- range slider ------------- */
input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0;
  height: 36px;
  width: 36px;
  /*border-radius: 18px;*/
  background: red;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 0;
  height: 36px;
  width: 16px;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 00;
  height: 36px;
  width: 16px;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #212121;
  border-radius: 1.3px;
  }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #212121;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: #ffffff;


}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #212121;
  border: 0;

  
}
input[type=range]:focus::-ms-fill-lower {
  background: #212121;
}
input[type=range]::-ms-fill-upper {
  background: #212121;
  border: 0;
  border-radius: 2.6px;
  
}
input[type=range]:focus::-ms-fill-upper {
  background: #212121;
}


output.contactform7-output::before {
	content:"$";
}

/* Active Campaign */
._form-content {
	text-align:center;
}
#post-1472 ._form-content {
	text-align:left;
}

._form-content label {
	display:inline-block;
}

._form-title {
	font-size: 2.5em;
	
}
._field-wrapper input {
	text-align: center;
}
._button-wrapper button {
	background: red;
	color: white;
	margin-top: 10px;
	
}
._form_element {
	margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1100px;
		padding-left: 3em;
		padding-right: 3em;
	}
	.social-navigation {
		clear: left;
		float: none;
		margin-bottom: 0;
		width: 100%;
		text-align: center;
	}
	.blog:not(.has-sidebar) #primary article {
      width: 80%;
     
      margin: 0 auto;
	}
	


}
@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 1080px;
	}
}