/*
Theme Name: GMH Main
Theme URI: http://gmhlaw.com
Description: The main theme for the GMH website
Author: HADM
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: gmh-law
*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height:150%;
    font-family: 'Montserrat', sans-serif;

}
/* ol, ul {
	list-style: none;
} */

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

html {
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:.9em;
}

body {}

p {
	line-height:1.8em;
	margin: .6em 0;
}

a {
	color:#ab2e34;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul {}
li {
	padding:.4em 0;
}

.two-col {
	float:left;
	margin-right:3em;
	width:240px;
}

#header {
	background-color:#000;
	padding:3em 0 0 0;
	position:relative;
}

.container {
	margin:0 auto;
	padding:1em;
	width:1100px;
}

#logo {
	float:left;
    width: 49%;
}
#logo img.logo {
        max-width:90%;
    }


#top-right-info {
	float:right;
	width:275px;
}

#contact-navigation {

}

#search {
	float:right;
}

#searchform label {
	position:absolute;
	top:-999px;
}
#searchform #s {
    font-family: FontAwesome;
	border:1px solid #9c9685;
	color:#9c9685;
	font-size:.9em;
	padding:.4em .5em;
	width:220px;
}
#searchform #searchsubmit {
	position:absolute;
	top:-999px;
}

.menu-contact ul {
	float:right;
	display:inline;
	list-style: none;
}
.menu-contact ul li {
	float:left;
}
.menu-contact a {
	display:block;
	border-right:1px solid #ab2e34;
	color:#fff;
	font-size:.8em;
	line-height:.8em;
	margin:0 0 .5em 0;
	padding:0 .6em;
	position:relative;
	text-decoration:none;
}
.menu-contact a:hover {
	color:#ab2e34;
}

.menu-rss-link:before {
    font-family: FontAwesome;
    color: #ab2e34;
    font-size: 0.85em;
    content: '\f09e';
    margin-right: 4px;
    float: left;
}
.menu-rss-link {
    padding-left: 7px;
    width: 46px;
}

/*--------------------------*/
/*----- NAV CHANGES -------- */
/*--------------------------*/

/*---- NEW CSS MENU ---- */

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  font-family: 'montserrat';
  }

#cssmenu ul li {
  float: left;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  width: 800px;
  bottom: 0;
  left: -400px;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}

#cssmenu ul ul li a {
    background-color: #000;
    width: 30%;
    float: left;
    padding: .9em;
    margin: 0;
    font-size: .9em;
}

#cssmenu a {
  display: block;
  line-height: 1em;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5em 1.35em;
}
#cssmenu a:hover {color: #ab2e34;}

/*-----END NAV CHANGE-------*/
/*--------------------------*/
/*--------------------------*/



#slideshow {
	margin-bottom:1em;
}

#content {
	color:#808080;
	float:right;
	font-size:.98em;
	margin:1.5em 0;
	padding-right:1.5em;
	width:63%;
}
#left-content {
	color:#808080;
	/*color:#9c9685;*/
	float:left;
	font-size:.9em;
	padding:1em 0 0 2.5em;
	margin:1.5em 0;
	width:63%;
}
#content h2, #left-content h2 {
	color:#ab2e34;
	font-family: 'Montserrat', sans-serif;
	margin:.3em 0;
}
#content h3, #left-content h3 {
	color:#ab2e34;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
}

#content-area {
	background-color:#fff;
	margin:0em auto;
}

.full-content {
	float:left!important;
	padding-left:1.5em;
	width:95%!important;
}
.home-title {
	position:absolute;
	top:-9999px;
}

.news-widget-title {
	padding:.5em 0;
}

#banner {
	position:relative;
	height:100px;
	width:100%;
}

h1 {
	color:#000000;
}

#banner h2 {
	color:#ab2e34;
	position:absolute;
	bottom:0px;
	margin:.6em;
	font-weight:bold;
	font-family:'Montserrat', sans-serif;
	font-size:1.9em;
	text-transform:uppercase;
}
#banner {
    border-bottom:2px solid #a12226;
    border-width: 98%;
    margin-bottom: 1.5em;
}

