/*
----------------------------------------------------------
----------------------------------------------------------
#### ##    ## ########  ########    ###    ######## #### ##     ## 
 ##  ##   ##  ##     ## ##         ## ##      ##     ##  ##     ## 
 ##  ##  ##   ##     ## ##        ##   ##     ##     ##  ##     ## 
 ##  #####    ########  ######   ##     ##    ##     ##  ##     ## 
 ##  ##  ##   ##   ##   ##       #########    ##     ##   ##   ##  
 ##  ##   ##  ##    ##  ##       ##     ##    ##     ##    ## ##   
#### ##    ## ##     ## ######## ##     ##    ##    ####    ###    
   
 
 @Author: iKreativ
 @URL: http://ikreativ.com
 
 Default wordpress
 Base styles
 Logo
 Navigation
 Social Module
 Content
 Portfolio Module
 Posts
 Postmeta
 Postnavi
 Pagination
 Comments
 Sidebar
 Widgets
 Contact
 Shortcodes

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

 Default wordpress

----------------------------------------------------------
----------------------------------------------------------
*/
.attachment .entry-content .entry-caption
{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before
{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after
{
	content: '\00a0\2192';
}

#calendar_wrap
{
}

table#wp-calendar
{
	border-collapse: collapse;
	margin: 0 0 0.4em;
	width: 100%;
	margin-bottom:0 !important;
	border-spacing: 0;
}

#wp-calendar td
{
	padding: 6px !important;
}

#wp-calendar th
{
	padding: 3px 0 !important;
	font-weight: bold;
	text-align: center;
}

#wp-calendar
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img
{

}

.alignleft,
img .alignleft
{
	display: inline;
	margin: 0 10px 10px 0;
	float: left;
}

.alignright,
img .alignright
{
	display: inline;
	margin: 0 0 10px 10px;
	float: right;
}

.aligncenter,
img .aligncenter
{
	clear: both;
	display: block;
	margin: 0 10px 10px 10px;
}

.wp-caption
{
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 675px !important;
	padding: 5px;
	text-align: center;
}

.wp-caption img
{
	margin: 0 10px 10px 0;
}

.wp-caption p.wp-caption-text
{
	font-size: 12px;
	margin: 5px;
}

.wp-smiley
{
	margin: 0;
}

.sticky
{

}

.bypostauthor
{

}

.gallery
{
	margin: 0 auto 18px;
}

.gallery .gallery-item
{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item
{
	width: 50%;
}

.gallery-columns-4 .gallery-item
{
	width: 25%;
}

.gallery img
{
}

.gallery-columns-2 .attachment-medium
{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail
{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption
{
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl
{
	margin: 0;
}

.gallery img
{
}

.gallery br+br
{
	display: none;
}

#content .attachment img
{
	display: block;
	margin: 0 auto;
}

.wp-smiley
{
	display: none;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Base styles

----------------------------------------------------------
----------------------------------------------------------
*/
html, 
body
{
    height: 100%;
    background: #ffffff;
    color: #333333;
    overflow-x: hidden;
    -webkit-transition: 150ms linear all; 
	-moz-transition: 150ms linear all; 
	transition: 150ms linear all;
}

h1, h2, h3, h4, h5, h6
{
    color: #333333;
}

blockquote
{
	color: #888888;
}

a
{
 	color: inherit;
}

a:active
{
	color: #000000;
}

input[type="text"],
input[type="password"],
textarea
{
	background: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 5px;
	padding: 8px 5px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

::-moz-selection
{
	background: #FFF7A8;
	color: #393e46;
	text-shadow: none;
}

::selection
{
	background: #FFF7A8;
	color: #393e46;
	text-shadow: none;
}

#background-box
{
    width: 2000px;
    height: 2000px;
    position: fixed;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg); 
    transform: rotate(-70deg);
    float: right;
}

#wrapper
{
    width: 100%;
    position: absolute;
    overflow-x: hidden;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Logo

----------------------------------------------------------
----------------------------------------------------------
*/
#logo
{
    width: 100%;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
	filter: alpha(opacity=100);
  	-khtml-opacity: 1;
  	-moz-opacity: 1;
  	opacity: 1;
}

#logo h1
{
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

#logo:hover
{
	filter: alpha(opacity=80);
  	-khtml-opacity: 0.8;
  	-moz-opacity: 0.8;
  	opacity: 0.8;
}

#description
{
    width: 100%;
    float: left;
}

#description p
{
    font-family: 'Roboto Slab', serif;
    color: #aaaaaa;
	font-size: 13px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Navigation

----------------------------------------------------------
----------------------------------------------------------
*/
nav#primary
{	
    float: left;
    position: relative;
    z-index: 999;
}

nav#primary ul li
{
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.3);
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
}

nav#primary ul li,
nav#primary ul li a
{
    font-family: 'Roboto Slab', serif;
    color: #222222;
	font-size: 13px;
}

nav#primary ul li a:hover
{
    padding-left: 5px;
}

nav#primary ul li.current_page_item a
{
	font-weight: 600;
}

nav#primary ul li.current_page_item a:before
{
	content: "x ";
	font-size: 13px;
	font-weight: 600;
	margin-left: -14px;
}

nav#primary ul li.current_page_item a
{
    padding-left: 0;
}
/* Second level dropdown */
nav#primary ul li ul
{
	width: 150px;
	display: none;
	position: relative;
	padding: 5px 0;
	z-index: 99999;
}

nav#primary ul li ul li,
nav#primary ul li ul li:first-child
{
    padding-bottom: 5px;
	position: relative;
	z-index: 999;
	display: block;
	float: none;
}

nav#primary ul li ul li a
{
	padding: 0;
	margin: 0;
	display: block;
}

nav#primary ul li ul li a:hover,
nav#primary ul li ul li.current_page_item
{
    background: none!important;
    border-top: none!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Social Module

----------------------------------------------------------
----------------------------------------------------------
*/
#social
{
    position: fixed;
    bottom: 15px;
    left: 10px;
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
}

#social li
{
    float: left;
}

#social li i
{
    margin-left: 5px;
    color: #cccccc;
    font-size: 14px;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Content

----------------------------------------------------------
----------------------------------------------------------
*/
#content
{
    position: relative;
    z-index: 10;
}

#page a:hover,
#articles a:hover
{
    color: #222222;
}

#page a:active,
#articles a:active
{
	color: #000000;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Portfolio Module

----------------------------------------------------------
----------------------------------------------------------
*/
.preloader { 
   background: url("../img/loading.gif") center center no-repeat; 
   display: inline-block;  
}

#portfolio
{
    width: 100%;
    margin-bottom: 50px;
    float: left;
}

#portfolio ul li
{
    background: #f9f9f9;
    border-radius: 3px;
    position: relative;
    min-width: 275px;
    width: 15%;
    height: auto;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    float: left;
}

#portfolio ul li img
{
    width: 100%;
    height: 100%;
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}

#portfolio ul li img:hover
{
    -webkit-filter: grayscale(100%) brightness(0.3);
    filter: grayscale(100%) brightness(0.3);
}

#portfolio ul li span.magnify
{
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 15px;
	word-wrap: break-word;
    position: absolute;
    z-index: 150;
    left: 25px;
    bottom: 20px;
    display: none;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#portfolio ul li span.magnify b
{
    font-size: 10px;
}

#filters
{
    border-top: 1px dotted #eeeeee;
    padding: 15px 0;
    margin-top: 10px;
}

#filter ul li.filter:before
{
    content: "≡ ";
    font-size: 14px;
	margin-left: -10px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Posts

----------------------------------------------------------
----------------------------------------------------------
*/
#articles
{
    width: 100%;
    float: left;
}

.post
{
    float: left;
    margin-bottom: 50px;
    word-wrap: break-word;
}

.post h4
{
    margin-bottom: 15px;
    font-size: 135%;
}

.featured_image
{
    width: 100%;
	height: auto;
	border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
}

img.featured
{
	width: 100%;
	height: 100%;
	-webkit-transition: 250ms linear all; 
	-moz-transition: 250ms linear all; 
	transition: 250ms linear all;
}

img:hover.featured
{
	-webkit-transform: scale(1.5) rotate(-5deg);
	-moz-transform: scale(1.5) rotate(-5deg);
	transform: scale(1.5) rotate(-5deg);
	-webkit-filter: grayscale(100%) brightness(0.3);
    filter: grayscale(100%) brightness(0.3);
}

/* post formats */
.format-quote,
.format-link
{
    font-family: 'Roboto Slab', serif;
    background: #eeeeee;
    padding: 15px;
    border-radius: 3px;
    font-weight: 600;
}

.format-quote p
{
    color: #888888;
    font-size: 14px;
}

.format-quote span.person
{
    color: #888888;
    font-size: 11px;
    text-transform: uppercase;
}

.format-link
{
    text-align: center;
    padding: 20px 15px 3px 15px;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
}

.format-link:hover
{
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; 
}

.format-link a:hover
{
    color: #ffffff!important; 
}

.format-link p
{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.format-video iframe
{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
/* single post */
.single_post .featured_image
{
    margin-bottom: 25px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Postmeta

----------------------------------------------------------
----------------------------------------------------------
*/
ul.postmeta
{
    width: 100%;
	float: left;
}

.single_post ul.postmeta
{
    margin: 15px 0;
}

ul.postmeta li
{
    font-family: 'Roboto Slab', serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #888888;
	float: left;
}

.single_post ul.postmeta li:after
{
    content: " / ";
    margin-left: 5px;
    margin-right: 8px;
}

.single_post ul.postmeta li:last-child:after
{
    content: "";
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Postnavi

----------------------------------------------------------
----------------------------------------------------------
*/
.postnavi
{
    width: 100%;
    float: left;
}

.postnavi ul li
{
    margin-left: 5px;
    float: left;
}

.postnavi ul li a
{
    background: #222222;
    font-size: 10px;
    padding: 5px;
    color: #ffffff!important;
    border-radius: 2px;
}

.postnavi ul li a:hover
{
    color: #ffffff!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Pagination

----------------------------------------------------------
----------------------------------------------------------
*/
.pagination
{
    width: 100%;
	font-size: 12px;
	font-weight: 600;
	margin: 50px 0 100px 0;
    float: left;
}

.pagination .current
{
    padding: 4px 8px;
    border-radius: 3px;
    color: #222222;
}

.pagination a.page-numbers
{
    background: #222222;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
    border-bottom: none!important;
}

.pagination a:hover
{
    color: #ffffff!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Comments

----------------------------------------------------------
----------------------------------------------------------
*/
#commentbox
{
    width: 100%;
    padding: 0 0 75px 0;
	float: left;
}

#commentbox h3
{
	font-size: 150%;
	color: #333333;
	margin-bottom: 5px;
}

ul#comments .comment-body
{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #eeeeee;
}

ul#comments .comment-body p
{
    width: 90%;
}

ul#comments .comment-author
{
	width: 75px;
	float: left;
}

ul#comments .comment-meta
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #888888;
}

ul#comments img.avatar
{
    margin: 3px 15px 0 0;
    border-radius: 2px;
	float: left;
}

ul#comments .comment-body p
{
    font-size: 14px;
    color: #444444;
}

ul#comments .reply a
{
	background: #eeeeee;
	color: #666666;
	font-size: 11px;
	font-weight: 600;
	padding: 1px 8px;
	margin-top: -15px;
	border-radius: 3px;
	float: right;
}

ul#comments .reply a:hover
{
    color: #ffffff;
}

ul#comments li ul.children
{
	list-style: none;
}

#respond label
{
	font-size: 13px;
}

#respond input[type="text"]
{
    background: #f1f1f1;
    border: none;
	width: 99%;
}

#respond textarea
{
    background: #f1f1f1;
    color: #444444;
    border: none;
	width: 99%;
	float: left;
}

#respond p.form-allowed-tags,
#respond p.logged-in-as
{
	font-size: 12px;
    color: #666666;
}

#respond code
{
	background: none;
	border: none;
	font-size: 12px;
	color: #888888;
}

p.comment-notes
{
	width: 100%;
	font-size: 1em;
	margin-bottom: 35px;
}

.fn,
.says,
.comment-form-comment label
{
	display: none;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Aside

----------------------------------------------------------
----------------------------------------------------------
*/
#aside
{
    background: #222222;
    width: 230px;
    min-height: 100%;
    padding: 15px 25px 25px 25px;
    position: absolute;
    z-index: 20;
    right: -230px;
    box-shadow: -3px 0 0 rgba( 0, 0, 0, 0.2 );
    -webkit-transition: 250ms linear all; 
	-moz-transition: 250ms linear all; 
	transition: 250ms linear all;
}

#aside #tab
{
    background: #222222;
    color: #ffffff;
    font-size: 14px;
    padding: 17px 20px 15px 20px;
    margin-left: -78px;
    margin-top: -15px;
    float: left;
    cursor: pointer;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Widgets

----------------------------------------------------------
----------------------------------------------------------
*/
aside .widget
{
    width: 100%;
    margin-top: 15px;
    float: left;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.5 );
}

/* title */
aside .widget h4
{
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.8 );
}

/* lists */
aside .widget ul
{
    list-style: square;
}

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

aside .widget li
{
    font-size: 13px;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.4 );
}

aside .widget li a
{
    font-size: 13px;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.6 );
}

/* tagcloud */
aside .tagcloud a
{
    background: #333333;
    font-size: 11px!important;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.6 );
    font-weight: 600;
    padding: 2px 7px 4px 7px;
    margin: 2px;
    border-radius: 2px;
    float: left;
}

aside .tagcloud a:hover
{
    color: #ffffff!important;
}

aside #searchform
{
    position: relative;
}

aside #searchform label
{
    display: none;
}

aside #searchform input[type="text"]
{
    width: 97%;
    font-size: 13px;
    padding: 9px 10px;
    background: #333333;
    border: none;
}

aside #searchform input[type="text"]:focus
{
    background: #ffffff;
}

aside #searchform input[type="submit"]
{
    display: none;
}

aside p
{
    font-size: 14px;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.5 );
}

aside table,
aside td,
aside th
{
    border-color: #333333;
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.5 );
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Contact

----------------------------------------------------------
----------------------------------------------------------
*/
#contact_form label,
#contact_form input[type="text"],
#contact_form textarea
{
    width: 99%;
}

#contact_form input[type="text"],
#contact_form textarea
{
    background: #f1f1f1;
    border: none;
    border-radius: 3px;
    color: #444444;
}

#contact_form label
{
    font-size: 14px;
}

#contact_form input[type="submit"]
{
    text-transform: capitalize;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Shortcodes

----------------------------------------------------------
----------------------------------------------------------
*/
/* audio player */
#standalone_player
{
    width: 100%;
    float: left;
}

.jp-interface
{
	background: #222222;
	width: 100%;
	height: 35px;
	margin-top: -50px;
	margin-bottom: 25px;
	padding: 5px 0;
	float: left;
	position: relative;
	z-index: 9999;
	border-radius: 3px;
}

.jp-interface ul li
{
	width: 15px;
	list-style: none;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 25;
}

.jp-controls
{
	margin-top: 6px;
}

.jp-play,
.jp-pause
{
	height: 12px;
	margin-left: -10px;
	float: left;
	position: relative;
	z-index: 999;
}

.jp-progress
{
	height: 1px;
	background: rgba(0, 0, 0, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	margin-top: 17px;
	margin-left: 35px;
	cursor: pointer;
}

.jp-play-bar
{
    background: #ffffff;
	height: 1px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.jp-seek-bar
{
	width: 5px;
	height: 5px;
}
/* pricing */
.pricing
{
    background: #f8f8f8;
    color: #444444;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    border-radius: 2px;
    box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.05 );
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
 
.head
{
    background: #333333;
    position: relative;
    font-size: 16px;
    font-weight: 600!important;
    color: #ffffff;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px 2px 0 0;
    padding: 20px;
}
 
.head:after
{
    display: inline-block;
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #333333;
    border-bottom-width: 0;
}
 
.content ul,
.content li
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
 
.content li
{
    font-size: 14px;
    line-height: 1em;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.content li:last-child
{
    border-bottom: none;
}
 
.content li.price
{
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5em;
    padding: 25px 20px 15px 20px;
}
 
.content .button
{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff!important;
    line-height: 1em;
    width: 120px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 15px 12px;
    margin: 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.content .button:hover
{
    color: #ffffff!important;
    background: #393e46!important;
}

/* progressbar */
.progressbar 
{
	width: 100%;
	height: 30px;
	background-color: #dddddd;
	border-radius: 25px;
}

.progressbar div 
{
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	line-height: 30px;
	width: 0;
	border-radius: 25px;
}

.progressbar div span
{
    position: absolute;
    z-index: 999;
}