/*
	Theme Name: Aliljoy Theme 2013
	Theme URI: http://aliljoy.com
	Description: Theme for aliljoy.com
	Version: 1
	Author: Dan Netherton
	Author URI: http://dannetherton.co.uk
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

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

/* 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 {
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

.post-edit-link{
    top: -50px;
    left: -100px;
    position: relative;
    background: #333;
    color: #fff;
    padding: 10px;
}


/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
    height: 100%;
}
/* header */
header {
	margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

/* nav */
.nav {
	
}
/* sidebar */
.sidebar {
	
}

.sidebar-social-icons{
    list-style-type: none !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.sidebar-social-icons li{
    display: inline;
    margin-right: 14px;
}

.sidebar-social-icons li:last-child{
    margin:0;
}

/* footer */
.footer {
    border-top: 1px dotted #ddd;
    margin-top: 20px;    
   clear: both;
   position: relative;
   width: 100%;
  

}

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

p{
    font-family: 'Open Sans', sans-serif; 
  
    font-weight: 300;
    font-size: 16px;
    color: #333 !important;
    line-height: 26px;
}

h1{
    font-family: 'Roboto Slab', serif;
     font-size: 30px;
     font-weight: 300;
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px dotted #ddd;
     color: #f58dd8;
}

h2{
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #f58dd8;
}

h3{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #f58dd8;
}

.sidebar h3{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0px;
    color: #f58dd8;
}

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

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

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

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

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

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

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

}
@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 20px 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 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;
	}
}



/*ALILJOY TIME YO!*/

/*nav*/
nav ul{
    display: table;
    width: 100%;
}

nav ul li{
	display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

nav ul li a.pink{
    background-color:#f58dd8;
}

nav ul li a.orange{
    background-color:#ffb27c;
}

nav ul li a.green{
    background-color:#74e2c7;
}

nav ul li a.blue{
    background-color:#86aaca;
}

nav ul li a{
    display: block;
    font-family: 'Bree Serif', serif;
    color: rgba(0,0,0,0.6);
    font-size: 27px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	text-align: center;
    background-color: #f58dd8;
    line-height: 130px;
    margin: auto;
     transition: all 0.3s;
-webkit-transition: all 0.3s; /* Safari */
-moz-transition:  all 0.3s;
}


nav ul li a:hover{
    transform:scale(1.1);
-ms-transform:scale(1.1); /* IE 9 */
-webkit-transform:scale(1.1); /* Safari and Chrome */
}

.logo a img{
    position: relative;
    top: 15%;
    width: 150px;
    height: auto;
    
}


.logo a{
    position: relative;
    width: 200px;
    height: 200px;
    background: #ffe76b;
    border-radius: 50%;
 
   
}

/*/nav*/


.view-article{
    display: block;
    background-color: #ddd;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #888;
    margin-top: 15px;
    width: 100%;
    
    /*transition*/
-webkit-transition:all 0.2s;
   -moz-transition:all 0.2s;
     -o-transition:all 0.2s;
        transition:all 0.2s;
        
        clear: both;
        
    
}
.post:hover .view-article{
    background-color: #86aaca;
    color: #fff;
    font-weight: 700;
    padding-left: 15px;
}




/*Sidebar*/

.sidebar-widget ul{
    list-style-type: none;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    
}

.sidebar-widget ul li{
/*transition*/
-webkit-transition:all 0.2s;
   -moz-transition:all 0.2s;
     -o-transition:all 0.2s;
        transition:all 0.2s;
}

.sidebar-widget ul li:hover{
    padding-left: 10px;
}


/*Search*/

.search-input {
    padding: 10px;
    background-color: #f0f0f0;
    outline: 0;
    border: 0;
    width: 100%;
    
 transition: all 0.3s;
-webkit-transition: all 0.3s; /* Safari */
-moz-transition:  all 0.3s;
}

.search-input:focus{
    outline: 0;
    border: 0;
    background-color: #86aaca;
    color: #fff;
}

/*/Search*/

/*Recent posts*/
.widget_recent_entries ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

/*/recent posts*/

/*categories*/
.widget_categories ul li{
     padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    color: #86aaca;
    
}
/*/categories*/

/*archives*/

.widget_archive ul li{
     padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}


/*/archives*/

/*/Sidebar*/



/*author*/

.author-row{
    margin-bottom: 20px;
   
    border-bottom: 1px dotted #ddd;
}

.author-row:last-child{
    border: 0;
    
}

.author-avatar{
    overflow:hidden;border-radius: 150px; width: 150px; height: 150px; float: left; margin: 0px 15px 10px 0px;
}

.author-list{
    list-style-type: none;
    
}

.author-list li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}

