/* LOCAL CSS  */


/* ========================================================================================= Local - General */


/* ==================================================================== Defaults */


.admin-content > div.container{
	margin-top: 40px;
	margin-bottom: 60px;
}

.admin-content > div.container h1:not([class]), 
.admin-content > div.container h2:not([class]), 
.admin-content > div.container h3:not([class]), 
.admin-content > div.container h4:not([class]), 
.admin-content > div.container h5:not([class]) {
	margin-bottom: 30px;
    margin-top: 60px;
    font-family: 'news_gothic_mtbold';
    font-weight: normal;
}

.admin-content > div.container h1:first-child, 
.admin-content > div.container h2:first-child, 
.admin-content > div.container h3:first-child, 
.admin-content > div.container h4:first-child, 
.admin-content > div.container h5:first-child {
	margin-top: 0;
}

.admin-content  ol:not([class]),
.admin-content  ul:not([class]) {
    margin-bottom: 28px;
    margin-left: 40px;
}

.admin-content  ol:not([class])>li{
	list-style-type: decimal;
	margin-bottom: .9em;
	line-height: 1.5em;
}

.admin-content ul:not([class])>li{
	list-style-type: none;	
	margin-bottom: .9em;
	line-height: 1.5em;
}

.admin-content  ul:not([class])>li:before{
	font-family: 'tw-font';
	color: #03481d;
	content: "\e90c";
	font-size: 1em;
	-webkit-font-smoothing: inherit;
	margin-left: -17px;
    padding-right: 10px;
}



/* ==================================================================== Header */
/*
.main-nav { display: grid;}

.main-nav .nav-wrap { margin-top: 5px; }

.main-nav .nav {
	display: inline-block;
	vertical-align: text-top;
}
*/

/* ==================================================================== local homepage */


/* ==================================================================== Homepage */

/* Florida */
body.local-home.location-florida .sec-about-tworld-excerpt {
	background-image: url('/img/local/florida/about-transworld-florida.jpg'); 	
}

body.local .sec-our-team-links { 
	background: #d6d6d6;
    padding: 75px 0px 110px;
}

body.local .sec-our-team-links .agent-list .list-item{
	margin-bottom: 40px;
}


body.local .sec-our-team-links .agent-contacts {
	padding-top: 5px;
	font-size: .85em;
}

body.local .sec-our-team-links .agent-contacts,
body.local .sec-our-team-links .agent-contacts a:not(.btn){
	color: #000;
}

body.local .sec-our-team-links .agent-contacts a:not(.btn):hover{
	text-decoration: underline;
}

body.local .sec-our-team-links .agent-contacts li > i {
	color:#9d7d4f;
	margin-right: 4px;
	margin-top: 2px;
}
/*
body.local .sec-our-team-links .agent-photo {
	max-width: 150px;
}
*/

body.local-home .sec-resource-center-links { background: transparent;}


/* ==================================================================== Our Team */

body.local.page-our-team .sec-our-team-links .image-wrap.circular {
    max-width: 200px;
}

body.local.page-our-team .sec-our-team-links .agent-contacts {
    text-align: center;
}

body.local.page-our-team .sec-our-team-links .agent-bio {
	padding-top: 5px;
	font-size: .85em;
	text-align: center;
}

/* ==================================================================== Testimonials and Reviews */


.sec-testimonials-wrapper{}

.sec-testimonials-wrapper .testimonial-list-wrapper{}

.testimonial-list-wrapper .testimonial-item{
	margin-bottom: 30px;
}

.testimonial-list-wrapper .testimonial-item .review-text{ 
	background: #eee; 
	padding: 20px;  
	margin-bottom:30px;
	line-height: 1.4em;
	border-radius: 10px;
}


.testimonial-list-wrapper .testimonial-item .review-text p{ 
	margin-bottom: 15px; 
}

.testimonial-list-wrapper .testimonial-item .review-text:before{
	position: absolute;
    top: 20px;
    left: -20px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 20px solid #eee;
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    content: "";
}

.testimonial-list-wrapper .testimonial-item .testimonial-info {
	text-align: right;
	padding-right: 30px;
}

.testimonial-list-wrapper .testimonial-item .testimonial-info span {
	font-size: .8em;
	line-height: 1em;
	display: block;
	margin-bottom: 8px;
}

.testimonial-list-wrapper .testimonial-info .testimonial-rating{}

