/*
	Theme Name: Landingfolio
	Theme URI: http://www.landingfolio.com
	Description: The place for your Landing Page inspiration
	Version: 1.0
	Author: Danny Postma	
	Author URI: http://www.landingfolio.com
	Tags: Blank, HTML5, CSS3

*/

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
html, body {
  height: 100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    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;
}



/*------------------------------------*\
    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 20px 20px 0;
}
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 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 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:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    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;
	}
}
html{
	min-height: 100%;
}
body {
  font-family:'proxima-nova-soft', Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  background:#fff !important;
   text-rendering: optimizeLegibility;
   min-height: 100%
}

p{
	font-weight: 500;
font-size: 16px;
color: #000
}
.page-template-template-home #gallery .title{text-align: center;}
#gallery .img img{width:350px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border:1px solid #f5f5f5;}
#gallery .img{max-height:470px; min-height:470px; overflow: hidden; margin-bottom: 0px; box-shadow:0px 1px 3px rgba(0,0,0,0.1);}
#gallery .post-title > *{display: inline-block;}

#gallery .item .inner{
background: #fff;
padding: 0px 10px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   transition: all 0.5s ease;}

#gallery .item {margin-bottom: 5px; cursor: pointer; }
#gallery .item .inner:hover{position:relative; top: 5px;  transition: all 0.5s ease;}
#gallery .item a.img{text-decoration: none !important; color:#222; min-height: 476px; max-width: 360px;}
#gallery .item a{text-decoration: none !important; color:#222; display: inline-block !important;}
#gallery .item a.ref{ margin-left:10px;}
#gallery .item a.ref:hover{ color:#555;}
#gallery .item h3{font-size: 16px; font-weight: 700; margin-bottom: 5px; margin-top: 0px; text-transform: uppercase;}
#gallery .item ul{margin: 0px; padding:0px; list-style: none;}
#gallery .item li{font-size: 11px;
color: #ccc;
padding: 5px 10px;
border: 1px solid #ddd;
display: inline-block;
margin-right: 5px;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
#gallery .item li a{color: #666;}
#gallery .item .info{position: relative;}
#gallery .item .info p{  min-height: 40px;}
#gallery .item .url{margin-left: 5px;}
#gallery .item p{min-height:60px !important;}
#gallery .item ul li.category-id-2{display: none;}
#gallery .gallery{padding: 0px;}
#gallery .gallery .row{margin: 0px 0px 0px 0px;}
#gallery .gallery .row:first-child{margin-top: 0px;}

nav ul{margin-bottom: 0px; position: relative;}
nav ul li {display: inline-block;  padding:20px 0;}
nav ul li:hover{background:rgba(0,0,0,0.1); }
nav ul li a{color:#000; font-size: 14px;  text-decoration: none !important; font-weight: 500;  padding:20px;}
nav ul li a:hover{color:#222;}
nav ul li ul{display: none; width:310px; background:#eee; width: 460px;}
nav ul li:hover > ul{display: block; position: absolute; padding:0px; margin: 0px; z-index: 999; margin-top: 20px; border:1px solid #ddd; border-bottom: 4px solid #ddd;
background: #fff; }
nav ul li ul li{width:150px; display: inline-block; padding:10px 15px;}
nav ul li ul li:hover{background: rgba(0,0,0,0.1);}
nav ul li ul li:hover a{text-decoration: none;  color:#222; font-weight: 500;}
nav ul li ul li a{ color:#222;  font-weight: 500;}

.header{padding:0; background: #fff; width: 100%;}
.header .container{padding:0 40px;}
.header .logo{padding:10px 0;}
.header .logo img{max-width:150px;}

#hero{background: url('img/bg.jpg') no-repeat center center;
max-width: 1090px;
width:100%;
height: auto;
margin: 0 auto;
background-size: cover;
text-align: center;
padding: 60px 0 30px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
#hero .title h1{font-weight: 600;
font-size: 36px;
color: #fff;
margin: 0px 0px 5px 0px;}
#hero .title h2{font-size: 20px; margin:0px 0 20px 0;}
#hero .title h3{color: #fff;
font-weight: 500;
margin: 10px auto;
line-height: 1.4em;
font-size: 21px;
max-width: 700px; margin-bottom: 0px;}
#hero .title h3 span{color:#59c4eb;
font-weight: 600;}
#hero .container{max-width: 1070px; width:100%;}
#hero.category h3{font-size: 18px; line-height: 24px;}
#hero .featured{
	width: 400px;
	max-width:100%;
margin-top: 30px;
}

header .search{margin: 5px 0;}
header .search .search-input{padding:10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border: 1px solid #eee; width:100%; background: #fff url('img/search.png') left 10px center no-repeat; background-size: 15px 15px; padding-left:30px;}
header .search-submit{display: none;}
header .logo a{color:#fff; font-size: 21px; font-weight: 700;}
header .logo{ margin-top: 5px;}


.paginations{text-align: center; margin-top: 40px; margin-bottom: 30px;}
.paginations .page-numbers{padding:7px 10px; font-size:15px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; color:rgba(0,0,0,0.4); border:1px solid rgba(255,255,255,0.0);}
.paginations .page-numbers:hover{text-decoration: none; background: #e1e8ed; color:#222; border:1px solid #a3bed0;}
.paginations .page-numbers.current, .paginations .page-numbers.current:hover{background: #fff; border:1px solid #ddd; font-weight: 700; color:#222;}
.paginations .page-numbers.next, .paginations .page-numbers.prev{background:#555; color:#fff; border:1px solid #444;}
.paginations .page-numbers.next:hover, .paginations .page-numbers.prev:hover{background:#444; color:#fff; border:1px solid #333;}

footer{text-align: center; margin-top: 0px;}

#gallery-post .attachment-post-thumbnail{
	min-width:1100px;
}
#gallery-post{
	background:#fafafa;
}
#gallery-post .post{
padding: 0px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; margin-top: 20px;}
#gallery-post .post .inner{padding:20px; margin: 0 20px;}
#gallery-post h1{margin: 5px 0px 5px 0px; font-weight: 700; font-size: 42px;}
#gallery-post h5{font-size: 12px; margin: 0px; color:#888; text-transform:uppercase;
font-style: normal;}
#gallery-post .date{font-size: 14px; color:#777; }
#gallery-post .content{ margin: 10px 0; font-size: 18px;}
#gallery-post .content p:first-child{font-size: 18px;
font-weight: 600}
#gallery-post .link{background: #31b5e8;
padding: 15px 20px;
border:1px solid #0a7fad;
width: 250px;
display: block;
margin: 20px auto;
text-align: center;
color: #fff;
font-size: 18px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
}
#gallery-post .link:hover{text-decoration: none;}
#gallery-post h4{    font-size: 14px; font-weight: 700;  text-transform: uppercase;}
#gallery-post .the-category a{font-size: 12px;
color: #555;
padding: 5px 10px;
border: 1px solid #ddd;
display: inline-block;
margin-right: 5px;
background: #eee; margin-right: 5px;}

#gallery-post .relevant{padding:0px;}
#gallery-post .relevant h3{font-weight: 700; padding:0px;}
#gallery-post .relevant h3.relevant_title{padding:0 10px;}
#gallery-post .relevant hr{border-top: 1px solid rgba(0,0,0,0.1); margin: 0px; padding: 0px;}
#gallery-post .relevant{margin-top: 30px; padding: 0 10px;}
#gallery-post .featured-image{padding: 0px 20px; margin-top: 10px; }
#gallery-post .featured-image .inner{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#gallery-post .relevant img{width:100%;}

#gallery-post .post.top .inner{text-align: left; padding: 20px; text-align: center;}


/*#content > div{border:1px solid #e0e0e0;
background: #fff;
padding: 20px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border-bottom: 4px solid #e0e0e0; margin-top: 20px;}*/
#content form input, #content form textarea{padding: 10px;font-size: 16px;margin-top: 5px;}
#content form p{font-size: 16px;}
#content input[type=submit]{background:#31b5e8; padding:15px 30px; text-align: center; color:#fff; font-size: 18px; font-weight:700; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin-bottom: 20px; border:0px;}
#content p{font-size: 16px; line-height: 1.6em;}

