/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
	background: #ffffff;
	color: #000000;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

a {
	color: #1c6fb9;
}

.section-container {
    max-width:none;
}
.tmf-button{
    font-weight:bold;
}
.editor-content p,
.editor-content li{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 34px;
}
/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* ======================================== *
	Miscellaneous
 * ======================================== */
.editor-content img { 
	max-width: 100%; 
	height: auto;
    margin-top: 15px;
}

.mobile {
	display: none;
}

@media screen and (max-width: 850px) {
	.editor-content .associations img {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 550px) {
    .dynamic-map iframe {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}


@media screen and (min-width: 1600px) {
    .section-container {
     /* max-width:95%;  */
    }
    .flexslider .slides img {
        max-height: 650px !important;
      }
}
/* ======================================== *
	Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.home h1{
    color: #1c6fb9;
}

/* ======================================== *
	Header 2
 * ======================================== */
#page-content h2 {
    text-align:left;
}

h2,
.tmf-post > h2,
.editor-content h2,
.editor-content .su-spoiler-title {
	font-size: 32px;
	line-height: 1.1em;
	font-weight: 700;
	color: #1c6fb9;
	margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
	color: #1c6fb9;
}

/* ======================================== *
	Header 3
 * ======================================== */
.tmf-post > h3,
h3.tmf-module-title,
.editor-content h3 {
	font-size: 28px;
	font-weight: 700;
	color: #3da231;
	margin-bottom: 15px;
}

.tmf-post > h3 a,
h3.tmf-module-title a,
.editor-content h3 {
	color: #3da231;
}

.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover,
.editor-content h3 a {}


/* ======================================== *
	Header 4
 * ======================================== */
.tmf-post > h4,
.editor-content h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	color: #2690e8;
}

.tmf-post > h4 a,
.editor-content h4 a {
	color: #2690e8;
	text-decoration: none;
}

.tmf-post > h4 a:hover,
.editor-content h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
.home #secondary-nav {
    position: absolute;
    right: 0;
    z-index: 9;
    top: -10px;
}

#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {
	padding-left: 0;
}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
.home #secondary-nav .menu > .menu-item > a {
    color: #333333;
    font-size: 15px;
    border-left: 1px solid #333333;
    padding: 0 10px;
}

#secondary-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 15px;
    border-left: 1px solid #fff;
    padding: 0 10px;
}

#secondary-nav .menu > .menu-item.first a {
	border-left: none;
}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

@media screen and (max-width: 960px) {
	#secondary-nav-container {
	    text-align: center;
	    padding-bottom: 10px;
	}

	.home #secondary-nav {
	    position: relative;
	    right: inherit;
	    top: inherit;
	    text-align: center;
	}
}


/* ======================================== *
	Header Section
 * ======================================== */
.home-header-area {
    
    
}
.home-main-head{
    background: url(../images/header-bg-1x.jpg) no-repeat center center / cover;
    padding:25px;
}
#header-container{}

#header {
	padding-top: 0;
    padding-bottom: 10px;
}

#header-cell-1 .logo {
	max-width: 576px;
	width: 100%;
}

#google_translate_element {
    float: right;
}

/*@media screen and (max-width: 960px) {
	#header-cell-1{
		text-align: center;
	}

	.prisna-gwt-align-left {
		text-align: center !important;
	}
}*/

@media screen and (max-width: 950px) {
    #header-cell-1{
        text-align: center;
    }

    #header-cell-2 {
        padding: 0;
    }

    .prisna-gwt-align-left {
        text-align: center !important;
    }
}

/* ======================================== *
	Interior Header Section
 * ======================================== */
.interior-header-area {
    background: url(../images/header-bg-1x.jpg) no-repeat center center / cover;
}

#int-header-container{
	background: rgba(255,255,255,0.0);
}

#int-header {
    padding-top: 15px;
    padding-bottom: 0;
}

