/*
Theme Name: JohnnyoTheme
Theme URI: http://johnnyodesign.com/
Author: Johnnyo Design
Author URI: http://johnnyodesign.com/s
Description: Sensible design solutions.
*/

/* Import the necessary CSS additions */
@import url( inc/bootstrap.css );
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700');

.site-branding {
    position: absolute !important;
    z-index: 1;
}
.navbar {
    background-color: #fff;
    padding: 80px;
}
.navbarinner {
    margin: 40px;
    padding: 40px 30px 40px 40px;
    background-color: #eee;
}
body {
    background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #444;
    font-weight: 400!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
h2, .h2 {
	color: #666;
}
h3, .h3 {
	color: #333;
}
.svg2 {
    position: absolute;
    top: 0;
}
.header {
    position: relative;
}

.title {
  /**position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(black, .1);
  text-indent: .3em; **/
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.headercontainer {
	position: relative;
}
.headercontent {
    width: calc(100% - 80px);
    color: #fff;
    right: 0;
    margin-left: 40px;
}
.btn-default {
    color: #000;
    background-color: #fff;
	transition: all ease 0.1s;
}
.btn-default:hover {
    color: #fff;
    background-color: #111;
	transition: all ease 0.1s;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 1px;
}
.site-branding img {
    height: 40px;
    opacity: .9;
}
.site-info {
    font-size: 12px;
    color: #777;
    padding: 20px 0;
}
.site-info a {
	color: #000;
}
.site-footer {
    background-color: transparent;
    position: relative;
    border-top: 3px solid #ccc;
    min-height: 100px;
}
.site-footer p {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '\f054';
}
.slick-prev:before {
    content: '\f053';
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.mega-menu-link {
	font-family: 'Open Sans', sans-serif;
}
.testimonials {
    width: 70%;
    position: relative;
    margin: 40px auto;
}
.testimonial1 {
	background-size: cover;
	background-position: center;
	height: 300px;
	width: 100%;
}
.testimonial2 {
	background-size: cover;
	background-position: center;
	height: 300px;
	width: 100%;
}
.testimonial3 {
	background-size: cover;
	background-position: center;
	height: 300px;
	width: 100%;
}
.testimonial-quote {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 10px 20px 30px;
    background-color: transparent;
    border-radius: 1px;
    text-align: left;
    z-index: 20000;
    position: relative;
    /* border: 2px solid #ddd; */
    margin: 45px 0 20px 0;
}
.testimonial-quote::after {
    content: "";
    background-color: #eee;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    z-index: -1;
    bottom: 30px;
    right: 20px;
    /* margin-left: 47px; */
    border-radius: 1px;
    /* box-shadow: 0 0 20px 0px #eee; */
}
.testimonial-quote2 {
    text-align: right;
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    font-weight: 700;
}
.testimonial-quoteint {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin: 25px 0 0 0;
    padding: 20px 20px 18px 20px;
    background-color: #fff;
    border-radius: 2px;
    text-align: left;
    z-index: 20000;
    position: relative;
    bottom: 0;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.topfooter {
	padding: 20px 0 0 0;
}
.footer-logo {
	height: 40px;
}
.playstore {
	padding-left: 10px;
}
.footer-right {
	float: right;
}
.footer-scrm {
}


@media (max-width: 1200px) {
.slick-dots {
    bottom: 55px !important;
    right: 65px !important;
}
.textslide {
    margin-top: 0 !important;
    position: absolute;
    bottom: 15px;
    margin: 0 15px 0 0;
    width: calc( 100% - 30px ) !important;
    display: block;
}
}


hr {
    margin-top: 24px;
    margin-bottom: 20px;
    border: 1px;
    border-top: 2px solid #ccc;
    width: 100%;
    border-radius: 2px;
}
.testimonialsvg {
position: relative;
    /* bottom: 0; */
    z-index: 1050;
    margin-bottom: -186px;
}
.interior-content {
margin-bottom: 40px;
}
.site-content {
    overflow: hidden;
}
#primary {
    padding: 0;
}
.slide1 {
	background-image: url(/wp-content/uploads/2017/09/evermon-homes-mueschke.jpg);
}
.slide2 {
	background-image: url(/wp-content/uploads/2017/09/evermon-homes-timberlake.jpg);
}
.slide3 {
	background-image: url(/wp-content/uploads/2019/01/Evermon-family-2019.jpg);
    background-position: top!important;
	width: 100%;
	height: calc(100vh - 270px);
	background-size: cover;
    border: 10px solid #eee;
    border-radius: 1px;
    min-height: 400px;
}
.slide4 {
	background-image: url(/wp-content/uploads/2017/09/evermon-homes-spottswood.jpg);
}
.slides {
	width: 100%;
	height: calc(100vh - 270px);
	background-size: cover;
    border: 10px solid #eee;
    border-radius: 1px;
    background-position: center;
    min-height: 400px;
}
.textslide {
    margin-top: 25vh;
    width: 25vw;
    background-color: rgba(0,0,0,.5);
    padding: 1px 20px 20px 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 10px solid rgba(255,255,255,0.5);
}
.homerow {
	border-bottom: 3px solid #ccc;
}
.homerow-img {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.homerow-img::before {
    content: url(/wp-content/uploads/2017/10/house-evermon-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    right: 60px;
    position: absolute;
    bottom: -8px;
}
.homerow-img2::before {
    content: url(/wp-content/uploads/2016/12/kitchen-evermon.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    left: 80px;
    position: absolute;
    bottom: -8px;
}
.homerow-text {
    padding: 30px 0 60px 0;
}
.homerow-text2 {
    padding: 60px 0 60px 0;
}
.button {
    background-color: #444444;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: ease all 0.1s;
}
.button:hover {
    background-color: #eeeeee;
    color: #484848;
    transition: ease all 0.1s;
text-decoration: none;
}
.homerow-inner {
display: flex;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: right;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blogposts {
    padding: 100px 0 40px 0;
}
.blogposts ul{
list-style-type: none;
}
.blogposts .image {
    float: left;
    margin-right: 20px;
    border: 10px solid #eee;
    border-radius: 1px;
}
.blogposts .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #333;
    padding-top: 10px;
    display: block;
}
.blogposts .excerpt {
display: block;
}
.blogposts .excerpt-dash {
display: none;
}
.blogposts .date {
    display: block;
    padding-bottom: 20px;
    font-size: 12px;
    color: #555;
}
.footlogo {
opacity: .3;
    height: 60px;
}
.vrule {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #333;
    margin: -14px 0;
}
.envira-gallery-item img{
    border: 10px solid #eee;
}


@media (max-width: 768px) {
.site-branding {
    position: relative !important;
}
.main-navigation {
    background-color: #fff;
    margin-top: 40px;
}
.home .main-navigation {
    background-color: #eee;
    margin-top: 40px;
}
.homerow-text2 {
    padding: 0px 20px 250px 20px;
}
.homerow-inner {
    display: block;
    position: relative;
}
.homerow-img {
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
}
.homerow-text {
    padding: 0px 20px 250px 20px;
}
.homerow-text2 {
    padding: 0px 20px 250px 20px;
}
}

.callnow, .social-header, .headertext2 {
display: none;
}
@media (max-width: 1400px) {
.headercontent {
    width: calc(100% - 40px);
    color: #fff;
    right: 0;
    margin-left: 20px;
}
.blogposts .excerpt {
    display: block;
    width: calc(100% - 40px);
}
.blogposts .image {
    float: left;
    margin-right: 20px;
    border: 10px solid #eee;
    border-radius: 1px;
    margin-bottom: 20px;
}
.callnow, .headertext2 {
display: block;
}
.social-header {
display: flex;
}
.headertext .textslide, .headertext .slick-dots {
display: none !important;
}
}


.entry-content {

}
.home .entry-content {
    padding-right: 0px;
}
#primary {
    padding: 0;
    padding-bottom: 50px;
}
.home #primary {
    padding: 0;
    padding-bottom: 0;
}
.wp-post-image {
    width: 100%;
    height: inherit;
}
.entry-title a {
color: #333333;
}
.entry-meta {
margin-bottom: 10px !important;
}
.entry-title {
margin-bottom: 0px !important;
}
a {
color: #666;
}

a hover {
color: #000;
}

.blog #primary, .single-post #primary {
    padding-right: 50px;
}
.callnow {
    background-color: #484848;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
.callnow:hover {
    background-color: #7b7b7b;
    color: #dcdcdc;
text-decoration: none;
}
.callnow:active {
    background-color: #7b7b7b;
    color: #dcdcdc;
text-decoration: none;
}
.social-header {
    text-align: center;
    margin-top: 20px;

    justify-content: space-around;
    font-size: 30px;
}
.small-slides .textslide {
    position: relative;
    margin: 0;
    border: 10px solid rgb(238, 238, 238);
    background-color: rgb(72, 72, 72);
    color: #fff;
    bottom: 0;
    width: initial !important;
}
.headertext2 .slick-dots {
    display: block;
    bottom: 20px !important;
    right: 40px !important;}

h2.widget-title {
    color: #333333!important;
	font-size: 24px!important;
}

.photo-border {
	border: 9px solid #f5f5f5!important;
}

.gallery-houzz-link {
	font-size:14px!important;
}

.blog article, .archive article {
	display: table;
	    margin-bottom: 20px;
}
.blog .wp-post-image, .archive .wp-post-image {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.gallery-item {
	text-align: center;
    width: 33%;
    display: inline-grid;
    margin-bottom: 20px;
}
.gallery-caption {
    padding: 4px;
}
.gallery {
	    margin-top: 50px;
}
@media (max-width: 765px) {
	.gallery-item {
	text-align: center;
    width: 50%;
    display: inline-grid;
    margin-bottom: 20px;
}
	.text-right {
    text-align: center;
}
.text-left {
    text-align: center;
}
}
@media (max-width: 550px) {
	.gallery-item {
	text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
}

.blog #primary, .single-post #primary {
    padding-right: 25px;
    padding-left: 25px;
}
.page-template-default #primary {
    padding-right: 25px;
}

@media (max-width: 991px) { 
    .site-info p{
        text-align: center;
    }
    .site-info .text-right{
        text-align: center;
        padding-top: 20px;
    }
}