
/* -----------------------------------
   1. Globally Applied Styles
   2. Header + Mobile Menu
   3. Home Sections
   4. About
   5. Portfolio + Portfolio Single
   6. Blog + Blog Single
   7. Portfolio
   8. Contact
   9. Footer
   10.Basic elements
   11. Responsivity Media Queries
   ----------------------------------- */

/* --------------------------
   1. Globally Applied Styles
    -------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;
	line-height:23px;
}
h1, h2, h3, h4, h5, h6,
header .logo h3,
header nav .menu li a,
.search-overlay span,
.search-overlay input,
.wrapper .portfolio .filters ul li,
.blog .blog-post .post-content .details,
.blog .blog-post .post-content .more-button a,
.widget_recent_comments ul li
 {
	font-family: 'rokkitt', sans-serif;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
h5 {
    opacity: 0.6;
}
h6 {
    opacity: 0.4;
}

img {max-width: 100%;}

.clear {
	clear: both;
}

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}
hr.special {
    background: url(../images/hr.png) no-repeat;
    position: relative;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
    border: none;
    background-position: center center;
}
.display-none {
	display: none !important;
}

.wpcf7-response-output {
	margin-top: 50px !important;
}

.index-page {
	padding-top: 100px;
}
/*Buttons*/
button, input[type=submit], input[type=reset], input[type=button], .button, .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    display: inline-block;
    padding: .75em 1.25em;
    line-height: normal;
    margin: 0 .5em 1em 0;
    border: 1px solid #000;
    font-family: "Poppins",sans-serif;
    font-size: 1em;
    font-weight: inherit;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    background-color: transparent;
    color: #000;
    cursor: pointer;
    outline: 0;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
button.grey, input[type=submit].grey, input[type=reset].grey, input[type=button].grey, .button.grey, .pagination .page-numbers.current, .woocommerce-pagination .page-numbers.current {
    color: #999;
    border-color: #999;
}
button.red, input[type=submit].red, input[type=reset].red, input[type=button].red, .button.red {
    color: #0fe2b8;
    border-color: #0fe2b8;
}
button.underline, input[type=submit].underline, input[type=reset].underline, input[type=button].underline, .button.underline, .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: .3em 0;
    margin-right: .75em;
    letter-spacing: .15em;
    font-size: .85em;
    border-radius: 0;
}