#int-header-cell-1 .int-logo {
	max-width: 515px;
	width: 100%;
}
#primary-nav-wrapper,
#int-header-wrapper{
    max-width:1400px;
    margin:auto;
}
.archive #body-wrapper{
    top:-10px;
}
.interior-header-area #primary-nav-wrapper{
    margin-bottom:30px;
}
#body-cell-1 .inner h1.page-title{
    display:none;
}
#body-cell-1 .inner h1:not(.page-title){
    color: #1c6fb9;
    margin-bottom:10px;
}
.home #body-cell-1 .inner h1{
    display:block;
}
#int-billboard-wrapper{
    border-top: 7px solid #1c6fb9;
}

@media screen and (max-width: 960px) {
	#int-header-cell-1{
		text-align: center;
	}
}


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-container {}

#primary-nav-container {

}

#primary-nav .menu > .menu-item {}

#primary-nav .menu > .menu-item > a {
	padding: 15px 15px;
	color: #333333;
	font-size: 20px;
    line-height: 25px;
	font-weight: 600;
}

#primary-nav .menu > .menu-item.first > a {}
#primary-nav .menu > .menu-item.last > a {}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
	/*font-weight: 700;*/
	color: #1c6fb9;
}

#primary-nav .menu .sub-menu {
	background-color: #1c6fb9;
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	text-transform: none;
	font-size: 18px;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	background-color: #2690e8;
	color: #fff;
}

#primary-nav .menu-bar {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
}

/*#primary-nav .menu-bar:before {
	background-position: -558px 0;
}*/

#primary-nav .menu > li > div > ul li:hover > div > ul {
    width: 300px;
    max-width: 100%;
}

/* ===== Blog / In The News Sub-Sub-Menu and Contact Sub-Menu Pushed too far right ===== */
#primary-nav .menu > li#menu-item-172 > div > ul > li > div > ul {
    position: inherit;
}

#primary-nav .menu li#menu-item-174 .sub-menu {
    min-width: 200px;
}
.post-type-archive-news iframe{
    border: 0;
    height: auto;
    margin:auto;
    width: auto;
 
}
.post-type-archive-news .sidebar-image{
    display:none;
}



#primary-nav .menu > li.left-edge > div > ul {
    left: inherit;
    right: 0;
}

/*html.mobile-nav #primary-nav .menu > .menu-item {}

html.mobile-nav #primary-nav .menu > .menu-item > a{}

.home-main-head div{
    max-width:1405px;
    margin:auto;
}

@media screen and (max-width: 960px) {
	#primary-nav .menu-bar {
		display: block;
		clear: both;
	}

	#primary-nav .menu {
		display: none;
	}

	#primary-nav .menu > .menu-item {
		display: block;
		border: none;
		padding: 0;
	}

	#primary-nav .menu > .menu-item > a {
		padding: 10px 15px;
		border-top: 1px solid #000;
		border-right: none;
		border-left: none;
	}

	#primary-nav .menu .sub-menu {
		width: 100%;
		text-align: center;
	}
	
}*/

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #ffffff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #ffffff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #2690e8;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #ffffff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #2690e8;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: transparent;
}

/* ======================================== *
	Billboard
 * ======================================== */

#billboard-wrapper {
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#billboard-wrapper.blue {
    /*background-color: #1c6fb9;*/
    /*background-color: #FDFDB2;*/
}

#billboard-wrapper.white {
    background-color: #fff;
}

/*#billboard-container {
	max-width: 100%;
}*/

#billboard .modern-slider {
	border: none;
	margin: 0;
    width: 105%;
    margin-left:-5%;
  
}

/*#billboard .fluid-width-video-wrapper {
    padding-top: 57% !important;
}*/

#billboard .fluid-width-video-wrapper .player .vp-controls .play {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

#billboard .fluid-width-video-wrapper .player .rounded-box {
    background: rgba(23,35,34,.75);
    border-radius: 50%;
    width: 130px !important;
    height: 130px !important;
}
#billboard-wrapper{
    border-bottom: 7px solid #3da231;
    border-top: 7px solid #1c6fb9;
}
#int-billboard img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.title-arrow{
    display:none;
}
/* ======================================== *
    Billboard Video Button CSS
 * ======================================== */


a.play-pause-button {
  width: 132px;
  height: 132px;
}

.embed-container:hover + .video-control {
    opacity: 1;
}

