


/*--------------------------------------------------------
pw HOME PAGE STYLESHEET
--------------------------------------------------------*/

/*--------------------------------------------------------
pw HEADER AREA
--------------------------------------------------------*/

header.pw_header_area {
    padding: 42px 0;
    position: relative;
}
.pw_logo img {
    width: 200px;
}
.pw_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pw_menu ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    padding: 10px 0;
}

.pw_menu ul li:first-child {
    margin-left: 0;
}

.pw_menu ul li:last-child {
    margin-right: 0;
}

.pw_menu ul li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.4s;
}

.pw_menu ul li a:hover {
    color: #afafaf;
}

.pw_menu ul > li > ul {
    position: absolute;
    min-width: 200px;
    padding: 8px 0;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    background-color: #585858;
    transition: all .3s;
    margin-top: 5px;
    z-index: 99;
}

.pw_menu ul > li > ul li a {
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
}

.pw_menu ul > li > ul li a:hover {
    color: #ffffff;
}

.pw_menu ul > li > ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.pw_menu ul > li > ul li:first-child {
    border-top: 0px solid rgba(255, 255, 255, 0);
}

.pw_menu ul > li > ul {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible;
}

.pw_menu ul ul li > ul {
    left: 100%;
    top: -11px;
}

.pw_menu ul ul li:hover ul {}

.pw_section_title {
    padding: 61px 0 60px;
}

.pw_section_title.pw_about_page {
    margin-right: 360px;
}

.pw_section_title h2 {
    font-size: 30px;
    color: #252525;
    margin: 0 0 25px;
}

.pw_section_title p {
    color: #606060;
    margin: 0;
    line-height: 1.7;
}

.pw_section_title span {
    color: #606060;
    font-weight: 300;
}

.mean-container .mean-bar {
    background: transparent;
}

.mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    padding: 8px 13px 8px;
    color: #252525;
    font-size: 16px;
    line-height: 30px;
}

.mean-container a.meanmenu-reveal span {
    background: #252525;
    margin-top: 5px;
}

.mean-container .mean-nav {
    background: #252525;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 24px;
    line-height: 24px;
}

/*--------------------------------------------------------
pw GALLERY AREA
--------------------------------------------------------*/

.pw_gallery_area {
    padding: 0 0 70px;
}

.pw_gallery_wrap {
    margin-left: -30px;
}

.pw_gallery_single_item {
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: all 0.7s ease-in-out;
}

.pw-even-gallery .pw_gallery_img {
    height: 300px;
}

.pw-even-gallery .pw_gallery_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pw_gallery_menu {
    margin-bottom: 40px;
}

.watch-gallery-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.watch-gallery-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.watch-gallery-nav ul li:first-child {
    margin-left: 0;
}

.watch-gallery-nav ul li:last-child {
    margin-right: 0;
}

.watch-gallery-nav ul li a {
    display: block;
    color: #707070;
    transition: all 0.4s;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px; 
}

.watch-gallery-nav ul li a:hover {
    color: #252525;
}

.watch-gallery-nav ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #252525;
    bottom: -5px;
    left: 0;
    transition: all 0.4s;
}

.watch-gallery-nav ul li a:hover::before {
    width: 100%;
}

.watch-gallery-nav ul li a[class='active'] {
    width: 100%;
}


.pw_gallery_img {
    position: relative;
}
.pw_gallery_img img {
    width: 100%;
}
.pw_galley_hover_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s;
}

.pw_portfolio_wrap .pw_galley_hover_content {
    top: 93.6%;
    width: 100%;
    height: 13%;
    background-color: #fff;
}
.pw_gallery_single_item:hover .pw_galley_hover_content {
    opacity: 1;
}

