/*
Theme Name: Portfolio Press Custom
Description: Portfolio Press is a responsive theme for showcasing your photography, art, web sites, or other projects.  This commercial version also includes several styling options.  For support or questions, visit <a href="http://wptheming.com/portfolio-plus/">wptheming.com</a>.
Author: Devin Price
Author URI: http://wptheming.com/
Theme URI: http://wptheming.com/portfolio-press/
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: white, black, gray, two-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, microformats, post-formats, rtl-language-support, theme-options, translation-ready
Template: portfolio-press
*/

@import url("../portfolio-press/style.css");

/* =Customizations
-------------------------------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Limelight';
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700);

body {
	background: #ffffff;
	color: #0c6998;
	font-size: 16px;
        font-family: 'Raleway', sans-serif;
}

body border-bottom {
	display:none;
}

/*--makes images display 90% of page--*/
.col-width {
    	max-width: 90%;
    	margin: 0 auto;
}

.gallery-row {
	max-width: 100%!important;
    	margin: 0 auto!important;
}

#branding {
    	background-color:black;
}

#site-title a {
    	font-size: 32px;
    	font-family: 'Limelight', cursive;
}

#logo #site-description {
	color: #ddd;
	font-size: 36px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
}

#site-description:after {
    	content: "\f14b";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-weight: normal;
    	text-decoration: inherit;
/*--adjust as necessary--*/
    	color: #ddd;
    	font-size: 36px;
    	padding-left: 0.5em;
}

.primary-navigation {
	font-size: 1.1em;
	font-family: 'Raleway', sans-serif;
	padding: 5px;
	margin: 0!important;
}
.primary-navigation a {
margin-left: 0!important;
margin-right: 0!important;
}


h1, h2, h3, h4, h5, h6 {
	color: #0c6998;
	text-shadow: none;
        font-family: 'Raleway', sans-serif;
}
.portfolio-view .hentry:hover h3 {
	display: none;
	z-index: 1;
}

.entry-meta {
	display: none;
}	

a { 
	color: white;
}

#nav-below {
	text-shadow: none;
}

h1.entry-title {
	text-shadow: none;
}

#content .entry-title {
	font-family: 'Raleway', sans-serif;
    	text-shadow: none;
    	box-shadow: none;
}

#content {
	box-shadow: none;
}

.entry-header {
    	box-shadow: none;
}

.content-form textarea {
	box-shawdow: none;
	background:  #488eb2; 
}


#content .archive-title {
    font-family: 'Raleway', sans-serif; 
    color: #0c6998;   
}

#content .contact-form label span {
    color: #488eb2;
    font-weight: 400;
    margin-left: 4px;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color:  #488eb2;
   
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #0c6998;
}
/*--image hover state--*/
.portfolio-view .hentry:hover {
	background:#0c6998;
	font-family: 'Raleway', sans-serif;
}

.archive-title::after, .archive-meta::after {
       box-shadow: none;
}
/*--dropdown menu items--*/
#menu-item-228, #menu-item-258, #menu-item-300, #menu-item-359,  #menu-item-379, #menu-item-576,  #menu-item-865,  #menu-item-872, #menu-item-879   {
background-color: #488eb2;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="search"], input[type="url"], textarea {
    background-color:  #c4dfec;
  box-shadow: inset -19px -19px 89px -53px rgba(72,142,178,1);
}

 input[type="checkbox"] {
border: 1px solid #488eb2;
background-color:  #c4dfec;
}
div.nav-previous a, div.nav-next a  {
display: none;
}
/*--hiding irrelevant file names on images--*/
.jp-carousel-titleanddesc-title {
display: none;
}


hgroup#logo {
padding-right: 25px;
}

#colophon #site-generator p {
color: #0c6998;
font-family: 'Raleway', sans-serif;
} 

#logo #site-description {
	color: #ddd;
	font-size: 36px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
}

#site-description:after {
    	content: "\f14b";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-weight: normal;
    	text-decoration: inherit;
/*--adjust as necessary--*/
    	color: #ddd;
    	font-size: 36px;
    	padding-left: 0.5em;
}

#comments.comments-area, #respond.comment-respond {
display: none;
}