#category-list{margin-top: 0px;}
#category-list ul{margin: 0px; padding: 0px; }
#category-list .cat-item{font-size:14px; color:#fff; background:none;text-align: center; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; display: inline-block; width:auto; list-style: none; border:1px solid; margin-bottom: 5px}
#category-list .cat-item a, #category-list .cat-item.load-more{color:#fff; font-weight: 600;  padding:10px 15px; height:40px; display: block;}
#category-list .cat-item a:hover{font-weight: 600; text-decoration: none;}
#category-list .cat-item:hover{opacity: 0.8;}
#category-list h3{font-size: 13px;
font-weight: 700;
padding: 0 0px 0 10px;
margin-bottom: 10px;
text-transform: uppercase;
margin-top: 5px;
max-width: 110px;
position: relative;
top: 9px;
line-height: 12px}

#category-list h3, #category-list ul{display: inline;}
#category-list .cat-item:nth-of-type(1n+11) {display: none;}
#category-list .cat-item.load-more{display: inherit !important;border:2px solid #222; color:#222; position: relative; top: 0px; cursor: pointer;}
#category-list .pop-title{list-style: none;
display: inline-block;
max-width: 107px;
text-align: left;
text-indent: -10px;
top: 5px;
position: relative;
margin: 5px 0px 15px 0px;}

