/*
Theme Name: Sebastian Becher Photography
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sebastian Becher Photography
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sebastian Becher Photography is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway);

/*@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope|Delius+Swash+Caps|Architects+Daughter|Just+Me+Again+Down+Here|Playfair+Display|Noto+Serif|Old+Standard+TT:400,700);
*/

html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
 }

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 25px;
	margin: 15px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
     font-family: 'headerFont';
     src: url(fonts/Saint-Andrews%20Queen.ttf);
 }

@font-face {
     font-family: 'textFont';
     src: url(fonts/romance%20fatal%20serif%20JC%20Fonts.ttf);
 }
		  
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
			font-family:'textFont';
		  }
.underlineHeading {
		  background:url("http://sebastianbecher.com.au/wp-content/uploads/seperator-white.png") no-repeat 50% 100%;
			padding-bottom:35px;
}
			
.underlineHeadingGreen {
		  background:url("http://sebastianbecher.com.au/wp-content/uploads/seperator-green.png") no-repeat 50% 100%;
padding-bottom:35px;}			

p {
	margin-bottom: 24px;
/*font-family:'Merriweather';
font-family: 'Delius Swash Caps', cursive;
font-family: 'Architects Daughter', cursive;
font-family: 'Just Me Again Down Here', cursive;
font-family: 'Playfair Display', serif;
font-family: 'Noto Serif', serif;
font-family: 'Old Standard TT', serif;
font-family: 'Annie Use Your Telescope', cursive;*/
			
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	/*.main-navigation ul {
		display: none;
	}*/
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*------------------------------------------------------*/



body {color:#404040;background:#000;}
#page {border-left:1px solid #fff;border-right:1px solid #fff;margin:0 auto;}
  #page {width:1348px;}
  #site-navigation {width:1346px;}
.site-header {height:650px;width:100%;margin:0;padding:0;border:none;
background:url("http://sebastianbecher.com.au/wp-content/uploads/simone_ted-181.jpg") no-repeat 50% 50%;}

.site-title {margin:400px auto 0 auto;width:625px;height:100px;}
  
  
  .site {background:#000;}
.hidden {position:absolute;
 	left:-10000px;
 	top:auto;
 	width:1px;
 	height:1px;
 	overflow:hidden;}
.hidden:focus {
	left:auto;
	right:10px;
	width:auto;
	height:auto;
	font-size:16px;}

.site-description {color:#fff;font-size:12px;font-weight:normal;text-align:center;font-family: 'Raleway', sans-serif;}
.site-title {margin:100px auto 0 auto;width:200px;height:100px;}
.site-title a {font-family:headerFont;text-decoration:none; color:#fff;font-size:60px;}
.site-title a:visited {color:#fff;}
.site-content {margin-top:-25px;}

.page .entry-content {margin:0;}
.weddingSection {background:url("http://sebastianbecher.com.au/wp-content/uploads/KG-096.jpg") no-repeat 0% 100%;width:100%;padding-left:40%;display:block;}
.weddingHeading {text-align:center;}
.weddingText {background:url("http://sebastianbecher.com.au/wp-content/uploads/seamless-half.jpg") repeat right top;width:100%;display:block;padding:20px;}

.aboutSection {width:100%;color:white;
  background:url("http://sebastianbecher.com.au/wp-content/uploads/about.jpg") no-repeat 0% top;}
.aboutText {margin:0 auto;text-align:center;width:600px;display:block;}
.aboutText ul {padding:0;}
.aboutText li {list-style-type:none;}
.contactSection {width:100%;display:block; padding:20px;
  background:url("http://sebastianbecher.com.au/wp-content/uploads/weave-texture.jpg") repeat left top;}
.contactSection h1 {text-align:center;}

.sliderFrame {display:inline-block;width:270px;height:270px;border:1px solid #fff;padding:170px 20px 20px 20px;}
.slideOne {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideOne.jpg") no-repeat left top;}
.slideTwo {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideTwo.jpg") no-repeat left top;}
.slideThree {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideThree.jpg") no-repeat left top;}
.slideFour {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideFour.jpg") no-repeat left top;}
.slideFive {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideFive.jpg") no-repeat left top;}
.slideSix {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideSix.jpg") no-repeat left top;}
.slideSeven {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideSeven.jpg") no-repeat left top;}
.slideEight {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideEight.jpg") no-repeat left top;}
.slideNine {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideNine.jpg") no-repeat left top;}
.slideTen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideTen.jpg") no-repeat left top;}
.slideEleven {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideEleven.jpg") no-repeat left top;}
.slideTwelve {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideTwelve.jpg") no-repeat left top;}
.slideThirteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideThirteen.jpg") no-repeat left top;}
.slideFourteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slidefourteen.jpg") no-repeat left top;}
.slideFifteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideFifteen.jpg") no-repeat left top;}
.slidesixteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideSixteen.jpg") no-repeat left top;}
.slideSeventeen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideSeventeen.jpg") no-repeat left top;}
.slideEighteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideEighteen.jpg") no-repeat left top;}
.slideNineteen {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideNineteen.jpg") no-repeat left top;}
.slideTwenty {background: url("http://sebastianbecher.com.au/wp-content/uploads/slideTwenty.jpg") no-repeat left top;}

.SlideText {opacity:1;color:#ffefdb;font-family: 'Raleway', sans-serif;text-shadow: 1px 1px #000;font-family: 'textFont'; font-size: 20px;}
.sliderFrame:hover .SlideText {opacity:0;}
.amper {font-family:Arial, sans serif;}


/*------------ Navigator --------*/

.main-navigation .nav-head-container {
  width:100%;
  border-bottom:1px solid #e1e1e1;
  border-top:1px solid #e1e1e1;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
  display:block;
  font-family:arial;
   }
  
.main-navigation .mobile-nav {
    display: none; }

.main-navigation .nav-head-container .top-nav {
      overflow: hidden;
      width: auto; }
      
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu {
          list-style-type: none;
          width:990px;
          margin:0 auto;
          padding:0;
         }
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li {
            display: inline-block;
            /*border-right:1px solid #e1e1e1;*/
            height:45px;
            width:247px;
            text-align:center;
            /*color:#454545 !important;*/
            color:#fff;
            margin-left:-6px;
            }
            
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li:first-of-type {
	/*border-left: 1px solid #e1e1e1;*/
	margin-left:0;
}

.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li:hover {
	background:#e6e6e6;
	text-decoration:underline;
}

.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li a {
              text-decoration: none;
              color: #fff;
              font-size: 16px;
              font-weight:bold;
              line-height:47px;
              display: inline-block;
            }
/* underlines links */
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li:hover a {
              text-decoration:underline;}
    

@media screen and (min-width: 641px) {
.main-navigation { position:fixed; top:0; width:100%;background:#000;height:48px;}
.main-navigation ul {margin:5px auto 0 auto;width:800px;height:40px;}
.main-navigation li {width:200px;text-align:center;}
.main-navigation li a, .main-navigation li a:visited {font-family: 'Raleway', sans-serif; color:#fff;}
.main-navigation li a:hover, .main-navigation li a:focus {text-decoration:underline;color:#996;}

}



  
  /*-----------------------------------  640px width ---------------------------------*/
@media screen and (max-width: 640px) {

#page, .weddingSection, .weddingText, .aboutSection, .aboutText {width:100%;}
.site-header {background:none; width:100%;}
.site-title {margin:100px auto 0 auto;width:90%;height:100px;text-align:center;line-height:45px;}
.gallerySection {width:90%;margin-left:25px;}


.main-navigation { position:fixed; top:0; background:#000;border-bottom:1px solid #ccc;}
  
.main-navigation {width:100%;}

.main-navigation .mobile-nav {
    display: block;
    position: relative;
    right: 0;
    padding: 36px 14px 0 3%;
    background-color: #000;
    font-size: 12px;
    z-index: 10001;
    top: 3px;
    color: #fff;
    float: right;
    text-decoration: none;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }
  .main-navigation .mobile-nav:focus {
      color: #fff !important;
      border: 1px dotted #676767;
      background-color: #000; }
  .main-navigation .mobile-nav .top, .main-navigation .mobile-nav .middle, .main-navigation .mobile-nav .bottom {
      background-color: #fff;
      height: 5px;
      right: 15px;
      position: absolute;
      width: 35px; }
    .main-navigation .mobile-nav .top {
      top: 10px; }
    .main-navigation .mobile-nav .middle {
      top: 19px; }
    .main-navigation .mobile-nav .bottom {
      top: 28px; }

.main-navigation .nav-head-container {
	min-height:67px;
}

.main-navigation .nav-head-container .top-nav {
    transition: 500ms;
    -webkit-transition: 500ms;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    z-index: 11;
    margin-top: 0;
    position: relative;
    max-height: 0; }
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container {
      float: left;
      margin-top: 30px;
      width: 100%; }

.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu {width:100%;}

.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li, 
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li:first-of-type {
	width:250px;
	display: block;
    border:none;
    height:55px;
    text-align:left;
    color:#fff;
    margin-left:10px;
          }
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li:hover {
background:#fff;
}
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li a {
            font-size: 25px; 
			text-decoration: none;
            color: #fff;
            font-weight:bold;
            line-height:15px;
            display: block;}


.show .main-navigation .nav-head-container .top-nav {
    left: 0;
    right: 0;
    top: 0;
    max-height: 500px; }

  .show .mobile-nav {
    right: 0;
    color: #fff; }
    .show .mobile-nav .top {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 18px; }
    .show .mobile-nav .middle {
      opacity: 0; }
    .show .mobile-nav .bottom {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 18px; }
  .show .menu-open {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    opacity: 0.8; }
}

/*-----------------------------------  320px width ---------------------------------*/

@media screen and (max-width: 320px) {
  .site-header {width:100%;height:430px;}
.site-title {margin:100px auto 0 auto;width:90%;height:190px; text-align:center;line-height:45px;}
#page, .main-navigation {width:100%;}
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu li { width:95%;}
.main-navigation .nav-head-container .top-nav .menu-homepage-menu-container .menu {width:100%;}
.weddingSection {background:url("http://sebastianbecher.com.au/wp-content/uploads/seamless-half.jpg") repeat 0% 0%;padding-left:0;}
.weddingText {background:none;}
.aboutSection {background:#000;}
.aboutText { padding:0 10px;width:95%;}
.myTextField {width:90%;height:100px;}
.gallerySection {width:267px;margin:10px 0 0 26px;}
.slick-next { right:-20px;}


}


