

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



	SUPER WP HEROES

	FILE PURPOSE: PAGE SPECIFFIC STYLES; TO BE TURNED TO WIDGETS
	


   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/*
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
//    *******
//    *******
//    *******
//    *******
//    *******        SUPER WP HEROES
//    *******        SECTION NAME: PAGE SPECIFIC CONTENT
//    *******        DESCRIPTION: 
//    *******
//    *******
//    *******
//    *******
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
//    ************************************************************************************************************************************
*/


    /*
    //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    //    ***
    //    ***        SUPER WP HEROES                                               
    //    ***        SUBSECTION NAME: VIEW PROPOSAL
    //    ***        DESCRIPTION: 
    //    ***        CALLED ON: 
    //    ***
    //    ***        TO DO: -
    //    ***
    //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    */

    .single-proposal .proposal-content-wrapper, .single-proposal .print-quote, .single-proposal .wpp-share-email,
    .single-proposal .wpp-section.company-about {
        background-color: transparent !important;
    }


    /*
    //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    //    ***
    //    ***        SUPER WP HEROES                                               
    //    ***        SUBSECTION NAME: HOME PAGE
    //    ***        DESCRIPTION: 
    //    ***        CALLED ON: 
    //    ***
    //    ***        TO DO: -
    //    ***
    //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    */

        .page-section {
            
        }

        .section-content {
            padding: 50px 0;
        }

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE DESCRIPTION
        */

