/*
Theme Name: Capa Theme
Theme URI: https://www.capa.com.my
Author: Capa
Author URI: https://www.capa.com.my
Description: This is an original Capa Theme
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: Capa Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";



body {
  font-family: Roboto, san-serif;
  color: #333;
  background-color: #333333;
overflow-y: scroll;
}

.top-header {
  height: 39px;
  background-color: #333333;
}

 .top-header>.container {
    padding-right: 5px;
    padding-left: 5px;  
  }

.contentWrapper {
  position: relative;
  background-color: #fff;
}

.footerWrapper {
  width: 100%;
  position: relative;
}

footer {
  color: #919191; 
  font-size: 11px;
}

.copy p {
  text-align: center;
  margin: 15px 0;
}

.footer-logo {
  text-align: center;
}

.navbarWrapper {
  background-color: #fff;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 0px;
}

.top-header .col-xs-12 {
  padding: 0px;
}

.navbar-brand {
  height: 100%;
  width: auto;
  padding: 0px;
  margin: 0px 15px;
}

.navbar-brand img {
  height: inherit;
  width: inherit;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-right {
  position: relative;
  float: right;
}

#topright-link {
  margin: 0px 5px 0px 0px;
  float: left;
}

.navbar-form-search {
  float: right;
  width: 40%;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  border-top: 1px solid transparent;
  -order-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
}

#customSearch {
  padding: 4px 30px 4px 10px;
  height: 22px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.search {
  position: relative;
}

.search .fa-search {
  position: absolute;
  top: 3px;
  right: 10px;
}

#topright-link > li > a {
  color: #fff;
}

#topright-link li {
  display: inline-block;
  padding: 8px 2px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

#topright-link li:last-child {
  padding-right: 12px;
}

#topright-link > li > a {
  padding: 0px;
}

#topright-link > li > a:hover {
  color: #d11f4e;
  background-color: transparent;
}

.navbar-nav {
  float: none;
}

.img-wrapper {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}

.img-portfolio img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.crop img {
  margin: -15% auto -25%;
}

.panel {
  margin-bottom: 34px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.panel-default > .panel-heading {
    margin-bottom: 22px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 5px solid;
    border-color: #d11f4e;
    background-color: #f0f0f0;
    padding: 4px 15px;
    border-radius: 0px;
  }

.panel-heading h4 {
  color: #333333;
  font-weight: 700;
}

.panel-body {
  padding: 0px 15px 15px 5px;

}

.pre-scrollable {
    max-height: 150px; 
    overflow-y: scroll; 
}


.panel {
  border-radius: 0px;
}

.panel-default {
  border: none;
}

.seemore {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #333333;
  padding-bottom: 28px;
  text-align: center;
}

.btn-seemore {
  color: #FFF;
  background-color: #d11f4e;
  border-color: #d11f4e;
  border-radius: 20px;
  padding: 5px 50px;
  font-size: 16px;
  font-family: Roboto, san-serif;
}

.btn-seemore:focus,
.btn-seemore.focus {
  color: #FFF;
  background-color: #b01941;
  border-color: #b01941;
}
.btn-seemore:hover {
  color: #FFF;
  background-color: #b01941;
  border-color: #b01941;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.breadcrumbsBar {
  display: none;
}

.breadcrumbs ol, 
.breadcrumbs ul {
    list-style: none;
    margin: 0;
}

.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
}

.subPageWrapper {
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
  min-height: 400px;
}

.subContent {
  line-height: 25px;
}

.subContent h2 {
  padding-bottom: 10px;
  font-weight: 500;
}

article.event .date {
  display: none;
}

article.event hr {
  display: none;
}

.listItem a {
  color: #333333;
}

.listItem a:hover {
  color: #d11f4e;
}

.paragraph {
  padding-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  clear: both;
}

.formContainer {
  margin-top: 30px;
}

.sideNavCon {
    display: none;
}

.mobile {
  display: none;
}

.breadcrumbsBar {
  background-color: #f4f4f4;
  height: auto;
  padding: 20px;
  display: block;
}  

.breadcrumbs {
    display: none;
}

.listItem,
.listing-item {
  padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  margin-bottom: 15px;
  background-color: #f1f1f1;
  display: none;
}

ul.display-posts-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listing-item a {
  color: #333333;
  display: block;
  font-size: 18px;
}

.listing-item a:hover,
.listing-item a:focus {
  color: #d11f4e;
}

.listing-item > .date {
    color: #d11f4e;
    display: block;
    font-size: 14px; 
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

#loadMore,
#load-more {
    padding: 5px 50px;
    font-size: 16px;
    font-family: Roboto, san-serif;
    text-align: center;
    background-color: #d11f4e;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d11f4e;
    border-radius: 20px;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
  outline: none;
}
#loadMore:hover,
#load-more:hover {
    background-color: #b80131;
    color: #ffffff;
    text-decoration: none;
}

.alm-btn-wrap {
  text-align: center;
}

.ctr {
  text-align: center;
  display: block;
}

.listTitle {
  color: #333333;
  display: block;
  font-size: 18px;
}

.listDate {
  color: #d11f4e;
  display: block;
  font-size: 14px;
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*
.contentWrapper {
  margin: 0 auto;
  position: relative;
  height: auto;
  padding: 20px 10px 40px 10px;
}
*/