button.yellow, input[type=submit].yellow, input[type=reset].yellow, input[type=button].yellow, .button.yellow {
    color: #f0ce4e;
    border-color: #f0ce4e;
}
.button, .button:hover, .button:visited {
    text-decoration: none;
}
button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=button]:hover, input[type=button]:focus, .button:hover, .button:focus, .pagination .page-numbers:hover, .pagination .page-numbers:focus, .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers:focus {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
}
/*Social buttons*/
.social-link {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    margin: .1em .2em .35em 0;
    font-size: 1.2em;
    line-height: 2.5em;
    text-align: center;
}
/*Tables*/
table {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
table th {
    position: relative;
    padding: .6em .4em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 400;
    text-align: left;
    vertical-align: bottom;
}
table tbody td {
    padding: .4em;
    border-bottom: 1px solid #eee;
}
table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: 0;
}
table tfoot td {
    position: relative;
    padding: .6em .4em;
    border-top: 1px solid #000;
}
/*List items*/
.fa-ul {
    padding-left: 1.2em;
    margin-left: 0;
}
.fa-ul>li {
    position: relative;
}
.fa-ul .fa-li {
    top: 1em;
    margin-top: -.7em;
    left: -2.1em;
    width: 2.1em;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa.fa-colored:before {
    color: #ff3c1f;
}
header .mobile-menu .line,
header .mobile-menu .line:before,
header .mobile-menu .line:after,
header nav .menu li a,
header nav .menu li a:after,
.wrapper .portfolio .filters ul li:after,
.wrapper .portfolio .item .overlay,
.about .about-content .about-socials ul li,
.blog .blog-post .post-content h3 a,
.blog .blog-post .post-content .details a,
.blog .blog-post .post-content .details span,
.blog .blog-post .post-content .details a:after,
.blog .blog-post .post-content h3 a:after,
.blog .pagination-holder .pagination li a:after,
.blog .sidebar .comments ul li a:after,
.blog-single .share-side ul li a:after,
.blog .blog-post .post-content .more-button a,
.blog .sidebar .tags a,
.blog .sidebar .comments ul li a,
.blog .sidebar .posts ul li a,
.blog-single .blog-post .post-content .tags a,
.blog-single .comment-form input,
.blog-single .comment-form textarea,
.blog-single .comment-form .submit,
.contact .contact-form input[type=submit],
footer span a:after,
.widget_categories ul li a:hover,
.widget_recent_comments ul > li > a,
.widget_recent_comments ul > li > a:after,
.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_archive ul li a, 
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a  {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
/* =WordPress Core
-------------------------------------------------------------- */
.sticky:before {
    position: absolute;
    right: 3px;
    top: -1px;
    content: "\f02e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #0fe2b8;
	z-index: 1;
}
.alignnone {
    margin: 5px 20px 20px 0;
    height: auto;
}

.aligncenter,
div.aligncenter {
    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%;    /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;    /* Above WP toolbar. */
}

.bypostauthor {
    background-color: #f3f1f1;
}

.gallery-caption {
    background-color: #666;
    opacity: 0.7;
}

/* -----------------------
   1. Header + Mobile Menu
    ----------------------- */

header {
	position: absolute;
	height: 60px;
	width: 100%;
	top: 30px;
	z-index: 1;
}

header .header-holder {
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
}

header .logo {
	float: left;
	line-height: 60px;
	margin-left: 35px;
	width: auto;
}

header .mobile-menu {
	width: 35px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	right: 40px;
	line-height: 55px;
	display: none;
}

header .mobile-menu.open .line {
	background-color: transparent;
}

header .mobile-menu .line {
	height: 3px;
	display: inline-block;
	width: 32px;
	position: relative;
	background-color: #3d3d3d;
}

header .logo a {
	text-decoration: none;
}

header .logo h3 {
color: #333333;
    font-size: 15px;
    text-transform: uppercase;
	    line-height: 25px;
    letter-spacing: 1px;
}

header .mobile-menu.open .line:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}

header .mobile-menu .line:before {
	content: "";
	position: absolute;
	top: -8px;
	width: 32px;
	height: 3px;
	background-color: #3d3d3d;
}

header .mobile-menu.open .line:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

header .mobile-menu .line:after {
	content: "";
	position: absolute;
	top: 8px;
	width: 32px;
	height: 3px;
	background-color: #3d3d3d;
}

header nav {
	float: right;
}

header nav .menu {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 60px;
	margin-right: 40px;
}

header .right-side {
	float: right;
	position: relative !important;
}

header nav .menu li:first-child {
	margin-left: 0;
}

header nav .menu li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

header nav .menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

header nav .menu li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 23px;
}

header nav .menu li a:hover {
	color: #0fe2b8;
}

header nav .menu li a:hover:after {
	width: 100%;
}

header nav .menu li.active a:after {
	width: 100%;
}

header nav .menu li.active a {
	color: #0fe2b8;
}

header nav .menu li a:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 18px;
	display: block;
	width: 0;
	height: 2px;
	background: #0fe2b8;
}

header nav .menu li:last-child {
	margin-left: 20px;
}

header nav .menu #socials-link a {
	border-left: 1px solid #3d3d3d;
	padding-left: 20px;
	padding-bottom: 0;
}

header nav .right-side li:last-child a:after {
	width: 0;
}

header nav .menu li ul {
	position: absolute;
	top: 100%;
	background: rgba(0, 0, 0, 0.95);
	min-width: 200px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid #0fe2b8;
}

header nav .menu li ul li {
	display: block;
	float: none;
	line-height: 25px;
	width: 200px;
	margin: 0;
	border-right: none;
	padding-top: 0;
	padding-bottom: 0;
	
}

header nav .menu li ul li:hover ul {
	opacity: 1 !important;
	visibility: visible !important;
}

header nav .menu li ul li ul {
	left: 100%;
	top: -2px;
	border-left: 1px solid;
	opacity: 0 !important;
	visibility: hidden !important;
}

header nav .menu li ul li:last-child {
	margin: 0;
}

header nav .menu li ul li a {
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding: 15px 20px !important;
	line-height: 15px;
	color: #fff !important;
}

header nav .menu li ul li.active a {
	color: #0fe2b8 !important;
}

header nav .menu li ul li a:after {
	width: 0 !important;
}

