/*
 Theme Name:   Jess
 Theme URI:    http://jessenicoli.com/Jess/
 Description:  Basic Child Theme
 Author:       Jesse Nicoli
 Author URI:   http://jessenicoli.com
 Template:     basic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Basic-Child-Theme
*/


@import 'https://fonts.googleapis.com/css?family=Bree+Serif';
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700;900&display=swap');

html{
	margin-top: 0!important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Bree Serif', serif;
	font-weight: 400;
}

p, span, ul, li, ol, body{
	font-family: 'Nunito', sans-serif;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.maxwidth{
	max-width: 1366px;
}

.section-title{
	text-align: center;
}

.section-title h2{
	font-size: 50px;
	color: #071d29;
}

.section-title h2:before, .section-title h2:after{
	border: 1px solid #071d29;
    width: 200px;
    display: inline-block;
    content: "";
}

.section-title h2:before{
	margin-right: 25px;
}

.section-title h2:after{
	margin-left: 25px;	
}

.section-title p{
	font-size: 18px;
}

.whiteback{
	background: #ffffff;
}

.greyback{
	background: #e6e7e8;
}

.button{
	display: inline-block;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 12px 35px;
	transition: all .3s;
	margin-top: 25px;
}

.button:hover{
	color: #ffffff;
	background: #2f153b;
}

.white-link{
	color:#ffffff;
	transition: all .3s;
}

.white-link:hover{
	color: #F7C1FF;
}

/* HEADER START */

.sitetitle{
    float: left;
    display: inline-block;
	width:48%;
}

.topnav{
	float: right; 
	display: inline-block;
	width:48%;
}

#header{
	background: #071d29;
}

a#logo{
	font-size: 50px;
	font-family: 'Bree Serif', sans-serif;
	color: #D9D9D9;
	font-weight: 400;
}

.logo{
	padding: 15px 0;
}

p.sitedescription{
	color: #8b8b8b;
}

.top-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 104px;
	background: rgba(0,0,0,0)!important;
	background-color: rgba(0,0,0,0);
}

.top-menu .current_page_item > a, .top-menu .current_page_item > span, .top-menu .current-menu-item > a, .top-menu .current-menu-item > span{
	background-color: transparent;
}

.top-menu li a, .top-menu li span{
	color: #D8D8D8;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
   /* background-repeat: no-repeat;
    background-size: 0 70%;
    background-position: 0 11px;
    transition: .3s ease-in-out;
    background-image: linear-gradient(
90deg, #30875f, #30875f);
    display: inline!important;*/
}

.top-menu > li:hover > a{
	background:transparent;
}

.top-menu .current-menu-item > a:hover, .top-menu .current-menu-item > span:hover{
	color: #D8D8D8;
}

.top-menu li a, .top-menu .current-menu-item > span{
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding: 0.2em 0;
	margin: 10px 35px;
	letter-spacing: 2px;
}

.top-menu li a:hover, .top-menu .current-menu-item > span:hover{
	background-color: transparent;
}

.top-menu li a:after, .top-menu .current-menu-item > span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 100%;
	height: 0.1em;
	background-color: #2d6380;
	opacity: 1;
 	transform: translate3d(-100%, 0, 0);
	transition: opacity 200ms, transform 200ms;
}

.top-menu li a:focus::after, .top-menu .current-menu-item > span:focus::after,
.top-menu li a:hover::after, .top-menu .current-menu-item > span:hover::after{
	transform: translate3d(0, 0, 0);
}

.top-menu li:nth-child(1){
	display: none;
}

/* HEADER END */

/* MAIN START */

#main{clear: both;}

/* MAIN END */

/* ABOUT START */

#main-photo{
	float: left;
	display: inline-block;
	width: 35%
}

#about-jess{
	float: right;
	display: inline-block;
	width: 60%;
}

/* ABOUT END */

/* CERTS START */

#certs, #work{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#certs div, #work div{
	margin: 0 20px;
	width: 265px;
}

#certs div{
	margin-bottom: 25px;
	margin-top: 30px;
}

/* CERTS END */

/* WORK START*/

.web-title h2{
	color: #071d29;
	font-size: 35px;
	text-align: left;
}

.web-title{	
	margin: 0 0 30px 0;
}

.web-section .thumbnails{
	float: left;
	width: 48%;
}

.web-info{
	float: right;
	width: 48%;
}

.entry-box ul {
    list-style: none;
}

.entry-box ul, .entry-box ol {
    margin: 0;
}

.three-column ul{
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
}

.three-column li{
	display: table-cell
}

