/*
	Theme Name: Stephens
	Theme URI: http://pegodesign.com/wp-themes/stephens
	Description: Stephens - Personal Portfolio WordPress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.4
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
	Text Domain: stephens
*/
/* Table of Content
==================================================

	1 Body and Core Css
	2 Home
    3 About
    4 Portfolio
    5 Blog
    6 Contact
    7 Diagonal layout
    8 Slider & Video Home
    9 Footer
    10 Contact Form
    11 Error
    12 Widgets
    13 Responsive


/*------------------------ 1 Body and Core Css ------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    letter-spacing: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    font-family: 'Merriweather', serif;
    letter-spacing: 0.5px;
}

.entry-content img {
    margin: 0 0 20px 0;
}

.alignleft, img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.alignright, img.alignright {
    display: block;
    float: right;
    margin: 10px 0 10px 20px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto 10px auto;
}

.wp-caption {
    background: #FFF;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1B1B1B;
    line-height: 1.9;
    font-size: 12px;
}

.wp-smiley {
    max-height: 12px;
    margin: 0 !important;
}

.gallery img, .gallery dl {
    margin: 0;
}

.gallery-caption {
    margin: -20px 0 0 0;
}

.sticky {
}

.bypostauthor {
}

.textaligncenter {
    text-align: center;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, ol {
    list-style-position: inside;
}

ul li ul, ol li ol {
    margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 25px 0 15px 0;
}

h2 {
    font-size: 18px;
    line-height: 16px;
    margin: 25px 0 15px 0;
}

h3 {
    font-size: 16px;
    line-height: 14px;
    margin: 25px 0 15px 0;
}

h4 {
    font-size: 14px;
    line-height: 12px;
    margin: 25px 0 15px 0;
}

h5 {
    font-size: 12px;
    line-height: 10px;
    margin: 25px 0 15px 0;
}

h6 {
    font-size: 10px;
    line-height: 1;
    margin: 25px 0 15px 0;
}

body {
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

html {
    height: 100%;
}

p {
    font-size: 13px;
    color: #777777;
    line-height: 24px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

nav {
    position: fixed;
    background: #FFF;
    z-index: 999;
    width: 100%;
    padding: 30px;
    display: none;
    -webkit-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
    -moz-box-shadow: -5px 10px 12px -10px rgba(201,201,201,0.67);
    box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
}

.nav-menu {
    float: right;
    line-height: 32px;
}

nav ul li {
    float: left;
    margin-right: 15px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    font-size: 14px;
}

nav ul li a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

nav ul li a:hover, li.current-menu-item a {
    color: #AFAFAF !important;
}

.logo {
    float: left;
    margin-top: 3px;
}

.logoImageRetina {
    display: none;
}

.responsive {
    display: none;
    font-size: 23px;
}

.active {
    color: #AFAFAF;
}

a {
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

.prefooter {
    width: 100%;
    height: 90px;
}

footer p {
    line-height: 20px;
    margin-top: 20px;
}

.site-button:focus {
    outline: 0;
}

.nav-menu li a:focus {
    color: #000;
}

.ok {
    background: green !important;
    border: solid 2px green !important;
    color: white;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-inp.reqError, .contact-form textarea.reqError {
    border-color: #F00;
}

.content {
    margin-top: 60px;
}

.subpage-nav {
    display: block !important;
    position: relative;
}

.page-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
    position: relative;
}

.page-title h1 {
    font-size: 75px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

.sticky {
    border: 2px solid #000;
    padding: 15px;
}

section .container {
    padding-top: 90px;
}

/*preloader */
#preloader {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;
    text-align: center;
}

.spinner {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }

    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }

    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}

.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
    border-color: #FFF;
}

.uil-ripple-css div:nth-of-type(2) {
    border-color: #FFF;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

li {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    margin-bottom: 5px;
    margin-left: 2px;
}

li a, li code {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

ul.list-style {
    margin: 10px 0;
}

.blog-content em {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

/*------------------------ 2 Home ------------------------*/
.home-template {
    background-size: cover;
    width: 100%;
    display: table;
}

.home-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
    position: relative;
}

h1.slide-title {
    font-size: 75px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 20px;
}

.home-template:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.social {
    height: 30px;
}

.social a {
    color: #FFF;
    font-size: 15px;
    margin: 0 15px;
    transition: all ease 0.3s;
}

.social a:hover {
    transition: all ease 0.3s;
    opacity: 0.5;
}

.home-down {
    color: #FFF;
    font-size: 40px;
    padding-top: 40px;
    padding-left: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.home-down:hover {
    color: #FFF;
    transition: all 0.3s ease;
}

.home-down:focus {
    color: #FFF;
}

/* arrow css3 animation */
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-20px);
    }
}