header nav .menu li ul li a:hover:after {
	width: 0;
}

header nav .menu li ul li:last-child a {
	border: 0;
	padding: 0;
}

/*Search*/

.search-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
}

.search-overlay span {
	color: #fff;
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 16px;
}

.search-overlay #close-search {
	position: absolute;
	top: 30px;
	right: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
	cursor: pointer;
}

.search-overlay input {
	background-color: transparent;
	border: none;
	color: #fff;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-size: 60px;
	width: 80%;
	position: absolute;
	top: 50%;
	margin-top: -43.5px;
	left: 50%;
	margin-left: -40%;
}

.search-overlay ::-webkit-input-placeholder {
   color: #fff;
}

.search-overlay :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.search-overlay ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.search-overlay :-ms-input-placeholder {  
   color: #fff;  
}

/*Search*/

/*Socials*/
	
.socials-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.85);
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
}

.socials-overlay #close-socials {
	position: absolute;
	top: 30px;
	right: 45px;
	color: #fff;
	font-size: 35px;
	cursor: pointer;
}

.socials-overlay .inner-socials {
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	width: 100%;
}

.socials-overlay .inner-socials ul {
	padding: 0;
	margin: 0;
	text-align: center;
	margin: 0 50px;
}

.socials-overlay ul li {
	display: inline-block;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 1px;
}

.socials-overlay ul li:first-child {
	margin: 0;
}

.socials-overlay ul li a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	display: block;
}

/*Socials*/


/* ----------------
   3. Home Sections
    ---------------- */

.wrapper .home-photography {
	position: relative;
	width: 100%;
	height: 100vh;
}

.wrapper .no-page-bg {
	height: 75vh;
	background: #f3f2f1;
	background: url(../images/bg.png);
}

.wrapper .home-photography .head-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.wrapper .home-photography .title-holder {
    display: none;
    position: relative;
    top: 77%;
    text-align: center;
    width: 480px;
    margin: 0 auto;
    padding: 80px 40px;
    outline: 1px solid #C3C3C3;
    outline-offset: -15px;
    background-color: rgba(255,255,255,0.85);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.wrapper .home-photography .page-title h2 {
	display: block;
	text-align: center;
	margin: 0;
	color: #3d3d3d;
	text-transform: uppercase;
	font-weight: 300;
}

.wrapper .home-photography .page-title span {
	display: block;
	text-align: center;
	color: #3d3d3d;
	font-size: 15px;
	text-transform: capitalize;
}

.wrapper .home-photography .mouse {
	width: 25px;
	height: 45px;
	border: 2px solid #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -12.5px;
	border-radius: 20px;
	display: none;
}

.wrapper .home-photography .mouse:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: #fff;
	border-radius: 100%;
	left: 50%;
	margin-left: -2.5px;
	top: 10px;
	 -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane { 
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}

.wrapper .portfolio {
	margin: 40px 0;
}

.wrapper .portfolio .filters {
	padding: 50px 0;
}

.wrapper .portfolio .filters ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.wrapper .portfolio .filters ul li {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: #0d0d0d;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
}

.wrapper .portfolio .filters ul li:first-child {
	margin-left: 0;
}

.wrapper .portfolio .filters ul li:hover:after,
.wrapper .portfolio .filters ul li.active:after {
	width: 100%;
}

.wrapper .portfolio .filters ul li:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 20px;
    background: rgba(15,226,184,0.20);
}

.wrapper .portfolio .item {
	margin-bottom: 30px;
	position: relative;
}

.wrapper .portfolio .item img {
	width: 100%;
	height: auto;
}

.wrapper .portfolio .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	opacity: 0;
}

.wrapper .portfolio .item:hover .overlay {
	opacity: 1;
}
.wrapper .portfolio .item .overlay.no-thumbnail {
    opacity: 1;
	border: 1px solid #eaeaea
}

.wrapper .portfolio .item .overlay .overlay-inner {
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
}

.wrapper .portfolio .item .overlay .overlay-inner h3 {
	margin: 0;
	font-size: 26px;
	padding-bottom: 5px;
	color: #0d0d0d;
	
}

.wrapper .portfolio .item .overlay .overlay-inner h3 a {
	color: inherit;
	text-decoration: none;
}

