/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    0.0 Header
    1.0 About
    2.0 Portfolio
    3.0 Testimonials
    4.0 Counter
    5.0 Pricing
    6.0 Contact Page
    7.0 Subscribe Form
	
    ==========================================================================
    @Shutter
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,900|Raleway:300,400,600,700,800,900|Yesteryear');
    @import url('base.css');

/* ==========================================================================
   0.0 Header
   ========================================================================== */
.header{
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
.sticky-header.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    border-bottom: 1px solid #333;
    position: fixed;
}
.nav-light.header{
    background-color: #fff;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header{
    padding: 16px 0;
}
.navbar-header .brand{
	font-size: 22px;
	color: #111;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.04em;
	font-weight: 800;
	display: none;
}
.navbar-header.custom-logo{
    padding: 7px 0;
}
.navbar-header .brand{
	font-size: 22px;
	color: #111;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -0.04em;
	font-weight: 800;
	display: none;
}
.navbar-header .brand img{
}
.navbar-header .brand:hover{
    text-decoration: none;
}
.navbar-header .brand:hover{
    text-decoration: none;
}
.nav-light .navbar-header .brand,
.sticky .navbar-header .brand{
	display: block;
}
.nav-btn {
	background-color: transparent;
	font-size: 22px;
    margin: 3px 0 0 15px;
	padding: 10px;
	border-radius: 1px;
	color: #777;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
/* Main Menu
   ================================= */
.mainmenu{
	display: inline-block;
}
.mainmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
    color: #fff;
    position: relative;
    display: block;
    font-size: 13px;
    font-family: 'Cabin', sans-serif;
    letter-spacing: .5px;
    opacity: 0.5;
    padding: 16px 5px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.9;
}
.mainmenu ul li:hover > a,
.mainmenu ul li.current_page_item > a {
	color: #fff;
	opacity: 1;
    text-decoration: none;
}
.nav-light .mainmenu li a,
.sticky .mainmenu li a{
	color: #777;
}
.nav-light .mainmenu ul li:hover > a,
.nav-light .mainmenu ul li.current_page_item > a,
.sticky .mainmenu ul li:hover > a,
.sticky .mainmenu ul li.current_page_item > a{
	color: #fff;
	opacity: 1;
}
.mainmenu li ul {
    background: #111 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 65px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
    /*box-shadow: 0 0 5px #fafafa;*/
}
.mainmenu li ul li {
    display: block;
}
.sticky .mainmenu li ul li a,
.mainmenu li ul li a {
    color: #fff;
    opacity: 0.7;
    letter-spacing: -0.2px;
    padding: 12px 20px;
    font-size: 12px;
    border-bottom: 1px solid #222;
}
.mainmenu li ul li:last-child a:hover,
.mainmenu li ul li:last-child a{
    border: none;
}
.sticky .mainmenu li ul li a:hover,
.mainmenu li ul li a:hover{
	background-color: #222;
	color: #fff;
}
.mainmenu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 60px;
}

.menu-wrap nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.menu-wrap nav.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
    margin-top: 12px;
    padding: 4px 5px;
    position: absolute;
    font-weight: 400;
}
.mean-container a.meanmenu-reveal span {
    background-color: #fff;
    height: 2px;
    margin-top: 6px;
}
.nav-light .mean-container a.meanmenu-reveal,
.sticky .mean-container a.meanmenu-reveal{
	color: #111;
}
.nav-light .mean-container a.meanmenu-reveal span,
.sticky .mean-container a.meanmenu-reveal span{
	background-color: #111;
}
.mean-container .mean-nav {
	background-color: #111;
    margin-top: 59px;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
	border-top: 1px solid #222;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 22px;
	background: #121212;
	border: none !important;
	border-left: 1px solid #222 !important;
	border-bottom: 1px solid #222 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background-color: #181818;
}
.mean-container .mean-nav ul li:last-child a.mean-expand{
	border-bottom: 0px solid #222 !important;
}

/* hamburger */
.menu-toggle {
    box-sizing: border-box;
    float: right;
    height: 19px;
    margin-left: 30px;
    margin-top: 31px;
    padding: 0;
}
.hamburger {
	padding: 18px 0;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.nav-light .hamburger-inner,
.nav-light .hamburger-inner::before,
.nav-light .hamburger-inner::after,
.sticky .hamburger-inner,
.sticky .hamburger-inner::before,
.sticky .hamburger-inner::after{
	background-color: #fff;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	width: 20px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
   bottom: -10px;
}
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.11133, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.11133, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.11133, 0, 0.66667, 0.11133), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.11133, 0, 0.66667, 0.11133), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* ==========================================================================
   1.0 About
   ========================================================================== */
