/*
Theme Name: Jordan Rosen Photography Theme
Theme URI: http://jordanrosenphotography.com
Author: Tom Ray
Author URI: 
Description: A clear and simple portfolio theme show casing great, professional landscape work.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

*/
/* Page Styles
================================ */

.main-wrapper {
	width: 95%;
	margin: auto;
	}

html,
body,
.main-wrapper,
.about-col {
	height: 100%;
	}
	

@font-face { font-family: Dense-Regular; src: url('Dense-Regular.otf'); }

/* Colours and Fonts
================================ */

.main-nav a {
	font-family: Dense-Regular;
	font-size: 1.2em;
	}

.main-nav .selected {
	color: #323232;
	}

.main-nav .main-logo a {
	color: #323232;
	font-family: Dense-Regular;
	font-size: 1em;
	margin-bottom: 40px;
	}



.main-header #sub-logo a {
	text-decoration: none;
	color: #323232;
	font-family: Dense-Regular;
	font-style: italic;
	font-size: 2.2em;
	}

.about-content p {
	font-family: 'Open Sans', sans-serif;
	}

.contact-para p {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	display: inline-block;
	}
	
.contact-para {
	margin-left: 10%;
	margin-bottom: 2%;
	}


/* Main Header
================================ */

.main-header {
	padding: 0 2%;
	margin: 0 0 3% 0;
	}

/* Home Page
================================ */

.index-content {
	width: 100%;
	}

.image-slider {
	display: block;
	width: 100%;
	margin-bottom: 1.5%;
	}

.image-slider img {
	display: inline-block;
	width: 33.2%;
	height: auto;
	margin-right: -5px;
	padding: 0;
	opacity: 1; /* Change this to .5 for 50% opacity */
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
	}

.image-slider img:hover {
    opacity: 1;
}




/* Navigation
================================ */

.nav-pages {
	padding: 17px 0 0;
	}

.main-nav li {
	width: 15%;
	}

.main-nav li a {
	text-align: center;
	}

.main-nav .main-logo {
	width: 40%;
	
	}

.main-header #sub-logo {
	display: block;
	background-color: #fff;
	text-align: center;
	}


	
	
	
.main-nav{
    list-style:none;
    font-weight:bold;
    float:left; /* Clear floats */
    width:100%;
		display: inline-block;
		padding: 0;
		margin-bottom: -15px;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}
.main-nav li{
    float:left;
    position:relative;
}
.main-nav a{
    display:block;
    color:#ababab;
    background:#fff;
    text-decoration:none;
}
.main-nav a:hover{
    color:#323232;
}

/* Navigation Dropdown
================================ */
.main-nav ul{
   /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.main-nav ul li{
    padding-top:5px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}

.main-nav ul li a {
	font-family: Dense-Regular;
	font-style: italic;	
	display: block;
	margin: 0;
	padding: -5px;
	}

.main-nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.main-nav li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
.main-nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    
}
.main-nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.main-nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#fff;
		padding-right: -100px;;
}

.main-nav li ul li a {
	text-align: center;
	}


/* Footer
================================ */

.main-footer p {
	background-color: #fff;
	text-align: center;
	width: 100%;
	font-family: Track;
	color: #ababab;
	padding: 2% 0 0 0;
	font-style: italic;
	display: block;
}

.main-footer {
	display: block;
	}

.main-footer-about footer p {
	background-color: #fff;
	text-align: center;
	width: 100%;
	font-family: Track;
	color: #ababab;
	padding: 2% 0 0 0;
	font-style: italic;
	display: block;
	padding-top: 45%;
	}
	
	footer {

  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}



/* About Page
================================ */

.about-content {
	width: 100%;
	}

.profile-pic {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	border-radius: 100%;
	width: 40%;
	height: 40%;
	}


/* Gallery pages
================================ */

img {
  max-width: 100%;
}

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 49%;
  margin: 0.2%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}



/* Contact page
================================ */


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);



#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	margin-top: -25px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}