/*
Custom CSS content goes here instead of in the other stylesheet (easier to locate)
*/

#submit {
    background-color: #3990e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    border:none;
    font-size:13px;
    line-height:20px;
}

@font-face {
    font-family: main;
    src: url('fonts/BrandonGrotesque-Regular.ttf');
}

@font-face {
	font-family:"Brandon Grotesque Regular";
	src: url('fonts/BrandonGrotesque-Regular.ttf');
}
@font-face {
	font-family:"Brandon Grotesque Medium";
	src: url('fonts/BrandonGrotesque-Medium.ttf');
}
@font-face {
	font-family:"Brandon Grotesque Bold";
	src: url('fonts/BrandonGrotesque-Bold.ttf');
}
@font-face {
	font-family:"Brandon Grotesque Light";
	src: url('fonts/BrandonGrotesque-Light.ttf');
}
@font-face {
	font-family:"Brandon Grotesque Black";
	src: url('fonts/BrandonGrotesque-Black.ttf');
}

/*================Home Page================*/

.left-image{ 
display:inline-block;
padding-left: 6%;
margin-top:2%;
vertical-align:top
}

.sub-content{ /*container for the content*/
display:inline-block;
width: 80%;
padding-left: 3%;
vertical-align:top;
}


.sub-text{ /*container for the text*/
padding:0% 2%;
margin:0 auto;
}

.promo-image{
height:153px;
width:336px;
display:inline-block;
padding-right:4.5%;
}

@media (max-width: 1022px) { /*gets rid of the picture and makes the h1 font size smaller for on smaller screens*/
	.left-image {
	display: none !important;
	}

	.sub-content{ /*container for the content*/
	 width: 100%;
	 padding: 2%;
	 }

	h1{
	font-size:38px !important;
	}

	.promo-image{
	height: 153px;
	width: 326px;
	margin: 0 auto;
	padding: 1% 0% 1% 0%;
	display: inline-block;
	}

	.sub-text{ /*container for the text*/
	padding:0%;
	margin:0 auto;
	}


}


@media (max-width: 600px) { /*gets rid of the picture and makes the h1 font size smaller for on smaller screens*/

	h1{
	font-size:33px !important;
	}


	.sub-content{
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 0%;
	}

	.promo-image{
	margin: 0px;
	padding: 0px;
	display: initial;
	}

}


/*===============Property Page=============*/

.entry-title{
font-family:"Brandon Grotesque Regular";
font-size:35px;
padding:21px 45px 21px 45px;
background-color:#93bef1;
}


/*css for shortcodes*/
.price{
font-family:main;
font-size:30px;
width:auto;
padding:5px 15px 5px 15px;
background-color:#e1efff;
}

.content{
display: inline-block;
vertical-align: top;
width: 51%;
margin: 0% 1% 0% 7%;
}


.right_container{
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0% 7% 0% 1%;
}

@media (max-width: 600px) {

	.content{
	width: 100% !important;
	margin: 0% !important;
	display: block !important;
	}


	.right_container{
	display: block !important;
	width: 100% !important;
	margin:0 auto !important;
	}
}


/*------------- Put Button Ontop of image & Clickable Images-----------------*/
div.imagewrap {
    display: block;
    position:relative;
       	
}

div.imagewrap:hover {
    opacity:0.3;
}

div.imagewrap150 {
    display: block;
    position:relative;
    width:150px;
}

div.imagewrap150:hover {
    opacity:0.3;
  }


div.button {
  position: absolute;
  bottom: 12px;
  right: 7px;
  }

.hilight {
    background-color: rgba(235,235,235,0.65);
    color: #ffffff;
    position: absolute;
    height: 27px;
    width: 100%;
    margin: 0 auto;
    bottom: 7px;
    }

.hilight:hover {
   background-color: rgba(0,0,0,1.0);
  }