#category-list .categories-inner{padding: 0 25px;}

.mailform{margin-top: 20px;}
.mailform .inner{background:#FFEA03; padding: 20px 0 17px; margin: 0 10px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; /*background: url('img/bg.jpg') no-repeat center center;*/}
.mailform input{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-size: 16px; height:45px; padding: 0 10px; border: 1px solid #aea106; font-style: italic; }
.mailform button{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-size: 16px; height:45px; padding: 0 10px; background: #04A4CC; color:#fff; font-weight: 600; border: 1px solid #0a7fad;
  background-image: -moz-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  position: relative;
top: -1px;

}

.mailform .check{
	margin: 0 0 0 20px;
}
.mailform ._form_element, .mailform ._button-wrapper{display:inline-block; }
.mailform h3{color:#222; font-size: 21px;
margin: 3px 0 5px 20px; font-weight: 600;}
.mailform .row{margin: 0px !important; padding: 0px !important;}
.mailform .fullname{width: 170px;}
.mailform ._has_error{border:1px solid red; }
.mailform ._error._below{position: absolute;
color: red}
.mailform .form{
	margin-top: 3px;
}


/* Twitterform */
.twitterform h3{
	margin-left: 0px !important;
}
.twitterform{margin-top: 20px; text-align: center;}
.twitterform .inner{background:#FFEA03; padding: 20px 0 17px; margin: 0 10px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; /*background: url('img/bg.jpg') no-repeat center center;*/}

.twitterform img{
	max-width:30px;
	margin-bottom: 10px;
}
.twitterform h3{color:#222; font-size: 21px;
margin: 3px 0 5px 20px; font-weight: 600;}
.twitterform .row{margin: 0px !important; padding: 0px !important;}


/*--------
	
	BLOG
	
----------*/
.posts img{

}

.posts h1{
	margin: 10px 0;
	padding: 0px;
	line-height: 24px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
}

.posts h1 a{
	font-size: 21px;
	color:#222;
	font-weight: 700;

}

.posts .post-info{
	color:rgba(0,0,0,0.3);
}

.posts .img-link{
	display: block;
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
}

.posts article{
	min-height:400px;
	margin-bottom:20px;
}

#blog .container{
	padding: 20px 25px;
}

#hero.blog{
	padding: 40px 0;
}
#hero.blog h3{
	color:#59c4eb;
	font-weight: 600;
}