.wrapper .portfolio .item .overlay .overlay-inner span {
	color: #3d3d3d;
	font-size: 15px;
	text-transform: capitalize;
}

.wrapper .portfolio .item .overlay .overlay-inner span a {
	color: inherit;
	text-decoration: none;
}

.wrapper .portfolio .two-columns-grid .item img {
	height: 400px;
	min-height: 400px;
}

.wrapper .portfolio .three-columns-grid .item img {
	height: 270px;
	min-height: 270px;
}
.no-featured-image {
    width: 100%;
    height: 270px;
    min-height: 270px;
    border: 1px solid #eaeaea;
}

.wrapper .portfolio .four-columns-grid .item img {
	height: 200px;
	min-height: 200px;
}



/* --------
   4. About
    -------- */

.about {
	padding: 70px 0;
}

.about .about-info p {
	color: #3d3d3d;
	margin-left: 5px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	font-weight: 500;
    line-height: 27px;
}

.about h3 {
	color: #0d0d0d;
	margin: 0 0 20px 0;
}

.about .about-content {
	margin-top: 50px;
}

.about .about-content .about-progress .progress {
	height: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.about .about-content .about-progress .progress span {
	position: absolute;
	left: 0;
	color: #fff;
	margin-left: 10px;
	line-height: 30px
}

.about .about-content .about-progress .progress .progress-bar {
	background-color: #0fe2b8;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 30px;
	font-size: 14px;
}

.about .about-content .about-socials ul {
	padding: 0;
	margin: 0;
}

.about .about-content .about-socials ul li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #3d3d3d;
}

.about .about-content .about-socials ul li:hover {
	background-color: #555;
}

.about .about-content .about-socials ul li a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
}

.about .clients {
	margin-top: 65px;
}

.about .clients .clients-logo {
	margin-top: 30px;
	display: block;
}

.about .clients .clients-logo img {
	display: block;
	margin: auto;
}

/* -------------------
  6. Blog + Blog Single
    ------------------- */

.blog..blog-post {
	padding-top: 50px;
}

.blog .blog-post {
	margin-bottom: 50px;
}
.home-photography.no-page-bg{
	height:100vh;
}

.blog .blog-masonry .blog-post,
.blog .blog-masonry2 .blog-post {
	margin-bottom: 30px;
}

.blog .blog-post .post-img img {
	width: 100%;
	height: auto;
}

.blog .blog-post .post-content {
	border: 1px solid #ddd;
	padding: 0 20px;
}
.page-template-template-blog .blog .blog-post .post-content h3 {
    text-align: center;
}
.blog .blog-masonry .blog-post .post-content h3 {
	margin: 30px 0px 20px 0;
	text-align: center;
}

.blog .blog-post .post-content h3 a {
	text-decoration: none;
	color: #0fe2b8;
	font-size: 26px;
	position: relative;
}

.blog .blog-post .post-content h3 a:hover {
	color: #0fe2b8;
}

.blog .blog-post .post-content h3 a:hover:after {
	width: 100%;
}

.blog .blog-post .post-content .details {
	margin-bottom: 20px;
	text-align: center;
}

.blog .blog-masonry .blog-post .post-content .details {
	text-align: left;
	line-height: 26px;
}

.blog .blog-post .post-content .details .category {
	display: inline-block;
	position: relative;
}

.blog .blog-post .post-content .details a,
.blog .blog-post .post-content .details span {
	text-transform: capitalize;
	text-decoration: none;
    font-size: 16px;
    color: #333;
    margin: 0px 15px;
    position: relative;
}

.blog .blog-post .post-content .details a:hover {
	color: #0fe2b8;
}

.blog .blog-post .post-content .details a:hover:after {
	width: 100%;
}

.blog .blog-post .post-content .details a:after,
.blog .blog-post .post-content h3 a:after,
.blog .pagination-holder .pagination li a:after,
.blog .sidebar .comments ul li a:after,
.blog-single .share-side ul li a:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 0;
	height: 1px;
	background: #0fe2b8;
}

.blog .blog-post .post-content .details .category a {
	margin-right: 2px;
}

.blog .blog-post .post-content .details span:after,
.blog .blog-post .post-content .details .category:after {
	content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #5D5C5C;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.blog .blog-post .post-content .details .category:after {
    left: -7px;
    top: 7px;
}
.blog .blog-post .post-content .details span:after{
    left: -18px;
    top: 6px;
}
.blog .blog-post .post-content p {
	color: #3d3d3d;
}