/*        #homepage-description {
            background-image: url(../../../../../uploads/2016/05/geekBg_blur.png);
            background-size: cover;
            background-position: 0 -100px;
        }
        #homepage-description .section-content{
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(38, 49, 28, 0.7) 47%, rgba(33, 25, 11, 0.75) 60%);
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(38, 49, 28, 0.7) 47%,rgba(33, 25, 11, 0.75) 60%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(38, 49, 28, 0.7) 47%,rgba(33, 25, 11, 0.75) 60%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=1 );
            
        }*/

        #homepage-description {
            position: relative;
        }
        #homepage-description .section-content:before{
            background-image: url(../images/clients/client-pictures/marc-perry-bust.png);
            background-size: contain;
            background-position: left bottom;
            background-repeat: no-repeat;
            z-index: 0;
            content: "";
            display: block;
            width: 100%;
            /*top: 0;*/
            bottom: 0;
            left: 0;
            height: 100vh;
            position: absolute;
            
        }

        #homepage-description h1.text-right {
            text-align: right;
        }



        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE SEO AUDIT - not in use
        */
        
        /*.home-page-speed-audit-form {height: 100%; position: relative;}
        .home-page-speed-audit-form .home-page-speed-audit-cta {position: absolute; bottom: 110px; width: 86%; left: 53px;}
        .home-page-speed-audit-form .home-page-speed-audit-cta p {margin: 0;}
        .home-page-speed-audit-form .home-page-speed-audit-cta .widget-title {text-align: left; color: #000; margin: 0;}
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .seo-scorform .form input {box-shadow: 0 0 20px rgba(0,0,0,0.5); color: #000 !important;}
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .seo-scorform .form input[type="submit"] { width: 23%; padding: 19px 0 12px 0 !important; font-family: 'oswald-heavy',, 'Impact', "Charcoal", Arial, sans-serif !important;}
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .form a#btn_competitor_url {color: #000;font-size: 12px; top: 55px; }
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .form a#btn_competitor_url_hide {color: #000;font-size: 12px; top: 120px !important; }
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .seo-scorform .greenabar {padding: 0 10px !important}
        .home-page-speed-audit-form .home-page-speed-audit-cta #seogroup-embed #seogroup .seo-scorform {margin: 20px 0 !important}*/

        /* Homepage PageSpeed Audit */
        /*.home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input{
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
            color: #000 !important;
            border-radius: 0 !important;
            padding: 15px !important;
            font-size: 12px;
            font-family: 'open_sanslight', sans;
            height: auto;
            border:0;
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form{
            margin-top:20px;
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input[type="submit"],
        .get-free-page-speed-audit .wpcf7-form input[type="submit"]{
            background-color: #f8a73d;
            border-color: #f8a73d;
            font-family: 'oswald-heavy', 'Impact', "Charcoal", Arial, sans-serif !important;
            padding: 19px 0 12px 0 !important;
            width:100% !important;
            color: #000 !important;
        } 


        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input::-webkit-input-placeholder ,
        .get-free-page-speed-audit .wpcf7-form input::-webkit-input-placeholder{
            text-transform: none !important;
            font-style: italic
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input:-moz-placeholder,
        .get-free-page-speed-audit .wpcf7-form input:-moz-placeholder{ 
            text-transform: none !important;
            font-style: italic
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input::-moz-placeholder,
        .get-free-page-speed-audit .wpcf7-form input::-moz-placeholder{ 
            text-transform: none !important;
            font-style: italic
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta .wpcf7-form input:-ms-input-placeholder,
        .get-free-page-speed-audit .wpcf7-form input:-ms-input-placeholder {
            text-transform: none !important;
            font-style: italic
        }
        .home-page-speed-audit-form .home-page-speed-audit-cta div.wpcf7-validation-errors,
        .get-free-page-speed-audit div.wpcf7-validation-errors{

        }
        .homepage-description-buttons .origin-widget.origin-widget-button-simple-white a{
            padding: 23px 0 17px 0 !important;
            display: block;
        } */


        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: CONTACT US
        */

         #we-are-here-map {
            background-attachment: fixed;
            background-image: url(../images/backgrounds/developers-romania-we-are-here-map.png);
            background-size: cover;
            background-position: center top;
        }

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE WHO WE ARE
        */

        #homepage-our-formula{}
        /*#homepage-our-formula .section-content{padding: 100px 0;}*/

        #homepage-who-we-are{
            background-attachment: fixed;
            background-image: url(../images/graphics/romania-map-10px-blur-50opacity.png);
            background-size: cover;
            background-color: #000;
        }

            #homepage-who-we-are .section-content {
                background: rgba(0,0,0,0.5);
                /*padding: 100px 0;*/
            }



            

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE WHAT WE DO
        */

        #what_we_do, #what_we_do p {
            text-align: center !important;
            text-transform: uppercase;
            font-family: 'open_sanslight';
        }

        #what_we_do p b {
            /*font-family: 'oswald-heavy', 'Impact', "Charcoal", Arial, sans-serif;*/
        }

        #what_we_do .column {

        }

        #what_we_do i {
            font-size: 70px;
            margin-top: 5px;
            margin-bottom: 15px;
        }

        #what_we_do p {
            font-size: 16px;
            line-height: 30px;
            margin: 3px 0;
        }
        #what_we_do{
            margin: 0 0 150px 0;
            padding: 0px;
        }

        .wordpress-layout img{
            margin-top: 30px;
        }

        #what_we_do li{
            list-style: none;
            display: inline-block;
            margin: 0 15px;
            color: #FFF;
            text-transform: uppercase;
            font-size: 25px;
            cursor: default;
            width: calc(25% - 30px);
            line-height: 130px;
            background: url(../images/backgrounds/romb-purple-small.png);  background-repeat: repeat;
            position: relative;
            text-align: center;
            font-family: 'open_sansextrabold', arial, serif;
            padding: 50px 0;
        }

        #what_we_do li:first-child {margin-left: 0;}
        #what_we_do li:last-child {margin-right: 0;}

        #what_we_do li span{
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

        /*#what_we_do li:before {
            content: "";
            position: absolute;
            top: -50px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 110px solid rgba(0, 0, 0, 0);
            border-right: 110px solid rgba(0, 0, 0, 0);
            border-bottom: 50px solid rgba(0, 0, 0, .6);
            background: url(../images/backgrounds/romb-purple-small.png);  background-repeat: repeat;
        }
        #what_we_do li:after {
            content: "";
            position: absolute;
            bottom: -50px; 
            left: 0;
            width: 0;
            height: 0;
            border-left: 110px solid rgba(0, 0, 0, 0);
            border-right: 110px solid rgba(0, 0, 0, 0);
            border-top: 50px solid rgba(0, 0, 0, .6);
            background: url(../images/backgrounds/romb-purple-small.png);  background-repeat: repeat;
        }*/
        /*--- hover 1 ----*/
        #what_we_do li:nth-child(1):hover:before{
            border-bottom: 50px solid rgba(158, 120, 120, 1);
        }
        #what_we_do li:nth-child(1):hover:after{
            border-top: 50px solid rgba(158, 120, 120, 1);
        }
        #what_we_do li:nth-child(1):hover{
            background: rgba(158, 120, 120, 1);
        }
        /*--- hover 2 ----*/
        #what_we_do li:nth-child(2):hover:before{
            border-bottom: 50px solid rgba(164, 163, 111, 1);
        }
        #what_we_do li:nth-child(2):hover:after{
            border-top: 50px solid rgba(164, 163, 111, 1);
        }
        #what_we_do li:nth-child(2):hover{
            background: rgba(164, 163, 111, 1);
        }
        /*--- hover 3 ----*/
        #what_we_do li:nth-child(3):hover:before{
            border-bottom: 50px solid rgba(120, 161, 120, 1);
        }
        #what_we_do li:nth-child(3):hover:after{
            border-top: 50px solid rgba(120, 161, 120, 1);
        }
        #what_we_do li:nth-child(3):hover{
            background: rgba(120, 161, 120, 1);
        }
        /*--- hover 4 ----*/
        #what_we_do li:nth-child(4):hover:before{
            border-bottom: 50px solid rgba(80, 146, 146, 1);
        }
        #what_we_do li:nth-child(4):hover:after{
            border-top: 50px solid rgba(80, 146, 146, 1);
        }
        #what_we_do li:nth-child(4):hover{
            background: rgba(80, 146, 146, 1);
        }

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE TEAM
        */

        .homepage-team{
            position:relative;
        }
        .company-owner{
            margin-bottom:40px;
        }
        .owner_pic {
            width: 220px;
            height: 220px;
            overflow: hidden;
            border: 5px solid rgba(167, 167, 167, 0.25);
            -moz-border-radius: 1000px;
            -webkit-border-radius: 1000px;
            -ms-border-radius: 1000px;
            border-radius: 1000px;
            margin: 30px auto;
            display: block;
        }

        #team_members li .member_pic img,
        .member_pic img,
        .owner_pic img {width: 100%;}

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE WHAT WE DO
        */

        #homepage-what-we-do{
            /*background-image: url(../../../../../uploads/2015/08/footer_lodyas.png);*/
            background-repeat: repeat;
        }

            #homepage-what-we-do .section-content {
                /*padding:100px 0;*/
                background: rgba(0,0,0,0.5);
            }

        #homepage-what-we-do .get-a-quote{
            margin-bottom: 20px;
        }

        .project-aspects{
            padding: 100px 0 50px 0;
        }
        .homepage-services{
            margin-bottom:40px;
        }
        /* Service Block */
        .services-block {
            margin-bottom: 40px;
        }
        .services-block h4 {
            padding: 45px 0 45px 205px;
            margin: 0 0 30px 0;
            text-align: left;
            font-size: 30px;
            line-height: 50px;
            font-family: 'oswald-heavy', 'Impact', "Charcoal", 'open_sanslight', sans-serif;
            background-size: 34% !important;
        }
        .homepage-services .services-block a.button:hover{
            background-color: rgba(255, 255, 255, 0.09) !important;
            border: 1px solid transparent !important;
            color: #fff;
        }


        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE OUR CLIENTS
        */

        /*#homepage-our-clients{
            background-image: url(../../assets/images/backgrounds/geekBg_blur_80.png);
            background-attachment: fixed;
            background-size: cover;
        }

            #homepage-our-clients .section-content{
                padding: 100px 0;
                background: rgba(0,0,0,0.5);
            }*/

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE OUR SERVICES
        */

        .homepage-our-services{
            padding:0;
        }
        .homepage-our-services .get-started a{
            margin-top:15px;
        }
        .cta-quote{
            padding:0px;
        }

        .home-services-content{
            position:relative;
        }
        .home-productlist{
            padding:50px;
        }
        .homepage-get-more{
            padding:60px;
        }
        .homepage-need-creative-agency{
            margin-bottom: 30px;
        }

 

        /*
        //    ---        SUPER WP HEROES                                               
        //    ---        COMMENT: HOME PAGE WE ARE REAL
        */

        /* trip advisor icon */
        /*.we-are-real .sow-features-feature-last-row:last-child span.sow-icon-fontawesome:before {
            margin-left: -5px;
        }*/

        /*.we-are-real .visit-romania {
            font-size: 100px;
            color: transparent !important;
            background: url(../images/romanian-flag.png);
            display: block;
            width: 100px;
            height: 86px !important;
            margin: 7px auto 22px auto;
        }*/

        /*.sow-features-list .sow-features-feature h5 {
            font-family: 'oswald-bold', 'open_sansbold',Arial,Helvetica,sans-serif;
        }*/


        /*
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        //    ***
        //    ***        SUPER WP HEROES                                               
        //    ***        SUBSECTION NAME: HOSTING PAGE
        //    ***        DESCRIPTION: 
        //    ***        CALLED ON: 
        //    ***
        //    ***        TO DO: -
        //    ***
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        */


            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: TOP SECTION
            */


            #cloud-hosting-for-wordpress .section-content {
                background-image: url('../images/backgrounds/cloud-hosting-for-wordpress-websites.png');
                background-position: left bottom;
                background-repeat: no-repeat;
                background-size: contain;
                padding-top: 0;
            }


        /*
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        //    ***
        //    ***        SUPER WP HEROES                                               
        //    ***        SUBSECTION NAME: MAINTENANCE PLANS PAGE
        //    ***        DESCRIPTION: 
        //    ***        CALLED ON: 
        //    ***
        //    ***        TO DO: -
        //    ***
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        */


            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: ANIMATED IMAGE
            */


                #broken-computer {
                    width: 35vw;
                    height: auto;
                    position: absolute;
                    top: -40px;
                    left: -20vw;
                    max-width: initial;
                }

                #broken-computer-help {
                    position: absolute;
                    top: -90px;
                    left: 15vw;
                    z-index: 9;
                    width: 200px;
                }


            #maintenance-services-importance .section-content,
            #wordpress-maintenance-plans-tables .section-content {
                padding-bottom: 0;
            }

            #wordpress-maintenance-plans-tables .section-content,
            #maintenance-services-CTA .section-content {
                padding-top: 0;
            }



        /*
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        //    ***
        //    ***        SUPER WP HEROES                                               
        //    ***        SUBSECTION NAME: HIRE DEDICATED IT TEAMS PAGE
        //    ***        DESCRIPTION: 
        //    ***        CALLED ON: 
        //    ***
        //    ***        TO DO: -
        //    ***
        //    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        */


            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HIRE IT TEAM DESCRIPTION
            */

            #hire-it-team-description{
                
            }

            #hire-it-team-description  .section-content{
                padding-top: 0; 
                background-repeat: no-repeat;
                background-image: url('../images/backgrounds/hire-wordpress-developer-pink.png');
                background-position: -150% bottom;
                background-size: 80%;
            }
            .are-you-creative{padding:40px;}

            /* Hire IT Team Easily */
            .hire-it-team-easily{

            }
            .hire-it-team-risk-free{
                padding:40px 0;
            }

            #website-packages {
                /*margin-top: -357px;*/
            }


            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HIRE IT TEAM HOW DOES IT WORK
            */

            #hire-it-team-how-does-it-work{     
                /*background: url(https://default-h2wdb3btvdoy8.netdna-ssl.com/wp-content/themes/NEGOSOL/theme/assets/images/geekBg_blur_80.png) center center no-repeat;
                background-attachment: fixed;
                background-size: cover;*/
            }
                #hire-it-team-how-does-it-work .section-content{
                    /*background: rgba(0,0,0,0.5);*/
                    /*padding: 200px 0;*/
                }
            /*.hire-it-team-say-hello,
            .hire-it-team-we-get-to-work{
                padding: 70px 70px 70px 0;
            }
            .hire-it-team-evaluate-request{
                padding: 70px 0px 70px 70px;
            }
            .hire-it-team-how-does-it-work .animated{
                display:block !important;
                visibility: visible !important;
            }*/
            ul.benefits-list {
                margin: 0 0 40px 0;
                padding: 0;
            }

            ul.benefits-list li {
                line-height: 25px;
                border-bottom: 1px solid rgba(0,0,0,0.2);
                background-image: none !important;
                padding: initial !important;
                display: table;
                table-layout: fixed;
                height: 100%;
                width: 100%;
            }

            ul.benefits-list li:last-child {
                border: 0;
            }

            ul.benefits-list li i {
                background: rgba(0,0,0,0.5);
                display: table-cell;
                float: none;
                height: 100%;
                vertical-align: middle;
                width: 41px;
                padding: 14px 14px;
                text-align: center;
            }

            ul.benefits-list li i:before {
                display: inline-block;
                width: 12px;
            }
            ul.benefits-list li b{
                display: table-cell;
                float: none;
                height: 100%;
                padding: 8px 20px;
                text-align: left;
            }

            ul.benefits-list li span {
                padding: 5px;
            }

            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HIRE IT TEAM MANAGEMENT
            */

            /*.hire-it-team-management{
                padding:100px;
            }
            .hire-it-team-track-hours,
            .hire-it-team-manage-projects{
                margin-top: 85px;
            }
            .hire-it-team-hiring-benefits {
                padding:0;
            }*/

            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HTIME TRACKING
            */

                #hire-it-team-time-tracking {
                    background-image: url(../images/backgrounds/time-tracking-with-screenshots-desktop.png);
                    background-attachment: fixed;
                    background-size: cover;
                    background-position: top right;
                }

            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HIRE IT TEAM DOTHER CLIENTS
            */

            #hire-it-team-other-clients .section-content {
                padding-top: 0;
            }

            /*
            //    ---        SUPER WP HEROES                                               
            //    ---        COMMENT: HIRE IT TEAM CONTACT FORM
            */

            #hire-it-team-get-started{
                /*background-image: url(https://default-h2wdb3btvdoy8.netdna-ssl.com/wp-content/uploads/2015/08/ricepaper_v3.jpg);
                background-repeat: repeat;*/
            }
            #hire-it-team-get-started .section-content{
                /*padding: 100px 0;*/
            }
            /*.hire-it-team-quote-form{
                padding-bottom: 100px;
            }*/

            

            

                                                    /* ===== GET A FRESH NEW WEBSITE ===== */
                                                    /*.get-new-website{
                                                        padding:100px;
                                                    }
                                                    .get-new-website-offers{

                                                    }
                                                    .what-pages-do-i-get{
                                                        margin-bottom: 60px;
                                                    }

                                                    .page-needed{
                                                        margin-bottom:60px;
                                                    }
                                                    .website-functionality{
                                                        margin-bottom: 60px;
                                                    }
                                                    .get-new-website-more-services{
                                                        padding-top: 20px;
                                                        padding-bottom: 100px;
                                                    }*/



