@charset "UTF-8";

/*  
Theme Name: Abdeal-lures.com V1
Theme URI: http://www.abdeal-lures.com/wp-content/themes/abdeal-bs/
Description: Wordpress Theme for Abdeal-lures.com
Version: 1.0 Bootstrap-based
Author: Christian Meinke
Author URI: http://www.christianmeinke.com/
Last edited: 09.02.2014
*/

@font-face {
	font-family:"entypo";
	src:url(assets/font-face/entypo.eot);
	src:url(assets/font-face/entypo.eot?#iefix) format("embedded-opentype"),url(assets/font-face/entypo.woff) format("woff"),url(assets/font-face/entypo.ttf) format("truetype"),url(assets/font-face/entypo.svg#entypo) format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:"entypo-social";
	src:url(assets/font-face/entypo-social.eot);
	src:url(assets/font-face/entypo-social.eot?#iefix) format("embedded-opentype"),url(assets/font-face/entypo-social.woff) format("woff"),url(assets/font-face/entypo-social.ttf) format("truetype"),url(assets/font-face/entypo-social.svg#entypo-social) format("svg");
	font-weight:400;
	font-style:normal;
}

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

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/** For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. */
.cf {
    *zoom: 1;
}

body {
	background: #fff;
	color: #333;
	font-family: "proxima-nova-condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 70px;
}

span.entypo {
	font-family:"entypo";
	font-size:38px;
	font-weight:400;
}

a, a:focus {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #888;
    text-decoration: none;
     -webkit-transition: all .25s ease-in-out;
	 -moz-transition: all .25s ease-in-out;
	 -o-transition: all .25s ease-in-out;
	 transition: all .25s ease-in-out;
}

.black { color: #000;}
.light { color: #808080;}

small {
	font-size: 13px;
	color: #888;
}

.navbar {
	position:absolute;
	top:0;
	width: 100%;
	background: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	border-radius: 0px;
	filter: none;
	min-height:40px;
	padding-top: 10px;
	height:70px;
}
/*
body.page-template-lure-single .navbar,
body.page-template-static-front-page .navbar,
body.page-template-lure-designs .navbar,
body.page-id-15 .navbar {
	background: transparent;
	}
*/
.navbar-default {
	border: none;
	background:url(assets/img/navbar-bg-70px.png) center top repeat-x;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}

.navbar-collapse {
    box-shadow: none;
    background-color: rgba(255,255,255,1.0);
    text-align: right;
    padding-right: 20px;
    z-index: 9999;
}

.navbar-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    float: right;

    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:hover {
   opacity: 0.5;
}

.navbar-toggle .icon-bar {
    border: none;
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a  {
	float: none;
	padding: 17px 15px;
	text-decoration: none;
	text-shadow: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #888;
}
.navbar-default .navbar-brand, .brand {
	margin-top: -9px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.navbar-default .navbar-brand:hover, .brand:hover  {
	color: #888;
}

.navbar-default .navbar-logo {
	height:50px;
	width:50px;
	margin: -5px 15px 0 0;
}

/* Main Layout Blocks */

#intro {
}

#blog {
    position: relative;
    height: auto;
    padding: 50px 0 125px 0;
}

#view {

}

.top-slide {
	margin-top:-70px;
	position: relative;
	height: auto;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.page-cover {
	bottom: 150px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-slide .gradient,
.slide .gradient {
	background-position: bottom center;
    background-repeat: repeat-x;
    background-image: url("assets/img/gradient_scaled.png");
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.top-slide .gradient.white,
.slide .gradient.white {
	background-image: url("assets/img/gradient-white.png");
	margin-bottom: -2px;
}

.white-overlay,
.white-overlay {
	background-color: rgba(255,255,255,0.7);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.slide {
	background-position: center center;
    background-size: cover;
    position: relative;
}

.content-slide {
	/*margin-top:-90px;*/
	position: relative;
	height: auto;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-block {
	padding: 100px 0;
}

a.control-bar {
	color: rgba(0,0,0,0.45);
}

a:hover.control-bar {
	color: rgba(0,0,0,0.9);
}

.top-slide .control-bar,
.slide .control-bar {
    background-color: transparent;
    bottom: 00px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#blog .control-bar {
    background-color: transparent;
    bottom: 0px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.control-bar .ctrl-label {
	margin-bottom: -17px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.bottom {
	height: 60px;
	padding: 22px 0 0 0;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #888;
}

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

.hidden {
	display: none;
}

/* Post Styling */

body.page-template-lure-designs .post,
body.page-template-lure-single .post,
body.page-template-static-front-page .post  {
	position: relative;
}

body.page-template-lure-designs .post header,
body.page-template-lure-single .post header,
body.page-template-static-front-page .post header {
	position: absolute;
	bottom: 50px;
	color: #333;
}

body.page-template-lure-designs .post header,
body.page-template-lure-single .post header {
	bottom: 70px;
}

/*
body.page-template-static-front-page .post header .post-content,
body.page-template-static-front-page .post header .post-meta,
body.page-template-static-front-page #intro h1,
body.page-template-static-front-page #view h1 {
	color: #fff
}
*/
.post-tiles-wrapper {
	height:auto;
	padding: 40px 0 25px 0;
}

.post-tile { 
	float: left;
	position:relative;
	width: 50%;
	height: 374px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #000; 
}
.post-tile-wrapper {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 0;
	text-align: center;
    width: 100%;
}

.post-tile-wrapper > h1 {
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #fff;
}

.post-tile-wrapper > h1 a {
	color: #fff;
}

.post-tile-wrapper > h1 a:hover {
	text-decoration: underline;
	color: #fff;
}

.post-tile > .post-category {
	position:absolute;
	text-align: center;
    width: 100%;
}
.post-tile > .post-category a span,
.post-tile > .post-category span {
	background-color: #fff;
	color: #333;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	z-index: 99;
}

.post-tile > .post-category a:hover span {
	background-color: #333;
	color: #fff;
}

.post-tile-wrapper > .post-meta {
	font-size: 14px;
	padding-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
.post-tile a {
	display: block;
	height: 100%;
	width: 100%;
}

.post-tile .image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.post-tile .image:hover {
	opacity: 0.5;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

ul.post-links {
	font-size: 13px;
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 2em;
}

ul.post-links li a {
	font-size: 16px;
	line-height: 14px;
	text-transform:uppercase;
}


ul.post-links li {
	width: 50%;
	float:left;
	list-style-type:none;
	margin:0;
}

/* endof Post Styling */

#sidebar {
	margin: 0;
}

.widget {
	width: 50%;
	float: left;
}

.widget h2 {
	color: #888;
	font-weight: 200;
	margin: 1.5em 0 0.7em 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li {
	margin: 0;
	padding: 0;
	font: 14px/1.425em Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #888;
	padding: 0 0 1em 0;
}


#intro h1,
#blog h1,
#view h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 32px;
	margin:5px 0 7px 0;
}

#intro h1 span,
#view h1 span {
	font-weight: 400;
	}
	
hr.white-line {
	width: 40px;
	text-align: left;
	margin-left: 0;
	border-width: 2px;
	border-color: #333;
}

.post-meta {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.post-meta span {
	color: #888;
}

.post-content {
}

h1 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h1.post-title {
	font-size: 24px;
	line-height: 24px;
}

h1.post-title.lure-single {
	font-size: 22px !important;
	line-height: 22px !important;
}

h1 span {}

h2 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
}

h3 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
}

h4 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	color: #888;
}

.section-header {
	text-align: center;
	padding: 25px 0 0 0;
}

.section-header h1 {
	font-size: 22px;
	line-height: 20px;
	letter-spacing: 0.05em;
	margin: 15px 0 10px 0;
}

.section-header h1 span {
	/*border-bottom: 1px solid #333;*/
	padding: 3px 15px;
}

#blog .section-header h1 {
}

.section-header p { 
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	color: #888;
	margin-top: 25px;
}

p { 
	font-size: 17px;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

body.page-template-lure-single p {
	font-size: 15px;
}

p span {
	color: #888;
}

p a, a:focus {
	border-bottom: 1px solid;
}

p a:hover {
	border-bottom: none;
}

.post p img, .post p a img {
    margin-bottom: 1em;
    margin-top: 1em;
    opacity: 1;
    max-width: 100%;
    height:auto;
}

a img.post-thumb {
    opacity: 1;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	margin: 3px 0 20px 0;
}

.post p a:hover img, a img.post-thumb:hover {
    opacity: 0.75;
}

#post-pagination {
	padding: 20px 0 50px 0;
}

.nav-previous {
	float: left;
	width: 50%;
	text-align: right;
}
.nav-next {
	float: right;
	text-align: left;
	width: 50%;
}

.nav-previous a,
.nav-next a{
	border-radius: 0px;
	border: none;
	padding: 12px 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
	font-family: "proxima-nova-condensed",sans-serif;
	text-shadow:none;
	background-color: #333;
    color: #fff;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color: #f5f5f5;
    color: #333;
}

.nav-next a{
	margin-left:5px;
}

a.btn, a:hover.btn {
	text-decoration: none;
}

p a.more-link {
	font-size: 0.9em;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed",sans-serif;
	
}

.btn {
	border-radius: 0px;
	border: none;
	font-weight: 600;
	padding: 12px 18px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "proxima-nova-condensed",sans-serif;
	text-shadow:none;
}

.btn span {
	font-size: 12px;
	color: #000;
}

.btn-lg {
	padding: 16px 22px;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.btn-sm {
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: 4px;
}

.btn-default {
    background-color: rgba(0,0,0,0.25);
    color: rgba(255,255,255,1.0);

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #f5f5f5;
    border: none;
    color: #333;
}

.btn-primary {
    background-color: #444;
    color: #fff;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #f5f5f5;
    border: none;
    color: #333;
}

.btn-secondary {
    background-color: #ff3300;
    color: #fff;

}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #f5f5f5;
    border: none;
    color: #ff3300;
}

.post-content .btn-sm {
	margin-right: 1px;
}


#nav-pagination {
	text-align: center;
}

img.page-up { 
	width:40px; 
	height:40px; 
	}
	
img.page-up:hover { 
	opacity: 0.6;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	}
	
#topcontrol{
	z-index: 99999;
	}

/* Comment Styling */

	
#respond {
	padding: 20px 40px 0 0;
	position: relative;
	}	
	
#comments h2 {
	font-size: 18px;
	font-weight:normal;
	margin: 20px 0 20px 0;
	}
	
a.label {
	color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
	font-weight:300;
	background-color: #202020;
    border-radius: 0px;
    padding: 15px 15px;
	margin: 0 15px 15px 0;
	text-decoration:none;
	text-transform: uppercase;
}

a.label:hover {
	color: #fff;
	text-decoration:none;
	cursor: pointer;
	background: #333;
}

.comment-content p {
	font-size: 16px;
	margin-top: 0.7em;
	}
.comments ol {
	list-style-type:none;
	margin-left: -40px;
	}
	
ol.commentlist li {
	padding: 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
	color: #888;
	}
	
ol.commentlist li:hover, ol.commentlist li.bypostauthor:hover {
	color: #333;
	}	
	
ol.commentlist li.bypostauthor	{
	color: #333;
	}
	
/* Comment form */
#respond {
}
#respond h3#reply-title {

}
#respond h3#reply-title #cancel-comment-reply-link {

}
#respond form {

}
#respond form p {

}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	font-weight: 300;
	margin-top: 1.2em;
}