.blog .blog-post .post-content .more-button a {
	color: #666;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
    border: 1px solid #E4E4E4;
}

.blog .blog-post .post-content .more-button a:hover {
	
}

.blog .blog-post .post-content .more-button {
	margin: 25px 0;
	text-align: center;
	padding-top: 10px;
}

.blog .pagination-holder {
	display: block;
	text-align: center;
}

.blog .pagination-holder .pagination li {
	border: none;
}

.blog .pagination-holder .pagination li a {
	color: #3d3d3d;
	text-decoration: none;
	border: none;
	font-size: 17px;
	background-color: transparent !important;
	position: relative;
	padding: 0;
	margin: 6px 10px;
}

.blog .pagination-holder .pagination li a:hover,
.blog .pagination-holder .pagination li.active a {
	color: #0fe2b8;
}

.blog .pagination-holder .pagination li a:hover:after,
.blog .pagination-holder .pagination li.active a:after {
	width: 100%;
}

/* Dynamic Sidebar */

.widget {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget .widgettitle {
	text-transform: capitalize;
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

.widget select {
	width: 100%;
	border: 1px solid #999;
	padding: 1px 3px;
	color: #555;
	outline: 0;
}


.widget_search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 25px 5px 10px;
	outline: none;
}

.widget_search #close-search,
.widget_search span {
	display: none;
}


.widget_tag_cloud .tagcloud a {
	background-color: rgba(42, 187, 155, 0.75);
	padding: 5px 7px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px !important;
}

.widget_categories ul li {
	display: block;
	margin-bottom: 5px;
	color: #0fe2b8;
}

.widget_categories ul li a {
	font-size: 16px;
	color: #555;
	text-transform: capitalize;
	text-decoration: none;
	padding-right: 8px;
}

.widget_categories ul li a:hover {
	color: #0fe2b8;
}

.widget_recent_comments ul li {
	margin-bottom: 10px;
	list-style: none;
}


.widget_recent_comments ul li {
	color: #0fe2b8 !important;
	font-size: 16px !important;	
}

.widget_recent_comments ul li span a {
	color: inherit;
	text-decoration: none;
}

.widget_recent_comments ul > li > a {
	color: #555 !important;
	font-size: 14px !important;
	text-decoration: none;
	display: table !important;
	position: relative;
	text-transform: capitalize;
	margin-top: 5px !important;
}

.widget_recent_comments ul > li > a:hover {
	color: #0fe2b8 !important;
}

.widget_recent_comments ul > li > a:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 0;
	height: 1px;
	background: #0fe2b8;
}

.widget_recent_comments ul li a:hover:after {
	width: 100%;
}

.widget_recent_entries ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.widget_recent_entries ul li:last-child {
	border-bottom: none;
}

.widget_recent_entries ul li a {
	color: #555;
	text-decoration: none;
}

.widget_recent_entries ul li a:hover {
	color: #0fe2b8;
}

.widget_recent_entries ul li span {
	float: right;
}

.widget_pages ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.widget_pages ul li:last-child {
	border-bottom: none;
}

.widget_pages ul li a {
	color: #555;
	text-decoration: none;
}

.widget_pages ul li a:hover {
	color: #0fe2b8;
}

.widget_archive ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	color: #0fe2b8;
}

.widget_archive ul li:last-child {
	border-bottom: none;
}

.widget_archive ul li a {
	color: #555;
	text-decoration: none;
	padding-right: 8px;
}

.widget_archive ul li a:hover {
	color: #0fe2b8;
}

.widget_archive select {
	width: 100%;
	outline: 0;
}

.widget_meta ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	color: #0fe2b8;
}

.widget_meta ul li:last-child {
	border-bottom: none;
}

.widget_meta ul li a {
	color: #555;
	text-decoration: none;
	padding-right: 8px;
}

.widget_meta ul li a:hover {
	color: #0fe2b8;
}

.widget_calendar caption {
	text-align: left;
	text-transform: capitalize;
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}

.widget_calendar th {
	padding-right: 20px;
}

.widget_calendar a {
	color: #0fe2b8;
	text-decoration: none;
}

.widget_rss h2 a {
	color: inherit;
	text-decoration: none;
}