/*
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	*******
//	*******
//	*******
//	*******
//	*******		SUPER WP HEROES
//	*******		SECTION NAME: AFFILIATES MANAGER PLUGIN
//	*******		DESCRIPTION: 
//	*******
//	*******
//	*******
//	*******
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
*/


.aff-wrap {
    background: none;
    border: 0;
}


.wpam-nav-menu {
    margin-bottom: 20px;
    background: none !important;
}

.wpam-nav-menu ul {
    display: flex;
}

.wpam-nav-menu li {
    float: left;
    margin: 0 10px 0 0 !important;
}

.wpam-nav-menu li a {
    color: #000;
    background: #f9a73d;
    font-weight: bold;
    padding: 10px 20px !important;
}

.wpam-nav-menu li a:hover {
    background: #4cd7e8;
}

.wpam-nav-menu li a.current-menu-item,
.wpam-nav-menu li a.active {
    background: #75c283;
    color: #fff !important
}

.aff-wrap .wrap {
    padding: 0;
}

/* Overview Section */

div.summaryPanelLine {
    margin: 0px !important;
}

div.summaryPanel {
    font-size: 13px !important;
}

.aff-wrap .wrap .pure-table:nth-of-type(2),
.aff-wrap .wrap .pure-table:nth-of-type(3) {
    width: 49% !important;
}