#respond form input[type="text"],
#respond form textarea {
	border-radius: 0px;
	border: 1px solid #e0e0e0;
	color: #888;
	background-color: #f5f5f5;
	padding: 8px;
	font-weight: 300;
}

#respond form input[type="text"]:focus,
#respond form textarea:focus {
	border: 1px solid #e0e0e0;
	color: #333;
	background-color: #fff;
}

#respond form input[type="text"] {
	width: 100%;
}

#respond form textarea {
	width: 100%;
}


#respond form p.comment-notes,
#respond form p.logged-in-as,
#respond form p.form-allowed-tags {
	color: #888;
}

#respond form p.comment-notes {
	margin-bottom: 2em;
}

.required {
	color: #888;
}
	
code {
	white-space: normal;
    background-color: #f5f5f5;
    border-radius: 2px;
    color: #888;
    font-size: 11px;
    padding: 3px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

input[type="submit"] {
	margin-top: 1em;
	margin-bottom: 3em;
	border-radius: 0px;
	border: none;
	padding: 12px 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-family: "proxima-nova-condensed",sans-serif;
	text-shadow:none;
	background-color: #333;
    color: #fff;
}

input[type="submit"]:hover {
	border: none;
	background-color: rgba(0,0,0,0.05);
    color: #333;
}

.social-sharing {
	padding: 20px 0 0 0;
}
	


/* XSmall devices - Additional Custom Breakpoint */
@media (max-width: 401px) { 
	
body.page-template-lure-single .post header,
body.page-template-lure-designs .post header,
body.page-template-static-front-page .post header {
	bottom: 0;
	padding-right: 15px;
}
body.page-template-lure-single .post header,
body.page-template-lure-designs .post header {
	bottom: 20px;
}

.top-slide .gradient.white,
.slide .gradient.white {
	background-image: url("assets/img/gradient-white-mobile.png");
}
	
.post-tile {
	width: 100%;
}

ul.post-links li.left a {
	margin-left:0;
}

ul.post-links li.right a {
	margin-right:0;
}

.widget {
	width: 100%;
	float: none;
}

.btn span {
	display: none;
}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
body.page-template-lure-designs .post header,
body.page-template-lure-single .post header {
	bottom: 60px
}
body.page-template-static-front-page .post header {
	bottom: 55px
}	

.navbar-collapse {
    background-color: transparent;
}

.navbar-default .navbar-brand, .brand {
	font-size: 18px;
}

#blog {
    padding: 80px 0 0 0;
}

header.post-list {
	padding: 0 0 60px 0 !important;
}

.post-meta {
	font-size: 18px;
}

.post-tile {
	margin-bottom:0;
}
ul.post-links  {
	margin-top: 2em;
}

ul.post-links li a {
	font-size: 20px;
	line-height: 20px;
}

#intro h1,
#view h1 {
	font-size: 46px;
	line-height: 44px;
	margin:10px 0 10px 0;
}

