/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.text-8ed177{
	color: #8ed177;
}

.three-third {
	width: 66.666667%;
	float: left;
	display: block;
}

.home #primary {
	padding-bottom: 0;
}
.container, .vc_row-fluid.container {
	width: 100%;
}

#site-header {position: relative; z-index: 5 }

#site-header, .is-sticky #site-header {
	background: #446471; 
}

#site-header-inner {
	padding-bottom: 28px;
    padding-top: 28px;
}

.navbar-style-one .dropdown-menu > li > a {
	font-size: 24px;
	color: #FFF;
}
.navbar-style-one .dropdown-menu > li > a:hover {
	color: #86D0D0;
}


.navbar-style-one .dropdown-menu > li > a > span.link-inner {
    padding: 0 0.4em;
}

.home .page-header {
	display: none;
}

.is-sticky .dropdown-menu > li > a, .is-sticky .dropdown-menu > li > a span {
	font-size: 16px;
}

.is-sticky .dropdown-menu > li > a span br { display: none; }



.horizontal-sep-bl {
	background: #456572;
    height: 15px;
    position: absolute;
    top: -7.5px;
    width: 100%;
}
#biography-area {
	background: url('images/bio-bg-medium.jpg') no-repeat;
	background-position: top center;
	background-size: cover;
	font-size: 22px;
	padding-top: 3.5%;
	padding-bottom: 3.5%;
}

.biography-text {
	color: #8ed177;
	font-size: 36px;
	font-weight: normal;
}


h3.text-6ca6ab {
	color: #6ca6ab
}
#biography-area ul {
	margin-bottom: 5%;
}
#biography-area p, #biography-area li {
	color: #707e80;
	line-height: 28px;
}
#biography-area li {
	padding-left: 5%;
}
#biography-area h3.text-8ed177 {
	color: #8ed177
}

#parallax-bg-area {
	padding-top: 362px;
	background: url("images/maps-bg.jpg") repeat center center;
	
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

	/*
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-attachment: fixed;
  	*/
  	position: relative;

}
#parallax-bg-area #heading-text{
	font-size: 60px;
	color: #446471;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 15px solid #456572; 
}



.biography-img.one-half {
    text-align: center;
}

#art-of-practice-area {
	background: #446471;
	
	color: #fff;
	font-size: 24px;
}
#art-of-practice-area .container {

}
.aop-text {
	color: #86d0d0;
	font-size: 36px;
	font-weight: normal;
	margin-top: 0;
}

.aop-info ul {
	padding-left: 6%;
}
.aop-info li{

    list-style: disc;
    padding-left: 3%;
    line-height: 1.5
}

.aop-img {
	text-align: center;
}

#site-info {
	background: url('images/bottom-area-bg.jpg') repeat;
	border-top: 15px solid #86d0d0;
	padding-top: 5%;
	padding-left: 32px;
	padding-right: 32px;
}

#site-info .text-446471 {
	color: #446471;
	font-size: 24px;
}

.icon-check {
	background: url('images/icon-check.png') no-repeat;
	background-position: center;
	 display: inline-block;
    height: 26px;
    margin-left: -25px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 14px;
}
.site-info-bottom-right {
	font-size: 24px;
	float: right !important;
}
.site-info-bottom-right li {
	color: #446471;
	padding-left: 30px;
}

.the-law-office-of-starr {
	border-top: 2px solid #446471;
	margin-top: 12px;

}
.the-law-office-of-starr h2 {
	color: #446471;
	font-size: 36px;
	float: left;
	padding-right: 4%;
	display: block;
}

.site-footer {
	background: url('images/bottom-area-bg.jpg') repeat;
}

.bottom-widget-info {
	font-size: 24px;
	font-weight: normal;
	color: 446471;
}
.bottom-widget-info .widget-title{
	color: #8ed177;
	font-size: 28px;
	text-decoration: underline;
}


.bottom-widget-info .list-contact-us li {
	margin-bottom: 25px;
	color: #446471;
}