#blog-article .mailform{

}


/*----------
	Sidebar
------------*/ 
.sidebar{
	border-left:1px solid #eee;
}
.sidebar h3{
	margin: 0px;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sidebar-widget{
	padding: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; 
}

.sidebar-widget ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.sidebar-widget ul a{
	color:rgba(0,0,0,0.5);
	font-size: 16px;
}

.sidebar-widget ul li{
	margin-bottom: 5px;
}


/*--------------
	Blog Page
---------------*/

#blog-image{
	max-height:150px;
	overflow: hidden;
	margin-bottom: 30px;
}

#blog-article h1{
	font-size: 56px;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}

#blog-article p{
	font-size: 18px;
	line-height: 28px;
}
#blog-article li{
	font-size: 18px;
	margin-bottom: 10px;
}
#blog-article img{
	height:auto;
}


/*-----------
	Page
------------*/

#content.page{
	background: #fafafa;
	margin-top: 0px;
}

#content.page .container{
}
#content.page .post{
	background: #fff;
	padding: 10px 30px;
	margin: 20px 0;
}

/*---------
	Footer
----------*/

footer.footer{
	background: #222;
padding: 10px 0;
}

footer.footer p{
	color:#fff;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#blog, #content{
	min-height: 80%;
}

/* SUBSCRIBED */
#subscribed{
	width:100%;
	padding:10px 0;
	color:#fff;
	font-size: 14px;
	text-align: center;
	background: #53B826;
}

#subscribed a{
	color:#fff;
}
/* SUBMIT */
#submit{
	margin-top: 40px;
}

#submit input, #submit textarea{
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
	width: 100%;
	background: #fff;
	background-size: 15px 15px;
	padding-left: 10px;
}
#submit p{
	font-size: 16px;
	font-weight: 500;
}

#submit input[type="submit"]{
	background: #31b5e8;
padding: 15px 20px;
border: 1px solid #0a7fad;
width: 250px;
display: block;
margin: 20px auto;
text-align: center;
color: #fff;
font-size: 18px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(16, 149, 201) 0%, rgb(49, 181, 232) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(16, 149, 201) 0%, rgb(49, 181, 232) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(16, 149, 201) 0%, rgb(49, 181, 232) 100%);
}

#follow-me{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #59c4eb;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
}

#follow-me a{
	color:#fff;
	text-decoration: none;
}




/*------------------------------------*\
    Coming soon
\*------------------------------------*/


#coming-soon{
	background: #f7f7f7;
	padding: 50px 0 0 0;
	margin: 0px;
	min-height: 100%;
}
#coming-soon .logos{
	opacity: 0.7;
}
#coming-soon .title{
	text-align: center;
}

#coming-soon .title h3{
	font-size: 24px;
	text-decoration: underline;

}

#coming-soon .title h1{
	font-size: 42px;
	font-weight: 700;
}

#coming-soon .right{
	margin-top: 30px;
}

#coming-soon .right h4{
	font-size: 24px;
	font-weight: 700;
		margin-top: 20px;
}

#coming-soon .right ul{
	font-size: 18px;
	list-style: none;
	padding-left: 0px;
}

#coming-soon .right ul li{
	margin-bottom: 10px;
}

.fa.fa-check{
	color:#3c973f
}

#coming-soon .right .form h4{
	margin-top: 0px;
	}

#coming-soon .list{margin-top: 20px;}
#coming-soon .list{background:#d9eeff; padding: 20px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; border:2px solid #7bb9ef;/*background: url('img/bg.jpg') no-repeat center center;*/}
#coming-soon .list input{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-size: 16px; height:45px; padding: 0 10px; border: 1px solid #ddd; font-style: italic; }
#coming-soon .list button{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; font-size: 16px; height:45px; padding: 0 10px; background: #ff6200; color:#fff; font-weight: 600; border: 1px solid #ca5409; border-bottom: 3px solid #ca5409;
  position: relative;
