/*
 Theme Name:     Pacesetter Media child of Pacesetter Site Theme
 Theme URI:      http://www.pacesettermedia.com
 Description:    Child Theme by Pacesetter Media
 Author:         Dave Loebig
 Author URI:     http://www.pacesettermedia.com
 Template:       pacesettersite
 Version:        1.0.0
 Site:           Pacesettermedia.com
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */
body.pacesettersite {
    background-image: none;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */


figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 50px;
}
#page img, img[class*="attachment-"] {
	height: auto;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"] {
	height: auto;

}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */


.pss-site-main {
    position: relative;
	background-color: #f6f6f6;
}


body.pacesettersite, .mce-content-body {
	font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.pss-site-header, .site-footer, .mce-content-body, body.wp-autoresize {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
 


/*
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
/* Home Header */
#home-header {
	margin: 0 auto;
	-webkit-box-shadow: initial;
	box-shadow: initial;
	background-image: url(/wp-content/themes/pacesettermedia/images-design/BBP-2019-HomeGraphic-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}
#pss_home_top_container {
	margin: 0 auto;
	padding: 12px; 
	background-image: url(/wp-content/themes/pacesettermedia/images-design/BBP-2019-HomeGraphic-01.jpg);
	background-position: center;
	height: auto; /* 1000px; */
	
}


.home_top_content {
	max-width: 450px;
	margin: 0 auto;
	padding: 55px 0 0;
	font-size: 16px;
	}
.home_top_content .custom-logo {
	max-width: 100%;
	}
.home_top_content .pss-home-link {
	width: 80%;
	margin: 0 auto;
}

.pss-home-search-container {
	width: 80%;
	padding: 70px 0 50px;
	margin: 0 auto;
}
.pss-home-socialmedia {
	text-align: center;
	width: 60%;
	margin: 30px auto 50px;
	opacity: .4;
	}
.home-simple-content-area {
	color: #D8D8D8;

	}
.home-simple-content-area h1 {
	color: #ffab8e;
	font-size: 18px;
	margin: 0 0 4px;
	}
.home-simple-content-area p {
	margin: 8px 0;
	}
#home-header .home-simple-content-area a {
	text-decoration: underline;
	}
#home-header .home-simple-content-area a:hover {
	color: #ffffff;
	}
	
	
/* Inside pages Header */

.pss-site-header-container {
	max-width: 100%;
	background-image: url(/wp-content/themes/pacesettermedia/images-design/BBP-2019-PageTop-01.jpg);	

}
.pss-site-header {
	height: 130px;
	padding-top: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: center;

}
.pss-site-header .pss-home-link {
    width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	max-height: 70px;

}
.pss-site-header .search-container {
    position: initial;
	max-width: 280px;
	width: 35%;
	min-width: 220px;
	margin-left: 18px;
}
.pss-site-header input.member-search-field[type="search"] {
    padding: 14px 6px 10px 12px;
    margin: 0;
    border: 0;
}







/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
 
 
/* Home NAV */


nav.home-navigation  {
	text-align: center;
	width: 60%;
	margin: 35px auto 10px;
	
	}
	
nav.home-navigation ul.home-nav-menu {
	/*
	list-style-type: none;
	

	width: 200px;
	background-color: #f1f1f1;	
*/
	margin: 0;
	padding: 0;
	
}
nav.home-navigation  a {
	width: 100%;
	display: block;
	padding: 12px 10px;
	background-color: #bdbdbd;
	border-radius: 25px;
	color: #313131;
	margin: 22px 0;
	font-size: 18px;
	}



/* Inside Nav */


.pss-site-header .pss-navbar-bbp {
    display: block;
	flex-basis: 100%;
	margin-top: 12px;

}
ul.nav-menu-bbp, div.nav-menu-bbp > ul {
    right: 0;
    margin: 0;
    padding: 0 0 0 0;
    list-style-position: outside;
    display: inline-block;
    position: relative;

    float: none;

}


.nav-menu-bbp li {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-menu-bbp li a {
	color: #C2C2C2;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 5px 8px;
	text-decoration: none;
	border-radius: 6px;
	border-leftXXX: 1px solid #A7A7A7;
}
.nav-menu-bbp li.first-menu-item  a {
	border-left: none;
}

.nav-menu-bbp li:hover > a,
.nav-menu-bbp li a:hover,
.nav-menu-bbp li:focus > a,
.nav-menu-bbp li a:focus {
	background-color: hsla(0,0%,0%,0.14);
	color: #fff;
}
.nav-menu-bbp .current_page_item > a,
.nav-menu-bbp .current_page_ancestor > a,
.nav-menu-bbp .current-menu-item > a,
.nav-menu-bbp .current-menu-ancestor > a {
	font-style: italic;
}
.nav-menu-bbp .sub-menu,
.nav-menu-bbp .children {
	background-color: #363636;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
	}
ul.nav-menu-bbp ul a,
.nav-menu-bbp ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
	padding: 10px 8px;

}
ul.nav-menu-bbp ul a:hover,
.nav-menu-bbp ul ul a:hover,
ul.nav-menu-bbp ul a:focus,
.nav-menu-bbp ul ul a:focus {
	background-color: #FFC000;
}