.pw_galley_hover_content h3 {
    font-size: 15px;
    color: #404040;
    margin: 0 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pw_portfolio_wrap .pw_galley_hover_content h3{
    margin-bottom: 0;
}
.pw_galley_hover_content p {
    font-size: 12px;
    color: #404040;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mfp-bottom-bar {
    display: none;
}

.pw_btn {
    text-align: center;
    margin-top: 10px;
}

.pw_default_btn {
    color: #404040 !important;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #404040;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: 2px;
    transition: all 0.4s;
}

.pw_default_btn:hover {
    background-color: #404040;
    color: #fff !important;
}

/*--------------------------------------------------------
pw FOOTER AREA
--------------------------------------------------------*/

footer.pw_footer_area {
    padding: 50px 0 38px;
}

.pw_copy_right p {
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.pw_social_icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pw_social_icon ul li {
    display: inline-block;
    margin: 0 8px;
}

.pw_social_icon ul li:first-child {
    margin-left: 0;
}

.pw_social_icon ul li:last-child {
    margin-right: 0;
}

.pw_social_icon ul li a {
    color: #505050;
    font-size: 14px;
    transition: all 0.4s;
}

.pw_social_icon ul li a:hover {
    color: #afafaf;
}

/*--------------------------------------------------------
pw ABOUT PAGE STYLESHEET
--------------------------------------------------------*/

.pw_about_area {
    /*padding: 70px 0 35px;*/
}

.pw_about_single_img {
    margin-bottom: 35px;
}

.pw_about_area .pw_social_icon {
    text-align: center;
}

.pw_about_area .pw_social_icon ul li a {
    font-size: 20px;
}

.pw_about_content {
    margin-left: 40px;
}

.pw_about_content h3 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 2px;
}

.pw_about_content p {
    color: #707070;
    margin: 0 0 50px;
    line-height: 1.7;
}

ul.pw_about_service {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pw_about_service li {
    margin: 15px 0;
}

ul.pw_about_service li:first-child {
    margin-top: 0;
}

ul.pw_about_service li:last-child {
    margin-bottom: 0;
}

ul.pw_about_service li a {
    font-size: 16px;
    color: #707070;
}

.pw_about_service i {
    margin-right: 15px;
}

/*--------------------------------------------------------
pw PORTFOLIO PAGE STYLESHEET
--------------------------------------------------------*/

.pw_portfolio_area {
    padding: 70px 0 40px;
}

.pw_portfolio_content {
    margin-right: 21px;
    margin-bottom: 60px;
}



.portfolio_meta {
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio_meta span {
    margin: 0 15px;
}

.pw_portfolio_content p {
    line-height: 1.7;
    margin: 0;
}

.pw_portfolio_content h2 {
    color: #454545;
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pw_portfolio_content .portfolio_meta {
    margin-bottom: 25px;
}
/*--------------------------------------------------------
pw BLOG PAGE STYLESHEET
--------------------------------------------------------*/

.pw_blog_area {
    padding: 72px 0 68px;
}

.pw_blog_single_item {
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 33px 0 47px 0;
    margin-bottom: 60px;
}

.pw_blog_title {
    margin-bottom: 38px;
    margin-left: 30px;
}

.pw_blog_title h2 {
    color: #454545;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 5px;
}

.pw_blog_title p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.pw_blog_title span {
    margin: 0 10px;
}

.pw_blog_single_img {
    margin-bottom: 42px;
}

.pw_blog_bottom_content {
    margin-left: 30px;
    margin-right: 10px;
}

.pw_blog_bottom_content p {
    margin: 0 0 30px;
    line-height: 1.7;
}

.blog_read_more {
    font-size: 15px;
    text-transform: uppercase;
    color: #454545 !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.blog_read_more span {
    margin-right: 10px;
    transition: all 0.4s;
}

.blog_read_more:hover span {
    margin-right: 15px;
}

.pw_search {
    position: relative;
    margin-bottom: 45px;
}

.pw_search input[type="email"] {
    background-color: transparent;
    width: 100%;
    height: 55px;
    padding: 0 25px !important;
    border: none !important;
    border-radius: 3px;
    font-size: 18px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.pw_search button {
    background-color: transparent;
    color: #828c92;
    top: 50%;
    right: 0;
    padding: 0 20px;
    position: absolute;
    border: none;
    height: 55px;
    font-size: 15px;
    cursor: pointer;
    transform: translateY(-50%);
}

.pw_search input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1;
}

.pw_search input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1;
}

.pw_search input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1;
}

.pw_search input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1;
}

.pw_blog_sidebar_item {
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 45px;
    padding: 40px 30px;
}

.pw_blog_sidebar_title {
    margin-bottom: 35px;
}

.pw_blog_sidebar_title h3 {
    color: #454545;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.pw_blog_content p {
    color: #9d9d9d;
    font-size: 14px;
    margin: 0 0 5px;
}

.pw_blog_content h2 {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    transition: all 0.4s;
}

.pw_blog_content h2:hover {
    color: #454545;
}

.redex_blog_recent_post {
    display: flex;
    margin-bottom: 30px;
}

.redex_blog_recent_post:last-child {
    margin: 0;
}

.pw_blog_img {
    flex: 0 0 auto;
    margin-right: 20px;
}

ul.pw_category {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pw_category li {
    margin: 20px 0;
}

ul.pw_category li:first-child {
    margin-top: 0;
}

ul.pw_category li:last-child {
    margin-bottom: 0;
}

ul.pw_category li a {
    color: #707070;
    transition: all 0.4s;
}

ul.pw_category li a:hover {
    color: #454545;
}

.pw_category i {
    margin-right: 10px;
}

.pw_blog_navigation {
    text-align: center;
}

.pw_blog_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pw_blog_navigation ul li {
    display: inline-block;
    margin: 0 10px;
}

.pw_blog_navigation ul li a {
    font-size: 15px;
    color: #454545;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 3px;
    display: block;
    transition: all 0.4s;
}

.pw_blog_navigation ul li a:hover {
    border: 1px solid #CCCCCC;
}

.black_bg {
    background-color: #454545;
    border-radius: 3px;
}

.pw_blog_navigation i {
    color: #fff;
}

.pw_single_blog .pw_blog_bottom_content {
    margin-right: 16px;
}

.pw_share_blog {
    margin-left: 30px;
    padding-top: 7px;
    padding-bottom: 2px;
}

.pw_share_blog h3 {
    color: #454545;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
}

/*
.pw_share_blog .pw_social_icon ul li {
    margin: 0 8px;
}
*/

.pw_single_blog_comment h3 {
    font-size: 24px;
    color: #454545;
    font-weight: 400;
    margin: 0 0 35px;
}

.pw_single_blog_comment_wrap {
    display: flex;
}

.pw_user_comment {
    margin-right: 30px;
    flex: 0 0 auto;
}

.pw_user_comment img {
    border-radius: 100%;
}

.pw_user_content {
    margin-right: 26px;
}

.pw_user_content h3 {
    font-size: 18px;
    color: #454545;
    font-weight: 500;
    margin: 0 0 15px;
}

.pw_user_content span {
    font-size: 14px;
    margin-left: 15px;
    color: #808080;
}

.pw_user_content p {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.6;
    font-family: 'Source Sans Pro', sans-serif;
}

.pw_repay {
    font-size: 16px;
    color: #606060 !important;
    margin: 0;
    font-weight: 500;
}

.pw_repay i {
    margin-left: 5px;
}

.pw_comment_box {
    padding: 49px 0 0 0;
}

.pw_comment_box h3 {
    font-size: 24px;
    color: #454545;
    font-weight: 400;
    margin: 0 0 40px;
}

.pw_comment_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pw_input_item {
    margin-bottom: 20px;
    flex: 0 0 48%;
}

.pw_input_item input {
    background-color: transparent;
    width: 100%;
    border: none !important;
    border: 1px solid #DDDDDD !important;
    padding: 13px 25px !important;
    font-size: 13px;
    border-radius: 5px;
    color: #707070;
    transition: all 0.4s ease-in-out;
}

.pw_input_item textarea {
    background-color: transparent;
    width: 100%;
    border: none;
    border: 1px solid #DDDDDD;
    padding: 12px 25px;
    font-size: 13px;
    border-radius: 3px;
    height: 150px;
    color: #707070;
    resize: none;
    transition: all 0.4s ease-in-out;
}

.pw_input_submit {
    display: inline-block;
}

.pw_input_submit input[type="submit"] {
    background-color: transparent;
    border: 1px solid #404040 !important;
    color: #404040;
    font-weight: 500;
    border: none;
    font-size: 13px;
    padding: 12px 25px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 2px;
}

.pw_input_submit input[type="submit"]:hover {
    background-color: #404040;
    color: #fff;
}

.pw_input_item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1;
}

.pw_input_item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1;
}