.aff-wrap .wrap .pure-table:nth-of-type(2) {float: left; clear: left;}
.aff-wrap .wrap .pure-table:nth-of-type(3) {float: right; clear: right;}

/* Sales Section */

.daterange-form {}
.daterange-form form {    display: inline-block;   width: 100%;  margin-bottom: 20px;}

.wpam-daterange-selection {float: left; width: 75%;}
.wpam-daterange-selection br {display: none;}
.wpam-daterange-selection label { display: block; float: left; width: 10%; }
.wpam-daterange-selection input { display: block; float: left; width: 40%; margin-top: -15px;}

.wpam-daterange-action-buttons {float: right; width: 20%; margin-top: -15px;}
.wpam-daterange-action-buttons br {display: none;}
.wpam-daterange-action-buttons input {
    float: left;
    width: 50% !important;
    line-height: 24px !important;
    border-bottom: 7px solid rgba(0,0,0,0.7) !important;
}

table.wpam-responsive-table {
    border-collapse: unset;
}

/* Account info */


.wpam-contact-info {background: none; border: 0;}
.wpam-contact-info tr:nth-child(odd) {background: none; border: 0;}
.wpam-contact-info tr,
.wpam-contact-info th,
.wpam-contact-info td {border: 0; padding: 0}
.wpam-contact-info td + td {
    border: none;
    border-bottom: 0px solid #cbcbcb;
    padding-bottom: 20px;
}
.wpam-contact-info thead th {padding: 10px;}

/* CREATIVES SECTION */

#previewButton {
    padding: 10px 20px;
    border: 0;
    display: none;
}

/* Fancy Tytle Fix ... for whatever reason... */

.aff-wrap .fancy-title p:first-of-type {
    display: none !important;
}

/*===================== Affiliate Program Page ==============================================*/

.affiliate-program {
    background-size: initial !important;
    background-repeat: no-repeat;
    background-size: 42% !important;
    background-position: 5% center;
}

.affinside {
    margin-left: 35px;
    margin-right: 35px;
    box-sizing: border-box;
    width: auto;
}

.percentaff {
    position: fixed;
    top: 47%;
    left: 50%;
    z-index: 999;
    display: block;
    width: 18vw;
    margin-left: -6.79%;
}

.affcharacter {
    display: none;
}

#affiliate-signup {
    padding: 100px 0 100px 0;
}

.summaryPanelLine {
    width: 33.33%;
    float: left;
    display: block;
    text-align: center;
}
div.summaryPanelLineValue {
    float: none;
    width: 100%;
    font-weight: bold;
    font-family: 'oswald-heavy', 'open_sansextrabold','Impact', "Charcoal",Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 70px;
}



/*
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	*******
//	*******
//	*******
//	*******
//	*******		SUPER WP HEROES
//	*******		SECTION NAME: FREELANCER PROFILE
//	*******		DESCRIPTION: 
//	*******
//	*******
//	*******
//	*******
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
*/
.user-profile{background: url(../images/users/user-header-section.png) center top no-repeat;}
/* Header section */
#user-header-section{
    /*background: url(../images/50-opacity-black.png);*/
    height: 520px;
    overflow: hidden;
}

.user-preview {
    text-shadow: 14px 14px 50px #000;
}

/*#user-image-wrap {
	width: 450px;
    margin: 30px 0 0 0;
    border-radius: 300px;
    height: 450px;
    border: 20px solid rgba(255, 255, 255, 0.11);
    box-shadow: 30px 30px 100px #000;
	overflow: hidden;
}

#user-image{
    -webkit-transition-delay: 2s; 
    transition-delay: 2s;
    width: 100%;
}*/
#user-header-section .fancyheadline{margin-bottom:15px;}
#user-header-section h2{font-size: 19px;}
.availability{ height: 72px; margin-top: 55px;}
.availability p span{margin-bottom: 0px;font-size: 21px; font-family: 'oswald-extra-light';}
.availability p span span {  font-size: 28px;  line-height: 44px; clear: both; display: block; font-family: 'oswald-heavy';}
#user-navbar-section{ background: #000; z-index: 9999;}
#user-navbar-section .nav-logo img {
    max-height: 40px;
}
.user_arrow{
    background: url(../images/users/user_arrow.png);
    width: 107px;
    height: 108px;
    position: absolute;
    top: 100px;
    z-index: 9;
    left: 52px;
    transform: rotate(-13deg);
    -ms-transform: rotate(-13deg); /* IE 9 */
    -webkit-transform: rotate(-13deg); /* Chrome, Safari, Opera */
}


