/* @override 
	http://virga.dev.acsdm.com/wp-content/themes/virga/style.css?ver=4.0.1
	http://www.virgalawfirm.com/wp-content/themes/virga/style.css?ver=4.1.7 */

/*
Theme Name: Virga Law Firm
Theme URI: http://www.acsdm.com/
Author: ACS Digital Media
Author URI: http://www.acsdm.com/
Description: The 2015 Theme for Virga Law Firm
Version: 1.2
Text Domain: virga

*/

/* =Fonts
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Abril+Fatface);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);


/* =Reset
-------------------------------------------------------------- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Abril Fatface', helvetica, cursive;
    font-weight: normal;
    letter-spacing: 0.02em;
	clear: both;
}

.orange { color: #ff6600;}
h1 { font-size: 36px; line-height: 1.2;}

.content-main h1 {
	margin-bottom: 25px;	
}

h2 { font-size: 28px; line-height: 1.2; margin-top: 10px; margin-bottom: 15px;
}
h2 strong {
	font-weight: normal;
	color: #FF6600;
}

h3 { font-size: 21px; line-height: 35px; margin-bottom: 10px; }

h3 strong {
	font-weight: normal;
	color: #FF6600;
}

h4 { font-size: 17px; line-height: 1.2; margin-bottom: 10px; margin-top: 15px; color: #22455f; }

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: 700;
	text-transform: uppercase;
=    text-shadow: 2px 2px 3px #000;
	color: #636363;
}


/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}


/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* Article Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	padding: 0 15px;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}



/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	background: #FAFAFA;
	font-size: 15px;
	line-height: 18px;
    font-family: "Open Sans",helvetica,arial;
    font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #222222;
}
p {
    line-height: 1.6em;
    margin: 0 0 2em;
}
strong {
    font-weight: 700;
}
em {
    color: #777;
}
a {
	outline: none;
	color: #222222;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
a:hover {
	color: #ED5F00;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
.content-main ul {
	margin-bottom: 20px;
}
.content-main li {
	line-height: 1.5;
	list-style: circle;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 25px;
	margin-bottom: 8px;
}
.content-main a {
	color: #40647d;
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
    max-width: 618px;
    width: 100%;
    box-sizing: border-box;
}
.widget-area {
	margin: 24px 0 0;
}
.page .container { overflow: hidden;}
.container { 
	max-width: 960px; 
	width: 100%; 
	margin: 0 auto;
	overflow: hidden;
}


/* =Main Navigation
-------------------------------------------------------------- */
/* Header */
.site-header {
	background: #070f15; /* Old browsers */
	background: -moz-linear-gradient(left,  #070f15 0%, #102534 49%, #070f15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#070f15), color-stop(49%,#102534), color-stop(100%,#070f15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* IE10+ */
	background: linear-gradient(to right,  #070f15 0%,#102534 49%,#070f15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f15', endColorstr='#070f15',GradientType=1 ); /* IE6-9 */
	padding: 15px 0;
	border-bottom: 1px solid #132c3f;
	-webkit-box-shadow: 1px 1px 10px 1px #191919;
	box-shadow: 1px 1px 10px 1px #191919;
	overflow: hidden;
    min-height: 90px;
    position: relative;
    z-index:999;
}
.site-description {
    color: #40647d;
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 5px 0 15px;
    text-align: right;
    display: block;
    overflow: hidden;
}
.site-description strong{
	font-weight: 700;
	padding-right: 10px;
    color: #40647d;
}
.site-description .left{
	float: left;
	font-style: italic;
}
.site-description .right{
	float: right;
	color: #FF6600;
}
.main-logo {
    height: auto;
    left: 50%;
    margin: -30px auto 0 -110px;
    position: absolute;
    width: 215px;
}
.main-logo img{
    height: auto;
    width: 100%;
}

/* Navigation Menu */
.main-navigation {
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.menu-left-menu-container {
	border-top: 1px solid #132c3f;
    float: left;
    
}
.menu-right-menu-container {
	border-top: 1px solid #132c3f;
    float: right;
    
}
@media (min-width: 480px) {
	.menu-left-menu-container,
	.menu-right-menu-container {
		width: 50%;
	}
	
}
.main-navigation li {
    display: inline-block;
    font-family: "Open Sans",helvetica,arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 20px 15px 15px 20px;
    text-align: left;
    text-transform: uppercase;
}
.main-navigation li:first-child {
    margin-left: 0;
}
.main-navigation li:last-child {
    /*margin-right: 0;*/
}
.main-navigation a {
	color: #FFFFFF;
	text-decoration: none;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #FF6600;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* =Footer
-------------------------------------------------------------- */
/* Footer */
footer[role="contentinfo"] {
    background: none repeat scroll 0 0 #16161a;
    clear: both;
    font-size: 12px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 15px;
    width: 100%;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,1);
}

.home-sponsors .container { margin: 0 auto !important;}
.footer.main-navigation li {
    float: left;
    margin-bottom: 30px;
}
.footer-container {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.site-info { 
	border-top: 1px solid #000;
	padding: 10px 0;
	color: #6c6c6c;
	overflow: hidden;
}
.site-info a {
	color: #6C6C6C;
}
.site-info a:hover {
	color: #EFEFEF;
}
.acsdigital {
    float: right;
    height: auto;
    opacity: 0.25;
    overflow: hidden;
    width: 100px;
}
.acsdigital:hover {
	opacity: 1;
}
.acsdigital img{
    width: 100%;
    height: auto;
}



/* =Front page template
-------------------------------------------------------------- */
/* Slider / Hero Images */
.home-slides {
    border-bottom: 4px solid #FF6600;
    height: auto;
}
.slidesjs-slide, .slidesjs-container {
    max-height: 480px;
    text-align: center;
    left: 0 !important;
}
.slidesjs-pagination {
    display: none !important;
}

.slidesjs-navigation {
	display: none;
	top: 310px;
    position: absolute;
    z-index: 9999;
}
.slidesjs-next {
    background: url("images/next.png") no-repeat;
    height: 42px;
    opacity: 0.3;
    right: 20px;
    text-indent: -999em;
    width: 25px;
  	transition:.35s;
	-o-transition:.35s;
  	-ms-transition:.35s;
  	-moz-transition:.35s;
  	-webkit-transition:.35s;
}
.slidesjs-previous {
    background: url('images/prev.png') no-repeat;
    left: 20px;
    opacity: 0.3;
    text-indent: -999em;
    width: 25px;
    height: 42px;
  	transition:.35s;
	-o-transition:.35s;
  	-ms-transition:.35s;
  	-moz-transition:.35s;
  	-webkit-transition:.35s;
}
.slidesjs-next:hover, .slidesjs-previous:hover {
    opacity: 1;
  	transition:.35s;
	-o-transition:.35s;
  	-ms-transition:.35s;
  	-moz-transition:.35s;
  	-webkit-transition:.35s;
}
.slider-desc {
    margin: 125px auto 0;
    max-width: 920px;
    padding: 0 20px !important;
    text-align: left;
    text-shadow: 2px 2px 3px #000;
}
.slider-desc h2 {
    color: #FFFFFF;
    font-family: 'Abril Fatface', helvetica, cursive;
    font-weight: normal;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.02em;
    margin: 0 0 30px;
    width: 100%;
    display: block;
    max-width: 750px;
}
.cta {
    color: #FFFFFF;
    background: #FF6600;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica;
    font-weight: 600;
    width: 100%;
    max-width: 175px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.04em;
    margin: 15px 0 0;
  	transition:.35s;
	-o-transition:.35s;
  	-ms-transition:.35s;
  	-moz-transition:.35s;
  	-webkit-transition:.35s;
}
.cta:hover {
    color: #FFFFFF;
    background: #222222;
  	transition:.35s;
	-o-transition:.35s;
  	-ms-transition:.35s;
  	-moz-transition:.35s;
  	-webkit-transition:.35s;
}

/* About Section */
.home-about {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f7f5f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f7f5f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f7f5f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f7f5f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f7f5f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f7f5f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f7f5f4',GradientType=0 ); /* IE6-9 */
	padding: 35px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
.about-thumb {
    border-radius: 165px;
    display: inline-block;
    margin: 0 20px;
    height: 165px;
    overflow: hidden;
    width: 165px;
}
.about-thumb img {
    margin: 0 auto;
    max-width: 400px !important;
    width: 100% !important;
}
.about-desc {
    float: right;
    max-width: 700px;
    padding: 0 20px;
    width: 100%;
}
.about-desc .textwidget {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0;
}
.gray-button {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #CCC;
    color: #888;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 5px 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.gray-button:hover {
    background: none repeat scroll 0 0 #DDD !important;
	color: #333 !important;
}

/* Features */
.home-features {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 40px;
    text-align: center;
}
.home-features img {
    height: auto;
    margin: 0 0 20px;
    width: 110px;
}
.home-features h2 {
    margin: 0 0 20px;
}
.home-features a,
.home-features {
    text-decoration: none;
    color: #999;
}
.home-features a:hover{
    text-decoration: none;
    color: #111;
}
.home-features li {
    border-bottom: 1px solid #ddd;
    list-style: none outside none;
    margin: 0 auto;
    max-width: 220px;
    padding: 12px 0;
    text-align: center;
}
.home-features li:last-child{
    border-bottom: none;
}
.template-front-page {
    background: none repeat scroll 0 0 #fff;
}


/* Home Bottom Features */
.bottom-map-bg {
    background: url("/wp-content/themes/virga/images/map-bg.jpg") repeat scroll center top #fff;
}
.home-bottom {
    overflow: hidden;
}
.home-bottom .one-third {
    display: inline-block;
    float: left;
    width: 28.6%;
}
.one-third.bottom-news {
    padding: 3% 2% 3% 0;
}
.one-third.bottom-map {
    padding: 3% 0 3% 3%;
}
.bottom-news, .bottom-map {
    padding: 3% 2%;
}
.post-desc {
    width: 95%;
}
.testimonials {
    background: none repeat scroll 0 0 #ed5f00;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 3% 4%;
    position: relative;
}
.testimonials h2 {
    font-size: 24px;
    line-height: 33px;
}
.white {
    color: #fff;
}
.author {
    display: block;
    margin: 15px 0;
}
.author strong {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.readmore {
    display: block;
    margin: 10px 0 0;
}
.bottom-address {
    float: left;
    width: 100%;
}
.bottom-address .phone, .bottom-address .fax, .bottom-address .email, .bottom-address {
    margin: 6px 0;
}
.bottom-news .post-desc h2 {
    font-family: "Open Sans",Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.bottom-news .post-desc h2 a{
    text-decoration: none;
}

/* Home Contact Form */
.home-form {
    background: url("images/form-bg.jpg") repeat-x scroll center top #EA650B;
    background-size: 100% auto;
    padding: 40px 0 15px;
    text-align: center;
}
.home-form .orange {
    font-size: 40px;
    line-height: 50px;
}
.home-form .content {
	float: none;
}
.case-desc {
    color: #888;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 20px;
    width: 50%;
}
div.wpcf7 {
    margin: 0 auto;
    max-width: 650px;
    padding: 0;
    width: 100%;
}
.wpcf7-form br {
    display: none;
}
.wpcf7 input {
    display: inline-block;
    margin: 5px auto;
    width: auto;
}
.wpcf7-form textarea {
    display: block;
    font-size: 12px;
    height: 100px;
    margin: 6px auto;
    overflow: auto;
    vertical-align: top;
    width: 565px;
}
.page #content .wpcf7 {
	text-align: center;
}
.wpcf7-submit {
    background: none repeat scroll 0 0 #000 !important;
    border: medium none !important;
    color: #fff !important;
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.06em !important;
    margin: 10px auto 0 !important;
    padding: 10px !important;
    position: relative !important;
    text-transform: uppercase;
    /*width: 580px !important;*/
    width: 100% !important;
    max-width: 566px;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
  	box-sizing: border-box;
}
.wpcf7-submit:hover {
    background: none repeat scroll 0 0 #ff6600 !important;
  	transition: all 0.35s ease-in-out;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
}
.wpcf7-response-output {
	background: white;
}


/* Home Sponsors */
.home-sponsors {
	width: 100%;
	padding: 20px 0;
	background: #070f15; /* Old browsers */
	background: -moz-linear-gradient(left,  #070f15 0%, #102534 49%, #070f15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#070f15), color-stop(49%,#102534), color-stop(100%,#070f15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #070f15 0%,#102534 49%,#070f15 100%); /* IE10+ */
	background: linear-gradient(to right,  #070f15 0%,#102534 49%,#070f15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070f15', endColorstr='#070f15',GradientType=1 ); /* IE6-9 */
	text-align: center;
	margin: 0 auto;
}
.page-template-page-templatesservices-php .content-main, .page-template-page-templatesattorneys-php .content-main{
    margin-top: 50px !important;
    padding: 0;
}
.home-sponsors li {
    display: inline-block;
    list-style: none outside none;
    margin: 10px 20px;
    max-width: 120px;
}
.home-sponsors li img{
    width: 100%;
    height: auto;
}

/* =Full Width
-------------------------------------------------------------- */
#fullwidth {
	padding: 50px 20px;
	min-height: 400px;
	margin: 0 auto;
}
.main-content {
    margin: 70px 0 50px;
}
.pagetitle {
    color: #fff;
    font-size: 46px;
    margin: -125px 0 60px;
    text-shadow: 2px 2px 3px #000;
}


/* =Our Services
-------------------------------------------------------------- */
.page-template-page-templatesservices-php .content-main {
	padding: 0;
}


/* =Contact Page
-------------------------------------------------------------- */
.acf-map {
	width: 100%;
	height: 350px;
	margin: 0px;
	border-bottom: 1px solid #DDD;
}
.location-map {
    margin-bottom: -60px;
}
.page-template-page-templatescontact-php .content-main {
    margin-top: 85px;
    max-width: 585px;
}
.page-template-page-templatescontact-php .container {
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.content-main {
    float: left;
    margin-top: 40px;
    max-width: 580px;
    padding: 0 30px 50px 0;
    width: 100%;
    box-sizing: border-box;
}
.full-width .content-main {
    margin-top: 90px;
}
.content-main img {
    border: 2px solid #ededed;
}
.content-main div.wpcf7 {
	margin: 20px auto;
	overflow: hidden;
}
.content-main input {
    display: inline-block;
    margin: 5px auto 10px;
    padding: 9px;
    width: 95%;
}
.content-main .wpcf7-submit {
    float: left;
    width: 98% !important;
}
.content-main textarea {
    display: block;
    float: left;
    font-size: 12px;
    height: 100px;
    margin: 6px auto;
    overflow: auto;
    vertical-align: top;
    width: 96%;
}
.sidebar {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 4px solid #ff6600;
    overflow: hidden;
    font-size: 13.5px;
    line-height: 1.25em;
    padding: 20px 20px 500px;
    vertical-align: top;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}
.sidebar li {
    list-style: none outside none;
    margin: 10px 0;
}
.sidebar.features li a {
	color: black;
}
.sidebar.features li a:hover {
	color: #ED5F00;
}
.phone {
    background: url("../virga/images/icon-phone.png") no-repeat scroll left top / 20px auto rgba(0, 0, 0, 0);
    height: 20px;
    padding-left: 30px !important;
}
.fax {
    background: url("../virga/images/icon-fax.png") no-repeat scroll left top / 20px auto rgba(0, 0, 0, 0);
    height: 20px;
    padding-left: 30px !important;
}
.email {
    background: url("../virga/images/icon-email.png") no-repeat scroll left top / 20px auto rgba(0, 0, 0, 0);
    height: 20px;
    padding-left: 30px !important;
}
.location-name {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
}
.location-desc {
	padding: 10px 0;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}


/* =About Us
-------------------------------------------------------------- */
.attorney-list { text-align: center; padding: 20px 0;}
.sidebar.attorney-list {
    border-top: 4px solid #ff6600;
}
.attorney-thumb {
    border-radius: 150px;
    display: inline-block;
    margin: 10px auto;
    height: 150px;
    overflow: hidden;
    width: 150px;
}
.attorney-thumb img {
    margin: 0 auto 0 -25% !important;
    max-width: 150% !important;
    margin: 0 auto 0;
    width: auto;
}
.sidebar.attorney-list a {
    color: #ff6600;
    display: block;
    margin: 0 0 30px;
    text-decoration: none;
}
.sidebar.attorney-list a:hover {
    color: #111111;
}
.small-map {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 4px solid #ff6600;
}
.small-map .acf-map {
    border: 2px solid #efefef;
    float: left;
    height: 250px;
    margin-right: 10px;
    max-width: 300px;
    width: 50%;
}
.small-details {
    float: right;
    width: 45%;
}
.small-map li{
    list-style: none outside none;
    margin: 10px 0;
}


/* =404
-------------------------------------------------------------- */
.fourohfour {
	background: url('/wp-content/themes/virga/images/404-bg.jpg') bottom center no-repeat #FFF; 
	background-size: 120% auto;
	padding: 400px 50px;
	text-align: right;
}


/* =Attorney
-------------------------------------------------------------- */
.page .entry-title {
    margin: -5px 0 0;
    position: relative;
    z-index: 9999;
}
.page-template-page-templatesabout-us-php .content-main {
	margin: 50px 0;
}
.page-template-page-templatesabout-us-php .entry-title {
    margin: -60px auto 50px;
}

.attorney-list .content-main {
    max-width: 960px;
    padding: 30px 0px;
    text-align: left;
    width: 100%;
}
.attorney {
    display: inline-block;
    float: left;
    list-style: none outside none;
    margin: 0 auto;
    min-height: 320px;
    vertical-align: top;
    width: 25%;
}
.attorney-list h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 0 15px;
    margin: 0 0 10px;
}
.attorney a {
    color: #ff6600;
    text-decoration: none;
}
.attorney-list .attorney-thumb {
    background: none repeat scroll 0 0 #111;
    border-radius: 185px;
    height: 185px;
    margin: 0 0 20px;
    width: 185px;
}
.attorney-list {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #efefef;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}
.attorney-name {
	color: black;
}

/* =Attorney Details
-------------------------------------------------------------- */
.single-attorney .entry-title {
    margin: 0px auto 0;
    max-width: 960px;
    padding: 20px 0 18px;
    width: 100%;
    color: #000;
    text-shadow: none;
}
.single-attorney .container {
    margin: -50px auto;
}
.single-attorney .content-main {
    max-width: 580px;
    padding: 65px 30px 50px 0;
}
.attorney-title {
    color: #ff6600;
    font-family: "Open Sans",Helvetica;
    font-size: 18px;
    font-weight: 600;
    margin: -15px auto 15px;
    text-transform: uppercase;
}
.single-attorney .content-main {
	max-width: 580px;
}
.attorney_thumb {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px; 
}
.contact-attorney {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: -75px 0 20px;
    padding: 0 0 25px;
}
.contact-attorney li {
    color: #222;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    list-style: outside none none;
    padding: 0 30px;
    text-transform: uppercase;
}
.contact-attorney a {
    text-decoration: none;
}
.education {
    display: block;
    margin: 40px 0;
}
.education h2 {
    margin: 0 0 -15px;
    letter-spacing: 0.04em;
}
.more-info {
    border-top: 3px solid #ff6600;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.more-info strong {
    line-height: 24px;
    text-transform: uppercase;
}
.education .subtitle {
    display: block;
    font-family: "Open Sans",helvetica;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.single-attorney .sidebar {
    border-top: medium none;
}
.single-attorney .orange-contact {
	margin-top: 100px;
}
.orange-contact {
    background: none repeat scroll 0 0 #ff6600;
    max-width: 302px;
    overflow: hidden;
    padding: 20px 20px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.orange-contact h2 {
    color: #fff;
}
.orange-contact .desc {
    font-size: 13px;
    line-height: 1.4em;
    margin: 10px auto 30px;
    width: 85%;
}
.orange-contact input {
    max-width: 280px;
    width: 100%;
}
.orange-contact textarea {
    max-width: 280px;
    width: 100%;
}
.orange-contact .wpcf7-submit {
    max-width: 300px;
    width: 100%;
}


/* =Case Study Page
-------------------------------------------------------------- */
.header-img {
    height: 300px;
    margin: 0 auto;
    background-size: cover !important;
}
.entry-title {
    color: #ffffff;
    display: block;
    font-size: 40px;
    margin: 0 auto;
    position: relative;
    text-shadow: 2px 2px 3px #000;
    z-index: 999;
}
.sidebar.features {
    text-align: center;
}
.sidebar.features li {
    border-bottom: 1px solid #EDEDED;
    font-weight: 600;
    margin: 18px 0;
    padding: 0 0 18px;
    text-transform: uppercase;
}
.sidebar.features h2 {
    margin: 0 0 30px;
}
.sidebar.features li a{
    text-decoration: none;
}


/* =Category
-------------------------------------------------------------- */
.archive .entry-header .entry-title {
    font-size: 24px;
    text-shadow: none !important;
    margin: -10px 0;
}

/* Pagination */
div.pagination {
    margin: 3px 0 20px !important;
    padding: 0px !important;
    text-align: left !important;
}

.pagination .pages {
    display: none !important;
}
div.pagination a, div.pagination span.dots, div.pagination span.current {
    background-color: none !important;
    background-image: none !important;
    border-radius: 0 !important;
    border: 1px solid #DDD !important;
    box-shadow: none !important;
    color: #222 !important;
    display: inline-block;
    font-weight: 700;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px !important;
    margin: 1px 8px 1px 0 !important;
    padding: 5px 10px !important;
    text-decoration: none !important;
    text-shadow: none!important;
}
div.pagination span.current {
    background-color: #FF6600 !important;
    border: none !important;
}


/* =Single News Post
-------------------------------------------------------------- */
.single-post .entry-title, .blog .entry-title {
    color: #222;
    font-size: 26px;
    line-height: 1.2;
    margin: -10px 0;
    text-shadow: none !important;
}
.nav-single {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px !important;
    margin: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-single a{
    text-decoration: none;
}
.tags {
	display: block;
	border-bottom: 4px double #C7C7C7;
	    margin: 0 15px 00px 0;
	    padding-bottom: 20px;
}


/* =Main content and comment content
-------------------------------------------------------------- */
.one-third {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.one-quarter {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
    margin: 15px 0 25px;
}
.entry-header .entry-title {
	font-size: 28px !important;
	line-height: 1.25;
	font-weight: normal;
    text-shadow: 2px 2px 3px #000;
}
.type-page .entry-header .entry-title {
	color: black;
}

.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content p, 
.entry-summary p, 
.comment-content p, 
.mu_register p {
    line-height: 1.5;
    margin: 0 0 20px;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote, .comment-content blockquote {
    border-left: 4px solid #ff6600;
    font-weight: 600;
    margin: 30px 0;
    padding: 0 10px 0 25px;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-top: 10px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #C7C7C7;
	margin: 0 15px 20px 0;
	padding-bottom: 24px;
	overflow: hidden;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header, .page-header {
    border-bottom: 1px solid #ededed;
    margin-bottom: -70px;
    padding-bottom: 0;
}

@media screen and  (max-width: 767px) {
	.archive-header, .page-header {
	    margin-bottom: -85px;
	}
}



/* =FAQ
-------------------------------------------------------------- */
#contentInner .faq_content {
	margin-left: -15px;
}
.faq_content a {
	text-decoration: none;
}
.faq_content {
	width: auto !important;
}
.faq_content img {
	border: none;
}
.faq_content ul.posts {
	padding-left: 0;
}
.faq_content ul li {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
#post_title5 {
	max-width: 100%;
	width: 100%;
}
#cattitle5 {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
.atext p {
	padding: 8px;
}
/*@group miscellaneous styles*/
.mo-openid-app-icons a {
	margin-right: 10px;
	display: inline-block;
}
/*@end*/


/* =Widgets (Default)
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/*@group child pages*/
.page-child .entry-header .entry-title {
	text-shadow: none; 
}
.child-thumb {
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    margin-bottom: 25px;
    padding: 10px;
}
.child-thumb img {
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	transition: all 0.35s ease-in-out;
	 	-webkit-transition: all 0.35s ease-in-out;
	 	-moz-transition: all 0.35s ease-in-out;
	 	-o-transition: all 0.35s ease-in-out;
}
.child-thumb a {
	text-decoration: none;
}

.child-thumb a:hover img {
	opacity: 0.8;
	
}
@media only screen and (max-width: 767px) {
	.child-thumb.three:nth-child(odd) {
		clear: left;
	}
}
@media only screen and (min-width: 768px) {
	.child-thumb {
	
	    width: 50%;
	    margin-bottom: 25px;
	    padding: 10px;
	    
	}
	.child-thumb.three {
		width: 33.3%;
	}
	.child-thumb.three:nth-child(4n+1) {
		clear: left;
	}
}
/*@end*/




/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


@media (min-width: 768px) AND (max-width: 980px) {
	.site-description {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 768px) AND (max-width: 991px) {
	.sidebar, .orange-contact  { width: 33.33333333%;	}
	.full-width .content-main { max-width: 100%; padding: 0 3% 4%; width: 66.66666667%; /*width: 94% !important;*/}
}

/* iPads (portrait) ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 775px), only screen and (max-width: 768px) {
	/* Body Styles */
	.site-content { margin: -15px auto; max-width: 100%; width: 100%;}
	.header-img { height: 200px;}
	article { width: 100%;}
	#fullwidth { width: 94%;}
	.entry-content { padding: 0 3%;}
	.entry-title { padding: 0 3%;}
	.entry-header .entry-title {  padding: 0 3%;}
	.full-width .content-main { max-width: 100%; padding: 0 3% 4%; width: 66.66666667%; /*width: 94% !important;*/}
	
	/* Navigation */
	.site-header { min-height: 80px;}
	.site-description { padding: 0 1.7% 2%;}
	.main-logo { margin: -25px auto 0 -80px; width: 160px;}
	.main-navigation li{ font-size: 13px; margin: 18px 8px 0;}
	.main-navigation li:first-child{ margin-left: 10px;}
	.main-navigation li:last-child{ margin-right: 10px;}
	
	/* About Us */
	.page-template-page-templatesabout-us-php .entry-title { padding: 0;}
	.small-map .acf-map { max-width: 360px;}
	
	/* Attorneys */
	.attorney { width: 33%;}
	.single-attorney .container { margin: -20px auto;}
	.home-sponsors .container { margin: 0 auto;}
	.single-attorney .entry-title { width: 94%;}
	.attorney-title {
		width: 94%;
	    margin: 5px auto 15px;
	}
	
	.entry-title h1 { width: 100% !important;}
	
	/* Article */
	.orange-contact { display: none; }
	.nav-single {padding: 1% 3% 3%;}
	div.pagination {padding: 0 3% 2% !important;}
	.sidebar { width: 33.33333333%;	}
	
	/* Home */
	.slider-desc { margin: 40px auto 0;}
	.about-desc { width: 65%;}
	.about-desc h1 { font-size: 28px; line-height: 38px;}
	.home-form { background-size: auto auto;}
	.one-third.bottom-news { padding: 3% 1% 3% 2%;}
	.footer.main-navigation { display: none;}
	.site-info { border-top: medium none; padding: 10px 3%;}
}

/* iPhone 6 - 4S ----------- */
@media only screen and (max-device-width: 640px),  only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
	/* Body Styles */
	h1 {font-size: 30px; line-height: 38px; margin: 6px 0;}
	.entry-header .entry-title {line-height: 1.12em;}
	article { display: block; float: none; margin: 0 auto; padding: 0 2%; width: 96%;}
	.nav-single { padding: 0 3%;}
	
	/* Navigation */
	.site-description strong { display: none;}
	.site-description { border-bottom: 1px solid #132c3f; display: block; font-size: 13px; padding: 5px 3% 20px; position: relative; width: 94%;}
	.main-logo { display: block; left: 0; margin: 20px auto 5px; position: relative;}
	.menu-left-menu-container, .menu-right-menu-container {border-top: none;float: none;}
	.main-navigation li {font-size: 15px; margin: 12px 20px;}
	
	/* Home Page */
	.slider-desc {display: none; }
	.home-about { padding: 25px 4%; width: 92%;}
	.about-thumb { border-radius: 150px; width: 150px; height: 150px; margin: 0 auto 10px;}
	.about-desc { float: none; max-width: 100%; padding: 0; width: 100%;}
	.home-features li {  max-width: 90%;}
	.home-features img { margin: 0 0 5px; width: 95px;}
	.home-form { background-position: center top; background-size: auto auto;}
	.case-desc { width: 90%;}

	.wpcf7 input { margin: 6px; padding: 12px; width: 88%;}
	.wpcf7-submit { width: 95% !important;}
	.wpcf7-form textarea{ width: 91%;}
	
	.one-third, .home-bottom .one-third { display: block; float: none; max-width: 100%; width: auto; padding: 20px;}
	.readmore { margin: 15px 0;}
	.testimonials { padding: 20px; max-width: 100%;	width: 100%;}
	.home-bottom .one-third { padding: 40px 20px;}
	.home-bottom .one-third article {  padding: 0; width: 100%;}
	.bottom-map-bg { background: none;}
	.bottom-map { background: url("/wp-content/themes/virga/images/map-bg.jpg") repeat scroll right bottom #fff; min-height: 280px;}
	.location-desc br { display: none;}
	
	/* Interior Pages */
	.header-img { background-size: auto auto !important; height: 200px;}
	.page-template .entry-title { margin: 0 auto; padding: 0 20px;}
	.full-width .content-main {  margin-top: 60px; padding: 0 3%; width: 94% !important;}
	.content-main { margin: 60px auto 0; padding: 0 4% 50px; width: 92%;}
	.sidebar {  display: block; float: none; max-width: 100%;  width: 100%;}
	.small-map .acf-map { width: 100%; max-width: 100%; float: none; display: block;}
	.small-details { float: none; width: 100%;}
	.small-map li { margin: 7px 0;}
	#fullwidth { padding: 50px 4%;  width: 92%;}
	.page-template-page-templatesabout-us-php .entry-title {  margin: -90px -20px 50px !important;}
	.page-template-page-templatescontact-php input {    width: 91%;}
	.page-template-page-templatescontact-php .sidebar { padding: 20px 4% 40px; width: 92%;	}
	.page-template-page-templatescontact-php .wpcf7-form textarea { width: 94%;}
	.orange-contact { clear: none; display: block; max-width: 100%; padding: 20px 4%;  width: 92%;}
	.blog .site-content { display: block; float: none; max-width: 100%; padding: 10px 2%;  width: 96%;}
	.sidebar { display: block; float: none; max-width: 100%; padding: 20px 4.5% 60px; width: 90%;}
	.attorney { width: 100%;}
	.single-attorney .entry-title { margin: -70px auto 0; padding: 20px 3% 5px; width: 94%;}
	.entry-title h1 { margin-left: -12px !important;}
	.single-attorney .content-main { max-width: 580px; padding: 40px 3%; width: 94%;}

    /* Footer */
    .footer.main-navigation { display: none;}
    .site-info { border-top: medium none; font-size: 11px; padding: 15px 20px 5px;}
    .acsdigital img { float: right; height: auto; width: 90%;}
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width:not(.blog):not(.single) .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 24px;
    	text-shadow: 2px 2px 3px #000;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
}




/*Eternal Css */
   /* .datedisplay {
        margin-top: 20px;
    }    
    .icons-medium {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .icons-medium li {
        display: inline;
        margin-right: 5px;
    }                            
@media screen and (max-width: 767px) {
    .orange-contact {
        width: 100%;
    }
    .sidebar {
           width: 100% !important;
    }
    .page-template-page-templatescontact-php .sidebar {
    width: 100% !important;
    }
}                                                                
    input[type="submit"] {
        background-image: none !important;
        padding: 8px !important;
    }
    .content-main {
        max-width: 658px !important;
    }
    .wpcf7-submit {
        max-width: 603px !important;
    }
    .home-features li {
        padding: 0px 0px !important;
    }
    
	.home-features .one-third a {
		padding: 12px 0;
		display: block;
	}
	.sidebar.features li {
    	padding: 0 0 0px !important;
    	margin: 0px !important;
    }
    .sidebar.features li a {
		padding: 12px 0;
		display: block;
	}
	.child-thumb img {
        -webkit-backface-visibility: hidden;
	}
	#wprmenu_bar {
    top: 0px !important;
    z-index: 99999;
	}
	#wprmenu_bar {
    background-color: #102534 !important;
	}*/
/*Eternal Css */
    .datedisplay {
        margin-top: 20px;
    }    
    .icons-medium {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .icons-medium li {
        display: inline;
        margin-right: 5px;
    }   
    @media screen and (max-width: 480px) {
	    .sidebar {
	           width: 100% ;
	    }
    	.features {
    		width: 90% !important;
    	}
    } 

@media screen and (max-width: 767px) {
    .orange-contact {
        width: 100%;
    }
    
    .page-template-page-templatescontact-php .sidebar {
    width: 100% !important;
    }
}                                                                
    input[type="submit"] {
        background-image: none !important;
        padding: 8px !important;
    }
    .content-main {
        max-width: 658px !important;
    }
    .wpcf7-submit {
        max-width: 603px !important;
    }
    .home-features li {
        padding: 0px 0px !important;
    }
    
	.home-features .one-third a {
		padding: 12px 0;
		display: block;
	}
	.sidebar.features li {
    	padding: 0 0 0px !important;
    	margin: 0px !important;
    }
    .sidebar.features li a {
		padding: 12px 0;
		display: block;
	}
	.child-thumb img {
        -webkit-backface-visibility: hidden;
	}
	#wprmenu_bar {
    top: 0px !important;
    z-index: 99999;
	}
	#wprmenu_bar {
    background-color: #102534 !important;
	}
	@media screen and (max-width: 666px) { 
		.main-logo {
			margin-top: -5px;
		}
		.menu-right-menu-container {
		    border-top: 1px solid #132c3f;
		    float: right;
		    margin-top: 25px;
		}
		.menu-left-menu-container {
		    border-top: 1px solid #132c3f;
		    float: right;
		    margin-top: 25px;
		}
	}
	@media screen and (max-width: 480px) {
		.wpcf7-submit {
    		width: 92% !important;
		}
		.site-description {
    		border-bottom: none; 
		}
		.menu-right-menu-container {
		    border-top: 1px solid #132c3f;
		    float: right;
		    margin-top: -36px;
		}
		.menu-left-menu-container {
		    border-top: 1px solid #132c3f;
		    float: left;
		    margin-top: -36px;
		}
		.orange-contact .wpcf7-submit {
		    max-width: 280px;
		    width: 280px !important;
		}
			.menu-left-menu-container, .menu-right-menu-container {
	    width: 50%;
	}
	}
	@media screen and (max-width: 991px) {
		.content-main .wpcf7-submit {
			    width: 96% !important;
			}
	}
	@media screen and (max-width: 341px) {
		.orange-contact .wpcf7-submit {
	    max-width: 280px;
	    width: 256px !important;
	}
	}
	@media screen and (max-width: 480px) {
		.content-main .wpcf7-submit {
			    width: 94% !important;
			}
		.orange-contact .wpcf7-submit {
			    width: 69% ;
			}
	}
	@media screen and (max-width: 480px) {
		.wpcf7-submit {
	    	max-width: 571px !important;
		}
		.content-main .wpcf7-submit {
	    	max-width: 603px !important;
		}
	} 
	.menu_title {
		display: none;
	}
	.wpcf7-submit {
    	max-width: 571px !important;
	}
	/*Wide page css start*/
	.site-content {
	    box-sizing: border-box;
	    max-width: 658px !important; 
	    width: 100%;
	}
	img.size-full, img.size-large, img.header-image, img.wp-post-image {
	    height: auto;
	    max-width: 100% !important;
	    width: 100%;
	}
	/*Wide page css end*/
	.content-main .wpcf7-submit {
    max-width: 603px !important;
}