ul.nav-menu-bbp li:hover > ul,
.nav-menu-bbp ul li:hover > ul,
ul.nav-menu-bbp .focus > ul,
.nav-menu-bbp .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}










/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	width: 80%;
	margin: 30px auto;
    min-height: 200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color: #cf603a;
	margin-top: 0
	/*
	
	"Terminal Dosis",'HelveticaNeue',lHelvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1.3;
	*/
}
 .content-area, .mce-content-body {
	font-size: 20px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	-webkit-box-shadow: initial;
	box-shadow: initial;
	border-radius: 0;
	background-color: #FFF;
	border: 0;
	overflow: hidden;
	max-width: 100%;
}
 
.callphone {
	width: 100%;
	background-color: #31598d;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	padding: 4px 0;
	}
.callphone a {
	color: #FFFFFF;
	text-decoration:none;
	}	
	
.webdesignicons {
	text-align: center;	
	}


.webdesignicons .hlbox img.attachment-post-thumbnail {
	border:0;
	}

/**
 * Featured Member Section (home page)
 * ----------------------------------------------------------------------------
 */
.home-featured-members {
	padding: 20px 50px;
	background-color: #DEDEDE;	
}

.home-featured-members .membersplural-container {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.home-featured-members .membersingle-container {
	padding: 6px 32px 60px;
	flex: 1 1 auto;
	width: 23%;
	background-color: #f3f3f3;
	position: relative;
	border-radius: 45px;
	margin: 0 1% 6px;
	-webkit-box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	border: 7px solid #cf8b74;
	font-size: 16px;
}
.home-featured-members .membersingle-container:before {
	content: "Featured Member";
	color: #7E7E7E;
	font-size: 14px;
	topXXX: 15px;
	leftXXX: -12px;
	positionXXX: absolute;
}

/**
 * Member Section (Members List page)
 * ----------------------------------------------------------------------------
 */
.psmpage-members .membersplural-container {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
}
.psmpage-members .membersingle-container {
	padding: 6px 32px 60px;
	flex: 1 1 auto;
	width: 28%;
	min-widthXXX:28%;
	background-color: #f3f3f3;
	position: relative;
	border-radius: 45px;
	margin: 24px 1%;
	-webkit-box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	border: 7px solid #cf8b74;
	font-size: 16px;
	max-width: 40%;
}
.psmpage-members .membersingle-containerXXX:before {
	content: "Featured Member";
	color: #7E7E7E;
	font-size: 14px;
	topXXX: 15px;
	leftXXX: -12px;
	positionXXX: absolute;
}
/**
 * Member Section (Search Result page)
 * ----------------------------------------------------------------------------
 */
.search .membersplural-container {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.search .membersingle-containerXXXX {
	padding: 6px 32px 60px;
	flex: 1 1 auto;
	width: 28%;
	min-width:28%;
	max-width: 28%;
	background-color: #f3f3f3;
	position: relative;
	border-radius: 45px;
	margin: 24px 4px;
	-webkit-box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	box-shadow: inset 0px 0px 35px hsla(208,95%,32%,0.42);
	border: 7px solid #cf8b74;
	font-size: 16px;
}
.search .membersingle-container {
	padding: 6px 0 30px;
	flex: 1 1 auto;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #000000;
}
.search .membersingle-container .member-page-link {
    position: relative;
    bottom: initial;
    left: initial;
    margin-left: initial;
	margin-top: 12px;
}

/**
 * Single Member Section (Member Single page)
 * ----------------------------------------------------------------------------
 */

.single-psmmember .membersingle-container {
	padding: 0;
	width: 100%;
	padding-bottom: 50px;
}
.single-psmmember .membersingle-container:before {
	content: "Member in Good Standing";
	color: #7E7E7E;
	font-size: 14px;
	topXXX: 15px;
	leftXXX: -12px;
	positionXXX: absolute;
}
.single-psmmember .membersingle-container p, .single-psmmember .membersingle-container ul {
	margin-bottom: 16px;
}



.membersingle-container .member-name { /*  title or member name   */
    margin-bottom: 8px;
    font-size: 30px;
	margin-top: 14px;
	color: #02589f;
}
.membersingle-container .member-page-link {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -51px;
}
.membersingle-container .member-page-link a {
	padding: 4px 12px;
	border: 2px solid #cf8b74;
	border-radius: 12px;
	margin: 6px 0;
}
.membersingle-container .member-page-link a:hover {
	background-color: #02589f;
	text-decoration: none;
	color: #FFFFFF;
}


/**
 * Events/Meetings
 * ----------------------------------------------------------------------------
 */

.psmrepeateventcontainer.firstevent {
    margin-left: auto;
	margin-right: auto;
}
.meeting-registrtion-frame {
	width: 100%;
	min-height: 900px;	
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.wpcf7-form-control {
width: 50%;
}

figcaption {
	color: hsla(0,0%,41%,1.00);
	font-size: 14px;
	text-align: center;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */



/* Custom Post Types and Shortcodes moveed to parent styles
 * ----------------------------------------------------------------------------
 */



/**
* 7.0 Footer
 * ----------------------------------------------------------------------------
 */
 .site-map-head {
    margin: 0;
    margin-bottom: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #666;
    font-family: inherit;
}
 #webdesign {
    font-size: 12px;
    display: block;
    position: relative;
    top: 0px;
    padding: 20px 0px;
    color: #575757;
    width: 100%;
    background-color: transparent;
}

.webdesign-inner {
    margin: 0;
    max-width: 100%;
	text-align: left;
	font-size: 12px;
}



/**
* Media calls
 * ----------------------------------------------------------------------------
 */
@media (max-height: 850px), (max-width: 1000px) {
	
/**  Home page top items: reduce vertical space on smaller screens
 */
.home_top_content {
	padding: 12px 0 0;
	}
.pss-home-search-container {
    width: 100%;
	max-width: 355px;
    padding: 22px 0;

}

nav.home-navigation {
     margin: 20px auto 10px;
}
}

@media (max-width: 1400px) {
 .pss-site-header, .content-area, .site-footer, .mce-content-body, body.wp-autoresize {
    max-width: 90%;
 }
 
 .entry-content {
    width: 90%;
}

 .content-area, .mce-content-body {
	font-size: 17px;
	max-width: 100%;
	}


}
@media (max-width: 999px) {
figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 35px;
	max-width: 50%;
}

.PSMdate {
    display: block;
    font-family: "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: #9E9E9E;
    text-align: right;
    margin-bottom: 5px;

    letter-spacing: normal;
    word-spacing: normal;

}



/**
 * Featured Member Section (home page)
 * ----------------------------------------------------------------------------
 */
.home-featured-members {
	padding: 20px 20px;
}

.home-featured-members .membersingle-container {
	padding: 6px 20px 60px;
	width: 100%;
}



/**
 * Member Section (Members List page)
 * ----------------------------------------------------------------------------
 */

.psmpage-members .membersingle-container {
	padding: 6px 12px 40px;
	width: 48%;
	max-width: 50%;
}









}


@media (max-width: 767px) {
 .pss-site-header,  .site-footer, .mce-content-body, body.wp-autoresize {
    max-width: 90%;
 }
 .content-area
 {
    max-width: 100%;
 }
 .entry-content {
	width: 100%;
	padding: 0 24px; 
 }

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 30px;
	max-width: 43%;
}


.blog-area main {
	width:100%;
	display: inline-block;
	padding-top: 0;
	max-width: 74%;

	margin-right: 5px;
	padding-right: 12px;

	}
.blog-area #blog-sidebar {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	margin-top: 110px;

	max-width: 20%;
	}


.wpcf7-form-control {
width: 75%;
}


}

@media (max-width: 643px) {

.pss-site-header {
    padding: 16px 4px;
}

.pss-site-header .pss-home-link {
    width: auto;
    left: 0px;
    max-width: 200px;
    min-width: 150px;
    padding: 0;
}
/**
 * Member Section (Members List page)
 * ----------------------------------------------------------------------------
 */

.psmpage-members .membersingle-container {
	width: 100%;
	max-width: 100%;
    margin: 12px 1%;
}



}
@media (max-width: 500px) {
.pss-site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
	
    height: auto;
    padding-top: 8px;
}
.pss-site-header .pss-home-link {
    max-width: 125px;
    width: 100%;
    left: initial;
	margin: 0 auto 6px;


}
.pss-site-header  .searchmemberlabel {
    display: none;
	visibility: hidden;
}
.pss-site-header .search-container {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

}

/* For everything above 500px wide  */
@media (min-width: 500px) { 





}



@media (max-width: 359px) {
.content-area {
    padding: 12px 15px;
 }

}
