/*
 * Theme Name: GBP Theme
 * Theme URI: http://webscoder.com/
 * Description: Global Business Passport is PSD to Custom Responsive WordPres developments.
 * Author: Webs Coder - Rafiul Alom
 * Author URI: http://rafiulalom.com/
 * Version: 1.0
 * Text Domain: gbp;
**/
.cta { display: none; }
body{ 
    background: #fff;
    margin: 0; 
    color: #464646; 
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
img{
    max-width: 100%;
    border: 0;
    height: auto;
}

em {font-style:italic}

.page-post em {font-style:italic}

/* Grids Start */
.wrapper{
    width: 90%;
    max-width: 914px;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

a{ color: #cc6728; }

#main-section{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    background: #fff;
}

#header{
    padding-bottom: 20px;
    position: relative;
    height: auto;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 20px;
}
#header-nav{
    position: relative;
    height: auto;
    z-index: 12;
}
#nav-wrap{
    display: none;
}
#nav{
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    text-align: center;
}
#nav li{
    height: auto;
    float: left;
    margin-right: 1px;
    position: relative;
    display: inline-block;
}
#nav li a{
    color: #7d7d7d;
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.slicknav_nav a{  }
#nav li.active a,
#nav li.current-menu-item a,
#nav li.current-page-ancestor a,
#nav li a:hover{
    color: #fff;
    background: #00a79d;
    text-decoration: none;
}
#nav li:hover ul{
    display: block;
}
#nav li ul{
    position: absolute;
    text-align: left;
    left: 0px;
    top: 45px;
    z-index: 5555;
    background: #00a79d;
    width: 150px;
    padding: 0;
    margin: 0;
    display: none;
}
#nav li ul li{
    display: block;
    float: none;
}  
#nav li ul li a{    
    display: block;    
    color: #fff;
    font-size: 13px;
    padding: 3px 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
#nav li ul li a:focus,
#nav li ul li a:hover{
    color: #fff;
    background: #7d7d7d;
}
.slicknav_menu {
    display:none;
    background: none;
}
.slicknav_btn{
    background: url(assets/img/mobile-nav.png) no-repeat center center;
    float: none;
    height: 25px;
}
.slicknav_menu .slicknav_icon-bar{
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header-regular{
    position: relative;
    height: auto;
    display: block;
}
#logo{
    float: left;
    width: 48%;
    margin-right: 2%;
    height: auto;
    margin-top: -17px;
}

#header-right-col{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 30px;
}
#social{
    text-align: right;
    height: auto;
    position: relative;
}
#social a{
    color: #fff;
    background: #8f8f8f;
    width: 36px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#social a:hover{
    background: #00a79d;
}