.pw_input_item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1;
}

.pw_input_item input:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1;
}

.pw_input_item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1;
}

.pw_input_item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1;
}

.pw_input_item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1;
}

.pw_input_item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1;
}


/*--------------------------------------------------------
pw CONTACT PAGE STYLESHEET
--------------------------------------------------------*/

.pw_contact_form_area {
    padding: 0 0 70px;
}

.pw_info_item {
    display: flex;
}

.pw_info_content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 8px;
}

.pw_info_content p {
    color: #707070;
    margin: 0;
}

.pw_info_icon {
    margin-right: 25px;
}

.pw_info_icon i {
    border: 1px solid #ECECEC;
    color: #404040;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}

/*--------------------------------------------------------
pw Responsive
--------------------------------------------------------*/
/*For bigger screen then normal 960px desktop*/

@media (min-width: 1024px) {
    
    .pw-even-gallery#pw_gallery_two_column  .pw_gallery_img {
        height: 435px;
    }
}

@media only screen and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {

    .pw_about_content {
        margin-left: 20px;
        padding: 0;
    }
    .pw_section_title.pw_about_page {
        margin-right: 235px;
    }

}

/*For Tablet Layout*/

@media (min-width: 768px) and (max-width: 991px) {

    .pw_menu ul li {
        margin: 0 15px;
    }
    .pw_section_title {
        padding: 50px 0 70px;
        margin-right: 28px;
    }
    .pw_gallery_area {
        padding: 0 0 40px;
    }

    /*ABOUT PAGE*/
    .pw_section_title.pw_about_page {
        margin-right: 0;
    }
    .pw_about_area {
        padding: 0 0 70px;
    }
    .pw_about_content {
        margin-left: 0;
        padding: 0;
    }

    /*BLOG PAGE*/
    .pw_blog_area {
        padding: 0 0 70px;
    }
    .pw_blog_title h2 {
        font-size: 24px;
    }
    .pw_blog_content h2 {
        font-size: 15px;
    }
    .pw_comment_form {
        display: block;
    }

    /*PORTFOLIO PAGE*/
    .pw_portfolio_area {
        padding: 0 0 40px;
    }


    /*CONTACT PAGE*/
    .pw_info_item {
        display: block;
        text-align: center;
    }
    .pw_contact_form_area {
        padding: 0 0 50px;
    }
    .pw_info_icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

}