.widget_rss ul li,
.widget_nav_menu ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	color: #0fe2b8;	
}

.widget_rss ul li a,
.widget_nav_menu ul li a {
	color: #555;
	text-decoration: none;
	padding-right: 8px;	
}

.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: #0fe2b8;
}

.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child {
	border: none;
}



.blog .sidebar .instagram ul {
	margin: 0;
	padding: 0;
}

.blog .sidebar .instagram ul li {
	display: inline-block;
	width: 24%;
	padding: 3px;
}

.share-side {
	padding: 30px 0;
}

 .share-side h5 {
	margin: 0;
	font-size: 15px;
	line-height: 21px;
}

.share-side ul {
	margin: 0;
	padding: 0;
	margin-left: 4px;
	margin-top: 15px;
}

.share-side ul li {
	display: inline-block;
	margin-right: 15px;
}

.share-side ul li a {
	color: #0fe2b8;
	font-size: 16px;
	position: relative;
}

.share-side ul li a:hover:after {
	width: 100%;
}

.blog-single .blog-post .post-content {
	border: none;
	padding: 0;
}

.blog-single .blog-post .post-content .details {
	text-align: center;
}

.blog-single .blog-post .post-content p {
	margin-bottom: 20px;
}

.blog-single .blog-post .post-content iframe,
.blog-single .blog-post .post-content embed {
	width: 100%;
}

.blog-single .blog-post .post-content blockquote {
	font-style: italic;
	font-size: 15px;
	color: #555;
	border-left: 5px solid #0fe2b8;
}

.blog-single .blog-post .post-content blockquote cite {
	color: #666;
}

.blog-single .blog-post .post-content blockquote cite a {
	color: inherit;
	text-decoration: underline;
}

.blog-single .blog-post .post-content blockquote p {
	margin: 0;
	padding: 0;
}

.blog-single .blog-post .post-content .tags {
	margin-top: 30px;
	display: block;
}

.blog-single .blog-post .post-content .tags a {
	display: inline-block;
	background-color: rgba(42, 187, 155, 0.75);
	padding: 5px 7px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.blog-single .blog-post .post-content .tags a:hover {
	background-color: #0fe2b8;
}

.blog-single .comments h3 {
	color: #333;
	margin-top: 50px;
	margin-bottom: 60px;
}

.blog-single .comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.blog-single .comments .comment {
	position: relative;
}

.blog-single .comments .comment .user-img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -15px;
	left: 0;
}

.blog-single .comments .comment .user-img img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}


.blog-single .comments .comment .user-name {
	margin-bottom: 6px;
	margin-left: 85px;
	font-size: 18px;
	margin-top: 0;
}

.blog-single .comments .comment .comment-date {
	color: #0fe2b8;
	display: block;
	margin-left: 85px;
}

.blog-single .comments .comment .comment-text {
	color: #555;
	border: 1px dotted #ddd;
	padding-bottom: 20px;
	display: inline-block;
	margin: 0;
	margin-top: 15px;
	margin-left: 85px;
	width: 90%;
    padding: 20px;
}

.blog-single .comments .comment .comment-text p {
	margin: 0;
	padding: 0;
}

.blog-single .comment-form h3 {
	color: #333;
	margin-bottom: 45px;
}

.blog-single .comment-form .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.blog-single .comment-form input {
	
	border: 1px solid #bbb;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 30px;
	outline: none;
}

.blog-single .comment-form input:focus,
.blog-single .comment-form textarea:focus {
	border-bottom: 2px solid #0fe2b8;
}

.blog-single .comment-form textarea {
	
	width: 100%;
	border-bottom: 1px solid #bbb;
	padding: 10px 15px;
	outline: none;
	resize: none;
	height: 200px;
}

.blog-single .comment-form .submit {
	width: auto;
	float: right;
	background: rgba(42, 187, 155, 0.75);
	border: none;
	color: #fff;
	margin-top: 20px;
}

.blog-single .comment-form .submit:hover {
	background-color: #0fe2b8;
}

.blog-single ::-webkit-input-placeholder {
   color: #0fe2b8;
}

.blog-single :-moz-placeholder { /* Firefox 18- */
   color: #0fe2b8;  
}

.blog-single ::-moz-placeholder {  /* Firefox 19+ */
   color: #0fe2b8;  
}

