/*
Theme Name:    Seawolf 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 {
--menu_green:#33ffcc;
--sea_green: #33cc99;
--blue: #003399;
--dark_blue:#00325e;
--red: #cc0000;
--gray:#333333;
}

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

h1, h1.entry-title {
	font-family: 'Public Sans', sans-serif;
	font-size: 28px;
	color:var(--menu_green);
	font-weight: bold;
	margin-bottom:35px;
	line-height:35px;
}

h2, h2.entry-title  {
	font-size: 30px;
	color:var(--blue);
	line-height:40px;
}

h3 {
	font-size: 24px;
	color:var(--sea_green);
	line-height:34px;
}

h4 {
	font-size: 16px;
}
body > div {
    font-family: 'Public Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
    color:var(--gray);
    line-height:1.5em;
}
p {
	margin-bottom:1.2em;
    font-family: 'Public Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
    color:var(--gray);
}
a, a:visited, .entry-title a, a:hover {
	color:var(--red);
}
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  */
}

/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
	font-family: "Public Sans", sans-seric;
}

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

/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-header .wrap, .nav-primary .wrap, .site-inner {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto; 
}
/********* header settings *************/
.site-header {
    	box-shadow:none;
        background-color:transparent;
        position:relative;
        z-index:1000;
}
.site-header .wrap {
	margin-top:30px;
	margin-bottom:30px;
}
.title-area p,
.title-area .site-title {
	display:none;
}
/* set dimensions of logo */
.logo {
	max-width:360px;
	height: auto;
	}
/* reduce space bewteen content and footer */
.page .entry {
	margin-bottom:0px;
}
.content {
	float: none;
	width: 100%;
	}
/* don't display page title */
h1.entry-title {
	display:none;
}

/********** navigation ****************/
.nav-primary {
    position:relative;
    z-index:9999;
    width:100%;
}
/* move main menu to right of logo */
.nav-primary .genesis-nav-menu {
   width:150px; /* was 750 with all pages */
   float:right;
}
.home .nav-primary .genesis-nav-menu {
       margin-top:-130px;
}
body:not(.home) .nav-primary .genesis-nav-menu {
       margin-top:-200px;
}
.nav-primary .menu-item {
    float:left;
}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.genesis-nav-menu li a {
	 padding:15px 25px 15px 25px !important;
	 text-transform:uppercase;
    font-family: "Public Sans", sans-serif;
    font-size:22px;
    font-weight: bold;
}
.genesis-nav-menu li a {
	 color:#fff;
	 text-decoration: none;
}
.genesis-nav-menu li a:hover {
	 color:var(--menu_green) !important;
	 text-decoration: none;
}
.genesis-nav-menu li:hover::after,
.genesis-nav-menu .current-menu-item::after,
.genesis-nav-menu .current-menu-parent::after {
    content:"";
    height:3px;
    width:100%;
    background-image:url("/wp-content/uploads/menu-underline.png");
    background-color:transparent;
    background-size:100%;
    display:inline-block;
    position:absolute;
    bottom:-3px;
}

/* 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:'Public Sans', sans-serif;
	color:#fff;
	border:none;
	}
/* submenu background color */
.genesis-nav-menu ul.sub-menu, .genesis-nav-menu ul.sub-menu li a {
	background-color:var(--blue);
	}
.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(--menu_green);
}
.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:#fff;
}


/********** homepage ***********/

.home-hero {
    position:absolute !important;
    top:0 !important;
    left:32px !important;
    width: 100% !important;
    height:800px;
    background-image:url("/wp-content/uploads/home-hero-2-scaled.jpg");
    background-size:cover;
    padding-top:250px;
    padding-bottom:100px;
    /*margin-top:-335px;*/
}

