/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

.con input, textarea, keygen, select, button {
    letter-spacing: inherit;
    word-spacing: inherit;
    text-shadow: inherit;
    font-family: inherit;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
}
.con textarea {
    font-family: Arial;
    height: 91px;
}
input[type="submit"]
{
cursor:pointer !important;
} 
.loc
{
list-style-type:none !important;
}
.loc li
{
padding: 10px;
border: 1px solid #1c5a79;
margin-top: 10px;
}

.practice-nav li 
{
background:#4c5161 !important;
}
.loc h3
{
font-size:32px;
}
.mob-btn
{
width:auto;
text-align:center;
align:center;
}

@media only screen and (min-width: 680px) {
.mob-btn{display:none;}


}
@media only screen and (max-width: 680px) {

.info h2
{font-size:22px !important;}

.info h3
{font-size:20px !important;}
.own-slide{margin: 0 auto 0 2% !important;}
}

@media only screen and (max-width: 680px) {
.test-box {
    width: 100% !important;
    margin: 0px auto !important;
}
.contact-info span
{font-size:16px !important;
font-weight:bold;
}
.practice-nav li a
{
padding:25px !important;
text-align:center !important;
}
.pl-list li
{width:100% !important;
}
.pl-list li a
{
text-align:center !important;
padding:10px !important;
font-size:13px !important;
}
.pl-list{margin:0 !important; padding:0 !important; text}
.content ul .content-format ul
{margin:0 !important; padding:0 !important;}
}

.mobile-menu.top-nav {
display:none !important;
}
.contact-form textarea {
    height: 248px !important;
    padding: 10px 2%;
}
 #ContactFormForm input[type="submit"] {
    cursor: pointer !important;
background:#225875!important;
color:#fff!important;
width:50%!important;
}