.embed-container iframe #player .controls-wrapper {
    display: none;
}

/* video button style */
.video-control {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  right: 0;
  margin: -5-px auto 0;
  transition: opacity 0.3s;
}

.video-control:hover {
    opacity: 1;
}

.video-control:before, 
.video-control:after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}

.video-control:before {
    background-image: url("../images/button_play_1x.png");
}

/*.video-control:after {
    background-image: url("../images/pause_button.png");
}*/

.video-control.paused:after, 
.video-control.playing:before {
    opacity: 0;
}

.video-control-show {
  opacity: 0;
}


/* audio button style */

.audio-control {
    opacity: 1;
    position: absolute;
    width: 35px;
    height: 31px;
    bottom: 3%;
    left: 2%;
    transition: opacity 0.3s;
}
  .audio-control:hover {
    opacity: 1;
  }

  .audio-control:before, .audio-control:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    max-width: 36px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
  }

  .audio-control:before {
    background-image: url("http://joekang.co/assets/image-hosting/video-buttons-black.png");
    background-position: -1% -2%;
    background-size: 254%;
  }

  .audio-control:after {
    background-image: url("http://joekang.co/assets/image-hosting/video-buttons-black.png");
    background-position: 69% -1%;
    background-size: 254%;
  }

  .audio-control.unmuted:after, .audio-control.muted:before {
    opacity: 0;
  }


/* ======================================== *
        Body Section
 * ======================================== */
#body-container {
	max-width: 1400px;
}

#body {
    padding: 40px 0;
}
#body-wrapper {
    background: url(../images/content-bg-1x.jpg) no-repeat top center / cover;
    padding-top:15px;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
.home #body-container {
	max-width: 1400px;
	text-align: justify;
}

.home #body{
    font-size: 18px;
}
.home #body{
    border-top: 4px solid #c2c2c2;
    margin-top: 65px;
}

.home #body .editor-content h1 {
    background: #ECECEC;
    margin-top:-65px;
    margin-bottom: 23px;
    max-width: 585px;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    padding-left: 50px;
    margin-left: -50px;
}
.home #body h2#home-h2-tag{
    color:#333333;
    font-size:28px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 850px) {
	.home #body-container {
    	text-align: inherit;
	}
}


/* ======================================== *
        Blog Body Section
 * ======================================== */
.blog #body-cell-1 .inner {
    padding: 0;
}

.blog #body-cell-1 h1#page-title {
    padding: 0 25px;
}


@media screen and (max-width: 450px) {
	.blog #body-cell-1 h1#page-title {
	    padding: 0 12px;
	}
}

/* ======================================== *
        Home Rankings Section
 * ======================================== */

#home-rankings-wrapper {
    text-align: center;
    padding: 30px 0;
    background: url(../images/home-badge-slider-bg-3x.jpg) no-repeat center center / cover;
    margin-bottom:75px;
}

#home-rankings .ranking-item {
    display: inline-block;
    box-sizing: border-box;
    width: 16%;
    padding: 10px;
    vertical-align: middle;
    font-size: 0.8em;
}
.tmf-module-3044 .su-image-carousel-item-content img{
    max-width: 175px !important;
  }
  .su-image-carousel-controls-style-dark button.flickity-prev-next-button{
    background: #3da231 !important;
  }
.tmf-module-3044 h3.tmf-module-title{
    font-size:36px;
    line-height:40px;
    color: #333333;
    font-weight:bold;
    font-family: 'Raleway', sans-serif;
    padding-top:50px;
}

@media screen and (max-width: 900px) {
	#home-rankings .ranking-item {
    	width: 100%;
	}
    .tmf-module-3044 .su-image-carousel-item-content img{
        margin-left:25%;
    }
}

/* ======================================== *
        Home Blog Section
 * ======================================== */
#home-blog-wrapper{
	/*background: #1c6fb9;*/
}

#home-blog-container {
	max-width: 1200px;
    border-top: 4px solid #c2c2c2;
    border-bottom: 4px solid #c2c2c2;
    margin-bottom: 80px;
    padding-top: 35px;
    padding-bottom: 25px;
}