/*

.nav > li > a {
  padding: 10px 10px;
}
*/

.parent-menu > a {
   cursor:default;
}

.home-listing.rpwe-block ul{
margin-left: 10px !important;
padding-left: 20px !important;
}

.home-listing.rpwe-block li{
border-bottom: transparent;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 10px;
list-style-image: url('../../uploads/2016/11/capa-bullet.png');
}

/*
.home-listing.rpwe-block li:hover {
  color: #d11f4e;
  cursor: pointer;
}
*/

.home-listing a {
  color: #010101;
  display: block;
  width: 100%;
}

.home-listing a:hover {
  color: #d11f4e;
  display: block;
}

.home-listing.rpwe-block h3 {
    background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 16px!important;
    line-height: normal;
}

.home-listing .rpwe-clearfix:before,
.home-listing .rpwe-clearfix:after {
  content: none;
  display: table !important;
}

#vsel .vsel-content {
  border-bottom: none;
  padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  margin-bottom: 15px;
  background-color: #f1f1f1;
  display: none;
}

#vsel .vsel-content .vsel-image-info {
  display: none;
}

#vsel .vsel-meta {
  width: 100%;
  position: relative;
}

.vsel-meta-title a {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.vsel-meta-title a:hover,
.vsel-meta-title a:focus {
  color: #d11f4e;
}

.vsel-content .vsel-meta-date {
  width: auto;
  float: left;
  margin-right: 5px;
  color: #d11f4e;
}

.vsel-content .vsel-meta-location {
  width: auto;
  float: right;
  color: #0055a8;
}

.vsel-content .vsel-hide {
  display: none;  
}

.paragraph > #vsel .vsel-image-info {
  width: 100%;
  float: left;
  clear: both;
}

#categoryName {
  display: block;
  clear: both;
}

.textwidget #vsel .vsel-content {
    border-bottom: 1px solid #eee;
    padding: 0px;
    margin-bottom: 15px;
    background-color: transparent;  
}

.textwidget #vsel .vsel-meta-title,
.textwidget #vsel .vsel-meta-date,
.textwidget #vsel .vsel-meta-location {
    margin: 0 0 5px; 
}

.textwidget #vsel .vsel-meta-date {
  color: #333333;
  margin-right: 5px;
}

.textwidget .vsel-hide {
  display: none;
}

.textwidget .vsel-meta-location {
  width: 100%;
  float: left;
  color: #d11f4e;    
}

.sideNavCon .current-cat a {
  color:#d11f4e !important; 
}

.sideNavCon li.widget_lc_taxonomy {
  border-bottom: none;
}

.swpm-login-widget-form,
.swpm-pw-reset-widget-form {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swpm-login-widget-form label,
.swpm-pw-reset-widget-form label {
  font-weight: normal;
}

.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.swpm-login-widget-form input[type="submit"],
.swpm-pw-reset-widget-form input[type="submit"] {
   width: auto;
  padding: 5px;
  min-width: 200px;
  background-color: #d11f4e;
  border: 1px solid #d11f4e;
  color: #ffffff; 
}

.swpm-login-widget-form input,
.swpm-login-widget-form textarea,
.swpm-login-widget-form select,
.swpm-pw-reset-widget-form input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  border: 1px solid #ccc;
}

.swpm-login-widget-action-msg {
  color: #d11f4e;
}


div.wpcf7 {
  margin-bottom: 15px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  border: 1px solid #ccc;
}

.wpcf7 select {
  padding: 5px;
  width: 100%;
}

.wpcf7 label,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 100%;
  font-weight: normal;
}

.wpcf7 input[type="submit"] {
  width: auto;
  padding: 5px;
  min-width: 200px;
  background-color: #d11f4e;
  border: 1px solid #d11f4e;
  color: #ffffff;
}

.wpcf7 p label.floatLeft {
  float: left;
  width: 45%;
  margin-right: 4%;
}

.wpcf7 p:after {
    clear: both;
}

.wpcf7 textarea {
  width: 100%;
}

.gm-style {
  border: 1px solid #cccccc;
}

.gm-style .gm-style-iw {
  width: 300px !important;
}


#lh_password_changer-form {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

form#lh_password_changer-form label {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

form#lh_password_changer-form input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 3px;
}

form#lh_password_changer-form input[type="submit"] {
    width: auto;
    padding: 5px;
    min-width: 200px;
    background-color: #d11f4e;
    border: 1px solid #d11f4e;
    color: #ffffff; 
    border-radius: 5px;
}

.cleanlogin-container {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  padding: 26px 24px 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  border: none;
}

.cleanlogin-form input[type="text"],
.cleanlogin-form input[type="password"]{
  width: 100%;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 3px;  
}

