/*
Theme Name: Chamber of Advocates
Author: Right Brain Ltd
Author URI: http://www.rightbrain.com.mt
Version: 1
*/

/*
Yellow: c7971f
Navy Blue: 1f303d
Grey: dddddd
Darker grey: bfbbbc (download box)
Lighter grey: eeeeee (buttons on grey background)
*/

html {
    margin:0px !important;
    text-align: justified;
}

.error {
  font-size:.80em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #cc0000;
}
.tmm_desc {
	text-align: justify !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #1f303d;
    margin:0px;
}
.home-news-items .news-list-item {
    border-left: 3px solid #c7962f;
    padding-left: 10px;
}

@media screen and (max-width: 39.9375em) {

    .home-news-items .news-list-item {
        border-left: 0px;
        border-bottom: 1px solid #c7962f;
        padding-bottom: 10px;
        padding-left: 0px;
    }   
}



.news-list-item .content{

    line-height: 1.5;
    color:#666;
    margin-bottom: 10px;
    font-size: 12px;
}
h5 {
   margin-top:10px;
}
.sidebar {
    background-color:#eee;
    color: #1f303d;
    font-size: .84em;
    margin-top: 17px;
}
a {
    color: #c7971f;
}
a:hover {
    color: #1f303d;
}
.site-content {
    background-color: #1f303d;
}
.wrap {
    background-color: #fff;
}

h1,h2 {
    font-size: 1em;
    color: #c7971f;
    margin: 0px 0px 20px 0px;
    letter-spacing: 1px;
    padding-top:0px;
    font-weight: bold;
}

h1 {
    font-size:1.3em;
}

.lawyer-photo {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    color: #666;
    text-transform: uppercase;
    font-size:0.95em;
}

p {
    color: #666;
    font-size: .80em;
    line-height: 23px;
    padding:10px 20px 10px 0px;
	text-align: justify;
}
hr {
    background-color: #eee;
    border-color: #eee;
}


.sep-right {
    border-right: 1px solid #eee;
}

.spacer {
    height: 25px;
    clear: both;
}
.blue-bg-pattern {
    background-color: #1f303d;
    background-image: url('img/chamber_pattern02.jpg');
    background-size: 120px;
}

.lt-grey-bg {
    background-color:#ddd;
}

.white-bg {
    background-color: #fff;
}

.btn {
    width: 100%;
    letter-spacing: 1px;
    padding:10px 20px 10px 20px;
    font-size:0.70em;
    border-radius: 0px;
}

.btn span {
    display:block;
    float:left;
    padding-top:10px;
}
.btn i {
    display: block;
    float: right;
}

.btn i:before {
    font-size:30px;
    margin:0px;
    padding:0px;
}


.btn-lt-grey {
    background-color: #ddd;
    color: #666;
    text-transform: uppercase;
}
.news-list-item {
    font-size:.85em;
	margin-bottom:10px;
	padding-top:10px;
}
.news-list-item .title a:link,
.news-list-item .title a:visited {
    text-transform: uppercase;
    letter-spacing:1px;
    color: #666;
    font-weight: bold;
    font-size:0.95em;
}
.news-list-item .date {
    font-size:0.80em;
    text-transform: uppercase;
    color: #666;
    letter-spacing:1px;
}
.news-list-item .excerpt p {
    font-size:.90em;
    margin-bottom:5px;
    padding-bottom:5px;
}
.news-list-item .more {
    font-weight: bold;
    letter-spacing:1px;
    font-size:.85em;
    text-align: left;
}
.fal-btn-bar {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
}
@media screen and (max-width: 39.9375em) {
    .fal-btn-bar {
        margin-top: 80px;
    }        
}

.btn-lt-grey a:link,
.btn-lt-grey a:visited {
    color: #666;
}
.yellow-text {
    color: #c7971f;
}
.btn-yellow {
    background-color: #c7971f;
    text-transform: uppercase;
    color: #fff;
    transition: all 200ms;
}

.find-lawyer-button:hover{
    background-color: #886514;
    color: white;
}

.btn-grey {
    background-color: #bfbbbc;
    color: #fff;
    text-transform:  uppercase;
}

.btn-grey a:link,
.btn-grey a:visited,
.btn-yellow a:link,
.btn-yellow a:visited {
    color: #fff;
}

.btn-lg {
    font-size:1em;
    padding:30px 20px 30px 20px;
}

.right-text {
    text-align: right;
}