/* Nav section */
.navbar-col{height: 107px;}
.navbar-col p{margin: 0px;}

#user-navbar-section .freelancer {
    display: block !important;
    vertical-align: middle !important;
    width: 85px !important;
    height: 85px !important;
    float: none !important;
    margin: 0 !important;
    border-radius: 85px !important;
    overflow: hidden !important;
    border: 5px solid #dd9536 !important;
}

#user-navbar-section .freelancer img {
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
}

.navbar-col .box-content{font-size:18px; font-family: 'oswald-extra-light'; margin-top: 7px;}
.back-to-main i{font-size:45px;}
.back-to-main p{  margin-bottom: 0px; font-size: 11px; letter-spacing: 0px; line-height: 13px;}
#hire-us-cta {    font-size: 33px; font-family: 'oswald-heavy';margin-top: 7px; display: block;}

/* Testimonial section */
#user-testimonial-section{
    background: url(../images/users/user-testimonial-section.png) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#user-testimonial-section .col-testimonial{background: rgba(255,255,255,0.7);}
#user-testimonial-section .freelancer{width: 150px; height: 150px; margin: 35px auto;}
#user-testimonial-section .freelancer img{border: 4px solid #909090;}
#user-testimonial-section .testimonial-content{margin: 35px auto 35px auto;}
#user-testimonial-section .col-work{background: rgba(0,0,0,0.7);}
#user-testimonial-section .col-work a{
    padding: 20px 0;
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
}
#user-testimonial-section .col-work a i{
    margin-right: 7px;
    float: none;
}
.icon-31{font-size:31px !important;}
.icon-23{font-size:23px;}
#user-testimonial-section .col-work a span{
    display: block;
    float: none;
    font-size: 18px;
    margin-top: 8px;
    font-family: 'oswald-regular';
}
#user-testimonial-section .col-work p i{font-size: 18px;margin-right: 10px;}
#user-testimonial-section .col-work .icon-medium span{  display: block;
    float: left;
    padding-top: 6px;}
#user-testimonial-section .col-work .fancyheadline{margin: 0px auto 20px auto;}
#user-testimonial-section .the-map{margin: 60px auto 45px auto;}
#user-testimonial-section .col-location p{  text-shadow: 1px 1px 1px #889494;}
#user-testimonial-section .col-location p.first_name{font-size:20px;}

/* CV section */
#user-curriculum-vitae{}
#user-curriculum-vitae .container { padding-bottom: 100px; }
#user_video{max-width: 397px;width: 100%;height: 200px;}
.user-description{margin: 15px 0px;}
.user-description p{font-size:15px;}
.user-description p:first-child{margin-bottom: 20px;}
.user-description i.fa{font-size:15px;margin-right:10px;}

#hire-user {
    padding-bottom: 100px;
}

.hire-freelancer-hint {
    margin: 5px 20px 0 0 !important;
}