.cleanlogin-container {
  padding: 0;
}

.cleanlogin-form input[type="submit"] {
    width: auto;
    padding: 5px;
    min-width: 200px;
    background-color: #d11f4e;
    border: 1px solid #d11f4e;
    color: #ffffff; 
    border-radius: 5px;  
} 

.cleanlogin-form label {
  font-weight: normal;
}

.cleanlogin-field-remember label {
  line-height: 22px;
  vertical-align: top;
}

.cleanlogin-preview .avatar {
  display: none;
}

.cleanlogin-preview-logout-link {
    width: auto;
    padding: 5px;
    width: 100%;
    background-color: #dcdcdc;
    border: 1px solid #b9b9b9;
    color: #777777; 
    border-radius: 5px; 
  text-align: center !important;
  margin-bottom: 10px;
}

.cleanlogin-preview-logout-link:hover {
  color: #777777;
  background-color: #d0d0d0;
}

.document-gallery .document-icon-row {
  width: auto;
  float: left;
  margin: 10px;
}

/*-- RESPONSIVE CSS --*/


@media (min-width: 768px) {
  
  .top-header>.container {
    padding-right: 15px;
    padding-left: 15px;  
  }

  #topright-link {
    margin: 0px 15px 0px 10px;
  }
  
  #topright-link li {
    padding: 8px 6px;
  }
  
  .navbar-form-search {
    width: 50%;
    margin-left: -15px;
    margin-right: -15px;
  }

  .textwidget #vsel .vsel-content-show {
    display: block !important;
  }
  
  .mobile {
  display: inline-block;
}
  
  .navbar-brand {
    padding: 0px 15px;
  }

  #topright-link {
    width: auto;
  }

  .navbar-form-search {
    width: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
  }

  #topright-link > li > a {
    padding: 0px;
  }
  
    
  .navbar-nav {
    float: none;
    margin: 7.5px -15px;      
  }
  
.container > .navbar-collapse,    
.navbar-collapse.collapse {
    margin-right: -15px;
    margin-left: -15px;  
}
  
.navbar-nav > li {
    float: none;
}
  
#style-3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #e1e1e1;
}

#style-3::-webkit-scrollbar {
	width: 6px;
	background-color: #e1e1e1;
}

#style-3::-webkit-scrollbar-thumb {
	background-color: #707070;
}
  
.breadcrumbsBar {
  background-color: #f4f4f4;
  height: auto;
  padding: 20px;
  display: block;
}  
  
/* for IE */
  #style-3 {
    scrollbar-track-color: #EBEBEB;
    
  }


/*

    .navbar-header {
        float: none;
    }
*/

}

@media (min-width: 1024px) {
  
  .navbar-nav {
    float: right;
    margin: 0;  
  }
  
  .main-navi > li > a {
    padding: 38px 10px;
  } 
  
  .navbar-nav > li {
    float: left;
}
  
  .navbar-nav > li > a {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  
  .navbar-right {
    margin-right: 0;
  }

    .copy p {
    text-align: left;
    margin: 15px 0;
  }
  
.crop img {
  margin: -0% auto -0%;
}

.footer-logo {
  text-align: right;
}
  
.pre-scrollable {
  max-height: 318px;
  overflow-y: scroll;
}
  
.seemore {
  display: none;
}
  
.breadcrumbsBar {
  background-color: #f4f4f4;
  height: auto;
  padding: 15px;
  display: block;
}
  
.sideNavCon {
    display: block;
}
  
.sideNavCon ul {
    display: block;
    margin: 0;
    padding: 0;
}

.sideNavCon li {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #333333;
}
  
.sideNavCon a {
    color: #333333;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 10px;
}
  
.sideNavCon a:hover,
.sideNavCon a:focus,
.sideNavCon .sub-menu a:hover {
    color: #d11f4e;
    background-color: transparent;
}

.sideNavCon .children,
.sideNavCon .sub-menu {
   margin-left: 20px;
}
  
  .sideNavCon .children li,
  .sideNavCon .sub-menu li {
    display: block;
    background-color: transparent;
    border-bottom: 0px;    
  }
  
  .sideNavCon .current_page_item > a {
     color: #d11f4e;   
  }
  
  .parent-sidebar-menu > li {
    border-bottom: 0px;
  }
  
  .sideNavCon .sub-menu {
    position: relative;
    float: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    min-width: auto;
    padding: initial;
    margin: initial;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: initial;
    background-clip: initial;
    border: none;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .sideNavCon .sub-menu li {
    padding: 10px;
  }
  
.breadcrumbs {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #666666;
    margin: 0 auto;
    line-height: 25px;
    display: block;
}
  
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar-brand {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
    height: 80px;
  }
  

  .main-navi {
    font-size: 0.857em;
  }
  
/*
  .main-navi li {
    float: none;
  }
*/
  
}


/*-- Custom Plugin CSS --*/

.swpm-join-us-link {
  display: none;
}

@media(device-width: 768px) and (device-height: 1024px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}