@-o-keyframes bounce {
    0%, 100% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-20px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.bounce {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.home-socials ul.socials-sh {
    display: block;
    position: relative;
    top: 30px;
}

.home-socials ul.socials-sh li {
    display: inline;
    margin: 0 12px;
}

.home-socials ul.socials-sh li a {
    color: #FFF;
    font-size: 18px;
}

a.home-down.bounce {
    padding-left: 0;
}

/*------------------------ 3 About ------------------------*/
#first-page {
    padding-top: 0;
}

.home-down i {
    color: #FFF;
}

.about-image img {
    width: 100%;
}

.about h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0;
}

.about-text {
    display: table;
    height: 407px;
}

.out {
    display: table-cell;
    vertical-align: middle;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@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;
    }
}

.gray-bg {
    margin-top: 90px;
    background: #F6F6F6;
}

.what-can {
    padding: 90px 0;
}

.what-can .feature {
    text-align: center;
    margin-bottom: 30px;
}

.what-can .feature i {
    font-size: 40px;
}

.what-can .feature h3 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 0;
}

.what-can .feature p {
    line-height: 20px;
}

/*------------------------ 4 Portfolio ------------------------*/
.section-title {
    text-align: center;
    padding: 0 0 60px 0;
}

.section-title h2 {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title p {
    line-height: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.section-title.page-title {
    padding: 0px 0 30px 0;
    width: auto;
    margin: 0;
    text-align: left;
}

.section-title.page-title p {
    margin-top: 10px;
}

.portfolio_filter {
    text-align: center;
    padding-top: 15px;
}

.portfolio_filter ul {
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li {
    font-size: 14px;
    color: #777777;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
}

.isotope_items.row .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.single_item {
    margin-bottom: 30px;
    position: relative;
}

.single_item img {
    width: 100%;
    transition: all ease 0.3s;
    height: auto;
}

.single_item img:hover {
    background: #FFFFFF;
    transition: all ease 0.3s;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.select-cat {
    color: #000 !important;
}

/*------------------------ 5 Blog ------------------------*/
.blog-image img {
    height: auto;
}

.blog-content {
    margin-bottom: 60px;
}

.blog h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 13px 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.blog-info {
    font-size: 12px;
    font-weight: 400;
    color: #B9B9B9;
}

.blog .site-button {
    margin: 0 auto 60px;
    display: table;
}

.blog-single h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 25px 0 12px 0;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.blog-single .blog-detail {
    font-size: 13px;
    color: #B9B9B9;
    margin-bottom: 30px;
}

.blog-single .blog-detail span {
    color: #000;
}

.blog-single ul.list-style {
    padding: 30px;
    line-height: 24px;
}

.blog-single ul.list-style li {
    font-size: 14px;
    list-style: circle;
}

.lightbox-image img {
    width: 100%;
    padding-bottom: 30px;
}

.blog-single .post-lightbox {
    padding: 30px 0 0;
}

.subtitle {
    font-size: 22px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.post-comment {
    float: left;
}

ul.post-comment li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
    list-style: none;
}

ul.post-comment li img {
    width: 15%;
    float: left;
}

ul.post-comment li .comment-info {
    float: left;
    width: 85%;
    padding-left: 15px;
    margin-top: 15px;
}

ul.post-comment li h3 {
    float: left;
    font-size: 14px;
}

ul.post-comment li a {
    float: right;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

ul.post-comment li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #C5C5C5;
    margin-top: 3px;
}

ul.post-comment li p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.send-message {
    margin-top: 60px !important;
}

.send-message .subtitle {
    margin-bottom: 30px;
}

.blog-single blockquote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 40px 0;
}

.post-tags {
    margin-top: 30px;
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

.post-tags a {
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

.post-tags a:hover {
    color: #777;
}

#comments {
    margin-top: 40px;
}

h3.comment-reply-title {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 0px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

h1.comment-main-title {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/* comments form */
#comments input, #comments label {
    width: 100%;
}

textarea#comment {
    outline: none;
    width: 100%;
    resize: none;
}

input#author, input#email, input#url, textarea#comment {
    border: none;
    font-size: 13px;
    text-transform: none;
    outline: none;
    border-bottom: solid 1px #DFDFDF;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

p.comment-form-author, p.comment-form-email {
    float: left;
    width: 48%;
}

p.comment-form-author {
    margin-right: 4%;
}

input#author::-webkit-input-placeholder, input#email::-webkit-input-placeholder, input#url::-webkit-input-placeholder, textarea#comment::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

span.required {
    display: none;
}

input#submit.submit {
    padding: 10px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid #000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
    width: auto;
    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;
    color: #000;
}

input#submit.submit:hover {
    background: #000;
    color: #FFF;
    transition: all ease 0.3s;
}

p.form-submit {
    text-align: center;
}

p.comment-notes {
    color: #777;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 30px;
}

.wpb_wrapper p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #959595;
    font-weight: 400;
    line-height: 2.4;
    margin-bottom: 20px;
}

.comment-author.vcard {
    float: left;
    width: auto;
    margin-bottom: 30px;
}

span.says {
    display: none;
}

.comment-author img {
    float: left;
}

cite.fn {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

cite.fn a {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

a.comment-date {
    font-size: 12px;
    color: #C5C5C5;
    margin-top: 3px;
}

.reply {
    margin-left: 120px;
}

.reply a {
    position: absolute;
    margin-top: -35px;
    float: right;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    right: 20px;
}

.reply a:hover {
    color: #777;
}

.comment-content {
    margin-left: 120px;
}

.comment-content p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.all-comments {
    list-style: none;
    position: relative;
}

.all-comments > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comment-meta.commentmetadata {
    margin-left: 120px;
}

em.comment-awaiting-moderation {
    margin-left: 20px;
    font-size: 12px;
    font-style: normal;
}

p.logged-in-as, p.logged-in-as a {
    color: #555;
    font-size: 12px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

#respond.comment-respond {
    display: block;
    width: 100%;
    float: left;
}

.all-comments ul.children li {
    margin-top: 0px;
    display: block;
    margin-bottom: -30px;
    width: auto;
}

.all-comments ul.children li ul.children li {
    margin-top: 0px;
    display: block;
    margin-bottom: 23px;
    width: auto;
}

.all-comments ul li {
    margin-left: 50px !important;
}

p.comment-form-author, p.comment-form-email, p.comment-form-comment {
    margin-bottom: 0;
}

.page-wrapper ul.children {
    margin-bottom: 0px;
}

#cancel-comment-reply-link {
    color: #555;
}

a.url {
    margin-left: 0 !important;
}

a.comment-edit-link {
    color: #555;
    font-size: 12px;
}

.fullwidth {
    width: 100%;
}

a.index-post-title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0px 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

a.index-post-title:hover {
    color: #777;
}

.index-blog-detail {
    font-size: 12px;
    font-weight: 400;
    color: #B9B9B9;
    margin-bottom: 10px;
}

.index-content p {
    line-height: 1.6;
}

.pagination-wrapper a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.pagination-wrapper a:hover {
    color: #777;
}

/*------------------------ 6 Contact ------------------------*/
.contact-info {
    text-align: center;
}

.contact-info i {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #000;
    border-radius: 50px;
    color: #FFF;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info p {
    line-height: 20px;
}

.section-title p {
    margin-top: 20px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #DFDFDF;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #DFDFDF;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

.contact-form {
    margin-top: 90px;
}

.contact-form .site-button {
    margin: auto;
    margin-top: 30px;
    display: block;
}

.site-button {
    padding: 13px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
}

a.site-button {
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.site-button:hover {
    background: #000;
    color: #FFF;
    transition: all ease 0.3s;
}

/* mobile menu */
.mobile-menu-wrapper {
    display: none;
}

.mobile-menu-wrapper {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    position: absolute;
    height: auto;
    z-index: 11;
    float: left;
    margin-bottom: 30px;
    display: none;
    top: 80px;
    left: 0;
}

.mobile-menu-wrapper ul {
    list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu li {
    display: block;
    margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu li:before {
    content: '';
}

.mobile-menu-wrapper ul.mobile-menu li a {
    padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu li li a {
    font-size: 13px;
    padding-left: 30px;
}

.mobile-menu-wrapper ul.mobile-menu ul {
    margin-left: 0px !important;
}

.mobile-menu-wrapper ul.mobile-menu li li li a {
    padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px;
    display: block;
    color: #FCF6EC;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: none;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
}

.mobile-menu-wrapper ul.mobile-menu li a:hover, .mobile-menu-wrapper ul.mobile-menu li.current_page_item a {
    color: #FCF6EC !important;
    background: rgba(0, 0, 0, 0.6);
}

nav .mobile-menu-wrapper ul li {
    float: none;
}

.menu-icons-inside {
    display: none;
    float: right;
    margin-top: -7px;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    color: #000;
    float: none;
    height: 26px;
    margin-right: 0;
    margin-top: 10px;
    display: inline-block;
}

.menu-icon:hover {
    color: #000;
}

.menu-icon-close {
    display: none;
}

.menu-icon.menu-icon-close {
    font-size: 48px;
    top: 3px;
    right: 25px;
}

.menu-icon-create {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease 0.3s;
    float: left;
}

.menu-icon-create:after, .menu-icon-create:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease 0.3s;
    outline: 1px solid transparent;
    left: 0;
    background: #000;
}

.menu-icon-create:before {
    top: -8px;
}

.menu-icon-create:after {
    top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px, 0);
    -moz-transform: rotate(-48deg) translate(2px, 0);
    -ms-transform: rotate(-48deg) translate(2px, 0);
    -o-transform: rotate(-48deg) translate(2px, 0);
    transform: rotate(-48deg) translate(2px, 0);
}

.menu-icon.opened .menu-icon-create:after {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -moz-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    -o-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.menu-icon.opened .menu-icon-create {
    background: none;
}

.blog-items-home .blog-content:nth-child(3n+1) {
    clear: both;
}

/*------------------------ 7 Diagonal layout ------------------------*/
.diagonal {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #FFF;
    float: left;
    z-index: 1000;
}

.diagonal-odd {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #FFF;
    float: left;
    z-index: 100;
    margin-top: 90px;
}

.diagonal-odd path {
    fill: #f5f5f5;
}

.diagonal-even {
    background: #F5F5F5;
    margin-bottom: -6px;
    margin-top: 60px;
}

.diagonal-even path {
    fill: #fff;
    stroke: #f5f5f5;
    stroke-width: 0;
}

.diagonal.home-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.diagonal.home-right {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
}

.diagonal.home-left, .diagonal.home-right path {
    fill: #f5f5f5;
    stroke: #f5f5f5;
    stroke-width: 4;
}

section.oddbg {
    background: #F5F5F5;
    padding-bottom: 120px;
    margin-top: -3px;
}

section.evenbg {
    background: #FFF;
}

.diag #first-page {
    background: #F5F5F5;
}

.diag section {
    position: relative;
}

/*------------------------ 8 Slider & Video Home ------------------------*/
.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider {
    background: none !important;
}

.home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*------------------------ 9 Footer ------------------------*/
.footer-socials {
}

.footer-socials ul.socials-sh {
    list-style: none;
}

.footer-socials ul.socials-sh li {
    list-style: none;
    list-style-position: inside;
    display: inline;
    margin: 0 10px;
}

.footer-socials ul.socials-sh li a {
    color: #FFF;
    margin: 0;
    padding: 0;
}

footer p {
    line-height: 20px;
    margin-top: 20px;
}

footer p a {
    color: #AAA;
    font-family: 'Montserrat', sans-serif;
}

footer p a:hover {
    color: #DDD;
}

/*------------------------ 10 Contact Form ------------------------*/
.pego-contact-form {
    float: left;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.pego-contact-form input {
    float: left;
    width: 48%;
}

.pego-contact-form input.wpcf7-email {
    margin-left: 4%;
}

.pego-contact-form textarea {
    float: left;
    width: 100%;
    margin-top: 30px;
    max-height: 120px;
    margin-bottom: 50px;
}

.pego-contact-form input, .pego-contact-form textarea {
    border: none;
    border-bottom: 1px solid #DFDFDF;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
}

.pego-contact-form input[type="submit"] {
    padding: 10px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid #000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
    width: auto;
    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;
}

.pego-contact-form input[type="submit"]:hover {
    background: #000;
    color: #FFF;
    transition: all ease 0.3s;
}

input.wpcf7-form-control.wpcf7-submit {
    float: none;
}

/*------------------------ 11 Error ------------------------*/
.error-content1 {
    color: #000;
    font-size: 200px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.error-content2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.error-content3 {
    color: #777;
    font-size: 18px;
    text-align: center;
}

.error-button {
    text-align: center;
}

a.error-page-url {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    background: #7B4138;
    padding: 5px 15px;
}

a.error-page-url:hover {
    color: #FFF;
    background: #98C95C;
}

/*------------------------ 12 Widgets ------------------------*/
.widget {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

h3.sidebar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.category-items-in-widget-single {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

.category-items-in-widget-single:last-child {
    margin-bottom: 0px;
}

.category-items-in-widget-single-title {
    display: inline-block;
    background: #FFF;
    padding: 8px 30px 5px;
    color: #7B4138;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}

.about-left {
    float: left;
    width: 230px;
}

.about-left .about-text {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
}

.about-left a.about-url {
    color: #98C95C;
    font-family: 'Acme', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.about-left a.about-url:hover {
    color: #555;
}

.aboutimage {
    float: right;
    width: 125px;
    height: 125px;
}

.aboutimage img {
    border-radius: 50%;
}

i.after-widget-icon:before {
    margin-left: 0;
    color: #ECECEC;
    font-size: 38px;
    font-weight: normal;
    margin: 0 20px;
}

.after-widget-icon-wrapper {
    text-align: center;
    margin: 30px 0;
}

.before-widget-class, .after-widget-class {
    background: #ECECEC;
    width: 120px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -11px;
}

/* sidebar search widget */
.widget_search .screen-reader-text {
    display: none;
}

.widget_search .search-form > div:after {
    position: absolute;
    font-family: "fontAwesome";
    content: "\f002";
    font-size: 18px;
    right: 25px;
    top: 9px;
    color: #777;
}

.search-form {
    position: relative;
}

div.widget_search.search_page_search_form {
    margin: 20px 0;
}

.widget_search input#s {
    width: 100%;
    background: #000;
    border: none;
    color: #999;
    padding: 17px 35px 15px 25px;
    font-size: 13px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    line-height: 1;
}

input#searchsubmit {
    display: none;
}

.search-file-form input#s {
    background: #000;
    border: none;
    color: #999;
    padding: 17px 35px 15px 25px;
    font-size: 13px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
}

.widget select {
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /* Removes Default Firefox style*/
    min-width: 180px;
    /*Width of select dropdown to give space for arrow image*/
    text-indent: 0.01px;
    /* Removes default arrow from firefox*/
    text-overflow: "";
    /*Removes default arrow from firefox*/
    color: #FFF;
    outline: none;
    cursor: pointer;
    max-width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    background: #000;
    padding: 13px 20px 13px 30px;
    border-radius: 0;
    margin-left: 0;
    border: none;
    display: block;
}

.widget ul {
    list-style: none;
    list-style-position: inside;
}

.widget ul li {
    margin: 0;
    color: #555;
    font-size: 13px;
}

.widget ul li a {
    color: #555;
    font-size: 13px;
}

.widget ul li a:hover {
    color: #000;
}

label.screen-reader-text {
    display: none;
}

/* calendar */
#wp-calendar {
    width: 100%;
}

#calendar_wrap caption {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#calendar_wrap th {
    color: #212121;
    font-weight: 700;
    border: none;
    font-size: 14px;
    text-align: center;
}

#calendar_wrap td {
    text-align: center;
    color: #777;
    text-decoration: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

#calendar_wrap td.pad {
    color: #000;
    border: none;
}

#calendar_wrap a {
    font-weight: 400;
    color: #212121;
    text-decoration: none;
}

.calendar_wrap table, .calendar_wrap td, .calendar_wrap th, table#wp-calendar {
    border: none;
}

.calendar_wrap td#today {
    color: #000;
}

.calendar_wrap th {
    color: #212121;
    font-weight: 700;
    border: none;
    font-size: 14px;
}

.calendar_wrap td {
    text-align: center;
    color: #777;
    text-decoration: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.calendar_wrap td.pad {
    color: #000;
    border: none;
}

.calendar_wrap a {
    font-weight: 400;
    color: #212121;
    text-decoration: none;
}

/* cloud tags */
.tagcloud a {
    color: #FFF;
    font-size: 12px !important;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    text-decoration: none;
    padding: 9px 12px 7px;
    line-height: 1;
    background: #000;
    display: block;
}

.tagcloud a:hover {
    background: #555;
}

/* rss */
a.rsswidget {
    color: #000;
}

.widget_rss ul li {
    margin-bottom: 30px;
    list-style-position: inside;
    list-style: none;
    color: #000;
}

.widget_rss ul li a {
    color: #000;
    padding-left: 0 !important;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.widget_rss ul li a:hover {
    color: #555;
}

.widget_rss span.rss-date {
    font-size: 12px;
    font-weight: 400;
    color: #B9B9B9;
    margin-bottom: 10px;
    display: block;
}

.widget_rss .rssSummary {
    font-size: 13px;
    color: #777777;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
}

.widget_rss cite {
    color: #000;
    font-style: normal;
}

.ad-widget {
    text-align: center;
}

.most-commented-post-number {
    background: #FFF;
    border: 3px solid #98C95C;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #7B4138;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    float: left;
}

a.most-commented-post-title {
    font-size: 18px;
    line-height: 1.2;
    color: #7B4138;
    display: block;
    margin-left: 65px;
    position: relative;
    top: 2px;
}

a.most-commented-post-title:hover {
    color: #555;
}

.most-commented-post-single {
    margin-bottom: 20px;
}

.widget li.recentcomments {
    color: #000;
    margin-bottom: 10px;
}

.widget li.recentcomments a.url {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

ul.submenu_1 {
    position: absolute;
    background: #FFF;
    box-shadow: 0px 1px 5px 0px rgba(90, 91, 95, 0.3);
    padding: 35px 30px 20px;
    margin-left: 0;
}

ul.submenu_1 li {
    display: block;
    float: none;
    margin-bottom: 15px;
}

ul.submenu_1 li a {
    font-size: 13px;
    color: #000 !important;
    line-height: 1 !important;
    display: block;
}

ul.submenu_1 li ul.submenu_1 {
    left: 150px;
    min-width: 150px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

div.wpcf7-validation-errors {
    border: none !important;
    color: red;
    text-align: center;
    font-size: 12px;
    margin-top: 10px !important;
}

div.wpcf7-response-output {
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.page-template-template-all-posts .blog > a:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 991px) {
    .page-template-template-all-posts .blog > a:nth-child(3n+1) {
        clear: none;
    }

    .page-template-template-all-posts .blog > a:nth-child(2n+1) {
        clear: both;
    }

    .page-template-template-all-posts .blog > a {
        width: 50% !important;
    }

    .blog-items-home > a {
        width: 50% !important;
    }
}

@media (max-width: 595px) {
    .page-template-template-all-posts .blog > a {
        width: 100% !important;
    }

    .blog-items-home > a {
        width: 100% !important;
    }
}

.post-password-form label {
    font-size: 13px;
    color: #444;
    line-height: 24px;
    font-family: 'Montserrat', 'Tahoma', sans-serif;
    margin-top: 20px;
}

.post-password-form input[type="password"] {
    color: #777;
    padding: 5px 10px 3px;
}

.post-password-form input[type="submit"] {
    padding: 12px 30px;
    font-size: 12px;
    background: #000;
    border: none;
    transition: all ease 0.3s;
    width: auto;
    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    line-height: 1;
}

.post-password-form input[type="submit"]:hover {
    background: #777;
    color: #FFF;
    transition: all ease 0.3s;
}

.blog-content img {
    margin: 13px 0 10px;
}

.widget_recent_entries li a {
    margin: 5px 0;
    display: block;
    line-height: 1.4;
}

.blog-content > ul, .blog-content > ol {
    margin: 10px 0;
}

.blog-content img.alignleft {
    margin-right: 15px;
}

.blog-content img.alignright {
    margin-left: 15px;
}

.blog-content p {
    margin-bottom: 10px;
}

img.avatar {
    margin-top: 0;
}

.comment {
    clear: both;
}

table th, table td {
    border: 1px solid #DDD;
    padding: 10px;
}

table th {
    font-weight: bold;
}

/* RTL styles */
.rtl-style .logo {
    float: right;
}

.rtl-style .nav-menu {
    float: left;
}

.rtl-style .blog-single blockquote p {
    border-right: 4px solid #000;
    padding-right: 20px;
    border-left: none;
    padding-left: 0;
}

.rtl-style .comment-author img {
    float: right;
    margin-left: 20px;
}

.rtl-style .comment-content {
    margin-right: 120px;
}

.rtl-style .comment-content p {
    float: right;
}

.rtl-style a.comment-reply-link {
    left: 20px;
    text-align: left;
}

.rtl-style .pego-contact-form input, .rtl-style .pego-contact-form textarea {
    padding-right: 10px;
    text-align: right;
}

.rtl-style .pego-contact-form input[type="submit"] {
    padding: 10px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid #000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
    width: auto;
    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.portfolio-video {
    position: relative;
}

.portfolio-video i {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #FFF;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.about-image-bg {
    width: 360px;
    height: 360px;
    background: #E8E8E8;
    position: absolute;
    z-index: -1;
    top: 70px;
    left: -30px;
}

a.single_item:hover span {
    color: #888;
}

.section-title.contact2-title {
    text-align: left;
}

.contact2-socials ul.socials-sh {
    list-style: none;
    margin-top: 30px;
}

.contact2-socials ul.socials-sh li {
    float: left;
    margin-right: 15px;
}

.contact2-socials ul.socials-sh li a {
    color: #000;
    font-size: 16px;
}

.stephens-form2 {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-form-2 .pego-contact-form {
    margin-top: 0;
}

/*------------------------ 13 Responsive ------------------------*/
@media screen and (max-width: 1200px) {
    .about-image-bg {
        width: 293px;
        height: 293px;
        top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-image-bg {
        display: none;
    }

    .about-text-2 {
        margin-top: 30px;
    }

    h1.slide-title {
        font-size: 50px;
    }

    .what-can .feature {
        padding: 0 30px;
    }

    .section-title.contact2-title {
        text-align: center;
    }

    .contact-details2 {
        text-align: center;
    }

    .contact2-socials ul.socials-sh li {
        float: none;
        display: inline-block;
    }

    .stephens-form2 {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    h1.slide-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .contact-info {
        margin-bottom: 30px;
        padding: 0 50px;
    }

    .social a {
        margin: 0 10px;
        font-size: 12px;
    }

    nav {
        padding: 30px 15px;
        padding: 30px 15px 20px;
    }

    .nav-menu {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }

    .nav-menu li {
        float: none;
        width: 100%;
        text-align: center;
        height: 45px;
        border-top: 1px solid #F7F7F7;
        line-height: 45px;
    }

    .menu-icons-inside {
        display: inline-block;
    }

    .about {
        padding-top: 60px;
    }

    .about h2 {
        margin-top: 30px;
    }

    .gray-bg {
        margin-top: 30px;
    }

    .what-can {
        padding: 45px 0;
    }

    .section-title {
        padding: 60px 0 45px 0;
    }

    .portfolio_filter ul {
        margin-top: 15px;
    }

    .portfolio_filter ul li {
        height: 30px;
    }

    .all-comments ul li {
        margin-left: 0px !important;
    }

    .diagonal, .diagonal-even, .diagonal-odd {
        height: 70px;
    }
}

@media screen and (min-width: 768px) {
    .nav-menu {
        display: block !important;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .blog-items-home .blog-content:nth-child(3n+1) {
        clear: none;
    }

    .blog-items-home .blog-content:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 650px) {
    #first-page {
        margin-bottom: -90px;
    }

    .all-comments ul li ul {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .portfolio_filter ul {
        margin-bottom: -30px;
    }

    .portfolio_filter ul li {
        height: 20px;
    }
}
/* end of style.css */
