/*
Theme Name:         LawyerPlus
Theme URI:          http://wp-lawyerplus.appspot.com/
Description:        A Premium Legal Theme by MooPress
Tags: responsive-layout, theme-options
Version:            1.0.1
Author:             MooPress
Author URI:         http://themeforest.net/user/MooPress
License:            Split License
License URI:        http://themeforest.net
*/

.wp-caption {
}

.fullsize-nav-search {display:none;visibility:hidden}

.wp-caption-text {
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

#doctor-homepage-teaser-alt-2{
display: none;
}
.excu_heading .wpb_wrapper > h2 {
    font-size: 17px;
}
.wpb_text_column.wpb_content_element.excu_heading {
  margin-left: 52px;
}
.wpb_wrapper h1 {
    font-size: 20px;
}
.blog .comment-meta{display:none!important;}
.callout{
    border: 1px solid #ddd;
    background-color:#c8a472;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
    display: block;
    margin: 28px 0 0;
    padding: 10px;
}
.callout .border {
    border: 4px solid #ffffff;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.1) inset;
    padding: 20px 20px 0;
}
.callout-button > a {
    background-color: #404040 !important;
    border-radius: 3px;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 133px;
}
.wpb_video_wrapper > iframe {
    height: 331px !important;
}
.custom-header {
    font-weight: bold !important;
    text-transform: none;
}
.res-height {
    margin-top: 60px;
  }
@media screen and (max-width: 1024px) {
.res-height {
    margin-top: 117px;
}
}
@media screen and (min-width: 300px) and (max-width: 980px) {
.res-height {
    margin-top: 178px;
}
}
/******Edited********/




/* Carlo */

.primary-nav ul>li>ul>li>ul.dropdown-menu {
	display: none !important;
}

.primary-nav ul>li>ul>li:hover>ul.dropdown-menu {
	display: block !important;
    	position: absolute;
    	left: 195px;
    	top: 0px;
    	box-shadow: none;
    	padding: 0;
    	margin: 0;
    	margin-left: 15px;
}


