/*
Theme Name: Todd Spoth
Theme URI: http://tomdean.co.uk
Author: Tom Dean

/*------------------------------------*\
    MAIN
\*------------------------------------*/

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

@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	-webkit-font-smoothing: antialiased;
	color:#333;
	background: #000;
	padding: 0;
	margin: 0;
	color: white;
	font-family: 'Lato', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}

.clear {
	clear:both;
}

p {
	font-size: 0.95em;
	line-height:1.55em;
	margin:1.2em 0;
}

article ul {
	font-size:0.95em;
	line-height: 1.55em;
}

article li {
	padding:5px 0;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#eee;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	line-height: 35px;
	font-family: "trajan-sans-pro",sans-serif;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	line-height: 23px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
	line-height: 23px;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

h4 {
	font-size: 15px;
	font-weight: 300;
	color: #56334c;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	position:relative;
}

/* header */
header {
	max-width: 260px;
	width:25%;
	padding: 3.8em 22px;
	color: #444;
	float:left;
}

header a {
	color: #fff;
}

header a:hover {
	color: #eee;
}


header h1 {
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	text-shadow: 0px 2px 3px #fff;
	margin: 30px 0 10px 0;
	letter-spacing: -1px;
}

header .menu-btn {
	display:none;
}

.feature {
	float: left;
	width:100%;
	margin: 30px 0;
}

.post-header h2 {
	border-bottom: 1px dotted #444;
	padding: 1em 0 0.5em 0;
}

/* logo */
.logo {
	
}
.logo-img {
	
}

/* nav */
.nav {
	font-size: 0.82em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav ul {
	list-style: none;
	width:100%;
	margin: 0;
	padding:8px 0;
	float: left;
}

.nav li {
	width:100%;
	padding: 7px 0 7px 0;
}

.current-menu-item a {
	padding-left: 5px;
	color: #695d6d;
}

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


.search input {
	background: black !important;
	border: 1px dotted #444;
	width: 100%;
	color: white;
	font-size: 14px;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
}

.search-submit {
	display:none;
}

header .search {
	float:left;
	width: 100%;
	margin: 2em 0;
}

.social {
	list-style:none;
	float:left;
	padding-left: 0;
	margin: 30px 0;
}

.social li {
	display:inline;
	padding: 0 5px 0 5px;
	font-size: 1.2em;
}

.social li a {
	transition: all 0.2s linear;
}

.social li .vimeo:hover {
	color:#4EBBFF;
}

.social li .facebook:hover {
	color:#3B5998;
}

.social li .twitter:hover {
	color:#4099FF;
}

.social li .instagram:hover {
	color:#3f729b;
}

.contact-details ul li a {
	color:#444;
	transition: all 0.2s linear;
}

.contact-details ul li a:hover {
	color:#ccc;
}

.main {
	overflow: hidden; /* Creates a new block format context, which will make this tag fill the remaining width */
	padding:4em 2em 2em 2em;
	position:relative;
	max-width:1500px;
}

.contact-details {
	float:left;
	width: 100%;
}

.contact-details ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.contact-details li {
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-weight: 400;
}


.DivParent {
    height: 225px;
    white-space: nowrap;
    float:left;
    width:33.33%;
    text-align: center;
    box-sizing: border-box;
    padding:1em;
    color:white;
    font-size: 1.05em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.DivParent:hover {
	opacity:0.7;
}

.DivWhichNeedToBeVerticallyAligned {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.DivHelper {
    display: inline-block;
    vertical-align: middle;
    height:100%;
}

input {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
background: #eee;
padding: 5px 0 5px 0;
}

.single-view {
	float:left;
	width: 100%;
	margin: 10px 0;
}

/* Let's remove that WordPress Stats Smiley Face ! */
img#wpstats {
     display: none;
}

.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	color: white;
	margin: 10px 0;
	border: none;
	background: none;
	letter-spacing:3px;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
}

.wpcf7-submit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #db6e6e;
	padding: 5px 10px 5px 10px;
	border: 1px solid #c55d5d;
	color: white;
	margin: 10px 0;
	-webkit-box-shadow: inset 0px 1px 0px 1px #df7c7c;
    box-shadow: inset 0px 1px 0px 1px #df7c7c;
}

.latest {
	float: left;
	width: 100%;
	margin: 0;
}

.latest h2 {
	display:none;
}

/* footer */
.footer {
	text-align: center;
	float: left;
	width:100%;
	margin: 20px 0 10px 0;
}

footer img {
	margin: 0 0 15px 0;
}

.footer p {
	font-size: 13px !important;
}

.footernav ul {
	list-style:none;
	width: 40%;
	float: right;
}

.footernav li {
	display: inline;
	padding: 0 10px 0 10px;
}

.footer .copyright {
	display:none;
}

.copyright {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright .small {
	font-size: 11px;
}

.copyright span {
	font-family: serif;
	text-transform: none;
	font-size: 13px;
	display:block;
	padding:7px 0 0 0;
}

.copyright a span {
	color: #ccc;
}

.featured {
	width: 400px;
	float: left;
	margin: 0 15px 15px 15px;
}

.featured h2 {
	color: white;
	background: #444;
	height: 180px;
	padding: 70px 10px 0 10px;
	text-align: center;
}

.featured h2:hover {
	background:#606060;
}

.view-article {
	float: left;
	margin: 5px 0 0 0;
	color: #8da7bc;
	width: 100%;
}


.post-221 div {
    display: none;
    width:450px;
    margin-top: -160px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
}

#post-221 a:hover + div {
    display: block;
}

.copyright {
	padding:40px 0 40px 0;
	text-align: center;
	color: #444;
}

.copyright a {
	color:#444;
}

.date,.comments {
	font-size: 13px;
}

.date span, .comments span {
	padding: 0 7px 0 0;
}

.comments {
	margin-left: 20px;
}

.comments ul {
	list-style:none;
}

.single .main article {
	margin: 0 320px 0 0;
}

.single .main article p {
	text-align: justify;
}

.single .main article p span {
	font-size: inherit !important;
	font-family: inherit !important;
}

.single .main article .alignnone, .page .main article .alignnone {
	width: 100% !important;
	background:none;
	max-width: 100%;
	border: none;
	text-align: left;
	height: auto !important;
}

.single .main article .alignnone img, .page .main article .alignnone img {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto !important;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 14px !important;
}

.sidebar-widget #tag_cloud-2, .sidebar-widget #categories-7, .sidebar-widget #text-8, .sidebar-widget #text-9, .photoshelter-gallery-widget {
	float:left;
	width: 100%;
	margin:0 6em 0 0;
	font-size:.9em;
	border-bottom:1px dotted #444;
	padding-bottom:2em;
}