/*professional-experience*/
.experience .small { margin-top: -2px; }
.professional-experience .icon{background:#e0e0d1; width:40px; height:40px; border-radius:40px;float:left;margin-right:15px;}
.professional-experience p{margin:0px;}
.col-title{
    font-family: 'oswald-heavy', Arial, Helvetica, sans-serif;
}
.experience{margin-bottom:15px;overflow: auto;}

.english-rating .star-rating{width:auto;margin:0px auto; text-align: right;}

.english-rating .black_txt:after {
    content: ' ';
    position: absolute;
    width: 1px;
    right: -10px;
    background: #b3b3b3;
    height: 31px;
    top: 0px;
}

.english-rating p{margin:0px 0px 11px 0px;}

.english-rating .star-rating .star {
    font-size: 17px;
    height: 17px;
    width: 17px;
    margin: 0px 0px;
}

/*Skills*/

.skillbar {
    position:relative;
    float:left;
    margin-bottom:15px;
    margin-right: 2px;
    width:6.2% !important
background:rgba(238, 238, 238, 0.27);
    height:108px;
    -webkit-transition:0.5s linear;
    -moz-transition:0.5s linear;
    -ms-transition:0.5s linear;
    -o-transition:0.5s linear;
    transition:0.5s linear;
    -webkit-transition-property:height, background-color;
    -moz-transition-property:height, background-color;
    -ms-transition-property:height, background-color;
    -o-transition-property:height, background-color;
    transition-property:height, background-color;
    font-family: 'open_sanslight', sans;
    vertical-align: top;
    background: #cacaca;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:rgba(0,0,0,0.1) !important;
    font-family: 'open_sansextrabold', sans;
}


.skillbar-title img {
    max-width: 75%;
    margin: 4px auto;
    display: block;
}

.skillbar-bar {
    height:0;
    width:100%;
    background:#6adcfa;
}

.skill-bar-percent {
    position:absolute;
    right:0px;
    bottom:0;
    font-size:9px;
    height:35px;
    line-height:35px;
    color:#ffffff;
    width: 100%;
    text-align: center;
    font-family: 'open_sansregular', sans;
}

.hireuser-holder{
    position: relative;
    background-position: 0px 98% !important;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
    /*background-image: url(../images/users/website-packages-shadow-30.png);*/
    background-position: center center;
    background-repeat: no-repeat;
}
.hidden-field{display:none !important;}
.freelancer-small{margin: 10px 20px 10px 0px; width: 55px; height: 55px;}
.freelancer-small-text{margin: 23px 0px; line-height: 22px;}

/*
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	*******
//	*******
//	*******
//	*******
//	*******		SUPER WP HEROES
//	*******		SECTION NAME: E&P QUOTE FORM PAGE
//	*******		DESCRIPTION: 
//	*******
//	*******
//	*******
//	*******
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
*/

	.page-id-2059 #wrapper {
		background: url(https://superwpheroes.io/wp-content/themes/NEGOSOL/_framework/lib/ns-agency-manager/assets/img/geek-calc-20opacity.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	}

	.page-id-2059 .inner-content {
		padding-top: 100px;
	}

/*
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	*******
//	*******
//	*******
//	*******
//	*******		SUPER WP HEROES
//	*******		SECTION NAME: PORTFOLIO
//	*******		DESCRIPTION: 
//	*******
//	*******
//	*******
//	*******
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
//	************************************************************************************************************************************
*/

/*===================== PORTFOLIO SECTION WIDGET =============================*/

#homepage-portfolio .section-content {
    padding: 0;
}

.portfolio-section{}
.portfolio{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}
.portfolio:before{  
    content: '';
    position: absolute;
    height: 90%;
    top: 5%;
    right: -1px;
    border-left: 1px solid #d8d8d8;
}
.portfolio:after{  
    content: '';
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -1px;
    border-bottom: 1px solid #d8d8d8;
}
.portfolio.orange-bck:before{border-left: 1px solid transparent;}
.portfolio.orange-bck:after,
.portfolio-section .portfolio:nth-child(9):after,
.portfolio-section .portfolio:nth-child(10):after{border-bottom: 1px solid transparent;}

.orange-bck{background: #e89c39;}
/*.portfolio a {display:block;}*/
.portfolio a img{
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
}
.portfolio a img:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}
.view-all-projects-holder{position:relative;}
.view-all-projects{
    text-transform: uppercase;
    /*font-size: 37px; SANS */
    /*line-height: 45px; SANS */
    font-size: 50px;/* OSWALD  */
    line-height: 65px; /* OSWALD  */
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 30px;
    color: #000;
    font-family: 'open_sanslight', 'open-sanslight', Arial, sans;
}

.padd-bottom90{padding-bottom: 90px;}
.column-full-width{margin-left: -15px; margin-right: -15px;}
.title-padding4020{padding: 40px 20px;}

@media all and (min-width: 1025px) {
   #homepage-portfolio .portfolio:nth-last-child(-n+5):after {display: none;}
}

@media all and (min-width: 600px and max-width: 1024px) {
    .portfolio:nth-last-child(-n+4):after {display: none;}
}

@media all and (min-width: 767px) {
    .portfolio:nth-last-child(-n+3):after {display: none;}
}


/*===================== PORTFOLIO PAGE TEMPLATE ==============================*/
/*Custom Sidebars*/
.mCSB_container .fancy-title{clear:both;}
/*.mCSB_container .fancy-title .fa-star{line-height: 15px; font-size: 13px; line-height: 16px; width: 10%;}
.mCSB_container .fancy-title .sec_title{  width: 80%;  padding: 0px 13px 0px 13px;}
.mCSB_container .fancy-title .sec_title legend{}
.mCSB_container .fancy-title h4 {font-size: 17px; margin: 10px auto;  font-family: 'open_sansextrabold', Arial, Helvetica, sans-serif;}*/
/*Sidebar Category*/
.sidebar-left{background: rgba(0,0,0,0.6);height:100vh;padding-top:90px;padding-right: 0px;padding-bottom:100px;position:fixed;top:0;left:0;}
/*.sidebar-category-portfolio .fancy-title{clear:both;}
.sidebar-category-portfolio .fancy-title .fa-star{line-height: 15px; font-size: 13px; line-height: 17px; width: 10%;}
.sidebar-category-portfolio .fancy-title .sec_title{  width: 80%;  padding: 0px 13px 0px 13px;}
.sidebar-category-portfolio .fancy-title .sec_title legend{}
.sidebar-category-portfolio .fancy-title h4 {font-size: 14px; margin: 10px auto; font-family: 'open_sansextrabold', Arial, Helvetica, sans-serif;}*/
ul.portfolio-subcatebory{margin: 0px; padding: 0px; list-style-type: none;}
ul.portfolio-subcatebory li{float: left; width: 33.3%; padding: 10px 5px;text-align:center;  height: 165px;}
ul.portfolio-subcatebory li a img{width:80px;height:80px;}
ul.portfolio-subcatebory li a:hover{opacity:0.8;filter: alpha(opacity=80);}
ul.portfolio-subcatebory li a:hover span{opacity:0.8;filter: alpha(opacity=80);}
ul.portfolio-subcatebory li a span{
    color: #d3d1cf; 
    text-transform: uppercase; 
    font-size: 12px; 
    letter-spacing: 1px; 
    line-height: 15px; 
    display: block;
    padding: 10px 0px;
}
.sidebar-left .mCSB_inside > .mCSB_container{  padding-left: 0px; padding-right: 18px;}

.loop-category-portfolio{padding:0px; padding-top:0px; min-height: 100vh;padding-bottom:90px;}

.category-loop-portfolio {padding-top: 0px; margin-left: -15px; margin-right: -15px;}
.category-loop-portfolio .fancyheadline{
        padding-left:20px;
        padding-right:20px;
    }
.portfolio-pagesection .portfolio:before{ border-left: 1px solid #b7b4b2;}
.portfolio-pagesection .portfolio:after{ border-bottom: 1px solid #b7b4b2;}
.portfolio-pagesection .portfolio:nth-child(4n+4){margin-right: -1px;}
.portfolio-pagesection .portfolio:nth-child(4n+4):before{ border-left: 1px solid transparent;}
/*.portfolio-pagesection .portfolio:nth-child(5):after,
.portfolio-pagesection .portfolio:nth-child(6):after,
.portfolio-pagesection .portfolio:nth-child(7):after,
.portfolio-pagesection .portfolio:nth-child(8):after
{border-bottom: 1px solid transparent;}*/

/*=========================== PORTFOLIO SINGLE ===============================*/
/*Portfolio nav*/
.portfolio_nav li a{padding: 30px 35px 15px 35px;}
/* Left section - image*/
.portfolio-image{
    padding:20px 0 0 0px;
    background-color: #ffffff;
    height: 100vh;
    /*margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
    height: calc(100vh - 170px);
}
.portfolio-image img {
    width: auto;
    /*margin-top: 20px;*/
    max-height: calc(100vh - 190px);
    margin: 0 auto;
    display: block;
}

.portfolio-image .portfolio-social {
	position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.portfolio-share {
    padding-left: 40px;
}
.portfolio-share li.share-button {
    display: inline-block;
    font-size: 45px;
}

.portfolio-share > li.share-button > ul.available-social {
    padding-left: 0;
    display: none;
}

.portfolio-share > .share-button:hover > .available-social {
    display: initial;
}


/* Social color definitions
 * https://github.com/FortAwesome/Font-Awesome/issues/559
 */

.custom-social {
    display: inline;
    overflow: hidden;
    width: 45px;
    height: 45px;
    text-align: center;
    color: white;
    float: left;
}
.custom-social-wrap {
    display: inline;
}
.available-social {
    display: inline;
    display: none;
}
.custom-social-share-alt {
    background-color: #75c283;
}
.custom-social-fb {
    background-color: #3b5998;
}
.custom-social-tw {
    background-color: #00a0d1;
}
.custom-social-gp {
    background-color: #c4302b;
}
.custom-social-pin {
    background-color: #c92228;
}
.custom-social-li {
    background-color: #4875B4;
}

.custom-social-share-alt .fa-share-alt {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    right: 0px;
}
.custom-social-fb .fa-facebook {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    left: 1px;
}
.custom-social-tw .fa-twitter {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    left: 1px;
}
.custom-social-gp .fa-google-plus {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    left: 1px;
}
.custom-social-pin .fa-pinterest {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    left: 1px;
}
.custom-social-li .fa-linkedin {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    top: 9px;
    left: 1px;
}

/* Right section - description*/
.portfolio-sidebar{padding-top:0px;padding-left: 0px !important;  padding-right: 0px !important; margin-left: -15px; margin-right: -15px;}
.portfolio-information{ height: calc(100vh - 170px);}
.portfolio-information .fancyheadline{margin: 30px auto 10px auto;}
.portfolio-information .fancyheadline h1{font-size:35px;line-height:50px;}
.portfolio-information .title, .visit-site{text-transform: uppercase;font-size: 17px;letter-spacing: 0px; padding: 16px 0px 17px 0;  margin: 0px;}
.visit-site-holder,
.categories-holder{
    vertical-align:middle;
}
.visit-site{
    display: block;
    padding: 0;
    /*margin: 27px auto; */
}
.portfolio-information .technology,
.freelancer{width: 60px; height: 60px; float: left; margin: 0px 20px 20px 0px; border-radius: 60px; /*float:none; DE CE ATI BAGAT FLOAT NONE CA SPARGE LA SKILLS IN PORTFOLIO*/}
/*.freelancer{margin:0px;}*/
/* ats an-are ce cauta in pluginul de portfolio !!! */
#user-navbar-section .freelancer { display: table-cell; vertical-align: middle; width: 85px; height: 85px; float: none; margin: 0; border-radius: 85px; }
.span21 { width: 0px; margin-left: 10px; }
/*.portfolio-information .technology:nth-child(3n+3),
.portfolio-information .freelancer:nth-child(3n+3){
    margin-right:0px;
}*/
.portfolio-information .technology:hover,
.freelancer:hover{
    opacity:0.8;filter: alpha(opacity=80);
}
.freelancer img{
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -ms-border-radius: 99px;
    -moz-border-radius: 99px;
    -o-border-radius: 99px;
    border: 5px solid #dd9536;
    margin: 0 20px 0 0;
}
#user-navbar-section .freelancer img {
    width: 85px;
    height: 85px;
}


.portfolio-information .mCSB_inside > .mCSB_container{padding-left: 15px;padding-right: 15px;}
.portfolio-image .desktop-image-wrap {
    position: absolute;
    bottom: 0;
}
.portfolio-image .desktop-image-wrap {
    position: absolute;
    bottom: 0;
}
.portfolio-image .desktop-image-wrap {
    position: absolute;
    bottom: 0;
}
.portfolio-image .desktop-image-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 140px;
    background-image: url('../images/portfolio/devices/device-desktop.png');
    background-size: 485px 390px;
    background-repeat: no-repeat;
    height: 390px;
    width: 485px;
}

.portfolio-image .desktop-image-wrap .attachment-portfolio-desktop {
    margin-left: 19px;
    margin-top: 22px;
    width: 441px;
    height: auto;
}

.portfolio-image .laptop-image-wrap {
    position: absolute;
    bottom: 90px;
    background-image: url('../images/portfolio/devices/device-laptop.png');
    background-size: 445px 290px;
    background-repeat: no-repeat;
    right: 15px;
    height: 290px;
    width: 445px;
}

.portfolio-image .laptop-image-wrap .attachment-portfolio-laptop {
    margin-left: 80px;
    margin-top: 20px;
    width: 275px;
    height: auto;
}

.portfolio-image .tablet-image-wrap {
    position: absolute;
    bottom: 90px;
    background-image: url('../images/portfolio/devices/device-tablet.png');
    background-size: auto 200px;
    background-repeat: no-repeat;
    left: 15px;
    height: 200px;
    width: 131px;
}

.portfolio-image .device-wrap {
    padding-top: 80px;
}

.portfolio-image .tablet-image-wrap .attachment-portfolio-tablet {
    margin-left: 8px;
    margin-top: 19px;
    width: 114px;
    height: auto;
}

.portfolio-image .phone-image-wrap {
    position: absolute;
    bottom: 90px;
    background-image: url('../images/portfolio/devices/device-phone.png');
    background-size: 80px 130px;
    background-repeat: no-repeat;
    left: 25%;
    height: 130px;
    width: 80px;
}

.portfolio-image .phone-image-wrap .attachment-portfolio-phone {
    margin-left: 7px;
    margin-top: 12px;
    width: 65px;
    height: auto;
}


/* ============================== PORTFOLIO ================================ */
.portfolio-pagesection .portfolio{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.portfolio-pagesection .portfolio:before{  
    content: '';
    position: absolute;
    height: 90%;
    top: 5%;
    right: -1px;
    border-left: 1px solid #d8d8d8;
}
.portfolio-pagesection .portfolio:after{  
    content: '';
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -1px;
    border-bottom: 1px solid #d8d8d8;
}

/*.portfolio-pagesection .portfolio:nth-child(4n+4){margin-right: -1px;}
.portfolio-pagesection .portfolio:nth-child(4n+4):before{ border-left: 1px solid transparent;}
.portfolio-pagesection .portfolio:nth-child(5):after,
.portfolio-pagesection .portfolio:nth-child(6):after,
.portfolio-pagesection .portfolio:nth-child(7):after,
.portfolio-pagesection .portfolio:nth-child(8):after
{border-bottom: 1px solid transparent;}*/
/*.portfolio-pagesection .portfolio a{display:block;}*/
.portfolio-pagesection .portfolio a img{
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
}
.portfolio-pagesection .portfolio a img:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}

ul.portfolio-subcatebory{margin: 0px; padding: 0px; list-style-type: none;}
ul.portfolio-subcatebory li{float: left; width: 33.3%; padding: 10px 5px;text-align:center;  height: 165px;}
ul.portfolio-subcatebory li a img{width:80px;height:80px;}
ul.portfolio-subcatebory li a:hover{opacity:0.8;filter: alpha(opacity=80);}
ul.portfolio-subcatebory li a:hover span{opacity:0.8;filter: alpha(opacity=80);}
ul.portfolio-subcatebory li a span{
    color: #d3d1cf; 
    text-transform: uppercase; 
    font-size: 12px; 
    letter-spacing: 1px; 
    line-height: 15px; 
    display: block;
    padding: 10px 0px;
}

/* Feedback */
#_hj-f5b2a1eb-9b07_feedback[data-minimized-position="middle_left"] ._hj-f5b2a1eb-9b07_feedback_minimized_label{
    border-radius: 0px!important;
    width: 47px;
    padding-left: 16px;
}

/* Responsive */

@media(max-width: 1400px){
    /* Case Studies */
    ul.portfolio-subcatebory li{
        width:50%;
    }

    /* Single */
    .portfolio-sidebar{
        padding-top: 68px;
    }
    .portfolio-information .fancyheadline h1{
        font-size: 40px;line-height: 55px;
    }
}

@media(max-width: 1200px){
    .view-all-projects {
        font-size: 35px;
    }
}

@media(max-width: 1024px){
    /* Category */
    .category-loop-portfolio{
        padding-top: 49px;
    }

    /* Single */
    .portfolio-information .fancyheadline h1{
        font-size: 38px;
        line-height: 48px;
    }
}

@media(max-width : 991px) {
    .view-all-projects{font-size: 20px;line-height: 25px;}

    /* Case Studies */
    .sidebar-category-portfolio .sidebar{
        width: 33.3% !important;

    }
    ul.portfolio-subcatebory li{
        height: 150px;
    }

    /* Single */

    .portfolio-image{
        padding:25px 15px;
        /*margin-top: 68px;*/
        height:auto;
    }
    .portfolio-image .portfolio-social{
        bottom: 20px;
        left: -20px;
    }
    .portfolio-sidebar{
        padding-top:0px;
    }
    .portfolio-information{
        padding:0 15px;
        height:auto;
    }
    .portfolio-information .fancyheadline{
        margin-top:0;
        padding-top:30px;
    }
    .portfolio-information .fancyheadline h1{
        font-size: 30px;
        line-height: 40px;
    }
    .portfolio-information p{
        margin-bottom:0;
        padding-bottom:20px;
    }

}
@media(max-width : 767px) {

    .section-content {
        padding: 50px 0;
    }

    #homepage-who-we-are {
        background: url(../images/backgrounds/romb-purple-small.png);
        background-repeat: repeat;
    }
    
    #homepage-who-we-are .section-content {
        padding: 25px 0 50px;
        background: none;
    }
    
    #homepage-who-we-are .widget-2titles {
        margin: 25px 0 5px;
    }
    
    #homepage-what-we-do .section-content {
        padding: 30px 0 40px;
    }
    #homepage-what-we-do h2.freaky-big, #homepage-who-we-are h2.freaky-bigger{
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 45px;
        margin-top: 20px;
    }
    #homepage-what-we-do .black_bcg{
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #homepage-our-clients .section-content {
        padding: 40px 0;
    }
    /*#homepage-our-clients .white_bcg{
        margin-bottom: 40px;
    }*/
    #homepage-our-clients .white_bcg h4{
        margin-bottom: 0;
    }
    .widget-2titles{
        margin: 30px 0!important;
    }
    
    .view-all-projects{
        font-size: 17px;
        line-height: 20px;
    }
    
    .portfolio {
		border: 0;;
	}
    
    .portfolio:before {
		display: block;;
	}

    /* Case Studies */
    .sidebar-category-portfolio .sidebar{
        display:none;
    }
    .loop-category-portfolio{
        /*padding-right:15px;*/
		padding: 65px 20px 1px;
    }
    /* Category */
    .category-loop-portfolio {
        padding-top: 26px;
    }


    /* Single */

        /* Single - Header Menu */
        .portfolio_nav{
            display:none;
        }

		.portfolio-image{  
			/*margin-top: 65px;*/
		}
			.portfolio-image .portfolio-social{
                top: 65px;
                right: 0;
                width: auto;
                left: auto;
                position: fixed;
                z-index: 9999 !important;
            }
		}
		.custom-social-wrap{
			display: block;
		}

}