#home-blog{
	padding: 30px 0;
}

#home-blog .inner{
	padding: 0;
}

#home-blog h3.tmf-module-title{
	color: #1c6fb9;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 35px;
    background: #fff;
    padding-left:30px;
    width: 375px;
    margin-top: -90px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
}

#home-blog .tmf-button {
    display: inline-block;
    background: #3da231;
    padding: 23px 32px;
    margin-top: 25px;
    font-weight:bold;

}

#home-blog .tmf-button:hover{
	background: #3c9432;
}

.tmf-module-175 .home-blog-button-container {
    text-align: left;
    width: 375px;
    background: #fff;
    margin-bottom: -90px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
}
.tmf-module-175 .tmf-post-list.small{
    display:flex;
    justify-content: space-between;
    padding-top: 67px;
    flex-wrap: wrap;
    padding-right:30px;
    padding-left:8px;
}
#home-blog-row,
#home-blog-cell-1{
    display:block;
}


/* ======================================== *
    Attorney Archive Page
 * ======================================== */
.post-type-archive-attorney #body-cell-1 .inner{
    padding: 0;
}

.post-type-archive-attorney #body-cell-1 h1#page-title{
    padding: 0 25px;
}

.tmf-post.attorney.medium {
    border: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tmf-post.attorney.medium .attorney-inner {
    border-bottom: 1px solid #ddd;
    margin: 0 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    min-height:475px;
}

.tmf-post.attorney.medium .tmf-button {
    display: inline-block;
    margin-top: 15px;
}
.single-attorney #int-billboard-wrapper,
.post-type-archive-attorney #int-billboard-wrapper{
    display:none;
}

@media screen and (max-width: 850px) {
    .tmf-post.attorney.medium {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .post-type-archive-attorney #body-cell-1 h1#page-title{
        padding: 0 12px;
    }

    .tmf-post.attorney.medium .attorney-inner {
        margin: 0 12px;
    }
}

/* ======================================== *
    Attorney Single Page
 * ======================================== */
.single-attorney #body-cell-1 ul {
    padding-left: 20px;
}

.single-attorney #body-cell-1 a {
    color: #000;
    text-decoration: none;
}

.single-attorney #body-cell-1 a:hover {
    text-decoration: underline;
}

.single-attorney #body-cell-1 .vcard .label {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
}

.single-attorney #body-cell-1 img.sidebar-image {
    float: none;
    margin-top: 5px;
    /*max-width: 250px !important;*/
    max-width: 325px !important;
    margin-right: 0;
    margin-bottom: 15px;
}

.single-attorney #body-cell-1 .contact-information h2,
.single-attorney #body-cell-1 .icon-container h2{
    margin-bottom: 0;
    margin-top: 15px;
}

.single-attorney #body-cell-1 .icon-container {
    margin-bottom: 25px;
}

.single-attorney #body-cell-1 .mobile-view {
    display: none;
}