.home-top-h2 h2 {
    font-size:32px;
    text-transform:uppercase;
    line-height:39px;
}
.home-top-greenline {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
.home-top-greenline img,
.home-top-greenline {
    height:4px !important;
}
.home-top-secondline p {
    color:#fff;
    font-size:32px;
    line-height:45px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

.home-cell-image img {
    margin-left:20%;
}
.home-careers {
    background-image:url("/wp-content/uploads/home-careers-background-scaled.jpg");
    background-size:cover;
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
    margin-top:460px;
}
.show-image {
    display:block;
}
.hide-image {
    display:none;
}

.home-logo-row {
    margin-top:35px;
    margin-bottom:35px;
}
.home-logo-row .wpb_wrapper {
    display:flex;
    justify-content:center;
    align-content:center;
}
.home-logo-image {
    padding-left:50px;
    padding-right:50px;
    padding-bottom:30px;
    flex-basis:50%;
}
.home-logo-image figure,
.home-logo-image .vc_single_image-wrapper {
    height:100%;
}
.home-logo-image .vc_single_image-wrapper {
    display:flex !important;
}
.home-logo-image img {
    align-self:center;
    margin-bottom:0 !important;
}

.home-logo-image1,
.home-logo-image2,
.home-logo-image3 {
     border-right:dotted 2px var(--gray);
}
.home-logo-image1 {
    flex-basis:32%;
}
.home-logo-image2,
.home-logo-image3 {
    flex-basis:20%;
}
.home-logo-image4 {
    flex-basis:28%;
}


/***** secondary pages *********/

body:not(.home) .site-header {
    background-image:url("/wp-content/uploads/subpage-hero-scaled.jpg");
    background-size:cover;
    padding-bottom:70px;
}
.subpage-title {
    position:absolute;
    bottom:0;
    text-transform:uppercase;
}
body:not(.home) .content {
	max-width: 1100px !important;
	padding-top:30px;
	padding-bottom:50px;
	padding-left:3%;
	margin-left:0;
}
/***** contact page *****/
.contact-image figure {
    max-width:360px !important;
    float:right;
    margin-left:20px;
}
.contact-address {
    width:420px;
}
/***** team bios *****/
.team-loop-container {
    margin-top:35px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    max-width:1300px;
    margin-left:auto;
    margin-right:auto;
}
.team-loop-container .seawolf_bio {
    flex-basis:30%;
    margin-bottom:60px;
}
.team-loop-container .seawolf_bio .person-name,
.team-loop-container .seawolf_bio .person-title {
    text-align:center;
}
.team-loop-container .seawolf_bio .person-name {
    margin-bottom:0;
    margin-top:25px;
    font-weight:bold;
}
.seawolf_bio .person-title {
    line-height:30px;
}

.team-loop-container .seawolf_bio .entry-content,
.team-loop-container .seawolf_bio .entry-header {
    display:none;
}
/**** single bio page ****/
body.single-seawolf_bio .content {
    max-width:1300px !important;
    padding-left:0;
}
.single-seawolf_bio .entry-header,
.single-seawolf_bio .entry-content {
    display:none;
}
.single-seawolf_bio .person-details {
    display:flex;
    align-content:center;
}
.single-seawolf_bio .person-image {
    flex-basis:40%;
}
.single-seawolf_bio .personinfo {
    flex-basis:60%;
    padding-left:5%;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
}
.single-seawolf_bio .person-name,
.single-seawolf_bio .backtoteam {
    width:100%;
    margin-bottom:0;
}
.backtoteam a {
    font-weight:bold;
}
.backtoteam {
    margin-top:25px;
}

/**** seawolf news ******/
.news-loop-container .seawolf_news {
    margin-bottom:35px;
}
.news-loop-container .seawolf_news .entry-header {
    display:flex;
    flex-wrap:wrap;
}
.news-loop-container .seawolf_news .entry-header h2 {
    order:2;
    width:100%;
    font-size:24px;
    line-height:34px;
}
.news-loop-container .seawolf_news .entry-header h2 a:hover {
    color:var(--red);
}
.news-loop-container .seawolf_news .entry-header .entry-meta {
    order:1;
    width:100%;
    color:var(--blue);
    font-weight:bold;
    font-size:24px;
}
.news-loop-container .seawolf_news .entry-content {
    display:none;
}

/**** single seawolf news ****/
.single-seawolf_news .seawolf_news .entry-header {
    display:flex;
    flex-wrap:wrap;
}
.single-seawolf_news .seawolf_news .entry-header h1 {
    order:2;
    width:100%;
    font-size:24px;
    line-height:34px;
    display:block;
    color:var(--red);
}
.single-seawolf_news .seawolf_news .entry-header .entry-meta {
    order:1;
    width:100%;
    color:var(--blue);
    font-weight:bold;
    font-size:24px;
    margin-bottom:3px;
}
.single-seawolf_news .seawolf_news .backtonews {
    font-weight:bold;
}

/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-family: "Public Sans", sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag, a:hover.moretag {
	font-size:14px;
	font-family:"Public Sans", 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:var(--blue);
    background-color:#fff;
}
 
/* set achive page nav color */
.pagination li.active a, .pagination li a:hover {
	color:var(--sea_green); 
    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:0px;
    display:none;
}
.footer-widgets .wrap, .site-footer .wrap {
	padding-top:25px;
	padding-bottom:25px;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
.footer-widgets {
	/* set background color and add paint splash images */
	background-color:var(--dark_blue);
	padding-top:20px;
	padding-bottom:20px;
}
/* 2 Footer widgets */
.footer-widgets-1  {
	width:400px;
	float:left;
}
.footer-widgets-2 {
    width:calc(100% - 400px);
    float:right;
}
.footer-widgets p {
	font-family: "Public Sans", sans-serif;
	color:#fff;
	font-size:14px;
	line-height:24px;
}
.footer-logo img {
    max-width:360px !important;
    width:100%;
    margin-top:30px;
}
.footer-linkedin figure {
    margin-bottom:10px !important;
}
.footer-widgets-2 .widget {
    margin-bottom:0px;
}
.footer-linkedin {
    float:right;
    margin-bottom:0;
    margin-left:-3px;
}
.footer-linkedin img {
    margin-bottom:0;
    width:40px;
}
.footer-widgets a {
    color:#fff;
}

@media only screen and (max-width:1200px) {
    /* switch to mobile menu */
	.nav-primary {
		 display:none; 
	}
	.home-logo-row .wpb_wrapper {
	    flex-wrap:wrap;
	}
	.home-logo-image {
	    flex-basis:50%;
	    padding-left:15%;
	    padding-right:15%;
	}
    .home-logo-image2 {
        border-right:none;
    }
 
}/* 1200 */

@media only screen and (max-width:979px) {
	
}
@media only screen and (max-width:950px) {

    .contact-image figure {
        max-width:275px !important;
    }

} /* 900 */

@media only screen and (max-width:767px) {
    .site-inner {
        /*
        padding-left:3%;
        padding-right:3%;
        */
    }
    .home-hero {
        padding-top:200px;
        height:1000px;
    }
    .home-careers {
        margin-top:680px;
    }
    .home-careers img {
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
    }
    .home-cell-image,
    .home-careers-image {
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
    }
    .home-cell-image img {
        margin-left:0;
    }
    .home-logo-row .wpb_wrapper {
        flex-wrap:wrap;
    }
    .home-logo-image1,
    .home-logo-image2,
    .home-logo-image3,
    .home-logo-image4 {
        border-right:none;
        width:100%;
        flex-basis:70%;
    }
    .single-seawolf_bio .person-details {
        flex-wrap:wrap;
    }
    .single-seawolf_bio .person-image,
    .single-seawolf_bio .personinfo {
        flex-basis:100%;
    }
    .single-seawolf_bio .person-image {
        max-width:360px;
        margin-bottom:35px;
    }
    /***** contact page *****/
    .contact-image figure {
        float:left;
        max-width:360px !important;
    }
    .contact-address {
        width:auto;
    }
    .contact-address a {
        color:var(--gray);
    }
 
    
    /* 2 Footer widgets */

    .footer-widgets-2 {
        width:100%;
        float:left;
    }
    .footer-widgets-1 {
        width:100%;
    }
    .footer-linkedin {
        float:left;
    }
    .footer-address {
        text-align:left !important;
        margin-left:20px;
    }
    .footer-widgets-1 {
        margin-bottom:25px;
    }
	
}/* 767 */
@media only screen and (max-width:650px) {

    .team-loop-container .seawolf_bio .person-image {
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
    }
    .team-loop-container .seawolf_bio {
        flex-basis:100%;
    }
    body:not(.home) .site-header {
        background-image:url("/wp-content/uploads/subpage-hero-mobile.jpg");
    }
    
} /* 650 */

@media only screen and (max-width:600px) {
    .logo {
	    max-width:65%;
	}
    .home-hero-h2 h2 {
        font-size:28px;
        line-height:38px;
    }
    .home-top-secondline p {
        font-size:28px;
        line-height:38px;
    }
    .home-hero {
        padding-top:200px;
        height:1000px;
    }
    .home-careers {
        margin-top:680px;
    }
	
} /* 600 */

@media only screen and (max-width:500px) {
    #rmp_menu_trigger-93 {
	    top:52px !important;
	}
    .home-hero {
        height:1100px;
    }
    .home-careers {
        margin-top:720px;
    }
    .contact-address p {
        font-size:18px;
        line-height:28px;
    }

	
} /* 500 */