.sidebar-widget #text-3 {
	padding:1.5em 0 3em;
}

.sidebar-widget .tagcloud a {
	color: #444;
}

.sidebar-widget .email {
	margin:1em 0 0 0;
	width: 100%;
	background: none;
	padding:15px;
	border:1px dotted #444;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: white;
}

.single-sidebar {
	position: absolute;
	top:0;
	right:22px;
	width: 260px;
	padding:3em 0 0 0;
}

.sidebar ul {
	list-style: none;
	padding: 0;
}

.sidebar li {
	padding: 0;
	margin: 0;
}

.textwidget li {
	padding-left: 30px;
}

.widget_categories ul li {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding:3px 0;
	color: #444;
}

.widget_categories ul li a {
	color: #555;
	transition: all 0.2s linear
}

.widget_categories ul li a:hover {
	color: #fff;
}

.side-button {
	border:3px solid #666;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	float:left;
	margin:2em 0 0 0;
	font-size: 12px;
	color: #555;
	transition: all 0.2s linear
}

.side-button a {
	color: #666;
	transition: all 0.2s linear
}

.side-button a:hover {
	color: #fff;
}

.side-button:hover {
	border-color: #fff;
}

.side-button span {
	padding: 0 5px 0 0;
	font-size: 15px;
}

.pagination {
	float:left;
	width: 100%;
	margin: 2em 0;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.pagination .prev {
	border-right: 1px dotted #444;
	padding-right: 5px;
	margin-right: 5px;
}

.pagination .next {
	border-left: 1px dotted #444;
	padding-left: 5px;
	margin-left: 5px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.more-thumbs {
	margin:2em 0 0 0;
}

.more-thumbs h3 {
	border-bottom: 1px dotted #444;
	padding: 1em 0 0.5em 0;
	font-size: 18px;
}

.ssba {
	margin:4em 0 0 0;
	font-family: "proxima-nova",sans-serif !important;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 16px !important;
	line-height:22px;
}

.ssba a img {
	margin:0 0 0 5px !important;
}

#infscr-loading img {
	text-align: center;
}

.pagination {
	display:none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:514px) {
	
	.main, header {
		padding-left:1em;
		padding-right: 1em;
	}
	
	.DivParent {
		width: 100% !important;
		margin:.5em 0;
	}
	
	#custom-bg {
		height: 220px !important;
	}
	
	header {
	text-align: center;
	}
	
	.sidebar .copyright {
		display:none;
	}
}

@media only screen and (max-width:768px) {
	header {
		width: 100%;
		max-width:100%;
		margin:0;
		padding-top:0;
		padding-bottom:0;
	}
	
	header .logo {
		max-width:200px;
	}
	
	.DivParent {
		width:50%;
	}
	
	.main {
		padding-top:0;
	}
	
	.single .main article {
		width: 100%;
		margin:0;
	}
	
	.single-sidebar {
		width:100%;
		position: static;
	}
	
	.nav, .social, .contact-details {
		display:none;
	}
	
	.pushy .nav, .pushy .social, .pushy .contact-details {
		display: block;
	}
	
	header .search {
		margin-top:0;
		margin-bottom:1em;
	}
	
	.sidebar.copyright {
		display:none;
	}
	
	.footer .copyright {
		display:inline;
	}
	
	.menu-btn {
		display: block !important;
		position:absolute;
		top:15px;
		right:15px;
		font-weight: bold;
		font-size: 22px;
	}
}
@media only screen and (max-width:1124px) {

.single .main article {
		width: 100%;
		margin:0;
	}
	
	.single-sidebar {
		width:100%;
		position: static;
	}
	
	.sidebar .copyright {
		display:none;
	}
	
	.footer .copyright {
		display:inline;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (max-width:1280px) {
	.DivParent {
		width: 50%;
	}
	
	

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 10px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 10px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:20px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:10px 4px 5px;
}

.wp-caption a {
	border:none !important;
}

.sticky {
	
}
.bypostauthor {
	
}

.jp-carousel-image-meta, .jp-carousel-fadeaway {
	display:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media only screen and (min-width : 1500px) {
    .DivParent {
        height: 325px;
    }
}