.single-attorney .accordion .content {
    margin-left: 0;
}
.attorney-bio-info{
   background: url(../images/attorney-bio-bg-3x.jpg) no-repeat center center / cover;
   border-top: 7px solid #1c6fb9;
   border-bottom:7px solid #3da231;
   height: 500px;
}
.single-attorney .interior-header-area{
    padding-bottom:15px;
}
.attorney-bio-info-container{
    max-width: 1400px;
    margin: auto;
    padding-left:50px;
}
.attorney-bio-info-row{
    display:flex;
    flex-wrap:wrap;
}
.attorney-bio-box-2{
    align-self: center;
}
.attorney-bio-box-1 .attorney-bio-info-inner img{
    position:relative;
    z-index:9;
    max-width:465px;
    padding-right:70px;
}
.attorney-bio-box-2 .attorney-bio-info-inner a,
.attorney-bio-box-2 .attorney-bio-info-inner{
    color: #fff;
}
.attorney-bio-box-2 .attorney-bio-info-inner .attorney-titles{
    margin-top:-15px;
    padding-bottom: 38px;
    font-weight:bold;
    font-family: 'Raleway', sans-serif;
}
.attorney-bio-box-2 .attorney-bio-info-inner .contact-information{
    border-top: 4px solid #2690e8;
    padding-top: 37px;
    width:120%;
}
.attorney-bio-box-2 svg{
    margin-bottom: -5px;
}
.social-icons .linked-in{
    background: url(../images/linkedin.svg) no-repeat;
}
.social-icons .facebook{
    background: url(../images/facebook.svg) no-repeat;
}
.social-icons .twitter{
    background: url(../images/twitter.svg) no-repeat;
}
.social-icons .instagram-icon{
    background: url(../images/instagram.svg) no-repeat;
    width:28px;
}
.social-icons .icon.youtube{
    background: url(../images/youtube.svg) no-repeat;
}
.fa-instagram{
    display:none;
}
.attorney-bio-info-inner .contact-information .phone,
.attorney-bio-info-inner .contact-information .email,
.attorney-bio-info-inner .icon-container .vcard,
.attorney-bio-info-inner .icon-container .print-button,
.attorney-bio-info-inner .icon-container .social-icons a{
    padding-bottom:15px;
}
.vcard .value{
    margin-right: 0px;
}
@media screen and (max-width: 1050px) {
    .attorney-bio-info{
        height:auto;
    }
    .attorney-bio-box-2 .attorney-bio-info-inner .contact-information{
        width:100%;
    }
    .attorney-bio-info-container{
        padding-left: 10px;
    }
}
@media screen and (max-width: 850px) {
    .single-attorney #body-cell-2 .desktop-view {
        display: none;
    }

    .single-attorney #body-cell-1 .mobile-view {
        display: block;
    }

    .tmf-post.attorney.large .image-container {
        float: left;
    }
    .attorney-bio-box-1 .attorney-bio-info-inner img{
        width:95%;
    }

}


/* ======================================== *
    Practice Areas Archive and Single Page
 * ======================================== */
.post-type-archive-practice-area #body-cell-1 .editor-content,
.single-practice-area #body-cell-1 .editor-content{
    /*text-align: justify;*/
}


/* ======================================== *
    Representative Clients Page
 * ======================================== */
.page-id-168 #body-cell-1{
    display: block;
    width: 100%;
}

.page-id-168 #body-cell-2{
    display: none;
    width: 100%;
}

.page-id-168 #body-container {
    max-width: 1075px;
}
.page-id-168 #body-container hr {
    margin-top:2em;
    margin-bottom:2em;
}


/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {
 	background: url(../images/footer-bg-1x.jpg) no-repeat center center / cover;
 	padding: 127px 0;
}

#footer-container {
	
}

#footer {
	text-align: center;
}

#footer h3.tmf-module-title{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 92px;
}

#footer .inner{
	padding: 0;
}
#footer .location-inner{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
#footer .location-inner .right-location-box{
    flex-grow:2;
    text-align: left;
    padding-left: 30px;
    font-weight:600;
    align-self: center;
    line-height: 34px;
    font-size: 22px;
}
.tmf-post.small.location .static-map{
    margin-bottom:0px;
}
#footer .locations-footer-container{
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
.tmf-module-7 .socials .instagram-icon{
    background:none;
}

@media screen and (max-width: 1325px) {
    #footer .location-inner .right-location-box{
        padding-left:5px;
    }
}
@media screen and (max-width: 1290px){
    #footer .location-inner .right-location-box{
        text-align:center;
    }
    #footer .location-inner{
        justify-content: space-around;
        padding-left:  5px;
    }
}
@media screen and (max-width: 950px){
/*    #google_translate_element {
        margin-right: 25%;
      }*/

    #google_translate_element {
        margin: 0 auto;
        float: none;
        max-width: 160px;
    }

    .home-main-head {
        padding: 25px 0 0;
    }
}

@media screen and (max-width: 850px){
    .home #body .editor-content h1{
        background: rgba(0,0,0,0.0);
        margin-top:0px;
    }
    .home #body{
        border-top: none;
        margin-top: 0px;
    }

/*    #google_translate_element {
        
        margin-right: 25%;
      }*/
}

/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {
	background: #1c6fb9;
}