.bottom-widget-info div.wpcf7 input, .bottom-widget-info div.wpcf7 textarea {
   background-color: #86d0d0;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   font-size: 24px;
   color: #fff;
   max-width: 90%;
   padding: 5px 10px;
}

.bottom-widget-info div.wpcf7 .wpcf7-submit {
	border: 3px solid #446471;
	color: #446471;
	background: #95d47f;
	border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -ms-border-radius: 4px;
}

.bottom-widget-info .widget-find-us-text {
	color: #446471;
	line-height: 2.4;
}

.text-underline  {
  text-decoration: underline;
}

#sub-navigation {
	background: url("images/bottom-area-bg.jpg") repeat;
	padding-top: 20px;
}
#sub-navigation .container { padding: 0; }

#sub-navigation .text-ffffff { color: #fff; }


#header-bg { 
	/*background: url('images/banner-bg.jpg') no-repeat; background-size: cover; background:  #3D6B7B; */
    display: block;
    position: relative;
    width: 100%;
	padding-left: 32px;
	padding-right: 32px;
}
	

/*url('images/video-wrap-bg.png') repeat*/
#header-bg .forcefullwidth_wrapper_banner {

	/*background: #86D0D0;*/
}

#header-bg .forcefullwidth_wrapper_banner img {
	margin: auto;
	display: block;
}

.text-1a949c {
    color: #1a949c;
}
.forcefullwidth_wrapper_banner .practice-areas .text-1a949c {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.forcefullwidth_wrapper_banner{
	/*position: relative;
	z-index: 2;*/

	/*min-height: 1080px;*/
}
.video-overlay-left, .video-overlay-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 374px;
	height: 100%;
	z-index: 1;
}
.video-overlay-left { /*left:0; background: url('images/video-overlay-left.png') no-repeat; */}
.video-overlay-right { /*right:0; background: url('images/video-overlay-right.png') no-repeat; */}

#banner-vwbg {
    overflow: hidden;
    width: 100%;
      left: 0;
    position: absolute;
    right: 0;
}


.practice-areas {
    padding: 20px;
    background: url('images/trans-white-bg.png') repeat;
    margin-top: 46%;
    max-width: auto;
    min-height: auto;
	margin-bottom: 20%;
}
.practice-areas li {
	font-size: 16px; 
	line-height: 23px;
}
.sub-heading{
	text-align: right;
}
.sub-heading h2 { 
	font-size: 80px;
	margin-bottom: 0;
	padding-left: 32px;
	
} 
.sub-heading h3 {
    color: #fff;
    font-size: 43px;
    line-height: 49px;
    margin-top: -3%;
	padding-left: 32px;
}

.text-8ed177 {
	color: #8ed177;
}
.text-86d0d0 {
	color:#86d0d0;
}
.sub-contact-us-wrapper {
	width: 100%;
	top: 70%;
    width: 100%;
	position: absolute;
	padding-right: 30px;
	/*z-index: 2;
	position: relative;*/
}