#top-menu ul {
    float:right;
    list-style: none;
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.user-nav {
    color: #c7971f;
}
.user-nav a:link,
.user-nav a:hover {
    font-size: .65em;
    text-transform: uppercase;
    color: #c7971f;
    letter-spacing: 1px; 
}

#top-menu li {
    float:left;
}
#top-menu {
    list-style: none;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    float:right;
}
#top-menu li a {
    font-size: .65em;
    text-transform: uppercase;
    color: #c7971f;
    padding: 0px 10px 0px 10px;
    display: block;
    border-left: 1px solid #c7971f;
}
.envira-gallery-3-columns {
    margin-left:-5px !important;
}
#top-menu li:first-child a {
    border: none;
}

#top-menu li:last-child a {
    padding-right: 0;
}

#top-menu li a:link,
#top-menu li a:visited {
    color: #c7971f;
    text-decoration: none;
    letter-spacing:1px; 
}

.masthead {
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #1f303d;
    background-size:fill;
}

@media screen and (max-width: 39.9375em) {
    .masthead {
        background-position: center;
        background-size: auto;
    }        
}

.masthead img {
    width: 100%;
}

.masthead .logo {
    width: 100%;
    height: 250px;
}

.masthead .logo img {
    width: 100%;
}

#main-menu {
    list-style: none;
    padding:0px;
    float:right;
}

@media screen and (max-width: 39.9375em) {
    .main-nav,#top-menu,.user-nav {
        display: none;
    }
}

#main-menu li {
    float:left;
}

#main-menu li a,
#main-menu li a:link,
#main-menu li a:visited {
    display: block;
    padding:0px 0px 0px 25px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    letter-spacing:.1em;
    font-weight: bold;
    font-size:.70em;
}

#main-menu li a:hover,
#main-menu li.current_page_item a:link,
#main-menu li.current_page_item a:visited {
    color: #c7971f;
}


.boxed-item-list.grey .page_item {
    background-color: #eee;
    padding: 10px;
}
.boxed-item-list.grey .page_item > a:link,
.boxed-item-list.grey .page_item > a:visited {
    color: #666;
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 20px;
}

.boxed-item-list.grey a > i:before {
    font-size: 17px;
    margin-left: 0px;
    margin-right: 20px;
    color: #c7971f;
}
.social a:link,
.social a:visited {
    color: #fff;
    margin-right:5px;
}
.newsletter-sub input {
    width: 100%;
    padding: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:0px solid red;
    font-size:.90em;
    height: auto;
    box-shadow: none;
    font-weight: bold;
}
.newsletter-sub button {
    width: 100%;
    padding: 12px;
    height: 100%;
    border-radius:0px;
    margin:0;
    margin-left:5px;
    color: #fff;
    background-color: #c7971f;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:0px solid red;
    font-size:.90em;
    font-weight: bold; 
}
.footer {
    color: #fff;
    font-size: 0.75em;
    line-height:23px;
    letter-spacing:1px;
}

.creds {
    font-size:.65em;
    text-transform: uppercase;
    letter-spacing:1px;
}

.footer h3 {
    color: #c7971f;
    text-transform: uppercase;
    font-size:1.1em;
    margin-bottom:25px;
    font-weight: bold;
}

.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    color: #c7971f;
}
.footer ul li {
    margin-bottom:5px;
    text-indent: -1em;
    padding-left:1em;
}
.footer ul li:before {
    content: ">";
    padding-right: 5px;
}
.footer ul {
    margin:0px;
    padding:0px;
    list-style: none;
    color: #c7971f;
}
.creds {
    color: #fff;
    padding: 25px 0px 25px 0px;
}
.footer hr {
    border-color: #000;

}

.form-field input[type='text'] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    color: #8e711d;
    margin-right: 10px;
}
.fieldWrapper label {
    font-size:.80em;
    color:#666;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fieldWrapper {
    padding: 5px 0px 5px 0px;
}
.fieldWrapper input {
    padding: 10px;
    font-size:.80em;
    color:#666;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #eee;
}
.pull-left {
    float:left;
}
.norminput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    color: #333;
}

.lawyer-results-table {
    font-size: .95em;
}

.lawyer-results-row {
    background-color:#eee;
    margin-bottom:10px;
    padding:10px;
}
.lawyer-results-row .contact-details {
    font-size:.85em;
}
.lawyer-results-row a:link,
.lawyer-results-row a:visited {
    color: #666;
    letter-spacing:1px;
    font-weight: bold;
    font-size:.85em;
}
.lawyer-results-row a:hover {
    color: #c7971f;
}
.lawyer-results-row h6 {
    color: #666;
    font-size:.70em;
    letter-spacing:1px;
}