top: -1px;

}

#coming-soon .list .check{
	margin: 0 0 0 20px;
}
#coming-soon .list ._form_element, .mailform ._button-wrapper{display:inline-block; }
#coming-soon .list h3{color:#222; font-size: 21px;
margin: 3px 0 5px 20px; font-weight: 600;}
#coming-soon .list .row{margin: 0px !important; padding: 0px !important;}
#coming-soon .list .fullname{width: 160px;}
#coming-soon .list ._has_error{border:1px solid red; }
#coming-soon .list ._error._below{position: absolute;
color: red}
#coming-soon .list .form{
	margin-top: 3px;
}
#coming-soon div._button-wrapper._full_width{
	display: inline-block;
}

#coming-soon .tweet{
	margin-bottom: 20px;
}

#coming-soon .tweet .inner{
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	border: 2px solid #7bb9ef;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);

}

#coming-soon .tweet p{
	font-family: "proxima-nova-soft";
}
#coming-soon .social-sharing{
	margin: 0px;
	padding: 0px;
}
#coming-soon .social-sharing li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ddd;
background: #fafafa;
padding: 5px 10px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#coming-soon .social-sharing .twitter a{
	color:#2aa3ef;
	}
	
#coming-soon .social-sharing .linkedin a{
	color:#2688bc;
}

#coming-soon .social-sharing .facebook a{
	color:#3c5a96;
}

#coming-soon .share h3{
	text-align: center;
	font-weight: 500;
	margin: 40px 0;
	font-size: 28px;
	font-family: "proxima-nova-soft";
}
	
.promotion{
	margin: 20px 0 10px 0;
}
.promotion img{
	max-width:50px;
}

.promotion .inner{
	border: 2px solid #7bb9ef;
	background: #d9eeff;
	padding:15px 0 13px 0;
}

.promotion h3{
	margin: 0px 0px 0px 0px;
	font-size: 21px;
}

.orange-cta{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	height: 45px;
	padding: 0 10px;
	background: #04A4CC;
	color: #fff;
	font-weight: 600;
	border: 1px solid #db9024;
	background-image: -moz-linear-gradient( 90deg, rgb(243, 152, 24) 0%, rgb(248, 172, 62) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(243, 152, 24) 0%, rgb(248, 172, 62) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(243, 152, 24) 0%, rgb(248, 172, 62) 100%);
	position: relative;
	top: -1px;
	PADDING: 15px 30px
}

.orange-cta:hover{
	color:#fff;text-decoration: none;
	background-image: -moz-linear-gradient( 90deg, rgb(248, 172, 62) 0%, rgb(243, 152, 24) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(248, 172, 62) 0%, rgb(243, 152, 24) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(248, 172, 62) 0%, rgb(243, 152, 24) 100%);
}

.promotion .button{
	margin-top: 20px;
}

.promotion .row > div > div{
	display: inline-block;

}

.promotion .text{
	position: relative;
	top:10px;
	margin: 0 25px;
}

.promotion .inside{
	width: 780px;
	margin: 0 auto;
}



/*----------
	ADS
-----------*/

#carbonads{
	background: #fff; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	cursor: pointer;
	text-align: left;
}

#carbonads:hover{
	background: #eee;
}

#carbonads a{
	font-family: 'proxima-nova-soft';
	color:rgba(0,0,0,0.4);
	font-size: 13px;
}

#carbonads .carbon-text{}

#carbonads img{
	margin-bottom: 10px;
}

#carbonads .carbon-wrap{
	display: block;
	margin-bottom: 5px;
}

#carbonads .carbon-wrap a:hover{
	text-decoration: none;
}

#carbonads .carbon-poweredby{
	text-decoration: underline;
	
}

#gallery .ad{
	width: 170px;
	margin: 0 auto;
	margin-top: 150px;
	
}

#gallery .ad .img{
	max-height: 300px;
	min-height: 300px;
}