.sub-contact-us {
	padding: 15px;
    background: url('images/trans-dblue-bg.png') repeat;
    float: right;
    width: 385px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 4%;
    position: relative;
}
.sub-contact-us h3 {
	font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;

}
.sub-contact-us p {
	 font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

 .extention-bg { background: url("images/trans-dblue-bg.png") repeat; width: 99999px; height: 100%;  position: absolute; top: 0; left:385px; bottom: 0; }

.go-to-direction { color: #446471 }
.link-8ed177{ color: #8ed177 }
.link-contact { color: #446471; }

/*#main, #site-info, #footer, #footer-bottom { position: relative; z-index: 2; } */
#content .entry-content { font-size: 16px; }
#content .entry-content .text-666666 { color: #666; }


ul.resp-tabs-list {  padding: 0px; margin: auto; }

.resp-tabs-list li {
    font-weight: normal;
    font-size: 18px;
	line-height: 24px;
    display: inline-block;
    padding: 13px 0px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 13%;

}

.resp-tabs-list li { color: #446471; }
.resp-tabs-list span.link-title { display: block; height: 60px; }

.resp-tabs-container {
    padding: 0px;
    background-color: #446471;
    clear: left;
    font-size: 24px;
    color: #fff; 
    margin-top: 25px;
}

.resp-tabs-container li, .resp-tabs-container p { color: #fff; }

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    font-size: 24px; 
    color: #446471;
    background: transparent;
}
h2.resp-accordion img { width: 60px; display: inline-block; }

h2.resp-accordion  .link-title {
    display: inline-block;
    margin-left: 5%;
    position: relative;
    top: -10px;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-tab-active {}

.resp-tab-active {}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 0%;
	padding-top: 3%;
}
.resp-tab-content, .resp-tab-content li, .resp-tab-content p { color: #fff; line-height: 1.5; }

.resp-tab-content ul, .resp-tab-content  ul.ul-disc-outside { list-style: disc; padding-left: 2%; margin-left: 20px; }


h2.resp-accordion {
    font-size: 24px;
 	border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    color:  #446471;
}

h2.resp-tab-active { }

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    /* !important;*/
    background: url("images/bottom-area-bg.jpg") repeat !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;

}

.resp-easy-accordion .resp-tab-content {
    border-bottom: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}


@media only screen and (max-width: 768px ){
	.one-half, .one-third, .one-fourth, .one-fifth, .three-third {  float: none; width: 100%; }

	#banner-vbg{
	 	position: relative;
        display: none;
    }

	
	.practice-areas { max-width: 100%; }

	.sub-heading, .sub-contact-us { text-align: center; }

	.line-cut { width: 100%; }

	#parallax-bg-area {
		background-size: contain;
		background-repeat: repeat;
	}



}

@media only screen and (max-width: 360px){
	.header-one #site-logo a img {
		width: 70%;
	}
	#parallax-bg-area #heading-text {
		font-size: 38px;
		line-height: 38px;
	}
	.resp-tabs-list li {
		 width: 12%;

	}

	.sub-contact-us p {
		font-size: 18px;
	}
	.sub-heading h2 { line-height: 1.1; margin-bottom: 25px; }

	.sub-heading h3 { line-height: 1.1; margin-top: 10%; }

}


/*--------------------------------------------------------------
- Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {

}

/*--------------------------------------------------------------
- All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	.one-half, .one-third, .one-fourth, .one-fifth, .three-third {
		/*width: 100%;*/
	}

	#header-bg .forcefullwidth_wrapper_banner {
	z-index: -1;
	position: relative;
	background: url('images/top-bg-mobile.png') no-repeat #4994B4;
	/*background-position: 20% bottom;
	   background-size: 140% 35% ;*/

	background-size: cover;
	background-attachment: fixed;
	background-position: bottom center;
	padding-bottom: 30px;

	}

	.resp-tabs-list li {
		font-size: 95%;
		line-height: 110%;
		padding: 0 1%;
		overflow: hidden;

	}
	.resp-tabs-list li img {
		height: ;
	}

	.sub-nav-icon {
    	height: 65px;
    	position: relative;
    	vertical-align: middle;
    	margin-bottom: 10px;
	}

	.sub-nav-icon > img {
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    right: 0;
	    vertical-align: middle;
	}

	.resp-tabs-list span.link-title {
	    display: block;
	    height: 60px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.resp-tabs-container {
		margin-top: 0;
	}

	span a {
    	display: block;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}

}


/*--------------------------------------------------------------
- Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/*--------------------------------------------------------------
- Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*--------------------------------------------------------------
- Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
	#parallax-bg-area {
		padding-top: 40%;
	}
	.bottom-widget-info div.wpcf7 input, .bottom-widget-info div.wpcf7 textarea {
		width: 100% !important;
		max-width: 100%;
	}
	
}

/*--------------------------------------------------------------
- Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

}

/*--------------------------------------------------------------
- Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Webkit */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  	#header-bg .forcefullwidth_wrapper_banner{
		background-position: center bottom;
		background-size: 100% ;
		background-attachment: scroll;
  	}


}