.about-section{
    padding: 140px 0;
    position: relative;
}
.profile-image{
    width: 200px;
	height: 200px;
	border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -100px;
    left: calc(50% - 100px);
}
.profile-image img{
    width: 100%;
}
.about-section:before{
    position: absolute;
    content: '';
    height: 80%;
    width: 0px;
    left: calc(50% - 0.5px);
    top: 0;
}
.about-section:after{
    background-color: #111111;
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: calc(50% - 7.5px);
    bottom: 65px;
}

/* ==========================================================================
   2.0 Portfolio
   ========================================================================== */
.portfolio-secction{}
.portfolio-wrapper{}
.filter-menu{}
.filter-menu li{
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	color: #111;
	opacity: 0.7;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
    position: relative;
}
.filter-menu li.active{
    color: #111;
    opacity: 1;
}
.filter-menu li:before,
.filter-menu li:after{
    width: 40px;
    height: 100%;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.5s ease-in-out; 
    opacity: 0;
    visibility: hidden;
}
.filter-menu li:before{
    border-top: 1px solid #111;
    border-left: 1px solid #111;
}
.filter-menu li:after{
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    left: auto;
    top: auto;
    right: 3px;
    bottom: 3px;
}
.filter-menu li.active:before,
.filter-menu li.active:after{
    opacity: 1;
    visibility: visible;
}
.filter-menu li.active:before{
    left: 0;
    top: 0;
}
.filter-menu li.active:after{
    right: 0;
    bottom: 0;
}

.portfolio-item{
    position: relative;
    overflow: hidden;
}
.portfolio-item img{
    width: 100%;
}
.portfolio-item .overlay_p{
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.portfolio-item .overlay_p:before,
.portfolio-item .overlay_p:after{
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.portfolio-item .overlay_p:before{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 50px;
    left: 50px;
}
.portfolio-item .overlay_p:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50px;
    right: 50px;
}
.portfolio-item:hover .overlay_p,
.portfolio-item:hover .overlay_p:before,
.portfolio-item:hover .overlay_p:after{
    visibility: visible;
    opacity: 1;
}
.portfolio-item:hover .overlay_p:before{
    bottom: 5px;
    left: 5px;
    animation-delay: 0.2s;
}
.portfolio-item:hover .overlay_p:after{
    top: 5px;
    right: 5px;
    animation-delay: 0.2s;
}
.portfolio-item h3{
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    margin: 0 0 3px;
}
.portfolio-item span{
    display: block;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 0.5s ease-in-out;
}
.portfolio-item:hover h3,
.portfolio-item:hover span{
    -webkit-transform: translateY(0);
     transform: translateY(0);
}
/* ==========================================================================
   3.0 Testimonials
   ========================================================================== */
.review-head{
	display: block;
	padding-left: 75px;
	position: relative;
}
.review-head img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 0;
}
.review-bottom p {
    text-decoration: underline;
    line-height: 24px;
}
.review-bottom p span.quote-icon {
    background-image: url(../img/quote-icon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 31px;
    display: inline-block;
    margin-bottom: -20px;
    margin-left: 5px;
}

/* ==========================================================================
   4.0 Counter
   ========================================================================== */
.counter-box span.counter{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    letter-spacing: -4px;
    color: #fff;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}
.counter-box h4{
    font-weight: 300;
}
.counter-box h4:before{
    background-color: #111;
    position: absolute;
    content: '';
    height: 1px;
    width: 70px;
    left: 0;
    bottom: -8px;
}

/* ==========================================================================
   5.0 Pricing
   ========================================================================== */

.pricing-head span.price{
    position: relative;
    display: block;
    text-align: right;
    font-size: 30px;
    font-weight: 800;
    color: #111;
    padding-right: 20px;
}
.pricing-head span.price:before{
    background-color: #111;
    content: '';
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
    bottom: calc(50% - 0.5px);
}
.pricing-list{
    margin-bottom: 10px;
}
.pricing-list li{
    color: #444;
    display: block;
    margin-bottom: 13px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}
.pricing-list li:last-child{
    margin: 0;
}
.pricing-list li:before{
    background-color: transparent;
    color: #111;
    font-size: 18px;
    line-height: 20px;
    font-family: 'themify';
    content: "\e64c";
    position: absolute;
    left: 0;
    top: 3px;
}

/* ==========================================================================
   6.0 Contact Page
   ========================================================================== */
.form-control{
	box-shadow: none;
}
.form-control:focus,
.form-control:hover{
	box-shadow: none;
	outline: none;
	border: 1px solid #555;
}
.contact-wrapper .section-heading h2:before{
    left: 0;
}
.cf-wrapper .form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #555;
    color: #444;
    padding: 10px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder{
   color: #888 !important;
}
.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}
.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}
.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder{  
   color: #888 !important;  
}


/* 7.0 Subscribe Form
   ==========================*/
