/*
Theme Name: Custom Pact Theme
Theme URI: http://www.pact.gr
Author: SDM 
Author URI: http://sdm.gr
Description: Tailormade Theme για την Pact.gr
Version: 1.0
Text Domain: pact
*/
/*http://getbootstrap.com/customize/?id=1991311652c373d4ad4a*/
/*
.----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |    _______   | || |  ________    | || | ____    ____ | || |    ______    | || |  _______     | |
| |   /  ___  |  | || | |_   ___ `.  | || ||_   \  /   _|| || |  .' ___  |   | || | |_   __ \    | |
| |  |  (__ \_|  | || |   | |   `. \ | || |  |   \/   |  | || | / .'   \_|   | || |   | |__) |   | |
| |   '.___`-.   | || |   | |    | | | || |  | |\  /| |  | || | | |    ____  | || |   |  __ /    | |
| |  |`\____) |  | || |  _| |___.' / | || | _| |_\/_| |_ | || | \ `.___]  _| | || |  _| |  \ \_  | |
| |  |_______.'  | || | |________.'  | || ||_____||_____|| || |  `._____.'   | || | |____| |___| | |
| |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------' 
 */
 @import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,500,600,700,300&subset=latin,greek);
 @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,greek);
 /***GENERAL STYLES FOR PACT.GR***/
*{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-padding-left{
    padding-left:0;
}
.no-padding-right{
    padding-right:0;
}
.margin-top-10{
    margin-top:10px !important;
}
.euroset-regular{
    font-family:'pf_eurosetregular';
}
.euroset-thin{
    font-family:'pf_eurosetthin';
}
.pf-empire-thin{
   font-family:'pf_empirethin';
}
.pf-futura{
    font-family:'pf_futura_neulight';
}
.pf-din-text{
    font-family:'pf_din_text_compressedregular';
}
p,ul{
     font-family: 'Open Sans Condensed', sans-serif;
     font-size:16px;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
}
a:hover{
    color: #fe9a00;
    text-decoration:none;
    -webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
    transition: all 1s;
}
/*****
* Pact Top Bar
*****/  
#pact-top-bar{
    margin:30px 0 0 0;
}
/*****
* Pact Social List
******/
#pact-social-menu{
    list-style:none;
}
#pact-social-menu li{
    display:inline-block;
    margin-left:10px;
}
/* ---- Pact Main logo area -----*/
#pact-logo-area{
    background:#f2f2f2;
}
#logo{
    display:block;
    font-size:57px;
    font-family:'pf_eurosetregular';
    text-decoration: none;
    color:#ffffff;
    background-color:#fe9a00;
    text-align:center;
}
#pact-slogan-area{
    font-size:73px;
    color:#000000;
    line-height:70px;
    padding-top:8px;
}
#logo-text{
    font-size:65px;
}
/*** -- Pact Main Content Styles --**/
#pact-main{
    margin:25px 0;
}
#pact-main-content{
    padding:30px 0px 30px 20px;
    background: linear-gradient(to right, #f2f2f2 80%, #ffffff 50%);
}
#pact-main-content p{
    font-size:15px;
    margin-bottom:15px;
}
#pact-main-content ul{
    font-size:15px;
    margin-bottom:15px;
}
#pact-main-content h1,
#pact-main-content h3{
    margin-top:5px;
    font-size:16px;
    font-weight:700;
    font-family: 'Open Sans Condensed', sans-serif;
}
#pact-ad-production-button {
    margin-bottom:40px;
    position:relative; 
    height:130px;
}
#pact-member-companies-button{
    position:relative; 
    height:130px;
    margin-bottom:40px;
}
.ad-productions-div{
    text-align:right;
    padding:5px;
    background:#fe9a00;
    color:#000000;
}
.ad-productions-div h2{
    font-size:94px;
    margin:0;
}
.ad-productions-div-hidden,
.ad-member-companies-div-hidden{
    position:absolute; 
    bottom:-15px; 
    right:0;
    margin:10px 10px;
    text-align:right;
    display:none;
    font-size:16px;
    font-weight:700;
    font-family: 'Open Sans Condensed', sans-serif;
}

/**---------- Page Specific CSS  ---------***/
/**
* Links Page
*/
.pact-link-obj{
    margin-bottom:16px;
    border-bottom:1px solid #acacac;
    padding:2px 0 15px 0;
}
.pact-link-obj p{
    margin:10px 0 !important;
}
/**
* Member Companies
*/  
#pact-member-details-area{
    min-height:315px;
    background:#fe9a00;
    color:#ffffff;
    position:relative;
}
#first-text{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin:0;
    color:#000000;
    width:60%;
}
.member_company_object{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin:0;
    color:#000000;
    font-weight:600;
    width:80%;  
    font-family: 'Open Sans Condensed', sans-serif;
}
.company_logo{
    margin-bottom:10px;
    max-width:80%;
    width:200px;
    height:200px;
    
}
.company_person a:hover,
.company_website a:hover{
    color:#fe9a00;
}
.member-category-header{
    margin-top:0;
    font-weight:700;
}
.member-companies-list li a{
    font-weight:400;
}