#copyright-container {
	padding: 30px 0 50px;
	text-align: center;
	color: #fff;
	font-size: 17px;
    font-weight:bold;
    max-width:1500px;
}

#copyright a {
	color: #fff;
}
.tmf-module-7 .tmf-module-content{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.tmf-module-7 .tmf-module-content .copyright-footer-box{
    flex-grow: 2;
}
.tmf-module-7 .tmf-module-content .social-icons{
    align-self: center;
}

/* ======================================== *
        Modules
 * ======================================== */

.tmf-module-1891 .modern-slider {
    background: transparent;
    border: none;
    margin: 0;
}

.tmf-module-1891 .modern-slider ul {
    padding: 0;
}

.tmf-multi-module-area .tmf-module {
    margin-bottom: 30px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0px;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #1c6fb9;
    font-size: 30px;
}

.tmf-multi-module-area .tmf-module-testimonials {
    background: url(../images/sidebar-container-bg-3x.jpg) no-repeat center center / cover;
    padding: 20px;
}

.tmf-multi-module-area .tmf-module-testimonials h3.tmf-module-title {
    color: #fff;
    font-size: 26px;
}

.tmf-multi-module-area .tmf-module-practice-areas {
    background: url(../images/sidebar-tall-container-bg-3x.jpg) no-repeat center center / cover;
    padding: 20px;
}

.tmf-multi-module-area .tmf-module-practice-areas h3.tmf-module-title {
    color: #fff;
    font-size: 26px;
}

.tmf-multi-module-area .tmf-module-187 {
    background: #1c6fb9;
    padding: 20px;
}

.tmf-multi-module-area .tmf-module-187 h3.tmf-module-title {
    color: #fff;
    font-size: 26px;
}

.tmf-module-categories .taxonomy-list .taxonomy-item a{
	color: #000;
	font-size: 24px;
}

.tmf-module-categories .taxonomy-list .taxonomy-item:before{
	content: '•';
}

.tmf-multi-module-area .tmf-module .tmf-button{
	box-sizing: border-box;
	display: inline-block;
	padding: 12px 15px;
	width: 100%;
    font-weight:bold;
}

.tmf-multi-module-area .tmf-module ul {
    margin: 0;
    padding-left: 20px;
}

#body-cell-1 .sidebar-image {
    max-width: 462px;
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

#body-cell-2 .sidebar-image {
    max-width: 462px;
    width: 100%;
    margin-bottom: 25px;
}

/* ======================================== *
        Home and Blue Modules
 * ======================================== */
 
.tmf-module-area-home-sidebar .tmf-module, .tmf-module.blue-module {
    background: url(../images/sidebar-container-bg-1x.jpg) no-repeat center center / cover;
    color: white;
    font-size: 0.7em;
    line-height: 0.7em;
    text-align: left;
    padding: 50px 30px;
    border: .1px solid #333;
    
}

.tmf-module-area-home-sidebar .tmf-module h3.tmf-module-title, .tmf-module.blue-module h3.tmf-module-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    text-align: center;
}

.tmf-module-area-home-sidebar .tmf-module .tmf-post.testimonial.small .excerpt, .tmf-module.blue-module .tmf-post.testimonial.small .excerpt {
    font-size: 1.2em;
    line-height: normal;
}
.tmf-module-area-home-sidebar p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    text-align: center; 
}
.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tmf-module-area-home-sidebar .embed-container{
    border: 2px solid #fff;
}
@media screen and (max-width: 850px){
    .tmf-module-area-home-sidebar p{
        font-size: 16px;
    }
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
    background: #ececed;
    padding: 10px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    font-size: 14px !important;
    border: none;
    color: #45484d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #ececed;
}

