/*

Theme Name: SUB SEA ENERGY
Version: 1.0
Author: Finely Sliced



*/

/* Set new heading styles */



h2 { color: #008996; font-weight: normal; font-size: 24px; }
h3 { color: #666; font-weight: bold; font-size: 14px; text-transform: uppercase; }
h4 { color: #666; font-weight: bold; font-size: 14px; }

.attachment-post-thumbnail { height: auto; }

/* Ported into WP from original static HTML/CSS site - new styles added here */

/* Home Slides */

.home_slides { background: #FFF; height: 70vh; overflow: hidden; }

.home_slide { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* Board Members */

.sea_board_members { list-style: none; padding: 40px 0 0; margin: 0 -20px; }
.sea_board_members .sea_board_member { display: inline-block; vertical-align: top; width: 25%; box-sizing: border-box; padding: 0 20px; margin-bottom: 40px; }

.sea_board_member img { display: block; max-width: 100%; width: 100%; height: auto; margin-bottom: 20px; }

/* Posts */

.post_thumbnail { margin-bottom: 30px; }

/* Members */

.members { list-style: none; padding: 40px 0 0; margin: 0 -20px; }
.members .member { display: inline-block; vertical-align: top; width: 25%; box-sizing: border-box; padding: 0 20px; margin-bottom: 40px; }

.member a { display: block; }
.member h5 { text-transform: uppercase; font-weight: bold; text-align: center; }
.member img { display: block; max-width: 100%; width: 100%; height: auto; border: 1px solid #eeeeee; box-sizing: border-box; margin-bottom: 20px; transition: border .3s ease; }

.member a:hover img { border: 1px solid #BBB; }

.member_contacts { list-style: none; margin: 0 0 30px 0; padding: 0; }
.member_contacts li { background-size: 24px; background-position: center left; background-repeat: no-repeat; padding-left: 34px; line-height: 24px; }

.member_contact_name { background-image: url('images/user/content/25201825008PMicon-contact.png'); }
.member_contact_address { background-image: url('images/user/content/25201825515PMicon--add.png'); }
.member_contact_phone { background-image: url('images/user/content/25201825940PMicon-phone.png'); }
.member_contact_website { background-image: url('images/user/content/25201830909PMicon-website.png'); }

.map_embed_code { padding-top: 40px; }

@media screen and ( max-width: 990px ) {

.sea_board_members .sea_board_member { width: 50%; }
.members .member { width: 50%; }

}

@media screen and ( max-width: 600px ) {
	
.home_slides { background: #FFF; height: 50vh; overflow: hidden; }
.sea_board_members .sea_board_member { width: 100%; }
.members .member { width: 100%; }


}