.blog-single :-ms-input-placeholder {  
   color: #0fe2b8;  
}
.comment-form .comment-form .form {
    padding: 0px 15px;
}

/* -----------
   7. Portfolio
    ----------- */

.portfolio-v1,
.portfolio-v2,
.portfolio-v3 {
	margin-bottom: 30px !important;
}

.project-single {
	padding: 50px 0;
}


.project-single .project-content .text-content h2 {
	margin: 0;
	color: #444;
	margin-bottom: 25px;
}

.project-single .project-content .text-content span {
	font-size: 16px;
	color: #0fe2b8;
	margin-top: 10px;
	display: block;
	margin-left: 2px;
}

.project-single .project-content .text-content p {
	color: #3d3d3d;
	font-size: 15px;
}

.project-single .project-content .details {
	margin-top: 35px;
}

.project-single .project-content .categories ul {
	margin: 0;
	padding: 0;
}

.project-single .project-content .categories ul a {
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
	color: #0fe2b8;
	font-size: 16px;
	display: block;
	text-decoration: none;
}
.project-single .project-content .categories ul {
    list-style-type: none;
}
.project-single .project-content .details h4 {
	color: #444;
	margin: 0;
}

.project-single .project-content .details span {
	margin-top: 10px;
	margin-left: 5px;
	color: #0fe2b8;
	font-size: 16px;
	display: block;
}

.project-single .project-content .date span {
	color: #0fe2b8;
	font-size: 17px;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}

.project-single .project-photos ul {
	margin: 0;
	padding: 0;
}

.project-single .project-photos ul li {
	list-style: none;
	margin-bottom: 30px;
}

.project-single .project-photos ul li img {
	width: 100%;
	height: auto;
}

.project-single2 .categories,
.project-single4 .categories {
	margin-top: 0 !important;
}

.project-single2 .categories ul li,
.project-single4 .categories ul li {
	display: inline-block !important;
}

.project-single2 .project-photos {
	margin-top: 50px;
}

.project-single4 .project-photos {
	margin-top: 0;
}

/* ----------
   8. Contact
    ---------- */

.contact {
	margin: 70px 0;
}

.contact h3 {
	margin: 0;
	color: #333;
}

.contact .address p {
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
	color: #3d3d3d;
	text-transform: capitalize;
}

.contact .contact-info {
	margin-bottom: 40px;
}

.contact .contact-info span {
	display: block;
	font-size: 15px;
	color: #3d3d3d;
	margin-bottom: 5px;
}

.contact .contact-info p {
	font-size: 15px;
	color: #3d3d3d;
}

.contact .contact-info span.active {
	color: #0fe2b8;
}

.contact .contact-info h3 {
	margin-bottom: 10px;
}

.contact .contact-form input,
.contact .contact-form textarea {
	border: none;
	border-bottom: 1px solid #0fe2b8;
	width: 100%;
	outline: none;
	padding: 10px 20px;
	color: #333;
}

.contact .contact-form textarea {
    resize: none;
}

.contact .contact-form input[type=submit] {
	width: auto;
	border: none;
	background-color: rgba(42, 187, 155, 0.75);
	float: right;
	color: #fff;
	margin-top: 15px;
	text-transform: capitalize;
}

.contact .contact-form input[type=submit]:hover {
	background-color: #0fe2b8;
}

.contact .comment-form .submit:hover {
	background-color: #0fe2b8;
}

.contact ::-webkit-input-placeholder {
   color: #666;
}

.contact :-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

.contact ::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

.contact :-ms-input-placeholder {  
   color: #666;  
}


/* ---------
   9. Footer
    --------- */

footer span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #3d3d3d;
	padding: 40px 0;
	line-height: 26px;
	    background: #f5f8fa;
}

footer span a {
	text-decoration: none !important;
	color: #3d3d3d !important;
	position: relative;
}

footer span a:hover:after {
	width: 100%;
}

footer span a:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 0;
	height: 1px;
	background: #0fe2b8;
}
/* ------------------------------
   11. Responsivity Media Queries
    ------------------------------ */

@media screen and (max-width: 992px){
	header .logo {
		float: none;
		margin: auto;
		line-height: 45px;
		text-align: center;
	}

	header nav .menu {
		line-height: 55px;
	}
}