#sidebar {
	float:right;
	margin:1em 0 1em 1em;
	width:295px;
}
#sidebar h3 {
	color:#ab2e34;
	font-family: 'Montserrat', sans-serif;
	padding:.5em 0;
}
#sidebar h4 {
	color:#ab2e34;
	font-size:1.3em;
	font-weight:bold;
}

.sidebar-container {
	padding:15px;
}

.right-sidebar {
	font-size:.9em;
	line-height:1.5em;
	color:#808080;
}

.mini-loop-posts {
	line-height:1.8em;
	font-size:.85em;
	margin:.4em 0;
	padding:.3em 1.5em .3em 0;
}
.mini-loop-posts a {
	color:#231f20;
}
.mini-loop-date {
	color:#ab2e34;
}

#page-featured {
	float:left;
	margin:0 0 0 0;
}
#page-featured img {max-width: 325px;}
.feature-text p {
        background-color: #ab2e34;
        padding: 2em 1em;
        width: 296px;
        color: white;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

/*
 * Blog related
 */
.post {
	margin:0 0 3em 0;
}
.post h2 {
	margin:0 0 .4em 0;
}

.post-meta {
	font-size:.9em;
	margin:0 0 .6em 0;
}
h2.page-title {
	margin:0 0 .5em 0;
}

.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}

.entry-
 {
	line-height:1.3em;
	list-style:disc;
}
.entry-content li {
	margin-left:2em;
}
.entry-content div {
	line-height:1.8em;
}


#footer {
	clear:both;
	color:#808080;
	font-size:.85em;
	overflow:hidden;
	width:100%;
    padding: 1em 0;
}

#footer-contact-info {
	float:left;
	line-height:1.2em;
}
#footer-copyright-info {
	float:left;
	margin:98px 0 0 120px;
}
#footer-social-info {
	float:right;
	font-size:1em;
	margin:25px 50px 0 0;
	text-align:right;
}
.footer-map-marker {
    margin-left: 3px;
}

/* MENU DISCLAIMER */
#menu-disclaimer li {
	float:left;
	margin:.3em 0 0 0;
}
#menu-disclaimer a {
	border-right:1px solid #b5b0a4;
	color:#808080;
	display:block;
	line-height:.8em;
	font-size:.8em;
	padding:0 .8em;
	text-decoration:none;
}
#menu-disclaimer a:hover {
	text-decoration:underline;
}
#menu-disclaimer #menu-item-34 a {
	padding-left:0;
}
#menu-disclaimer #menu-item-37 a {
	border:0;
}

/* MENU BOTTOM */
#menu-bottom li {
	float:left;
	margin:1.2em 0 0 0;
}
#menu-bottom a {
	border-right:1px solid #5f5f5f;
	color:#5f5f5f;
	display:block;
	font-size:.9em;
	padding:0 .5em;
	text-decoration:none;
	text-transform:uppercase;
}
#menu-bottom a:hover {
	text-decoration:underline;
}
#menu-bottom #menu-item-38 a {
	border:0;
}

.globalsearch_header {
    margin:0!important;
    min-height:0!important;
    padding:0!important;
}


.theme-default .nivoSlider {
	box-shadow:none!important;
}

.theme-default .nivo-controlNav a {
	background-image:url("/wp-content/themes/gmhmain/images/bullets.png")!important;
	margin-right:0px!important;
}
.nivo-directionNav a {
	top:36%!important;
}
.theme-default .nivo-directionNav a {
	height:80px!important;
	width:32px!important;
	background-image:url("/wp-content/themes/gmhmain/images/arrows.png")!important;
}
.theme-default a.nivo-nextNav {
	background-position:-34px 0!important;
}

/*#nav-below {
display: none;}*/

/*Calendar Width*/
#wp-calendar {
width: 85%;
}
/*Calendar Width end*/


.fancybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #752628;
	-webkit-box-shadow:inset 0px 1px 0px 0px #752628;
	box-shadow:inset 0px 1px 0px 0px #752628;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc5256), color-stop(1, #ab2e34) );
	background:-moz-linear-gradient( center top, #cc5256 5%, #ab2e34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc5256', endColorstr='#a02224');
	background-color:#cc5256;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #872a2d;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ab2e34), color-stop(1, #cc5256) );
	background:-moz-linear-gradient( center top, #a02224 5%, #cc5256 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a02224', endColorstr='#cc5256');
	background-color:#ab2e34;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */



/* BUTTON EDITS FOR IP PAGE - JH 4-11-14*/
.gpp-sc-button.gmhgrey, .gpp-sc-box.gmhgrey, .gpp-sc-highlight.gmhgrey, .gpp-sc-pricing-header.gmhgrey, .gpp-sc-pricing-header.gmhgrey h5 {
	background-color: #d0cfc2;
	border-color: #d1d0c3;
	color: #ab2e34;
	text-decoration: none;
}

.gpp-sc-button.medium .gpp-sc-genericon {
	line-height: .8 !important;
	font-size: 36px !important;
}

.gpp-sc-button span.gpp-sc-button-inner {
	color: #ab2e34 !important;
	font-weight: bold !important;
}

.gpp-sc-button.medium {
	padding: 14px !important;
	font-size: 16px !important;
	margin-left: 10px !important;
}

.gpp-sc-button-icon-left {
	padding-right: 0.15em !important;
}

/* BUTTON EDITS FOR IP PAGE - JH 4-11-14*/
#searchee {
	text-align: center;
}

.left-contact {
    float: left;
    width: 35%;
    padding-left: 50px;
}
.right-contact {
    float: right;
    width: 50%;
}

.iconlist {
list-style: none !important;
margin: 0;
padding: 0;
}

li.pdf {
background-image: url(http://gmhlaw.com/wp-content/uploads/2012/08/pdficon_small.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

/* responsive nav */
.menu-hide {
  margin-top: -39em;
  position: relative;
  z-index: 1;
}
.menu-show {
  margin-top: 0;
}
.mobile-menu-button {
    padding-top: 5em;
    padding-bottom: .5em;
    color: white;
    font-size: 2.5em;
}
.mobile-menu-wrapper {
    display:none;
    text-align:center;
}
.mobile-menu-wrapper ul.sub-menu {display:none;}

.mobile-menu ul li {padding: 1em 0;}
.mobile-menu ul li a {color: #fff; font-size: 1.25em;}
.mobile-menu ul li a:hover {color: #ab2e34; text-decoration: none;}

/* Font Awesome */
#footer-social-info i.fa {
    font-size: 2em;
    color: #808080;
    margin-right: 4px;
}
#footer-social-info a.last-social-item {margin-right: 5px;}

ul #menu-top-right .menu {list-style-type:none !important;}

/*---------------------------------------*/
/* ----------- MEDIA QUERIES ----------- */
/*---------------------------------------*/
@media only screen and (max-width : 1100px) {
    #cssmenu a {padding: 1.5em 1em;}
    .container {
        box-sizing: border-box;
        width:100%;
    }

} /* 999px */

@media only screen and (max-width : 926px) {
    #cssmenu a {padding: 1.5em .75em;}
}

@media only screen and (max-width : 900px) {
    #header {
        padding-top:0;
    }
    #header .container {padding-top: 0; margin-top: 0;}
    #logo {
        float:none;
        width: 100%;
        text-align:center;
    }
    #logo img.logo {
        max-width:95%;
        position: relative;
        z-index: 99;
    }
    #banner {
        height:80px;
        width:100%;
    }
    #content {
        box-sizing: border-box;
        clear:both;
        float:none;
        padding: 0 1em;
        width:100%!important;
    }
    #top-right-info {
        float:none;
        display: none;
        margin:15px auto 0 auto;
        text-align: center;
    }
    #search {
        display: none;
    }
    #searchform #s {
        padding: .5em;
        line-height: 1em;
        font-size:0.8em;
        width: 15em;
        height: 2em;
        margin-right: 0;
        -webkit-appearance: none;
        border-radius: 0;
    }
    #searchform #searchsubmit {
        line-height: 1em;
        position: relative;
        top: auto;
        display: inline;
        margin: 0 auto;
        width: 3em;
        height: 3.37em;
        -webkit-appearance: none;
        border-radius: 0;
        white-space: normal;
        border: none;
        left: -4px;
        top: 0px;
        background-color: #ab2e34;
        font-family: FontAwesome;
        color: white;
    }
    #slideshow {
        margin-bottom:0!important;
    }
    .theme-default .nivo-controlNav {
        padding:5px 0!important;
    }
    #menu-top-right {
        float:left;
        margin-left:45px;
    }
    .menu-header {
        float:none;
        text-align:center;
    }
    .menu-header ul li {
        display:inline;
        float:none;
        line-height:2em;
    }
    .menu-header a {
        display:inline;
    }
    .mobile-menu-wrapper {display: block;}
    .mobile-menu-wrapper #search {
        display: block;
        width: 100%;
        float:none;
        padding: .5em 0;
    }
    #left-content {
        box-sizing: border-box;
        width:65%;
    }
    #sidebar {
        box-sizing: border-box;
        width:30%;
    }
    #page-featured {
        display:none;
    }
    #footer {
        text-align:center;
        padding: none;
    }
    #footer-contact-info {
        float:none;
    }
    #menu-disclaimer li {
        float:none;
        margin-top:20px;
    }
    #footer-copyright-info {
        float:none;
        text-align:center;
        margin:25px 0;
    }
    #footer-social-info {
        float:none;
        text-align:center;
        margin:0 auto;
    }
    #attorney-name {
        clear:both;
        width:100%;
    }
    .attorney-sidebar {
        float:none!important;
        margin:15px auto!important;
    }
    .left-contact {
        float:none;
        padding-left:0;
        width:100%;
    }
    .right-contact {
        float:none;
        width:100%;
        margin-top:20px;
        text-align:center;
    }
    .tinynav {
        display: block;
        font-size:1.2em;
        margin:0 auto 10px auto;
    }
    #menu-main-menu { display: none }

    #attorney-global-links {
        display:none;
    }

    .footer-map-marker {
      display: block;
  margin-bottom: -5px;
  }

  .footer-map-marker-divider {
	  display:none;
	  }

} /*--- 900px --- */