.fieldWrapper select {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #333;
}

.form-field select {
    padding: 10px;
    font-size:.80em;
    border: 1px solid #eee;
    
    color:#666;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
    background-color: #eee;
}
.normselect {
    background-color: #ffffff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-top: 9px;
    color: #333;
}
.tribe-events-single {
    
}
#searchform {
    margin-bottom:35px;
    border:1px solid #666;
    border-radius:5px;
    color: #666;
}
#searchform input:focus {
    outline: none;
}
#searchform button {
    color: #fff;
    text-align: right;
    margin-top:7px;
    width: auto;
}
#searchform input {
    background-color: transparent;
    color: #fff;
    padding:10px;
    font-size: .75em;
    width: 100%;
    border:none;
}
.aa_loginForm {
    width: auto;
    margin:0px auto 0px auto;
    border:1px solid #ccc;
    width: 250px;
    padding: 25px;
    background-color: #fff;
}
.aa_loginForm input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    color: #8e711d;
    margin-right: 10px;
    width: 90%;
}
.aa_loginForm input[type='checkbox'] {
    width: auto;
}
.aa_loginForm p {
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.aa_loginForm label {
    width: 250px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
    color:#c7971f;
}
.tribe-events-list-separator-month {
    background-color:#ddd;
    padding:25px;
}
.events-archive .entry-content, .events-archive .entry-header {
    width: 100%;
}
#tribe-events {
    margin-top:50px;
}
.tribe-events-back {
    border-bottom: 1px solid #eee;
    margin:25px 0px 25px 0px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
    color: #666;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
    color: #666;
}
.entry-content, .entry-content ul,p {
    font-size:.95em;
    color: #666;
    line-height: 21px;
}
.entry-content ul {
    margin:10px 0px 10px 20px;
}
.entry-content li {
    padding: 5px 5px 0px 5px;
}

.entry-content h2 {
    font-size:1.1em;
    color: #666;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0px;
}
.entry-header h1 {
    font-size:1.3em;
}
p {
    margin-bottom:15px;
}
.entry-content p {
    padding:0px 0px 0px 0px;
}

.entry-content h2 {
    margin:15px 0px 15px 0px;
}

.lawyer-profile {
    font-size:1.1em;
}
.lawyer-profile h1 {
    font-size:1.4em;
}
.lawyer-profile h3 {
    font-size: .75em;
    font-weight: bold;
    letter-spacing:1px;
    color:#c7971f;
}
.lawyer-profile h2 {
    color: #c7971f;
    font-weight: bold;
    font-size:1em;
}
.lawyer-profile span {
    color: #666;
    letter-spacing:1px;
    font-weight:bold;
    font-size: .75em;
}

.boxed-item-list,#trainees-menu ,#public-menu, #lawyers-menu {
    list-style: none;
    padding: 0px;
    margin: 0px !important;
}


.boxed-item-list li, #trainees-menu li, #public-menu li, #lawyers-menu li {
    margin-top:5px;
    padding: 10px 20px 10px 20px !important;
}
#trainees-menu li, #public-menu li, #lawyers-menu li  {
    background-color:#eee;
}
#trainees-menu li a, #public-menu li a, #lawyers-menu li a  {
    color: #666;
    font-size: .75em;
    letter-spacing:1px;
    line-height:21px;
}
#trainees-menu li a i:before, #public-menu li a i:before, #lawyers-menu li a i:before {
    font-size:.85em;
    margin-right:15px;
}    
.alignright {
    float:right;
}
.alignleft {
    float:left;
}
.tmm_fname, .tmm_lname {
    font-size:.75em;
}
.member_avatar {
    background-color: #eee;
    padding:5px;
    width: 100%;
}
.member_avatar input {
    
}
.tmm .tmm_member {
    border:0px solid red;
    -webkit-box-shadow:none;
    background-color: #eee;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tmm .tmm_member .tmm_photo {
    width:250px;
    height:250px;
    border:none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow:none !important;
    border-radius:0px !important;
    margin-top:25px !important;
    border:0px solid red;
}
.nopadding {
    padding:0px;
}
.tmm_photo {
    border-radius: 0px !important;
    border: 0px solid red !important;
}

.tmm_container {
    margin-left: -20px !important;
    margin-right: -30px !important;
}

.tmm .tmm_2_columns .tmm_member .tmm_photo,
.tmm .tmm_3_columns .tmm_member .tmm_photo,
.tmm .tmm_4_columns .tmm_member .tmm_photo {
    width:160px;
    height:160px;
    border-radius:0px !important;
    border:8px solid whitesmoke;
    margin-top:0px;
}
.tribe-events-venue-details {
 line-height:24px !important;
}