.subscribe-box{
    padding: 10px 0;
}
.subscribe-form{}
.subscribe-form .email-field{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	font-size: 13px;
	line-height: 45px;
	padding: 0 15px;
	float: left;
	width: 69%;
	margin-right: 1%;
}
.subscribe-form .email-field:focus{
    outline: none;
}
.subscribe-form .b-btn{
	float: left;
	width: 29%;
    padding-right: 0;
    padding-left: 0;
}
.subscribe-form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe-form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}
.subscribe-form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}
.subscribe-form input:-ms-input-placeholder{  
   color: #ddd !important;  
}

/* Form Massage */
#ajax_registration .alert,
#ajax_form .alert{
    display: none;
}
#ajax_registration .alert.alert-success,
#ajax_form .alert.alert-success,
#ajax_registration .alert.alert-danger,
#ajax_form .alert.alert-danger{
    display: block;
}

/* ==========================================================================
   Inner Page Styles
   ========================================================================== */
/* Page Heading */
.page-head{}
.page-head .section-heading{
    padding: 0 15px;
}
.page-head h2 span{
    color: #fff;
}
.page-head h2:before{
    background-color: #fff;
    left: 0;
    width: 50px;
}

/* Blog Posts */
.main-content-wrapper{}
.single-blog-post{
    margin-bottom: 40px;
}
.single-blog-post img{}
.single-blog-post .post-info{}
.single-blog-post .post-info .post-meta{
    display: block;
}
.single-blog-post .post-info .post-meta div{
    display: inline-block;
    margin-right: 10px;
    color: #111;
    font-weight: 400;
}
.single-blog-post .post-info .post-meta div i{
    font-size: 14px;
    margin-right: 3px;
}
.single-blog-post .post-info .post-meta div a{
    color: #111;
}
/* Pagination */
.pagination{
    margin: 0;
}
.pagination .screen-reader-text{
    display: none;
}
.pagination .nav-links{
    display: block;
    text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #111;
    margin-right: 10px;
}
.pagination .nav-links a:hover{
    text-decoration: none;
}
.pagination .nav-links span{
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar-wrap{}
.single-widget{
    margin-bottom: 30px;
}
.single-widget ul{}
.single-widget ul li{
    display: block;
}
.single-widget ul li a{
    font-family: 'Raleway', sans-serif;
    display: block;
    color: #444;
    padding: 4px 0;
    font-weight: 400;
}
.single-widget ul li a:hover{
    color: #111;
    padding-left: 2px;
}
.tagcloud{}
.tagcloud a{
    display: inline-block;
    padding: 5px 10px;
    color: #444;
    border: 1px solid #ddd;
    margin: 3px;
    font-size: 13px;
    text-transform: capitalize;
}
.tagcloud a:hover{
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    text-decoration: none;
}

/* Search Form */
.searchform{
    position: relative;
    width: 100%;
}
.searchform .screen-reader-text{
    display: none;
}
.searchform input[type="text"]{
    display: block;
    color: #444;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ddd;
    padding-right: 50px;
}
.searchform input[type="text"]:focus{
    outline: none;
}
.searchform input[type="submit"]{
    text-indent: -999px;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'themify';
    content: '\e610';
    background-color: transparent;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}
.searchform input[type="submit"]:hover{
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/* Calendar */
#wp-calendar {
	width: 100%;
	max-width: 37.5rem;
	background: #ccc;
	margin-left: auto;
	margin-right: auto;
}

#wp-calendar caption {
	background: #111;
	color: #fff;
	padding: 0.25rem;
	text-align: center;
}

#wp-calendar thead tr {
	border-right: 1px solid #ddd;
}

#wp-calendar thead th {
	font-size: 90%;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
    border-right: 1px solid #666;
	padding: 0.25rem;
	background: #444;
    color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#wp-calendar tbody td {
	position: relative;
	padding: 0.125rem;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}

#wp-calendar tbody td.pad {
	opacity: 0.7;
}

#wp-calendar tbody td#today {
	font-weight: bold;
}

#wp-calendar tbody td#today:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #111;
	border-left: 10px solid transparent;
}

#wp-calendar tbody td a {
	display: block;
	background: rgba(17, 17, 17, 0.6);
    color: #fff;
}

#wp-calendar tbody td a:hover {
	background: #111;
	color: #fff;
    text-decoration: none;
}

#wp-calendar tfoot tr {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #ddd;
}

#wp-calendar tfoot tr td {
	border: 0;
	padding: 0;
}

#wp-calendar tfoot tr a {
	display: block;
	padding: 0.25rem 0.75rem;
}

#wp-calendar tfoot tr a:hover {
	background: #fff;
}

#wp-calendar tfoot tr #prev {
	text-align: left;
}

#wp-calendar tfoot tr #next {
	text-align: right;
}


/* ==========================================================================
   Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #111;
	font-size: 12px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	border-radius: 10%;
	position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}

/* Typed Cursor Style */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 24px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