#banner-vbg .not-support img {
	display: none;
}
@media only screen and (min-width: 1266px) and (max-width: 1367px) {
	.sub-heading h2 {
		padding-right: 40px;
		margin-bottom:  12px;
	}
	.sub-heading h3 {
		padding-right: 40px;
	}
	#site-header-inner {
    	padding: 28px 32px 28px 30px;
	}
	.navbar-style-one {
    	padding-right: 32px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 1266px) {
	.sub-heading h2 {
		padding-right: 0px;
		font-size: 60px;
		margin-bottom:  12px;
	}
	.sub-heading h3 {
    	color: #fff;
    	font-size: 32px;
    	line-height: 38px;
    	margin-top: -3%;
    	padding-left: 32px;
	}
	.practice-areas li {
    	font-size: 14px;
    	line-height: 20px;
	}
	#site-header-inner {
    	padding: 28px 32px 28px 30px;
	}
	.navbar-style-one {
    	padding-right: 32px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 959px) {
	#header-bg {
		padding-left: 0;
		padding-right: 0;
	}
	.sub-heading h2 {
		padding-right: 0px;
		font-size: 40px;
		margin-bottom:  12px;
		padding-left: 0;
	}
	.sub-heading h3 {
    	color: #fff;
    	font-size: 16px;
    	line-height: 26px;
    	margin-top: -3%;
    	padding-left: 0;
	}
	.forcefullwidth_wrapper_banner .practice-areas .text-1a949c {
		font-size: 18px;
	}
	.practice-areas li {
    	font-size: 12px;
    	line-height: 18px;
	}
	.sub-contact-us-wrapper {
		padding-right: 0;
	}
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
	.practice-areas li {
    	font-size: 16px;
    	line-height: 21px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 800px) {
	.site-info-bottom-right li {
    	font-size: 18px;
    	padding-left: 30px;
		padding-right: 24px;
	}
	.bottom-widget-info .widget-title {
    	font-size: 20px;
    	line-height: 24px;
    	margin-top: 20px;
	}.bottom-widget-info .list-contact-us li {
    	font-size: 14px;
	}
	.bottom-widget-info .widget-find-us-text {
    	font-size: 14px;
	}
	.bottom-widget-info div.wpcf7 input, .bottom-widget-info div.wpcf7 textarea {
    	font-size: 16px;
	}
	.line-cut {
		display: none;
	}
}

@media only screen 
    and (max-device-width: 640px), 
    only screen and (max-device-width: 667px), 
    only screen and (max-width: 480px) {
	.resp-tabs-list li {
   	 	width: 23%;
	}
	.resp-tabs-list li {
    	font-size: 12px;
	}
	#biography-area p, #biography-area li {
    	font-size: 14px;
    	line-height: 26px;
	}
	.resp-tab-content h2 {
		font-size: 1em;
	}
	.resp-tab-content h3 {
		font-size: 1em;
		line-height: 1.1em;
	}
	.resp-tab-content li, .resp-tab-content p {
		font-size: 14px;
		line-height: 20px;
	}
	.sub-heading h2 {
		line-height: 44px;
	}
	#parallax-bg-area #heading-text {
		font-size: 36px;
	}
	.the-law-office-of-starr h2 {
  		font-size: 30px;
  		line-height: 36px;
	}
	.bottom-widget-info .widget-title {
		margin-top: 0;
	}
	.sidebar-box {
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 1055px) and (max-width: 1181px) {
	.navbar-style-one .dropdown-menu > li > a {
	    font-size: 20px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 1054px) {
	.navbar-style-one .dropdown-menu > li > a {
	    font-size: 17px;
	}
}
@media screen and (max-width: 768px) {
	.practice-areas {
    	margin-top: 20px;
		margin-bottom: 20px;
	}
	.sub-contact-us-wrapper {
		position: relative;
	}
}