.three-column li:nth-child(2){
	padding: 0 15px;
}

.entry-box ul li{
	padding-left: 0;
}

.thumbnails{
	display: table;
	width: 100%;
	text-align: center;
}

.thumbnails li{
	display: table-cell;
}

.assisted-projects .thumbnails li, .assisted-projects .thumbnails p{
	width: 185px;
	margin: 0 auto;
}

.personal-projects .thumbnails li, .personal-projects .thumbnails p{
	width: 222px;
	margin: 0 auto;
}

.entry-box ul{
	list-style-type: none;
}

.assisted-projects li p, .personal-projects li p{
	font-style: italic;
	text-align: left;
}

.thumbnails img{
	border: 1px solid #e3e3e3!important;
}

/* WORK END */

/* HOBBIES START */

.bwg_close_btn {
    transform: scale(2);
    position: relative;
    top: 135px;
    right: 22px;
    background: #555;
    padding: 5px;
    border-radius: 100px;
	transition: all .3s;
}

.bwg_close_btn:hover {
    background: #7f7f7f;
}

/* HOBBIES END */

/* CONTACT START */

#contact-form{
	padding: 40px 15px 15px;
}

#contact-form form{
	text-align: left;
}

#contact-form label{
	display: block;
	margin: 25px 0 10px 0;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    width: 100%;
	box-sizing: border-box;
}

#contact-form input[type=submit]{
	background: #ffffff;
    color: #071d29;
    transition: all .3s;
    border-radius: 0;
    padding: 10px 40px;
}

#contact-form label{
	color: #ffffff;
}

#fname, #email-c{
	float: left;
	width: 49%;
}

#lname, #phone-c{
	float: right;
	width: 49%;
}

.wpcf7 form .wpcf7-response-output{
	color: #ffffff;
}

/* CONTACT END */

.entry-box{
	padding: 0;
	margin: 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6{
	padding-top: 10px;
}

.full-container{
	width: 100%;
}

.content-container{
	max-width:1366px;
	margin: 0 auto;
}

.purple-bar{
	background: #660066;
	padding: 25px 40px;
	box-sizing: border-box;
}

.purpleback{
	background: #071d29;
}

.purpleback .section-title h2, .purpleback p{
	color: #ffffff;
}

.purpleback .section-title h2:before, .purpleback .section-title h2:after{
	border-color: #ffffff;
}

.entry-box .entry{
	padding-bottom:0;
}

#contain h1{
	font-family: 'Bree Serif', serif;
	letter-spacing: 2px;
	font-size: 3.2em;
}

#contain h2{
	font-family: 'Nunito', sans-serif;
	letter-spacing: 2px;
	font-size:2.3em;
	color: #420042;
	padding:0;
}

#contain{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
	background: #660066;
	padding: 8.5em 3em;
	border-radius: 50em;
}

.vertical-align{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main{
	padding: 0;
}	

#pageid-2 h1{
	display:none;
}

#pageid-2 #contain h1{
	display:block;
}

html{
	height: 0;
	margin-top: 0px !important;	
}

body{
	background: #ffffff;
	color: #333333;
}

main#content{
	padding: 0;
	box-sizing: border-box;
}

.layout-center #content{
	width:100%;
}

.whiteback{
	background: #ffffff;
}

.whiteback h1{
	color: #6A027C;
}

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

	#contain{
		padding: 2em 3em;	
	}
	
	#about-jess, #main-photo, .web-section .thumbnails, .web-info, .sitetitle, #lname, #phone-c, #fname, #email-c{
		float: none;
		clear: both;
		width: 100%;
	}
	
	.section-title h2:before, .section-title h2:after{
		content: none;
	}
	
	#certs, #work{
		display: block;
	}
	
	#certs div, #work div{
		margin: 0 auto 45px;
	}
	
	.content-container{
		padding: 0 15px;
	}
	
	.thumbnails li{
		display: block;
		margin: 0 auto 45px;
	}
	
	.web-section .thumbnails li, .topnav{
		display: none;
	}
	
	.logo{
		padding: 15px 0 5px;
	}
	
	.logo:after {
    	content: "v";
		font-weight: bold;
		font-size: 30px;
		color: #D8D8D8;
	}
	
	.web-section .thumbnails img{
		margin: 0 0 35px 0;
	}
	
	.three-column li:nth-child(2){
		padding: 0;
	}
	
	li.mobile-hide{
		display: none;
	}
	
	#main-photo img{
		margin-bottom: 35px;
	}
	
	.personal-projects .thumbnails li, .assisted-projects .thumbnails li{
		margin: 0 auto 45px;
	}

}