#gallery .ad .carbon-text{
	width: 100%;
	font-size:14px;
	color: #aaafc6;
	padding: 10px 0 0 0;
	font-weight: 700;
}

#gallery .ad #carbonads{
	background:none;box-shadow: none; padding: 0px ;
	text-align: left;
	}
#gallery .ad #carbonads .carbon-wrap{
	background:#f5f5f5;
	padding: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

#gallery .ad #carbonads img{
	margin-bottom: 0px;
}
	
	



/* SAVED POSTS */
body.favorites{}
body.favorites h1{
	display: none;
}

body.favorites .clear-fav .wrap{
	font-size: 13px;
color: #aaa;
padding: 5px 10px;
border: 1px solid #ddd;
display: inline-block;
margin-right: 5px;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float:right;
margin-top: 20px;
}

body.favorites .clear-fav .wrap a{
	color: #aaa;
}

body.favorites #content.page .post{
	padding: 0px;
	margin: 0px;
	background: none;
}

body.favorites #gallery .item .inner{
	background: none;
}

body.favorites #gallery .remove-parent{
	text-transform: capitalize;
}
#gallery .gallery .info .wpfp-span, #gallery .gallery .info .save-fav{
    float: right;
}
#gallery .gallery .info .wpfp-span i, #gallery .gallery .info .save-fav i{
    font-size: 16px;
    color: red;
    }



/* Membership registration */

.membership-login #content.page .post{
	background:none;
}

.membership-login h1{
	display: none;
}

.swpm-login-widget-form{
	padding:32px !important;
	background:#fff; 
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
}

.swpm-login-widget-form h2{
	margin:0px 0px 16px 0px;
	font-size:21px;
	text-align: center;
}

.swpm-login-widget-form input{
	width:100%;
}

.membership-login header{
	display: none;
}

.membership-login .logo{
	text-align: center;
	margin-bottom: 30px;
}

.membership-login .logo img{
	max-width:150px;
	}
	
.membership-login .swpm-remember-me{
	display: none;
}
.membership-login .signup-part{
background: #FFEA03;
padding: 20px 0 17px;
margin-top:16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;

}
.membership-login .signup-part a{
text-decoration: underline;
font-weight:700;
font-size:16px;
color:#222;
}

.membership-login .usp{
	list-style: none;
	margin-top:16px;
}


.membership-registration h1{
	/*display: none;*/
	margin-left: 22px;
}

.membership-registration .swpm-legend{
	display: none
}

.membership-registration #item-swpm-16, .membership-registration #item-swpm-18{
	display: none;
}

.membership-registration .swpm-span p{
	display: none;
}

.membership-registration .swpm-form-builder fieldset{
	background: none;
	border: none;
	margin-bottom:0px;
}

.membership-registration #content input[type=submit]{
	text-align: left;
	float:left;
	margin-left:25px;
}

.membership-registration #item-swpm-17{
	padding-bottom: 0px;
}



/* JOIN BANNER */

#join-banner{
	width:100%;
	display: none;
	padding: 20px 0 10px 0;
	background: #d9f1f9;
	position: fixed;
	bottom:0px;
	border-top:1px solid #84d3ee;
}

#join-banner .link{
background: #31b5e8;
padding: 12px 20px;
border:1px solid #0a7fad;
width: 250px;
display: block;
margin: 0px auto;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(16,149,201) 0%, rgb(49,181,232) 100%);
}

#join-banner h3{
	font-size:21px;
	font-weight:700;
	margin: 0px;
	padding: 0px;
}

#join-banner img{
	margin-top:5px;
	max-width:40px;
	text-align: right;
	float:right;
}



/* Other prducts header */
#top-header{
	background:#f5f5f5;
	width:100%;
	-webkit-box-shadow: inset 0px -5px 5px -6px rgba(0,0,0,0.49);
-moz-box-shadow: inset 0px -5px 5px -6px rgba(0,0,0,0.49);
box-shadow: inset 0px -5px 5px -6px rgba(0,0,0,0.49);
}
#top-header ul{
	float:left;
	margin: 0px;
	padding-left: 20px;
}