.author-list li:last-child{
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.author-list li a{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/*/author*/

/*quotes*/

blockquote{
    
    border-left: 5px solid #86aaca;
    padding-left: 20px;
}


/*posts*/

.post h2{
    float: left;
    margin-bottom: 10px;
    width: 100%;
    
}

.date{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #ccc;
}

.post{
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
}

.grid_8 .post:last-child{
    border: none !important;
}

.post .share{
   
    width: 100%;
}

.post-categories a{
    background-color: #86aaca;
    color: #fff;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 0px 2px 10px 2px;
    display: inline-block;
    
}

.post .post-categories a{
    background-color: #ffb27c;
    color: #fff;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 0px 2px 10px 2px;
    display: inline-block;
    
}

.post-categories a:last-child {
    margin-right: 0;
}

/*/posts*/

iframe{
    width: 100%;
}


/*pagination*/

.pagination{
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
 
}

.pagination a{
    padding: 10px;
   
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
   
    
    
}

.pagination .current{
    padding: 10px;
    font-weight: bold;
    color: #86aaca;
}



/*/pagination*/


/*comments*/

.comments{
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

.comments ul{
    list-style-type: none;
}

.comments ul li{
    margin-bottom: 20px;
}

.comment-author{
    float: left;
    margin-bottom: 20px;
}

.comment-author img{
    width: 20px;
    height: 20px;
    color: #333;
}


.comments .parent{
    padding: 20px;
}
.comment-author cite{
    color: #888;
}

.comments .children{
    margin-left: 20px;
}

.children .comment-reply-link{
    margin-bottom: 0px;
}

.children li:last-child{
    margin-bottom: 0px;
}

.comment-body{
    padding: 10px 10px 10px 10px;
}

.comment-body p{
    clear: both;
}

.comment-meta{
    font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
float: right;
}

.comment{
   background-color: #eee;
  
   margin-bottom: 20px;
}

.comment-reply-link {
    display: block;
border-radius:5px;
background-color: #ddd;
padding: 10px;
margin-bottom: 20px;
}

/*/comments*/

/*comment form*/

#commentform label{
    display: block;
}

#commentform input{
    width: 100%;
    padding: 10px;
}

#commentform textarea{
    width: 100%;
    padding: 10px;
}



#commentform input[type="submit"]{
    display: block;
    background-color: #ddd;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #888;
    margin-top: 15px;
    width: 100%;
    outline: 0;
    border: 0;
    /*transition*/
-webkit-transition:all 0.2s;
   -moz-transition:all 0.2s;
     -o-transition:all 0.2s;
        transition:all 0.2s;
    
}

#commentform input[type="submit"]:hover{
    background-color: #86aaca;
    color: #fff;
}


.form-allowed-tags{
    font-size: 12px;
}

/*/comment form*/



.copyright{
    float: left;
}
.twitter{
   
    margin: 20px 0px 20px 0px;
}

.twitter-share-button{
    width: 90px !important;
    float: left;
}

.share-post-section{
    border-bottom:1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


hr{
    border: 0;
    outline: 0;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    width: 100%;
    float: left;
}

/*post thumbnail*/

.post-thumb{
    clear: both;
    float: left;
    margin: 0px 15px 15px 0px;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/*/'post thumbnail*/


/*instagram and twitter*/

.twitter-widget{
    
}

.pinterest-widget{
    
}

.instagram-widget{
    margin-bottom: 10px 0px;
}

.strap{
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ddd;
    text-align: center;
}

.strap span.o{
    color: #ffb27c;
}

.strap span.g{
    color: #74e2c7;
}

.strap span.b{
    color: #86aaca;
}

/*MAILCHIMP*/

.mc_input{
    
    padding: 10px;
    border-radius: 5px;
    color: #333;
    outline: 0px;
    border: 1px solid #ddd;
}

#mc_signup_submit{
    width: 100% !important;
padding: 10px;
background-color: #ffb27c;
border: 0;
color: #fff;
font-size: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 20px !important;
}

#mc_signup_submit:hover{
    background-color: #74e2c7;
}

.mc_var_label,#mc-indicates-required {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333 !important;
}

.social-sharing-container{
    width: 100%;
    float: left;
}

/*contact form 7*/

.wpcf7 form{
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
     font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 15px;
    background-color: #fff;
    color: #000;
    width: 100%;
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #ddd;
    outline: 0;
}

.wpcf7 input[type="submit"]{
    background-color: #86aaca;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 200px;
    outline: 0;
    border: 0;
    font-family: 'Bree Serif', serif;
    color:#ffffff;
    font-size: 27px;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover{
    background-color: #74e2c7;
}