#fixed-nav-open,
#fixed-nav-close {
   display: block;
   padding: 10px 15px 10px 15px;
   text-align: right; 	
   border: 1px solid #c7971f;
   color: #fff;
   position: fixed;
   top: 0;
   background-color: #c7971f;
   right: 0;
   margin: 0px 0px 0px 0px;
   z-index: 99999;
}

.fixd-nav-menu {
	padding: 25px;
	background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 99999;
}

.fixd-nav-menu ul {
   padding-top:25px;
   list-style: none;
   font-size:1em;
}

.fixd-nav-menu li {
  padding:15px 0px 5px 0px;
}


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.tribe-events-venue-details {
 line-height:24px !important;
}

#fixed-nav-open,
#fixed-nav-close {
   display: block;
   padding: 10px 15px 10px 15px;
   text-align: right;
  	
   border: 1px solid #c7971f;
   color: #fff;
   position: fixed;
   top: 0;
   background-color: #c7971f;
   right: 0;
   margin: 0px 0px 0px 0px;
}

.fixd-nav-menu {
	padding: 25px;
	background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
}

.fixd-nav-menu ul {
   padding-top:25px;
   list-style: none;
   font-size:1em;
}

.fixd-nav-menu li {
  padding:15px 0px 5px 0px;
}


.upper-header{
    padding: 20px;
}

.logo{
    display: inline-block;
}

.logo svg{

        width:150px;
        height: 150px;

} 

.main-nav{
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 39.9375em) {
.logo-container{
    text-align: center;
}

}
.find-lawyer-button-container{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    padding: 20px;
    z-index: 999;
}
.find-lawyer-button{
    display: inline-block !important;

}

.home-bottom-menu-title{
 margin-bottom: 0px;
 padding: 15px;
 color: white;
}

.public-menu-title{
    background-color: #ab5429;
}
.trainees-menu-title{
    background-color: #273542;
    
}
.lawyers-menu-title{
    background-color: #5a6d4d;
    
}

.owl-carousel .owl-item .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10%;
}

.owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-prev{
    float: left;
    margin-left: 5px;
    pointer-events: auto;
}
.owl-next{
    float: right;
    margin-right: 5px;
    pointer-events: auto;
    
}
.owl-carousel .owl-item {
  max-height: 500px;
  overflow: hidden;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {


}



.owl-nav svg{
    width:20px;
    fill:white;
    
}

.owl-carousel .news-list-item{
    margin:0;
    padding: 0;
}

.owl-carousel .owl-item .item{
    top: 100%;
    transform: translateY(100%);
    opacity: 0;    
    -webkit-transition: all 1s cubic-bezier(0.000, 0.685, 0.810, 0.905); 
    -moz-transition: all 1s cubic-bezier(0.000, 0.685, 0.810, 0.905); 
      -o-transition: all 1s cubic-bezier(0.000, 0.685, 0.810, 0.905); 
         transition: all 1s cubic-bezier(0.000, 0.685, 0.810, 0.905); /* custom */
}

.owl-carousel .active .item{
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}


 
.owl-carousel .item .title a, 
.owl-carousel .item .content,
.owl-carousel .item .content p,
.owl-carousel .item .date{
    color: white;
    line-height: 1.2;
}

.owl-carousel .item .title a {
    font-size: 15px;
}

.gradient-overlay{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


@media screen and (min-width: 40em) {

    .owl-carousel .item .title a {
        font-size: 20px;
    }

}


@media screen and (min-width: 64em) {
    .item{
        padding-left: 10px;
    }

    .owl-prev{
        pointer-events: auto;
    }
    .owl-next{
        
    }

    .owl-nav svg{
        width:30px;
        fill:white;
        
    }

}

.ccbe-logo img{
    border:10px solid white;
}

.home-bottom-menus .menu-item a{
    transition: all 100ms;
}

.home-bottom-menus .menu-item a:hover{
    margin-left: 5px;
}

.no-padding{
    padding: 0;
}

.small-padding{
    padding:5px !important;
}
.logo-row{
    margin-left: 20px !important;
}

.widget_media_image img{
    width:100%;
}

.tribe-button{
    -webkit-appearance: button;
    background: #666;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 2;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    
}

.tribe-button:hover{
    background-color: rgb(129, 129, 129);
}
.news-list-item .title a:link, .news-list-item .title a:visited {
   word-wrap: break-word;

