/*

Theme Name: Akin
Theme URI: http://themeforest.net
Description: Responsive One Page Portfolio
Version: 1.0.0
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

/***** GENERAL & PSEUDO CLASSES *****/

body{ -webkit-font-smoothing: antialiased; line-height:1.6; }
#main-container{ overflow: hidden; }
input{ -webkit-appearance: none; }
input:focus{ outline: none; }
.border-bottom{ border-bottom: 2px solid #fff; height: 32px; }
.nopad{ padding: 0px; }
.offix{ overflow: hidden; }
.pad-normal{ padding-top: 66px; padding-bottom: 66px; }
.pad-large{ padding-top: 121px; padding-bottom: 121px; }
.pad-top{ padding-top: 121px; }
.pad-bottom{ padding-bottom: 66px; }

#loader{ position: fixed; width: 100%; height: 100%; background-color: #fff; z-index: 20000; padding-top: 250px; }
#progress-bar{ 
	height: 10px; background-color: #222; 
	-webkit-transition: all .5s; 
	transition: all .5s; 
	-moz-transition: all .5s;
	width: 0px;
	max-width: 100%;
}

/*** TYPOG ***/

.text-white{ color: #fff; }
.alt-h{ font-family: 'Vollkorn' !important; font-weight: normal !important; }
.highlight{ color: #d4a16b; }
.lowlight{ color: #4b3f55; }
.red{ color: #ff1717; }
a:hover{ color: #4b3f55; }

.icon{ display: inline-block; -webkit-backface-visibility: hidden; }

/*** ELEMENTS ***/

.btn{ 
	border: 2px solid #bbb;
	padding: 16px 28px 18px 28px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	color: #777;
	transition: all .2s ease;
	background: none;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn .icon{ margin-left: 7px; }
.btn:hover{ background: #eee; color: #777; }

.divider{ position: relative; background-size: cover !important;}


.page-title{ margin-bottom: 44px; }
.ampersand{ font-family: 'Montserrat'; display: inline-block; border-bottom: 3px solid; font-size: 18px; margin: 0px 22px; font-weight: bold; line-height: 1.1; }


/***** NAVIGATION *****/

#the-navigation{ 
	position: fixed; 
	top: 0px; 
	max-height: 70px; 
	z-index: 999; 
	width: 100%; 
	padding-top: 17px;
	overflow: hidden;
	-webkit-transition: all .3s; 
	transition: all .3s; 
	-moz-transition: all .3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
}
.logged-in #the-navigation {
	top: 32px;
}
.nav-logo img{ margin-top:3px; }
.open-nav{ max-height: 400px !important; }
#menu > ul{ list-style: none; overflow: hidden; text-align: right; float: right; -webkit-backface-visibility: hidden; padding-top: 3px; }
#menu > ul li{ float: left; margin-right: 33px; }
#menu > ul li a{ color: #888;
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 13px;
font-weight: bold; }
#menu > ul li i{ color: #555; font-size: 24px; }

#mobile-toggle{ display: none; cursor: pointer; font-size: 28px; position: absolute; right: 22px; top: 22px; }

.sticky-nav{ background-color: rgba(255,255,255,0.9); opacity: 1 !important; top: 0px !important	;}
.logged-in .sticky-nav { top: 32px !important; }
.inner-nav{ background-color: rgba(255,255,255,0.9); opacity: 1 !important; top: 0px !important	;}
.logged-in .inner-nav{ top: 32px !important; }

@media screen and (max-width: 782px) {

	.logged-in .sticky-nav { top: 46px !important; }
	.logged-in .inner-nav{ top: 46px !important; }

	.logged-in .inner-nav.sticky-nav { top: 0 !important; }

}

@media screen and (max-width: 600px) {

	.logged-in .sticky-nav { top: 0 !important; }

}


/***** HOME SECTION *****/

.home-hero{ position: relative; overflow: hidden; }

.home-hero-slider{ position: relative; }
.home-hero-slider .slides li{ height: 760px; position: relative; background-size: cover !important; }
.home-hero-slider .slides li h1{ font-size: 63px; }
.home-hero-slider .flex-control-paging li a{ border-color: #fff; }
.home-hero-slider .flex-control-paging li a:hover{ background: #fff; }
.home-hero-slider .flex-control-paging li a.flex-active{ background: #fff;  }

.logo{ max-width: 120px; margin-bottom: 22px; }

/***** ABOUT SECTION *****/

.about-detail{ background-color: #f9f9f9; }
.about-detail .page-title{ margin-bottom: 22px; }

.about-toggle, .filters{ overflow: hidden; display: inline-block; list-style: none; }
.about-toggle li, .filters li{ float: left; margin-right: 33px; cursor: pointer; transition: all .5s ease; -webkit-transition: all .3s ease; }
.about-toggle li:hover, .filters li:hover h6{ color: #555; }
.about-toggle li:last-child, .filters li:last-child{ margin-right: 0px; }
.about-toggle .active, .filters .active{ padding-bottom: 7px; border-bottom: 6px solid #d4a16b; }
.about-toggle .active h6, .filters .active h6{ color: #555; }

.about-toggle h6, .filters h6{ font-size: 14px; color: #838383; transition: all .2s ease;  }

.process{ margin-bottom: 66px; overflow: hidden; }
.process .icon{ font-size: 52px; margin: 0px auto; }
.process .number{ float: left; width: 20%; font-family: 'Montserrat'; font-weight: bold; font-size: 42px; }
.process .process-text{ float: left; width: 80%; padding-top: 13px; }

.about-icons .icon{ font-size: 32px; margin-bottom: 44px; margin-top: 22px; color: #9a999a; width:80px; height: 80px; border-radius: 50%; border: 2px solid #9a999a; text-align: center; padding-top: 21px; background-color: #f9f9f9; position: relative; z-index: 2;}
.process-line{ width: 70%; height: 1px; border-top: 2px dashed #9a999a; position: relative; top: 62px; z-index: 1; margin: 0px auto; }

.team-member{ margin-top: 22px; transition: all .3s ease; -webkit-transition: all .3s ease; opacity: 1; position: relative; -webkit-backface-visibility: hidden; }
.team-member img{ position: relative; }
.team-focus{ opacity: 0.7;  }
.team-member .title{ padding: 11px 0px 11px 0px; border-top: 1px solid #aaa; border-bottom: 3px solid #aaa; margin: 11px 0px 11px 0px;  }
.team-member .title span{ font-family: 'Montserrat'; text-transform: uppercase; font-weight: bold; font-size: 12px; dislay: inline-block; margin-right: 11px;  }
.team-member .position{ font-family: 'Lato' !important; font-style: italic; font-weight: normal !important;  }

.team-social{ width: 50%; text-align: center; padding: 11px 0px 11px 0px; font-size: 30px; color: #fff; float: left; overflow: hidden; transition: all .3s ease; -webkit-backface-visibility: hidden; }
.facebook{ background-color: #3c5a99; }
.twitter{ background-color: #55acee; }
.dribbble{ background-color: #d9608e; }
.google-plus{ background-color: #cc5947; }

.story-icons .icon{ margin-right: 44px; }
.story-icons .icon a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.story-icons .icon:last-child{ margin-right: 0px; }

/***** SERVICES *****/

.services{ background-color: #ececec; position: relative; }
.services-bg{ background: url('../img/services-bg2.jpg') transparent; background-repeat: no-repeat; position: absolute;  right: 0px; top: 0px; height: 100%; width: 33.33333%; z-index: 2; background-size: cover; background-position: -450px, 0px; }
.services .columns{ position: relative; }

.services .page-title{ margin-bottom: 22px; }
.services .lead{ margin-bottom: 44px; }

.service{ overflow: hidden; width: 50%; padding-right: 15px; float: left; margin-bottom: 33px; }
.service h6{ font-size: 14px; color: #525252; margin-bottom: 11px; }
.service-icon{ width: 16%; float: left; font-size: 30px; color: #525252; }
.service-text{ width: 84%; float: left; }

/***** WORK *****/

#work { overflow: hidden; }
#work .page-title{ margin-bottom: 22px; }

.filters{ margin-bottom: 121px; }
.filters li{ padding-bottom: 7px; border-bottom: 6px solid #fff; }

.projects-container{ overflow: hidden; }

.project{ float: left; cursor: url(../img/crosshair.png), auto; position: relative; z-index: 1; -webkit-backface-visibility: hidden; transition: all .3s ease; opacity: 1; overflow: hidden; }
.hide-project{ opacity: 0.2; }
.hide-project:hover{ cursor: default !important; }
.hide-project:hover .project-hover{ display: none !important; }
.project-hover{ position: absolute; height: 100%; width: 100%; background-color: rgba(255,255,255,0.5); opacity: 0; -webkit-transition: all .3s ease; z-index: 2; }
.project:hover .project-hover{ opacity: 1; }
.hover-inner{ position: absolute; width: 100%; height: 40%; bottom: -300px; background: #fff; padding: 15px; -webkit-transition: all .3s ease; text-align: center; }
.hover-inner h4{ margin-top: 17px; }
.project:hover .project-hover .hover-inner{ bottom: 0px; }

.ajax-container{ overflow: hidden; max-height: 0px; background: #f9f9f9; transition: all .5s ease; -moz-transition: all.5s ease; -webkit-transition: all .5s ease; }
.open-container{
	padding: 88px 0px 141px 0px;
	max-height: 2000px;
}
.ajax-container .page-title{ margin-bottom: 66px !important; }
.ajax-container .page-title h2{ margin-bottom: 6px; }
.project-slider .flex-control-nav{ bottom: -55px; }
.project-single h6{ margin-bottom: 11px; }
.project-single .btn{ margin-top: 22px; line-height: 12px; }
.project-single iframe{ width: 100%; height: 350px; }

.close-project{ font-size: 35px; margin-bottom: 44px; color: #bbb; overflow: hidden; cursor: pointer; }

.projects-wrapper{ overflow: hidden; }

/***** BLOG *****/

.blog-section{ background-color: #ececec; position: relative; }
.blog-bg{ background: url('../img/blog-bg.jpg') transparent; background-repeat: no-repeat; position: absolute;  left: 0px; top: 0px; height: 100%; width: 33.33333%; z-index: 2; background-size: cover; background-position: 0px, 0px; }
.blog-section .columns{ position: relative; }

.blog-section .page-title{ margin-bottom: 22px; }
.blog-section .lead{ margin-bottom: 44px; }

.blog-list{ list-style: none; }
.blog-list li{ border-bottom: 1px solid #ccc; margin-bottom: 22px; padding-bottom: 15px; overflow: hidden; }
.blog-list li:last-child{ border-bottom: none; margin-bottom: 44px; }
.blog-list li h3{ font-size: 14px; color: #5a555a; }
.blog-list li span{ font-size: 12px; display: inline-block; margin-right: 11px; }
.blog-list li a{ font-weight: bold; }

.blog-icon{ width: 10%; font-size: 36px; float: left; }
.blog-title-op{ width: 90%; float: left; }



/***** TESTIMONIALS *****/

.testimonials{ background: #f9f9f9; }

.testimonials-slider{ position: relative; }
.testimonials-slider p{ margin-bottom: 66px;}
.testimonials-slider .flex-control-nav{ top: 95px; }

.quote-author{ font-weight: 300; font-style: italic; font-size: 14px; }

/***** SOCIAL BAR ******/

.social-bar{ overflow: hidden; }

.social-link{ position: relative; font-size: 52px; color: #fff; padding: 22px 0px 22px 0px; float: left; overflow: hidden; transition: all .3s ease; -webkit-transition: all .3s ease; }
.social-link .icon{ position: relative; transition: all .3s ease; -webkit-transition: all .3s ease; bottom: 0px;  }
.social-link .link-hover{ position: absolute; bottom: -200px; width: 100%; transition: all .3s ease; -webkit-transition: all .3s ease; }
.social-link .link-hover h6{ font-size: 16px; }
.social-link:hover .icon{ bottom: 100px; }
.social-link:hover .link-hover{ bottom: 35px; }

/****** CLIENTS *****/

.client-slider img{ max-width: 120px; -webkit-backface-visibility: hidden; }
.clients{ padding: 55px 0px 00px 0px; }

.client-slider li{ text-align: center; }
.hero-screens{ margin-top: 99px; }

/***** CONTACT *****/

.section-contact{ background: #2e2e2e; position: relative; background-size: cover; }
.section-contact:before{ position: absolute; width: 100%; height: 100%; content: ''; background-color: #222; opacity: 0.95; }

.section-contact .row{ padding: 121px 0px 99px 0px;  }
.section-contact .pin-body{ height: 80px; }
.section-contact h4{ color: #555; font-size: 18px; }

.contact-form{ overflow: hidden; margin-top: 44px; }
.contact-form input{ float: left; margin: 0px; background: none; border-bottom: 3px solid #ddd; text-transform: none; transition: all .3s ease; padding-left: 0px; }
.contact-form input:focus{ border-color: #eee; }

.section-contact .contact-form input{ background: none; border: none; border-bottom: 3px solid #777; display: inline-block; -webkit-appearance: none; box-shadow: none; margin-bottom: 10px; height: 30px; text-transform: uppercase; }

.section-contact .contact-form .form-input-left{ width: 48%; float: left; }
.section-contact .contact-form .form-input-right{ width: 48%; float: right; }
.section-contact .contact-form .form-message{ width: 100%; margin-top: 22px; }

.contact-methods{ overflow: hidden; list-style: none; margin-top: 44px; }
.contact-methods li{ margin-bottom: 33px; overflow: hidden; -webkit-backface-visibility: hidden; position: relative; }
.contact-methods li .icon{ width: 15%; float: left; font-size: 42px; }
.contact-methods li .method-text{ width: 85%; float: left; }
.method-text h6{ color: #ddd; }
.method-text span{ color: #999; }

.section-contact .btn{ border-color: #999; color: #999; margin-top: 22px; margin-left: 22px; float: right; padding: 12px 28px 14px 28px; -webkit-box-shadow: none; box-shadow: none; }

.notification-wrap{ display: none; }

/***** FOOTER *****/

#footer{ background: #222; padding: 66px 0px 66px 0px; }
#footer h6{ color: #575757; font-size: 14px; }

/** BLOG **/

.blog-title{ margin-top: 122px;}
.blog-single{ padding-top: 122px; }
blockquote{ border-left: 4px solid  #e4ad5d; font-size: 24px; color: #222; padding-top: 0px; }

.blog-left .post-single{ margin-bottom: 66px; }
.post.sticky .post-title h4 a{
	border-bottom: 3px solid #ddd;
	color: #d4a16b;
}
.post h4{ margin-bottom: 6px; }
.post a{  }
.post-meta{ margin-bottom: 33px; }
.post-media{ margin-bottom: 33px; }
.post iframe{ width: 100%; border: none; height: 450px; }
.read-more-link{ font-size:14px; font-weight:bold;}
.post-slider{ position: relative; }
.form-horizontal input, .form-horizontal textarea{ border: 1px solid #ddd; border-radius: 3px; }

.tags{ margin-top: 22px; clear:both;}
.tags a{ 
	display: inline-block; 
	color: #999;
	background-color: #eee;
	font-size: 11px;
	padding: 11px; 
	margin-right: 6px; 
	margin-bottom: 11px; 
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.commentlist{ list-style: none; margin-top: 22px; }
#comments h4, #comments h5, #comments h6{ letter-spacing: 1px; }
.reply{ margin-bottom: 22px; }
.comment-meta{
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 12px;
}
.fn{
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-style: normal;
	
}
.children{ list-style: none; }

.comment-author{ width: 43px; height: 43px; padding: 3px; }
.comment-body{ margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eee;}
#reply-title{ margin-bottom: 22px; }

#commentform input,
#commentform textarea,
#commentform .form-submit{
	margin:1em 0 0;
}
/** WIDGETS **/

.widget{ margin-bottom: 44px; overflow: hidden; }
.widget h6{ margin-bottom: 11px; display: inline-block; }

.widget_search input[type="text"]{ 
	width: 65%;
	margin-right: 5%;
	height: 50px;
	background: none; 
	border: none;
	border-bottom: 3px solid #ddd; 
	text-transform: none; 
	transition: all .3s ease; 
	padding-left: 0px; 
	-webkit-appearance: none;
}
.widget_search input[type="text"]:focus{ -webkit-appearance: none; box-shadow: none; }

.widget_search .btn{ height: 50px; width: 30%; text-align: center; padding: 0px; }

.tagcloud a{ 
	display: inline-block; 
	color: #999;
	background-color: #eee;
	font-size: 11px;
	padding: 11px; 
	margin-right: 6px; 
	margin-bottom: 11px; 
	font-family: 'Montserrat';
	text-transform: uppercase;
}

#wp-calendar{ font-family:'Montserrat'; }
#wp-calendar caption{  }
.widget_calendar td,
.widget_calendar th {
    padding: 5px;
}

.widget_calendar caption {
    margin: 5px 0 10px;
    text-align:left;
}