#top-header li:first-child{
	 border-left:1px solid #ddd;
}
#top-header li{
	display: inline-block;
	padding:10px 20px; border-right:1px solid #ddd;
}

#top-header li a{}
#top-header li img{}

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

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

}
@media only screen and (max-width:480px) {
	#gallery .item .category-list li{font-size: 11px; margin-bottom: 5px;}
	#hero .title h1{font-size: 21px !important;}
	#hero .title h3{font-size: 16px !important;}
	#hero{padding: 20px 0;}
	#gallery .img img, #gallery .img, #gallery .item .inner > a{min-width:100% !important; width:100%;}
	header .menu-mobile{padding: 20px inherit;}
	header .menu-mobile i{color: #222; font-size: 18px;}
	header .nav{margin: 0px; padding:0px; width:100%;}
	header nav ul{margin-left: 0px; padding-left: 0px; background: rgba(255, 255, 255, 0.1); width:100%;}
	header nav ul li{width:100%; border-bottom: 1px solid rgba(255,255,255,0.15);}
	header nav ul.sub-menu{width: 100%;margin-left: 0px !important;}
	header nav ul.sub-menu li{width:100%;}
	.posts .img-link{
		max-height: 150px;
		min-height: 150px;
	}
	#blog article{
		padding: 0px;
	}
	
	#blog-article h1{
		font-size: 28px;
		text-align: left;
	}
	#blog-article p{
		font-size: 16px;
		text-align: justify;
	}
	
	#coming-soon .title h1{
		font-size: 32px;
		}
	#coming-soon{
		padding-top:20px;
	}
	
	#coming-soon .left img{
		margin-left:-40px;
	}
	
	#coming-soon .right li{
		text-indent: -12px;

	}
	
	#coming-soon .right ul{
		margin-left: 20px;
	}
	
	#coming-soon .list .fullname, #coming-soon .list input{
		width:220px;
		margin-bottom: 10px;
	}
	#coming-soon .list button{
		width: 220px;
	}
	
}

@media only screen and (max-width:768px) {
	#join-banner{
		display: none;
		}
	.membership-login #content.page .post{
		padding:0px;
	}
	 .membership-registration #content.page .post{
		 padding:10px 0px;
	}
	
	.membership-registration #content form input.swpm-text{
		width:100%;
	}
		.header .container{padding:0px 20px;}
	#gallery-post .link{width:100%;}
	#hero{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	#category-list{
		display: none;
	}
	#gallery .img{
		max-height: 250px;
		min-height: 250px;
	}
	#gallery .item .inner{
		padding: 0px;
	}
	div.mailform{
		display: inline-block;
		padding: 0px;
	}
	div.mailform .row > div:first-child{
		padding: 0px;
	}
	.mailform form ._form-content > *{
		width: 100%;
		margin-bottom: 10px;
	}
	.mailform form input, .mailform form button{
		width: 100% !important;
	}
	.paginations{
		display: inline-block;
	}
	
	.twitterform{
		display: inline-block;
padding: 5px;
	}
}

@media only screen and (max-width:992px) {
	#hero .title h1{font-size: 32px;}
	#hero .title h3{font-size: 18px;}
	header nav ul{float:right;}
	#gallery .ad{
		margin-top: 0px;
		}
}

@media only screen and (min-width:1024px) {
	#hero.category h3{width:70%; margin: 0 auto;}

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

}
@media only screen and (max-width:1200px) {
	
	.mailform{
		text-align: center !important;
	}
	
	.promotion .inside > div{
		width: 100%;
		text-align: center;
	}
	.promotion .inside{
		margin-bottom: 10px;
		max-width:100%;
		width:100%;
		padding:10px;
	}
	
	.promotion .text{
		margin: 0px;
	}
	#gallery-post .attachment-post-thumbnail{
		min-width:inherit;
	}

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

}