@media screen and (max-width: 768px){
	header .logo {
		float: left;
		line-height: 60px;
		margin-left: 25px;
	}

	header .mobile-menu {
		display: block;
	}

	header nav .menu {
		line-height: 35px;
		position: absolute;
		display: block;
		background-color: rgba(119, 119, 119, 0.9);
		width: 100%;
		top: 60px;
		margin: 0;
		padding: 15px 40px;
		display: none;
		left: 0;
	}

	header nav .menu li {
		display: block;
		margin: 0 !important;
	}

	header nav .menu li#search-link {
		display: inline-block;
		left: 50%;
 		margin-left: -40px;
 		margin-top: 20px;
	}

	header nav .menu li#socials-link {
		display: inline-block;
		left: 50%;
	}

	header nav .menu li a {
		padding-bottom: 5px;
		position: relative;
		color: #fff !important;
	}

	header nav .menu li:last-child a {
		border: none;
	}

	header nav .menu li a:after {
		bottom: 0;
	}

	header nav .menu li ul {
		opacity: 1;
		visibility: visible;
		position: relative;
		background-color: transparent;
		border: none;
	}

	header nav .menu li ul li {
		border: none;
	}

	header nav .menu li ul li a {
		color: #fff !important;
		padding: 10px !important;
	}

	header nav .menu li ul li ul {
		display: block;
		border: none;
		left: 20px;
		opacity: 1 !important;
		visibility: visible !important;
	}

	header nav .menu li ul li ul li a {
		color: #fff;
		padding: 10px !important;
	}

    .wrapper .portfolio  {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px){

	.wrapper .home-photography .title-holder {
		top: 60%; 
		width: 400px;
		padding: 80px 20px;
	}

	.about .about-socials {
		margin-top: 40px;
	}

	.about .about-info p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
	.about-progress {
    padding-left: 0px;
}
	
    .blog .col-md-4 {
    	clear: both;
    }

    .blog .sidebar {
    	margin-top: 30px;
    }

    .project-single .project-photos {
    	margin-top: 50px;
    }

    .project-single4 .project-photos {
    	margin-top: 0px;
    }

    .project-single2 .text-content,
    .project-single4 .text-content {
    	margin-bottom: 40px;
    }

    .contact .contact-info {
    	text-align: center;
    }

    .contact .address {
    	text-align: center;
    }

    .contact .contact-form {
    	margin-top: 40px;
    }

    header nav .right-side {
    	display: none !important;
    }


    .blog .blog-post .post-content img {
		height: auto;
		width: 100%;
	}

	.blog .blog-post .post-content p a {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 500px){

	.wrapper .home-photography .title-holder {
		width: 300px;
		padding: 80px 0;
	}

	.socials-overlay ul li {
		margin-left: 5px;
		width: 35px;
		height: 35px;
	}

	.socials-overlay ul li a {
		line-height: 35px;
	}

	.search-overlay input {
		font-size: 30px;
	}

	.search-overlay span {
		font-size: 14px;
	}

	.wrapper .home-photography .page-title h2 {
		font-size: 28px;
	}

	.wrapper .home-photography .page-title span {
		font-size: 14px;
	}

	.blog .blog-post .post-content h3 a {
		font-size: 20px;
	}

	.blog .blog-post .post-content .details a, .blog .blog-post .post-content .details span {
		font-size: 12px;
	}

	.blog .blog-post .post-content p {
		font-size: 13px;
	}

	.blog .blog-post .post-content .more-button a {
		font-size: 13px;
	}
}

@media screen and (max-width: 320px){
	.socials-overlay ul li {
		width: 25px;
		height: 25px;
		margin-left: 5px;
	}

	.socials-overlay ul li a {
		font-size: 14px;
		line-height: 25px;
	}

	.wrapper .home-photography .page-title h2 {
		font-size: 26px;
	}

	.wrapper .home-photography .page-title span {
		font-size: 12px;
	}

    .wrapper .portfolio .filters ul li {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .blog .blog-post .post-content .details span:after, .blog .blog-post .post-content .details .category:after {
    	height: 14px;
    }

    .blog .blog-post .post-content p {
    	font-size: 12px;
    }

    .blog .blog-post .post-content .details a:after, .blog .blog-post .post-content h3 a:after, .blog .pagination-holder .pagination li a:after {
    	bottom: 0;
    } 

    footer span {
        font-size: 13px;
        line-height: 24px;
    }
}