.tmf-button,
.page-numbers,
input[type=submit] {
    font-size: 20px;
    padding: 15px;
    border: 0;
    background-color: #2690e8;
    cursor: pointer;
    cursor: pointer;
    text-align: center !important;
    text-decoration: none !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.tmf-button:hover,
.page-numbers:hover,
input[type=submit]:hover {
    background-color: #298bdc;
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
    background-color: #2690e8;
    text-decoration: none;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-navigation {
    text-align: center;
}

.page-navigation .page-numbers.next, 
.page-navigation .page-numbers.prev {
    width: auto;
    padding: 0 17px;
    border: none
}

.page-navigation .page-numbers.next:hover, 
.page-navigation .page-numbers.prev:hover {
    background: none;
    border: none;
    color: #000 !important;
}

.page-navigation .page-numbers {
	background: none;
    border: 1px solid #c9c9c9;
    color: #000 !important;
    font-size: 16px;
    width: auto;
    padding: 5px 17px;
    border-radius: 0;
}

.page-navigation .page-numbers:hover,
.page-navigation .page-numbers.current {
    background: #2690e8;
    color: #fff !important;
    border: 1px solid #2690e8;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll -122px 0px;
    height: 21px;
    width: 28px;
}


/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumb-wrapper{
	background: #1c6fb9;
    top:-10px;
}

#breadcrumb-container {
    max-width: 1400px;
    padding: 5px 0;
}

#breadcrumbs {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

#breadcrumbs a {
    color: #fff !important;
}

.single-practice-area #breadcrumbs a {
    color: #fff !important;
    text-decoration: underline;
}

.single-practice-area #breadcrumbs a:hover {
    text-decoration: none;
}
#breadcrumb .inner{
    display:flex;
    justify-content: space-between;
}
#breadcrumb-cell-1 .inner{
    padding-top: 25px;
   
}
.single-attorney #breadcrumb-wrapper{
    display:none;
}

@media screen and (max-width: 700px) {
	#breadcrumbs{
		display: none;
	}
}


/* ======================================== *
        Newsletter Gravity Form
 * ======================================== */
.gform_wrapper.newsletter-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.newsletter-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.newsletter-form_wrapper input[type=text],
.gform_wrapper.newsletter-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.newsletter-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.newsletter-form_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.gform_wrapper.newsletter-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.gform_wrapper.newsletter-form_wrapper ul.gform_fields input[type=text],
.gform_wrapper.newsletter-form_wrapper ul.gform_fields textarea {
    background: #ffffff;
    max-width: 100%;
    font-size: 14px;
    border: none;
    color: #45484d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

.gform_wrapper.newsletter-form_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

.gform_wrapper.newsletter-form_wrapper .gform_footer input.button,
.gform_wrapper.newsletter-form_wrapper input[type=submit] {
    background-color: #3da231;
    background-image: url(../ie-gradient.php?from=3da231&to=2f7c25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3da231), to(#2f7c25));
    background-image: -webkit-linear-gradient(#3da231, #2f7c25);
    background-image: -moz-linear-gradient(#3da231, #2f7c25);
    background-image: -ms-linear-gradient(#3da231, #2f7c25);
    background-image: -o-linear-gradient(#3da231, #2f7c25);
    background-image: linear-gradient(#3da231, #2f7c25);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border: none;
    padding: 18px 15px;
    width: 100%;
}

.gform_wrapper.newsletter-form_wrapper .gform_footer input.button:hover,
.gform_wrapper.newsletter-form_wrapper input[type=submit]:hover {
    background-color: #2f7c25;
    background-image: url(../ie-gradient.php?from=2f7c25&to=3da231);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f7c25), to(#3da231));
    background-image: -webkit-linear-gradient(#2f7c25, #3da231);
    background-image: -moz-linear-gradient(#2f7c25, #3da231);
    background-image: -ms-linear-gradient(#2f7c25, #3da231);
    background-image: -o-linear-gradient(#2f7c25, #3da231);
    background-image: linear-gradient(#2f7c25, #3da231);
}


/* ======================================== *
        Contact Gravity Form
 * ======================================== */

.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border: none;
    padding: 18px 15px;
    width: 100%;
}

/* ======================================== *
        Accordion styles
 * ======================================== */
 .smk_accordion .accordion_in .acc_head{
     background: #515151;
     color: #fff;
 }
 .smk_accordion .accordion_in > .acc_head .title{
     font-family: 'Open-sans', sans-serif;
 }
 .smk_accordion .accordion_in .acc_content{
     background: none;
 }