/*drop the rev slider at phone sizes*/
@media all and (max-width: 640px) {
	.fullwidthbanner-container {
    display: none!important;
    height: 0px!important;}
}


@media screen and (max-width: 600px) {
    #left-content,
    #sidebar {
        margin-left:1em;
        padding-left:0;
        width:100%;
    }
    .menu-header {
        float:none;
    }
} /*--- 600px --- */

@media screen and (max-width: 497px) {
    span.fax-number {
        display: block;
        width: 100%;
    }
} /*--- 497px --- */

@media screen and (max-width: 410px) {
    span.fax-number {
        display: inline;
        width: none;
    }
    span.both-number {
        display: block;
        width: 100%;
    }
    
} /*--- 410px --- */

.menu-contact-end a {
  border-right: 0px !important;
  }

#banner {
    height:auto;
}

#banner h1{
    position:static;
}
#banner.attorney {
	height: 100px;
}


.page-id-3820 #banner {display: none;}

.page-id-3820 #content-area {margin: 0; margin-top: -23px;!important}

.gmh-slider-button {
	background-color: white;
    border: 2px solid #000000;
    color: #000000;
    padding: 18px!important;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.tp-caption a {
color: #000000!important;
}
    
.tp-caption a:hover {
color: #FFFFFF!important;
}

.gmh-slider-button:hover {
background-color: #000000;
    color: white;
    }



/*recent post css*/
.latest-post-selection article h1 {
font-size: 1.2em!important;
line-height: 1.3!important;
}

.latest-post-selection article {
border: 1px solid #fff!important;
}

.latest-post-selection p {
line-height: 1.6em!important;
color: #ababab!important;
}

/*Practice Areas*/
.wp-caption {
	width: 108% !important;
}

.wp-caption-text{
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1rem;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	background: linear-gradient( rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
	visibility: visible;
	opacity: 1;}

.wp-caption img {
	width: 95%;
	height: auto;
	position: relative;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	background-color: rgba(41,43,45,0.75);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wp-caption:hover img{
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.wp-caption:hover .wp-caption-text{
	visibility: hidden;
  	opacity: 0;
  	transition: visibility .3s, opacity .3s linear;
}