/*For Wide Mobile Layout*/

@media (max-width: 767px) {
    .pw_header_area .col-sm-6 {
        width: 50%;
    }
    .pw_menu {
        display: none;
    }
    .mean-container .mean-nav {
        background: #252525;
        width: calc(100% + 100px);
        position: relative;
        left: -100px;
    }
    header.pw_header_area {
        padding: 20px 0 30px;
        position: relative;
    }
    .pw_social_icon ul li {
        margin: 0 5px;
    }
    .pw_section_title {
        padding: 40px 0 70px;
        margin-right: 0;
    }
    .pw_section_title h2 {
        font-size: 30px;
    }
    .pw_section_title p {
        font-size: 18px;
    }
    .pw_gallery_area {
        padding: 0 0 40px;
    }
    .watch-gallery-nav ul li {
        margin: 0 12px;
    }

    /*ABOUT PAGE*/
    .pw_section_title.pw_about_page {
        margin-right: 0;
    }
    .pw_about_area {
        padding: 0 0 37px;
    }
    .pw_about_content {
        margin-left: 0;
        padding-top: 45px;
    }
    /*BLOG PAGE*/
    .pw_blog_area {
        padding: 0;
    }
    .pw_blog_title {
        margin-left: 20px;
    }
    .pw_blog_bottom_content {
        margin-left: 20px;
    }
    .pw_blog_title h3 {
        font-size: 24px;
    }
    .pw_blog_sidebar {
        margin-top: 60px;
    }
    .pw_blog_bottom_content p {
        font-size: 16px;
    }
    .blog_read_more {
        font-size: 14px;
    }
    .pw_comment_form {
        display: block;
    }
    .pw_user_content p {
        font-size: 16px;
        line-height: 1.4;
    }
    .pw_comment_box {
        padding: 60px 0 0 0;
    }

    /*PORTFOLIO PAGE*/
    .pw_portfolio_area {
        padding: 0 0 30px;
    }
    .pw_portfolio_content {
        margin-right: 0;
    }
    .pw_portfolio_content p {
        font-size: 16px;
    }
    .pw_portfolio_content h2 {
        font-size: 24px;
    }

    /*CONTACT PAGE*/
    .pw_contact_form_area {
        padding: 0 0 30px;
    }
    .pw_input_submit input[type="submit"] {
        font-size: 16px;
        padding: 16px 25px;
    }
    .pw_info_item {
        display: block;
        text-align: center;
    }
    .info_bottom {
        margin-bottom: 30px;
    }
    .pw_info_icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

}





/*For 320-384px up Mobile Layout*/

@media (max-width: 479px) {

    .mean-container .mean-nav {
        width: 100vw;
        position: relative;
        left: 15px;
    }
    .pw_section_title {
        padding: 20px 0 45px;
    }
    .pw_section_title h2 {
        font-size: 25px;
    }
    .pw_gallery_area {
        text-align: center;
    }
    .pw_gallery_menu {
        margin-bottom: 35px;
    }
    .watch-gallery-nav ul li {
        margin: 0 8px;
    }
    footer.pw_footer_area {
        padding: 20px 0;
        text-align: center;
    }
    .pw_copy_right {
        margin-bottom: 20px;
    }
    .pw_social_icon {
        flex: 0 0 100%;
        text-align: center;
    }
    /*BLOG PAGE*/
    .pw_blog_single_item {
        padding: 25px 0;
    }
    .pw_blog_title h2 {
        font-size: 24px;
    }
    .pw_blog_title h2 {
        font-size: 22px;
    }
    .pw_blog_img {
        margin-bottom: 20px;
    }
    .pw_single_blog_comment_wrap {
        display: block;
    }
    .pw_user_comment {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pw_single_blog_comment h3 {
        font-size: 22px;
    }
    .pw_comment_box h3 {
        font-size: 22px;
    }
    .pw_input_submit input[type="submit"] {
        font-size: 14px;
        padding: 16px 15px;
    }
    .pw_blog_area .pw_social_icon {
        text-align: left;
    }
    .redex_blog_recent_post {
        display: block;
    }

    .pw_portfolio_content p {
        font-size: 15px;
    }
    .portfolio_meta span {
        margin: 0 5px;
    }

}