.testimonial-list-wrapper .testimonial-info .testimonial-rating .starRate{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.testimonial-list-wrapper .testimonial-info .testimonial-author{}

.testimonial-list-wrapper .testimonial-info .testimonial-location{}

.testimonial-list-wrapper .testimonial-info .testimonial-date{}

.testimonial-list-wrapper{}

.testimonial-list-wrapper{}


.modal.review .modal-header {
    background: #ff9300;
    color: #000;
}

.modal.review .modal-header .close{
	color: #000;
	opacity: 1;
	text-shadow: none;
}



/* ==================================================================== Reviews form*/


#review-us form {
	display: none;
	padding: 10px;
	text-align: left;
}

#review-us {
	margin-bottom: 50px;
	text-align: center;
}

#review-us button.expand, #review-us button.collapse {
	width: 100%;
	background: #f6eb15;
	box-shadow: none;
	border: none;
	text-shadow: none;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	border-radius:40px;
	padding:10px;
	max-width: 300px;
	margin: 0 auto;
}

#review-us button.expand:before, 
#review-us button.collapse:before {
	font-family: 'tw-font'; /* updated ... was FontAwesome */
	display: inline-block;
	margin-right: 10px;
}

#review-us button.expand:before {
	content: '\f006'; /* update */
}

#review-us button.collapse:before {
	content: '\f00d'; /* update */
}

#review-us button.collapse {
	display: none;
	height:auto;
}

#review-us.opened button.expand {
	display: none;
}

#review-us.opened button.collapse {
	display: block;
}


#review-us .gplus .fa-square {
	color: #dc4e41;
}

#review-us .yelp .fa-square {
	color: #af0606;
}


.rating-wrapper { 
	padding: 10px;
	color: #fff;
	background: #000;
	border-radius: 3px;
}



.rating {
	width: 110px;
	display: inline-block;
	vertical-align: middle;
}

.rating span {
	float: right;
	position: relative;
}

.rating span input {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 100%;
}

.rating span label:after {
	/*font-family: 'fontello';
	content: '\e8c8';*/
	font-family: 'tw-font';
	content: '\e914';
}


.rating span label {
	display: inline-block;
	color: #ccc;
	font-size: 17px;
	margin-right: 5px;
	margin-bottom: 0;
}

.rating span:hover ~ span label, .rating span:hover label, .rating span.checked label, .rating span.checked ~ span label {
	background: transparent;
	color: #ffd839;
}

.rating span.checked ~ span label:after, .rating span.checked label:after  {
	content:'\e915';
	}


#review-us .ty-social, #review-us .ty-lowreview {
	display: none;
}

#review-us .social-links span {
	display:inline-block;
	/*float:left;*/
	margin-right:10px;
}

#review-us .social-links span.share-label {
	font-size: 2em;
	/* vertical-align: middle; */
	/* display: -webkit-inline-box; */
	line-height: 2em;
}

#review-us .social-links a{
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	border: solid 2px #00559f;
	color: #00559f;
	border-radius: 50%;
	display: block;
	text-align: center;
	font-size: 1.5em;
}

#review-us .social-links a:hover{
	color:#fff;
	background: #00559f;
	border: solid 2px #00559f;
}
.sec-footer-nav .menu-list:nth-child(5n+1) {
    clear: left;
}


/* ==================================================================== XXXXXXX */


/* ==================================================================== XXXXXXX */


/* ==================================================================== XXXXXXX */


/* ==================================================================== XXXXXXX */


/* ==================================================================== XXXXXXX */



/* ========================================================================================= Local - Responcve */


@media screen and (max-width: 1170px) {

	.main-nav .nav {
		/*font-size: .9em;*/
	}

}


@media screen and (max-width: 1080px) {

	.main-nav .nav {
		/*font-size: .8em;*/
	}

}


@media screen and (max-width: 767px) {

	.main-nav .nav {
		/*font-size: 1em;*/
	}

}

@media screen and (max-width: 640px) {

	.testimonial-list-wrapper .testimonial-item .review-text:before{
		top: auto;
		bottom: -20px;
		left: auto;
		right: 30px;
		border-bottom: 0 solid transparent;
		border-top: 20px solid #eee;
		border-right: 0 solid transparent;
		border-left: 20px solid transparent;
	}

	.testimonial-list-wrapper .testimonial-item .testimonial-info span {
		font-size: .75em;
		margin-bottom: 7px;
	}

}

@media screen and (max-width: 480px) {

	body.local .sec-our-team-links .agent-list .list-item { text-align: center; }

	body.local .sec-our-team-links .agent-list .agent-photo { margin: 0 auto; }
}
