/*
Theme Name:     Altaprop Genesis child theme 3.0
Description:    This is a child theme of Genesis
Author:         Golin Web Design
Template:       genesis

(optional values you can add: Theme URI, Author URI, Version)
*/

/* @import url("../genesis/style.css");  Use code below for genesis 3.x */
@import url("style-genesis-sample-3-2.css");


/* ## Headings and Fonts
--------------------------------------------- */

/* colors */
/**** colors ****/
:root {
--textgray: #666666;
--headergray: #333366;
--lightgray:#999999;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Verdana', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 15px;
}

h1, h1.entry-title {
	font-family: 'Verdana', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom:35px;
	color:var(--headergray);
}

h2, h2.entry-title  {
	font-size: 24px;
	color:var(--headergray);
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}
body > div {
    font-family: 'Verdana', sans-serif;
	font-size: 18px;
	font-weight: normal;
    color:var(--textgray);
    line-height:30px;
}
p {
	margin-bottom:1.2em;
    font-family: 'Verdana', sans-serif;
	font-size: 18px;
	font-weight: normal;
    color:var(--textgray);
    line-height:30px;
}
a, a:visited, .entry-title a, a:hover {
	color:var(--linkgray);
}
a, a:visited, .entry-title a {
	text-decoration: none;
}
a:hover, .entry-title a:hover {
	text-decoration:underline;
}
a:active {
    outline:none;
	/*-moz-outline-style: none; not sure if I need this too  */
}
.testimonial-text p {
    font-family:"Georgia",serif;
    font-style:italic;
    font-size:16px;
    line-height:26px;
}
.testimonial-text h2 {
    font-family:"Georgia",serif;
    font-size:16px;
    line-height:26px;
    margin-bottom:0;
}
.testimonial-signature p {
    font-family:"Georgia",serif;
    font-size:13px;
    font-style:italic;
    text-align:right;
    line-height:20px;
}
.testimonial {
    margin-left:100px;
}

/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
	font-family: "Georgia", sans-serif;
	line-height:20px;
}

/********** Page Layout **********/

/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-header .wrap, .nav-primary .wrap, .site-inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto; 
}
.site-inner {
    padding:40px 0;
}
/********* header settings *************/
.site-header {
    	box-shadow:none;
    	position:relative;
}
.site-header .wrap {
	margin-top:30px;
	margin-bottom:0px;
}
.title-area p {
	display:none;
}
.title-area {
    padding-bottom:0;
}
.header-widget-area .widget {
    margin-bottom:0;

}
.header-widget-area p {
    font-size:17px;
    font-weight:bold;
    margin-top:55px;
    text-align:right;
    margin-right:3%;
}

/* set dimensions of logo */
.logo {
	max-width:230px;
	height: auto;
	}
/* reduce space bewteen content and footer */
.page .entry {
	margin-bottom:20px;
}
.content {
	float: none;
	width: 100%;
	}

/********** navigation ****************/	
/* move main menu to right of logo */
.nav-primary {
    width:100%;
}
.nav-primary .genesis-nav-menu {
   width:400px;
   margin-left:auto;
   margin-right:auto;
   text-transform:Capitalize;
   font-family: "Verdana", sans-serif;
   font-size:14px;
   font-weight: normal;
   margin-top:-100px;
   position:relative;
   z-index:10000;
   float:right;
}
.nav-primary .menu-item {
    float:left;
}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.nav-primary .genesis-nav-menu a {
	 padding:15px;
}
.genesis-nav-menu li a {
	 color:var(--textgray);
	 text-decoration: none;
	 font-weight:bold;
}
.genesis-nav-menu li a:hover {
	 color:var(--lightgray) !important;
	 text-decoration: none;
}

/* submenu width */
.genesis-nav-menu .sub-menu{
	position:absolute !important;
	width:180px;
}

.genesis-nav-menu ul.sub-menu li a, .genesis-nav-menu ul.sub-menu li a:hover {
	text-transform:capitalize;
	font-size: 16px !important;
	padding-top:0px !important;
	font-family:'Verdana', sans-serif;
	border:none;
	}
/* submenu background color */
.genesis-nav-menu ul.sub-menu, .genesis-nav-menu ul.sub-menu li a {
	background-color:#ebebeb;
	}
.genesis-nav-menu ul.sub-menu {
	border:none;
	padding-top:15px;
	padding-bottom:5px;
}
/* color of current menu item */
.genesis-nav-menu .current-menu-item a, .genesis-nav-menu .sub-menu .current-menu-item a, .genesis-nav-menu .current-menu-parent a {
	color:var(--lightgray);
}
.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a, .genesis-nav-menu .sub-menu li:not(.current-menu-item) a {
	color:var(--textgray);
}