#slider-section{
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#banner{
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#body-section{
    position: relative;
    height: auto;
    display: block;
    background: #fff;
    margin-bottom: 30px;
}
.two_third{
    float: left;
    height: auto;
    width: 65.5%;
    margin-right: 3%;
}
.one_third{
    float: left;
    height: auto;
    width: 31.5%;
}
.home-content{
    position: relative;
    height: auto;
    margin-bottom: 20px;
}
.home-content h4{
	font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #00a79d;
    font-size: 20px;
	letter-spacing:.5px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.home-content h2{    
    color: #464646;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.home-content p{
    font-size: 15px;
    color: #464646;
	font-weight:400;

}
.home-content p a{}
.home-content p a:hover{}
.home-content ul{}
.home-content ul li{
    font-size: 15px;
    color: #464646;
    list-style: square;
}

.widget-newsletter{
    background: #00a79d;
    padding: 15px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.widget-newsletter p{
	font-weight:300;
    margin-bottom: 10px;
}
.widget-newsletter input[type="email"]{
        width: 85%;
    background: #fff;
    color: #464646;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7eccc7;    float: left
}

.testimonial-client{
    height: auto;
    position: relative;
    border: 1px solid #a7e0dd;
    padding: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.testimonial-client blockquote{
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #464646;
}
.testimonial-client p{
    margin-bottom: 10px;
}
.client-name{
    font-size: 18px;
}
.page-contents{
    position: relative;
    height: auto;
    overflow: hidden;
    min-height:825px
} 
.page-contents ul { list-style-type: disc;}
.page-contents h2 {margin-bottom:15px}

.page-title{
    text-transform: uppercase;
    color: #00a79d;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.page-sub-title{
    color: #464646;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 25px 0;
}
.case-study{
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
}
.case-study:last-child{
    margin-bottom: 0;
}
.case-study h3{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0px;
}
.case-study p{
    color: #333333;
    font-size: 15px;
}
.case-study p.outcome{
    color: #00a79d;
}
.case-study a.btn{
    display: inline-block;
    padding: 5px 15px;
    background: #cc6728;
    color: #fff;
    text-decoration: none;
}
.case-study a.btn:hover{
    background: #00a79d;
    text-decoration: none;
}

.white-arrow{

    background-image: url('http://www.globalbusinesspassport.com/wp-content/uploads/2016/04/arrow.png');
    border: 0px;
    background-repeat: no-repeat;
    text-indent: 99999999px;
    height: 30px;
    width: 30px;
    float: left;
  }

#sidebar{
    background: #ddebeb;
    padding: 15px;
    position: relative;
    height: auto;
    min-height: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sidebar-title{
    text-transform: uppercase;
    color: #00a79d;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px 0;
    text-align: center;
}


.widget-quote{
    height: auto;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.widget-quote blockquote{
    margin: 0 0 15px 0;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}
.widget-quote h4{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0px;    
}
.buy_book{
    text-align: center;
}
.btn_buy{
    display: inline-block;
    padding: 5px 15px;
    background: #cc6728;
    color: #fff;
    text-decoration: none;    
}
.btn_buy:hover{
    text-decoration: none;
    background: #00a79d;
    color: #fff;
}
#footer{
    padding: 30px 0;
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    background: #d9d9d9;
}
hr{
    border: none;
    border-top: 1px solid #7d7d7d;
    margin: 10px 0 30px 0;
}

#featured-section{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
}

.featured-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-list li{
    list-style: none;
    float: left;
    width: 31.3333%;
    margin: 0 3% 30px 0;
}
.featured-list li:nth-child(3n+3) {
    margin-right: 0;
}
.featured-list li img{
    margin-bottom: 5px;
}
.featured-list li a{
    display: block;
}
.featured-list li a:hover{}
.featured-list li a:hover img{
    opacity: 0.75;
}
.featured-title{
	font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    color: #464646;
    font-weight: bold;
    font-size: 19px;
	letter-spacing:.5px;
    text-transform: uppercase;
}

.copy{
    text-align: center;
    font-size: 12px;
    color: #636466;
    margin: 0;
}
.copy a{}
.footer-nav-wrap{
    position: relative;
    height: auto;
    margin-bottom: 25px;
}
#footer-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#footer-nav li{
    display: inline-block;
    position: relative;
    margin: 0 5px;
}
#footer-nav li a{
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 14px;
    padding: 5px 0;
}
#footer-nav li a:hover{
    color: #636466;
}
#footer-nav li:hover ul{
    display: block;
}
#footer-nav li ul{
    position: absolute;
    text-align: left;
    left: -15px;
    bottom: 25px;
    z-index: 5555;
    background: #00a79d;
    width: 150px;
    padding: 0;
    margin: 0;
    display: none;
}
#footer-nav li ul li{
    float: none;
    display: block;
    margin: 0;
}
#footer-nav li ul li a{
    color: #fff;
    padding: 5px;
    display: block;
    text-transform: capitalize;
}
#footer-nav li ul li a:hover{
    background: #7d7d7d;
    color: #fff;
}
#footer-nav li ul li a:after{
    content: "";
    padding-left: 0;
}
#footer-nav li ul li:last-child a:after{
    content: " ";
    padding-left: 0;
}

#footer-nav li a:after{
    content: " | ";
    padding-left: 10px;
}
#footer-nav li:last-child a:after{
    content: " ";
    padding-left: 0;
}
.tinynav{
    display: none;
}
#newsletter{
    position: relative;
}
#searchsubmit{
    background: url(assets/img/arrows.png) no-repeat right center;
    border: none;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
}
.btn_orange{
    display: inline-block;
    padding: 5px 15px;
    background: #cc6728;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.btn_orange:hover{
    text-decoration: none;
    background: #00a79d;
    color: #fff;
}
.alpha{margin-left:0;}
.omega{margin-right:0;}

@media only screen and (min-width: 600px) and (max-width: 959px){
.widget-newsletter input[type="email"] {
    width: 75% !important;
    
 }
}

/* Style comments meta data */
.comments-count {font-size:12px}
