/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Creative Multi-Purpose WordPress Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 17.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.line {
    z-index: 6;
    background-color: rgb(0, 0, 0);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 26px;
    border-width: 0px;
    margin-top: 50px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    white-space: normal;
    min-height: 1px;
    min-width: 91px;
    max-height: 1px;
    max-width: 244px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2) {
.homesec2 {
    margin-top:50px;
}
.homesec2-right {
    margin-top:55px;
}
.homesec4 {
    margin-top:50px;
 }
.bannermobilewrapper  {
    padding: 60px 10px 30px 50px;
}
.bannermobilewrapper .text {
    padding: 20px 20px 20px 0px;
}

.q_slider {display:none;}
}

/* Smartphones (landscape) ----------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.tp-bgimg {
    background-position: 67% 50%!important;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.homesec2 {
    margin-top:150px;
}
.homesec2-right {
    margin-top:100px;
}
.homesec3 {
    margin-top:40px;
}
.mobileslide {display:none;}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.homesec2 {
    margin-top:152px;
}
.homesec2-right {
    margin-top:129px;
}
.homesec3 {
    margin-top:52px;
}
.homesec4 {
    margin-top:112px;
    margin-bottom:60px;
}
.mobileslide {display:none;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

.wrap_members {
   /* max-width: 900px;*/
    margin: 0px auto 40px auto !important;
}

.margin_top_40 {
    margin-top: 40px;
}
.wrap_members h4.lb_member {
    font-size: 45px;
    line-height: 50px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.wrap_members h4.lb_munite {
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 117px;
}
.wrap_members h4.lb_member .span1 {
    display: block;
}
.wrap_members h4.lb_member .span2 {
    display: block;
    border-bottom: 2px solid #666;
    display: inline-block;
    padding-bottom: 30px;
}
.member_area ul {
    font-family: "Lato";
}
.member_area ul li {
    list-style: none;
    margin: 10px 0px;
}
.member_area ul a {
    font-size: 19px;
    color: #666;
}

.member_area ul a.current_item {
    font-weight: bold;
    color: #000;
}

.list_pdf_file {
    margin-bottom: 30px;
}

.list_pdf_file ul {
    font-family: "Lato";
}

.list_pdf_file ul li{
    list-style: none;
    margin-bottom:20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.list_pdf_file ul li a{
    font-size: 19px;
    color: #666;
}

.list_pdf_file ul li a span {
    color: #dfa057;
}

.list_pdf_file ul li a:hover {
    color: #000;
}

.list_pdf_file ul li.hide_item {
    display: none;
}

.list_pdf_file .show_more {
    cursor: pointer;
    text-transform: uppercase;
    color: rgb(18, 18, 18);
    background-color: rgba(18, 18, 18, 0);
    margin: 30px auto 0px auto;
    display: block;
    text-align: center;
    border: 1px solid rgb(178, 178, 178);
    width: 120px;
    padding: 10px 0px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.list_pdf_file .show_more:hover {
    background: #d79d59;
    border-color: #d79d59;
    color: #fff;
}

.members_login {
    margin-top: 40px;
}

.members_login h3 {
    margin: 20px 0px 30px 0px;
    text-transform: capitalize;
    color: #333;
}

.members_login form {
    position: relative;
    padding-bottom: 80px;
}

.members_login form label {
    height: 26px;
    width: 30%;
    float: left;
    display: block;
}

.members_login .login-remember {
    position: absolute;
    right: 116px;
    bottom: 33px;
}

.members_login .login-remember label{
    width: 100%;
}

.members_login p.login-submit {
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.members_login p.login-submit #wp-submit {
    background: #ebebeb;
    padding: 7px 20px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    font-weight: 600;
    color: #666;
    cursor: pointer;
}

.members_login form p:after {
    content: "";
    display: block;
    clear: both;
}

.members_login form #user_login,.members_login form #user_pass  {
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    padding-left: 5px !important;
    min-width: 208px;
    border-radius: 3px;
    font-size: 17px;
    width: 65%;
    float: right;
    padding: 6px 5px;
}

.members_login form p {
    margin-top: 15px;
}

.members_login #wp-submit {

}

.members_login #wp-submit:hover {

}

.main_logout {
    margin-right: 10px;
    font-family: "Lato";
    font-size: 17px;
}

.main_logout a {
    color: #dfa057;
}

.content_post {
    margin-bottom: 30px;
}

.content_post p {
    color: #666;
}

ul.list_members {
    border-bottom: 2px solid #666;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media only screen
and (max-width : 768px){
    .margin_top_40 {
        margin-top: 10px;
    }
    .wrap_members h4.lb_member {
        padding-top: 0px;
    }

    .wrap_members h4 {
        border-bottom: 2px solid #666;
    }

    .wrap_members h4.lb_member {
        font-size: 35px;
        line-height: 37px;
        margin-bottom: 20px;
    }

    .wrap_members h4.lb_munite {
        margin-bottom: 17px;
    }

    .wrap_members h4.lb_member .span1 {
        display: inline-block;
    }

    .wrap_members h4.lb_member .span2 {
        padding-bottom: 23px;
        border-bottom: none;
    }

    .wrap_members h4.lb_munite {
        padding-top: 0px;
    }

    .members_login form label {
        width: 100%;
    }

    .members_login form #user_login, .members_login form #user_pass {
        width: 95%;
    }
}