/********** homepage ***********/
/* don't display page title */
.page h1.entry-title {
	display:none;
}


	
/***** secondary pages *********/
/* limit content area to 850px */
body:not(.home) .content {
	padding-top:50px;
}
.banner-container {
    position:relative;
    max-width:1020px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    margin-top:-40px;
}
.banner-container img {
    width:100%;
    margin-top:-30px;
}
.banner-text {
    max-width:450px;
    font-weight:bold;
    font-size:15px;
    line-height:23px;
    margin-top:3px;
}
.team-bio p {
    font-size:16px;
    line-height:26px;
}
/****** property loop *****/
.property-loop-container {
    display:flex;
    flex-wrap:wrap;
}
.property-loop-container .property {
    flex-basis:33%;
    padding-left:.5%;
    padding-right:.5%;
    display:flex;
    flex-wrap:wrap;
    margin-bottom:25px;
    justify-content:center;
    align-content:flex-end;
}
.property-loop-container .property header {
    order:2;
    margin-top:5px;
    align-self:flex-end;
    background-color:#F2F2F2;
    width:100%;
    margin-top:-3px;
    padding-top:5px;
    padding-bottom:5px;
}

.property-loop-container .property h2.entry-title {
    text-align:center;
    font-size:14px;
    line-height:18px;
}
.property-loop-container img {
    max-height:235px;
}
.single-property .property h1.entry-title {
    margin-bottom:5px;
}
.property .location {
    margin-bottom:25px;
}
.property .property-content {
    display:flex;
}
.property .property-content .right-column {
    flex-basis:calc(100% - 300px);
    margin-top:30px;
}
.property .property-content .left-column {
    flex-basis:300px;
    margin-top:20px;
}
.property .property-content .right-column p,
.property .property-content .left-column p {
    font-size:15px;
    line-height:25px;
}

/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-family: "Verdana", sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag, a:hover.moretag {
	color:#6ebae4 !important;
	font-size:14px;
	font-family:"Verdana", sans-serif;
}
/* hide "continue reading because we added readmore */
.post .post-more {
	display:none;
}
/* hide comments on custom post types */
#comments {
	display:none;
}
/**** cutsom post loop pagination *****/
/*** make pagination lineup horizontally **/
.pagination li {
	float:left;
	margin-left:5px;
}
/* set page nav color */
.pagination li a {
	color:#13acd3;
    background-color:#fff;
}
 
/* set achive page nav color */
.pagination li.active a, .pagination li a:hover {
	color:#0b6981; 
    background-color:#fff;
}
/* add flexbox to center pagination */
.pagination {
	padding-bottom:50px;
	display:flex;
	justify-content: center;
}
/******* footer ************/
/********** basic footer setting *********/
/* remove genesis gototop */
.site-footer .gototop {
	display:none;
}
.site-footer {
    border-top:1px solid #f2f2f2;
    padding-top:0;
}
.site-footer p {
    font-size:14px;
    text-align:left;
}
.footer-widgets .wrap, .site-footer .wrap {
	padding-top:25px;
	padding-bottom:25px;
	max-width: 1040px;
	margin-left:auto;
	margin-right:auto;
}
.footer-widgets {
	/* set background color and add paint splash images */
	background-color:#33617a !important;
}
/* 4 Footer widgets */
.footer-widgets .widget-area {
	width:25%;
	float:left;
}

/* style fonts */
.footer-widgets h4 {
	font-family: "Verdana", sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	border-bottom:0px;
	font-weight:normal;
	padding-bottom:0;
}
.footer-widgets p {
	font-family: "Verdana", sans-serif;
	color:#fff;
	font-size:16px;
}
/* footer widget menu styling */
.footer-widgets ul li a {
	font-family: "Verdana", sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	text-decoration:none;
}
.footer-widgets ul li {
	padding-bottom:5px;
}

@media only screen and (max-width:1030px) {
    /* set site width, header width and nav width*/
    .site-header .wrap, .nav-primary .wrap, .site-inner, .banner-container {
	    padding-left: 3%;
	    padding-right: 3%; 
    }
    .header-widget-area p {
        margin-right:0;
    }

}/* 1030 */
@media only screen and (max-width:974px) {
    .banner-container {
        margin-top:0;
    }
} /* 974*/
@media only screen and (max-width:900px) {

		
} /* 900 */

@media only screen and (max-width:767px) {
    /* switch to mobile menu */
	.nav-primary,
	.header-widget-area {
		display:none;
	}
	.banner-container {
        margin-top:20px;
    }
    .rmp-menu-wrap {
        padding-top:20px !important;
    }
    .site-inner {
        padding-left:3%;
        padding-right:3%;
    }
    .property-loop-container .property {
        flex-basis:50%;
    }
    .property .property-content .right-column,
    .property .property-content .left-column {
        flex-basis:100%;
    }
    .property .property-content {
        flex-wrap:wrap;
    }
    .testimonial {
        margin-left:0;
        max-width:600px;
    }
	
}/* 767 */

@media only screen and (max-width:550px) {
	.property-loop-container .property {
        flex-basis:100%;
    }
} /* 500 */

@media only screen and (max-width:350px) {
	
} /* 350 */