.pact-white{
    background:#ffffff !important;
    color:#000000 !important;
    border:1px solid #fe9a00;
}
/****
*  Admin Members
*/
.pact_admin_member_obj{
    border-bottom:1px solid #232323;
    margin-bottom:5px;
    width:97%;
}
.pact_admin_member_obj p{
    margin-bottom:5px !important;
}
.pact_title{
    position:relative;
}
.pact_title > p.pact_title_name{
    position:absolute;
    bottom:0;
    margin-bottom:0 !important;
    margin-left:-9px;
}
.pact_title_name{
    font-size:17px !important;
    font-weight:400 !important;
}
/**-----------------***
* Pact Ad Productions
*/
.pact-categories,.pact-companies{
    font-size:12px;
    width:100%;
}
#pact-ad-productions-list {
    margin-top:15px;
}
#pact-ad-productions-list li{
    padding:5px 0;
    border-bottom:1px solid #dfdfdf;
}

.pact-ad-video-area{
    min-height: 259px;
    background:#fe9a00;
    color:#ffffff;
    position:relative;
}
.project-title{
    margin:10px 0;
    font-weight:700;
    font-size:18px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.project-dets{
    margin:15px 20px 0 0 ;
}
/**--- Footer ---**/
#pact-footer-menu-container{
    margin:20px 0;
}

ul#footer-menu{
    background:#fe9a00;
    display: flex;
    justify-content: flex-end;
}
ul#footer-menu li{
    margin: 0 25px;
    padding:5px 0;
}
ul#footer-menu li:last-child{
    margin-right: 0;
}
ul#footer-menu li.current-menu-item > a{
    color:#000000;
}
ul#footer-menu li a{
    padding:5px 0;
    color:#ffffff;
}
ul#footer-menu li a:hover{
    color:#000000;
}
li.members-area-link{
    float:right;
    background: #000000;
    padding:5px 30px;
    margin-right:0 !important;
}
li.members-area-link a{
    background:#000000;
    padding: 0 40px !important;
}
li.members-area-link a:hover{
    color:#fe9a00 !important;
}
li.members-area-link.current-menu-item > a {
    color:#fe9a00 !important;
}

.slicknav_menu{
    display:none;
}
/**---- Members Area ---**/
.pact-members-area-object{
    border-bottom: 1px solid #adadad;
    margin-bottom: 20px;
}
.pact-members-area-object p{
    font-weight:400 !important;
    margin-bottom:10px !important;
}
.pact-members-area-object ul li a{
    font-weight:400;
}
#pact-footer{
    background:#f2f2f2;
    padding:18px;
    margin-bottom:18px;
    font-family: 'Open Sans Condensed', sans-serif;
}
#pact-login-form form{
    margin-top:20px;
}
#footer-email{
    font-size:16px;
    margin-bottom:10px;
}
img#footer-icons{
    float:right;
    margin-top:40px;
    
}
#footer-icons-area{
    margin-top:-37px;
}
a#mygreece img{
    margin:5px 0 0 0;
}
a#sev img{
    
}
.footer-img{
    max-width:87%;
}

/*** === Search Form ***/
.pact-search-form{
    margin-top:-15px;
    margin-bottom:10px;
}
.pact-search-form input[type="text"]{
    margin-top: -10px;
    font-size:11px;
    padding:3px 0;
    width:55%;
    background:url('./img/magnifyingglass29.png') #ffffff;
    background-repeat: no-repeat;
    background-position:95%;
    border:1px solid #777777;
    margin-left:5px;
}
a.return-back{
    margin-top:-60px;
}
/**---- Bootstrap Overrides -----***/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px), (max-width: 900px) {
    #pact-logo{
        text-align:center;
        padding-right:0;
    }
    #pact-logo a{
        font-size:36px !important;
    }
    #pact-slogan-area{
        text-align:center;
        font-size:56px;
    }
    #pact-main-content{
        padding:10px !important;
         background: #f2f2f2;
    }
    .slicknav_menu{
        display:block;
    }
    .slicknav_btn{
        float:left;
    }
    #footer-menu{
        display:none;
    }
    
    li.members-area-link{
        float:left !important;
        background: transparent !important;
        padding:5px 30px;
        margin-right:0 !important;
    }
    li.members-area-link a{
    background: transparent;
    padding: 0 !important;
    }
    li.members-area-link a:hover{
    color:#000000 !important;
    }
    .pact_title > p.pact_title_name{
    position:relative;
    margin-bottom:5px !important;
    margin-left:0;
    }
    #footer-icons-area{
    margin-top:0;
}
.footer-img{
    max-width:50%;
    margin:0 auto;
}
a#mygreece img{
    margin:0 auto;
}

}
.noon input[type="text"],
.noon input[type="password"]{
    width:50%;
}
.noon a.not-a-member-handle{
    display:none;
}
#spots-upload-btn{
    font-size:14px;
    font-weight:400;
    padding:0.1em 0.5em;
    vertical-align:middle;
}

/*
Alternative Member companies style
 */
.single-company{
    margin: 0 0 15px 0;
}
h4.company-name{
    margin-top: 0;
    font-weight: 600;
}