hr.white-line {
	width: 50px;
}

h1.post-title {
	font-size: 28px;
	line-height: 28px;
}

h1.post-title.lure-single {
	font-size: 34px !important;
	line-height: 34px !important;
}

h4 {
	font-size: 16px;
	line-height: 16px;
}

p {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
}

small {
	font-size: 15px;
}

.section-header h1 {
	font-size: 36px;
	line-height: 36px;
}

.section-header h1 span {
	padding: 5px 20px;
}

.special-wrapper {
	bottom: 20%;
}

ul.blogroll > li {
	width: 24.5%;
}

#respond form input[type="text"] {
	width: 65%;
}

#respond form textarea {
	width: 90%;
}

#sidebar {
	padding-top: 105px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

#blog .post-meta {
	margin-top: 10px;
	font-size: 14px;
}

.post-tile {
	margin-bottom:0;
}

#view {
	/* background-position: center -75px; */
}

#intro h1,
#view h1 {
	font-size: 54px;
	line-height: 50px;
}

ul.blogroll > li {
	width: 19%;
}

h3.comment-reply-title {
	margin-top:30px;
}

#sidebar {
	margin: 0 0 0 50px;
}

.widget {
	width: 100%;
	float: none;
}

}

/* Medium devices (desktops, 1170px and up) */
@media (min-width: 1170px) {

	
}