@media(max-width : 480px){


	/* HomePage Widget */
	.portfolio {
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100% !important;
		height: 150px !important;
		border-bottom: 1px solid #d8d8d8;
	}
	.portfolio:before {
		display: none;
	}
	.portfolio a img {
		max-width: 80%;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
		height: auto !important;
		display: inline-block;
		width: auto !Important;
		max-height: 19% !important;
	}

    /* Case Studies */
    .portfolio-pagesection .portfolio{
        float: none;
        height: 150px !important;
        padding: 20px 0;
        /*max-width: 220px !important;*/
        width: 100% !important;
        display: block;
        margin: 0 auto;
    }

    .portfolio-pagesection .portfolio:nth-child(4n+4) {
        margin-right: auto;
    }    
    .portfolio-pagesection .portfolio:before{border-left:0;}
    .portfolio-pagesection .portfolio:after{
        width: 120%;
        left: -10%;
        display: none;
    }
    .view-all-projects {
		font-size: 35px;
		line-height: 45px;
	}
    .view-all-projects .hidden-phone {
		display: block !important;
    }
    /* Single - social Share */
    /* FOOTER */
    .custom-social{
        width: 42px;
        height: 42px;       
    }
    .custom-social-share-alt .fa-share-alt{
        top:7px;
    }
}

@media(max-width : 320px){

/* Single */
    /* Social Share */
    .custom-social{
        width: 35px;
        height: 35px;       
    }
    .custom-social-share-alt .fa-share-alt,
    .custom-social-fb .fa-facebook,
    .custom-social-tw .fa-twitter,
    .custom-social-gp .fa-google-plus,
    .custom-social-pin .fa-pinterest,
    .custom-social-li .fa-linkedin {
        font-size: 20px;
        line-height: 20px;
        top: 8px;
    }
    

    
}
