/*
	Theme Name: Buildcon
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful theme for Building companies and Agencies.
	Version: 1.3
	Text Domain: buildcon
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: custom-background, threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * This is default style.css file that WordPress loads.
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/themestyles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/customcss
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - WordPress Core */
/* 02 - Form elements */
/* 03 - Table  */
/* 04 - Contact form */
/* 05 - Blog Posts */
/* 06 - Footer */
/* 07 - Sidebar */
/* 08 - Header Styles */
/* 09 - Other General Styles */


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.margin2020 { margin: 0 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
dl.wp-caption { border: none; }
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.nav ul {padding-left: 0;}
.fl { float: left; }
.fr { float: right; }
ol.commentlist,ul.children {list-style: none;padding-left: 0;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.displayinblock { display: inline-block; }
.mtop20 { margin-top: 20px; }
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.section table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.section table th, .section table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.section table thead:first-child tr:first-child th,
.section table tbody:first-child tr:first-child th,
.section table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
input, select, textarea {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #8e8d8d;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0.3px;
    line-height: 40px;
    padding: 0 20px;
    transition: all 300ms ease-in-out 0s;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #ff8c04;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #2c2e30 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 22px;
    padding: 10px 24px 13px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
    z-index: 2;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"] {
    background: #5c5c60 !important;
    border: 1px solid #5c5c60 !important;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #2c2e30 !important;
    border: 1px solid #faffff !important;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/* Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}

/* Table */
table {
    border: 1px solid #ddd;
}
table th, table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/*-------ACCORDION----------*/
.simple-text.color-3 ol {
	padding-left: 25px;
}
.tt-accordion-title.color-2 {
    color: #8d8d8d;
    font-weight: 400;
}
.tt-accordion-body .simple-text img {
    float: left;
    margin-right: 20px;
}

/*----------GET A QUOTE FORM---------*/
.tt-quickquote-img {
	bottom: -45px;
}
.tt-subscribe-submit {
	position: relative;
}
.tt-quickquote-link {
	position: relative;
}
img.ajax-loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}
.tt-quickquote-link img.ajax-loader {
	right: 6px;
}
.c-btn-7 {
	padding: 11px 35px 9px 35px;
}

/*---------BLOG POSTS --------------*/
.tt-post.type-1 .tt-post-desc {
	padding-left: 85px;
}
.tt-post.type-1 .tt-post-date {
	padding-right: 0;
	text-align: center;
	width: 85px;
}
.tt-post.type-3 span.my-post-img img {
	height: 100%;
    position: absolute;
    left: -50%
}

.tt-post.type-2 .tt-post-info:before {
	display: none;
}

/*a.tt-my-style-a {
	font-family: 'Raleway';
}*/
.c-btn-9:hover {
    background: #ff9000 ;
    color: #fff !important;
}

.tt-feature-2-icon {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background: url(assets/img/border.png) no-repeat center center;
    text-align: center;
}

.tt-feature-2-icon i  {
    font-size: 34px;
    line-height: 70px;
    color: #202020;
}

.tt-feature-3-icon {
	text-align: center;
}
.tt-feature-3-icon i {
    font-size: 34px;
    line-height: 70px;
    color: #fff;
}

.tt-post.type-4 .tt-post-date span {
	text-transform: uppercase;
}
.tt-post.type-4 .tt-post-imgbg img {
	height: 100%;
}

.tt-custom-list li.type-4 {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #7b7b7b;
    letter-spacing: 0.3px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.tt-custom-list li.type-4:before {
    content: '\f178';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tt-left-side-img {
	position: relative;
	left: 0;
}

.tt-custom-list li.type-4.color-2 {
	color: #202020;
}
.tt-custom-list li.type-4.color-2:before {
    color: #5aa7de;
}
.tt-feature-4-icon .fa {
    font-size: 34px;
    line-height: 70px;
    color: #ecab13;
}

.tt-feature-6-icon .fa {
    font-size: 34px;
    line-height: 70px;
    color: #fff;
}
.tt-custom-list li.type-5:before {
	 background: url(assets/img/list_3.png) no-repeat center center;
}
a.tt-service-3-icon.custom-hover {
    width: 255px;
}

.blog-banner.container-fluid.tt-herosc {
	padding-left: 0;
	padding-right: 0;
}
.herocontent h2.title {
	text-transform: uppercase;
}
.my_breadcrumbs {
	text-align: right;
	text-transform: uppercase;
	margin-top: 10px;
}

/*--------WIDGETS---------*/
.widget_recent_entries ul {
list-style-type: none;
padding-left: 0;
}

.footer-read-more {
	margin-bottom: 30px;
}
#footer-wrap {
	background-size: cover;
}

/*FOOTER*/
.tt-footer-3 .tt-footer-social-3 a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: transparent;
    font-size: 18px;
    color: rgba(246, 173, 12, 0.5);
    text-align: center;
    line-height: 38px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #c89551;
    margin-right: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tt-footer-3 h4.title {
	font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #f6ad0c;
    letter-spacing: 1.5px;
    margin-top: 0;
}

.tt-footer-1 h4.title {
    border-bottom: 1px solid #0e3c4f;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.tt-footer-1 .footer-read-more a {
	color: #e3006c;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tt-footer-1 .footer-read-more a:hover {
	color: #fff;
}

.tt-footer-3 .footer-read-more a {
	color: #fd9c1e;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tt-footer-3 .footer-read-more a:hover {
	color: #fff;
}

.tt-footer-3 .textwidget {
	font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.5px;
}

.tt-footer-3 .tt-footer-post a, .tt-footer-3 .tt-location-1 a {
	color: #494949;
}
.tt-footer-3 .tt-footer-post a:hover, .tt-footer-3 .tt-location-1 a:hover, .tt-footer-3 .tt-footer-1-list-entry a:hover {
	color: #7d5a2e;
}

.tt-footer-1 .tt-footer-post a:hover {
	color: #fff;
}

.tt-footer-1 .tt-footer-post a {
	color: #6f8691;
}
.tt-footer-3 .tt-location-1 {
	color: #636363;
}

.tt-footer-1 .tt-location-1 {
	color: #7e959e;
}
.tt-footer-3 .tt-footer-1-list-entry a {
	color: #494949;
}

.tt-footer-3 .tt-footer-devider-1 {
	background: #2b3640;
}
.tt-footer-1 .tt-footer-social-1 a:hover {
    background: #e3006c;
}
.tt-footer-3 .tt-footer-social-3 a:hover {
    background: #c89551;
    color: #fff;
}
.tt-footer-1 .tt-footer-contact {
	color: #7e959e;
	border-top: 1px solid #2b3640;
}
.tt-footer-1 .tt-footer-post p {
	color: #ACACAC;
}

.tt-footer-2 .widget h4.title {
    font-family: 'Raleway';
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
    margin-top: 0;
}
footer.tt-footer-2 .textwidget {
	font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4b4b;
    letter-spacing: 0.5px;
}
footer.tt-footer-2 .footer-read-more a {
	font-family: 'Open Sans';
    font-weight: 600;
    color: rgba(56, 192, 155, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
footer.tt-footer-2 .footer-read-more a:hover {
	color: #fff;
}
footer.tt-footer-2 .tt-footer-devider-1 {
	background: #1e1e1e;
}
footer.tt-footer-2 .tt-footer-social-2 a {
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #2b2b2b;
    font-size: 18px;
    color: #fbab00;
    text-align: center;
    line-height: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-right: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
footer.tt-footer-2 .tt-footer-social-2 a:hover {
	background: #4b4b4b;
}
footer.tt-footer-2 .tt-footer-1-list-entry a {
	display: block;
    position: relative;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #4b4b4b;
    letter-spacing: 0.5px;
    padding-left: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
footer.tt-footer-2 .tt-footer-1-list-entry a:hover {
	color: #fff;
}
footer.tt-footer-2 .tt-footer-list-1 {
	border-top: 1px solid #1e1e1e;
}
footer.tt-footer-2 .tt-location-1 {
	color: #fff;
    letter-spacing: 0.5px;
    border: 1px solid #272727;
    padding: 22px 22px 22px 85px;
    background: #0f0f0f;
}
footer.tt-footer-2 .tt-location-1 a {
	color: #fff;
}
footer.tt-footer-2 .tt-location-1 a:hover {
	color: #ecab13;
}
footer.tt-footer-2 .tt-footer-post a:hover {
	color: #fff;
}
footer.tt-footer-2 .tt-footer-post a {
	color: #4b4b4b;
}
footer.tt-footer-3 .tt-footer-list-1 {
border-top: 1px solid #2c2c2e;
}
footer.tt-footer-3 .tt-footer-devider-1 {
	background: #2c2c2e;
}
footer.tt-footer-3 #footer-area {
	font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.5px;
}
footer.tt-footer-2 #footer-area {
	color: #4b4b4b;
}

/*footer widget*/
#footer-wrap .widget_archive ul li {
    padding: 15px 10px;
    border-top: 1px solid #2b3640;
}

#footer-wrap .widget_categories li {
    padding: 15px 10px;
    border-top: 1px solid #2b3640;
    margin-bottom: 0;
}

#footer-wrap .widget_categories li:before {
    display: none;
}

#footer-wrap .widget_pages li {
    padding: 15px 10px;
    border-top: 1px solid #2b3640;
}

#footer-wrap .widget_search form#searchform input#searchsubmit {
    top: 0;
    right: 0;
    height: 40px;
}

#footer-wrap .widget_nav_menu .menu > li{
    padding: 15px 10px;
    border-top: 1px solid #2b3640;
}

#footer-wrap .widget_nav_menu .sub-menu{
    display: none;
}

.tt-main-slide-inner-5 {
	left: 25%;
}
@media (max-width: 991px) {
.tt-main-slide-inner-5 {
    left: 80px;
}
}
div#content-wrapper {
	overflow: hidden;
}
.tt-post.type-1 a.custom-hover img, .tt-post.type-2 a.custom-hover img{
	max-width: 100%;
    height: auto;
}
.tt-post-6-img a.custom-hover img {
	width: 100%;
    display: block;
}
/*.tt-post-6.left .tt-post-6-date {
	margin-bottom: 2px;
}*/
.tt-post-6-date {
	text-transform: uppercase;
}

/*SIDEBAR*/
aside#sidebar h4.title {
	color: #202020;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto Slab';
    position: relative;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding-bottom: 16px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

aside#sidebar h4.title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 66px;
    right: 0;
    height: 1px;
    background: #e5e5e5;
}

aside#sidebar h4.title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 1px;
    background: #12aef8;
}

aside#sidebar .searchform  label.screen-reader-text {
	display: none;
}

aside#sidebar .searchform input.search-field {
	width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    color: #ccc;
    border: 1px solid #e9e9e9;
    padding: 0 45px 0 19px;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

aside#sidebar #searchform input.search-field:focus {
    outline: none;
    border-color: #fa7e1e;
}

aside#sidebar #searchform div {
	position: relative;
}

aside#sidebar .widget {
	margin-bottom: 40px;
}

.widget_categories ul{
	list-style-type: none;
	padding-left: 0;
}
.widget_categories li a {
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.widget_categories li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 19px;
}

.widget_categories li:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #8d8d8d;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.widget_categories li:hover a, .widget_categories li:hover:before {
    color: #ff9000;
}

aside#sidebar .textwidget {
	font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #8d8d8d;
    letter-spacing: 0.4px;
}

aside#sidebar .tagcloud a {
	display: inline-block;
    font-size: 13px !important;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8d8d8d;
    background: #f6f6f6;
    letter-spacing: 0.3px;
    padding: 11.5px 23px;
    margin-right: 2px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

aside#sidebar .tagcloud a:hover {
	color: #fff;
    background: #ff9000;
}
.pager-container h2.screen-reader-text {
	display: none;
}
a.page-numbers, span.page-numbers {
	display: block;
    min-width: 46px;
    height: 46px;
    border: 1px solid #e2e2e2;
    padding: 0 5px;
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    color: #8e8d8d;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    float: left;
    margin-right: 10px;
}
a.page-numbers:hover, span.page-numbers.current {
	background: #ff9000;
    border-color: #ff9000;
    color: #fff;
}
aside#sidebar .widget_true_top_widget a.custom-hover {
	width: 50%;
	height: 95px;
}

aside#sidebar .widget_true_top_widget .tt-post-5-date {
	text-transform: uppercase;
}

.blog-v-3 .pager-container {
	text-align: center;
}
.tt-post-7-img img {
	height: 200px;
}

.blog-v-3 .pager-container {
	text-align: center;
}
.pager-container a {
	display: inline-block;
    min-width: 46px;
    height: 46px;
    border: 1px solid #e2e2e2;
    padding: 0 5px;
    font-size: 20px;
    line-height: 44px;
    font-weight: 400;
    color: #8e8d8d;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /*float: left;*/
    margin-right: 10px;
}
.blog-v-3 .pager-container a i, .blog-v-5 .pager-container a i {
	 font-size: 20px;
    font-weight: 400;
    color: #8e8d8d;
        -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.blog-v-3 .pager-container a:hover, .blog-v-3 .pager-container a:hover i,
.blog-v-3 .pager-container a.active_page, .blog-v-5 .pager-container a:hover,
.blog-v-5 .pager-container a:hover i, .blog-v-5 .pager-container a.active_page {
	background: #ff9000;
    border-color: #ff9000;
    color: #fff;
}

.blog-v-3 .pager-container {
	margin-bottom: 50px;
}
.tt-post-8-date {
	text-transform: uppercase;
}

.blog-v-5 .tt-post-9-img img {
	max-width: 100%;
	height: auto;
}

.blog-v-5 .pager-container {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}


/*HEADER-2*/
.tt-header-2 .main-nav li.current-menu-item a, .tt-header-2 .main-nav .sub-menu li a:hover {
	color: #38c09b;
}
.tt-header-2 .main-nav .sub-menu li a {
    color: #787878;
}
.tt-header-2 .main-nav .sub-menu {
	background-color: #1c1c1c;
}
.tt-header-2 .main-nav .sub-menu li {
	border-bottom: 1px solid #323232; 
}
@media (max-width: 991px) {
.tt-header-2 .main-nav .sub-menu {	
	background: #171f2b;
}
}

/*HEADER-3*/
.tt-header-3 .top-info-content p a {
	color: #092032;
}
.tt-header-3 .main-nav li.current-menu-item a, .tt-header-43.main-nav .sub-menu li a:hover {
	color: #fa7e1e;
}
.tt-header-3 .menu-item-has-children ul {
	top: 34px;
	background: rgba(7, 13, 20, 0.94);
	border-top: 2px solid #da6e1a;
}
.tt-header-3 .menu-item-has-children ul li {
	border-bottom: none !important;
}
.tt-header-3 .menu-item-has-children ul li a {
	color: #0d6994;
}
.tt-header-3 li.menu-item-has-children ul li a:hover {
	color: #ee6800;
}

/*HEADER 4*/
.tt-header-4 .main-nav li.current-menu-item a {
    background: #2b2b2b;
    color: #e8aa01;
    border-bottom: 1px solid #2b2b2b;
}
.tt-header-4 .menu-item-has-children ul {
	top: 0;
}
@media (min-width: 992px) {
.tt-header-4 .main-nav .menu-item-has-children ul li {
	border-bottom: none;
}
.tt-header-4 .main-nav > ul > li.menu-item-has-children > ul > li {
    text-align: center;
}
.tt-header-4 .main-nav > ul > li.menu-item-has-children > ul > li > a:before {
	display: none;
}
}

/*COMMENTS*/
.comment-title h6 {
	text-transform: uppercase;
}

footer.comment-meta .comment-author img {
    width: 70px;
    height: 70px;
    margin-right: 25px;
    float: left;
}
span.says {
    display: none;
}
.comment-author b.fn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #353535;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.comment-metadata a time {
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #c2c2c2;
    padding-right: 12px;
}
.comment-metadata {
    margin-bottom: 5px;
}
span.edit-link a, .reply a, a#cancel-comment-reply-link, #respond p.logged-in-as a {
    font-family: 'Open Sans', sans-serif, Arial;
    color: #e84c3d;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
span.edit-link a:hover, .reply a:hover, a#cancel-comment-reply-link:hover, #respond p.logged-in-as a:hover {
    color: #202020;
}
.comment-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #969595;
    letter-spacing: 0.4px;
}
.reply {
    margin-left: 95px;
}
li.comment .comment-respond {
    margin-top: 20px;
}
.comment-respond #reply-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #202020;
    letter-spacing: 0.3px;
    margin-top: 0;
    text-transform: uppercase;
    margin-right: 15px;
}
.comment-respond #cancel-comment-reply-link {
    font-size: 12px;
    text-transform: none;
}
#cancel-comment-reply-link {
    margin-left: 15px;
}
#respond p.logged-in-as a {
    color: #e84c3d;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.single-comment-box {
    background-color: #fcfcfc;
}
.single-comment-box li.parent .children li.comment {
    border: none;
}
#respond form .comment-form-comment textarea {
    display: block;
    width: 100%;
    height: 173px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #c4c4c4;
    letter-spacing: 0.3px;
    border: none;
    padding: 20px;
    border: 1px solid #eee;
    background: #fcfcfc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 25px;
}
#respond form .form-submit input.submit {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    border: none;
    background: transparent;
    padding: 10px 24px 13px 24px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2;
    background: #ff8c04;
    text-transform: uppercase;
}
#respond form .form-submit input.submit:hover {
    background: #cc7105;
}
.comment-part {
    margin-bottom: 45px;
}
p.logged-in-as {
color: #e84c3d;
-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
p.logged-in-as:hover {
color: #202020;
}
.tt-blog-top-date {
    text-transform: uppercase;
}
.comment .media-left{min-width:100px;}
.commentlist > .comment  > .children{padding-left:130px;}
.commentlist .children li.comment{margin-top:45px;padding-top:35px;margin-bottom:0;padding-bottom:0;border-top:1px solid #DDD;border-bottom:0;}
@media (max-width: 767px) {
	.comment .avatar{float:none;display:block;}
	.commentlist > .comment  > .children{padding-left:0;}
	.commentlist .children li.comment{margin-top:25px;padding-top:15px;}
}


/*EVENTS*/
#tribe-events .tribe-bar-submit input.tribe-events-button {
    background: #ecab13;
    letter-spacing: 0.5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tribe-events .tribe-bar-submit input.tribe-events-button:hover {
    background: #8e8f90;
}
#tribe-events a.tribe-events-ical {
    display: none;
}

#tribe-events .tribe-events-list-event-title a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #202020;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tribe-events .tribe-events-list-event-title a:hover {
    color: #ecab13;
}
#tribe-events .tribe-event-schedule-details, .tribe-events-venue-details {
    color: #8d8d8d;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}
#tribe-events .tribe-event-schedule-details span {
    font-weight: 400;
    letter-spacing: 0.3px;
    
}
#tribe-events .tribe-events-list-event-description p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    word-break: break-word;
}
#tribe-events .tribe-events-list-event-description a, #tribe-events .tribe-events-gmap {
    font-size: 14px;
    line-height: 18px;
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tribe-events .tribe-events-list-event-description a:hover,
#tribe-events .tribe-events-gmap:hover{
    color: #fa7e1e;
}
#tribe-events {
    margin-top: 50px;
}

/*SINGLE  EVENT*/
.tribe-events-cal-links {
    display: none !important;
}
#tribe-events-content .tribe-events-back a {
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
} 
#tribe-events-content .tribe-events-back a:hover {
    color: #fa7e1e;
}
#tribe-events-content h1.tribe-events-single-event-title {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #202020;
}
#tribe-events-content .tribe-events-schedule h2{
    font-family: 'Roboto Slab';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #b6b6b6;
    letter-spacing: 0.3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#tribe-events-content .tribe-events-single-event-description p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    word-break: break-word;
}
#tribe-events-content .tribe-events-meta-group h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #202020;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', sans-serif, Arial;
    margin-bottom: 15px;
}
#tribe-events-content .tribe-events-meta-group dd abbr {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    word-break: break-word;
}
#tribe-events-content .tribe-events-meta-group dt {
    font-family: 'Roboto Slab';
    font-size: 16px;
}
#tribe-events-content .tribe-events-meta-group .tribe-event-tags, #tribe-events-content .tribe-events-meta-group .tribe-events-event-categories {
    color: #1cb0f5;
}

#tribe-events-content .tribe-events-meta-group .tribe-events-event-categories a, #tribe-events-content .tribe-events-meta-group .tribe-event-tags a, .tribe-events-meta-group-organizer dd.tribe-organizer-url a {
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tribe-events-content .tribe-events-meta-group .tribe-events-event-categories a:hover,
#tribe-events-content .tribe-events-meta-group .tribe-event-tags a:hover,
.tribe-events-meta-group-organizer dd.tribe-organizer-url a:hover {
    color: #fa7e1e;
}
#tribe-events-content .tribe-organizer-tel {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    word-break: break-word;
}
#tribe-events-content dd.tribe-venue-location {
    margin-bottom: 15px;
}
.tribe-events-meta-group dd.tribe-venue-tel {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    word-break: break-word;
    margin-top: 5px !important;
}
.tribe-events-meta-group dd.url a {
    font-size: 14px;
    line-height: 18px;
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tribe-events-single-section .tribe-events-meta-group dd.url {
    margin-top: 5px !important;
}
.tribe-events-meta-group dd.url a:hover {
    color: #fa7e1e;
}
.type-tribe_events .tribe-events-single-section {
    background: #f5f5f5;
}
#tribe-events-content .tribe-events-notices {
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #202020;
}
#tribe-events-footer ul.tribe-events-sub-nav li a {
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#tribe-events-footer ul.tribe-events-sub-nav li a:hover {
    color: #fa7e1e;
}

#tribe-events-content .tribe-events-loop .type-tribe_events {
    background: #f5f5f5;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
#tribe-events-content .tribe-events-loop .type-tribe_events img {
    margin-top: 8px;
}
}
#tribe-events-content .type-tribe_events {
    border: 1px solid #e6e6e6;
    padding-right: 15px;
    padding-left: 15px;
}
#tribe-events-content .type-tribe_events:nth-of-type(5n + 1)  {
    border-left: 4px solid #faaa1e;
}
#tribe-events-content .type-tribe_events:nth-of-type(5n + 2) {
    border-left: 4px solid #1cb0f5;
}
#tribe-events-content .type-tribe_events:nth-of-type(5n + 3) {
    border-left: 4px solid #ff6142;
}
#tribe-events-content .type-tribe_events:nth-of-type(5n + 4) {
    border-left: 4px solid #88d133;;
}
#tribe-events-content .type-tribe_events:nth-of-type(5n + 5) {
    border-left: 4px solid #ba73ec;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop {
    max-width: none;
    width: 100%;
}
/*SEARCH*/
.main-container .breadcrumbs span a, .main-container .breadcrumbs span {
    color: #1cb0f5;
    letter-spacing: 0.3px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif,Arial;
}
.main-container .breadcrumbs span a:hover {
    color: #fa7e1e;
}
.main-container .breadcrumbs span.breadcrumb_last {
    color: #202020;
    font-weight: 400;
}
.search .main-container h1.error-title.page-title {
    font-family: 'Roboto Slab';
    position: relative;
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    color: #202020;
    letter-spacing: 0.6px;
    padding-bottom: 18px;
    margin-top: 30px;
}
.search .main-container .align-center {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
}
.search .main-container {
    margin-bottom: 50px;
}

/*WORK PROCESS SHORTCODE*/
.tt-process .tt-process-entry .tt-process-icon i.fa {
    margin-top: 50%;
    transform: translateY(-50%);
}

/*WIDGETS*/
aside#sidebar .widget_archive label.screen-reader-text {
    display: none;
}
aside#sidebar .widget_archive select {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    border: 1px solid #e9e9e9;
    font-family: 'Raleway';
    font-size: 14px;
    color: #ccc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#sidebar .widget_archive select:focus {
    border-color: #fa7e1e;
    outline: none;
}
aside#sidebar .widget ul {
    padding-left: 0;
}
aside#sidebar .widget ul li {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 16px;
}
aside#sidebar .widget.woocommerce ul li {
    padding-left: 0;
}
aside#sidebar .widget ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#sidebar .widget li:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #8d8d8d;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#sidebar .widget.woocommerce li:before {
    display: none;
}
aside#sidebar .widget ul li a:hover, aside#sidebar .widget li:hover:before {
    color: #fa7e1e;
}
aside#sidebar .widget.widget_recent_entries li:before {
    display: none;
}
aside#sidebar .widget.widget_recent_entries ul li {
    padding-left: 0;
}
aside#sidebar .widget.widget_recent_entries ul li a {
    color: #202020;
    font-size: 14px;
    line-height: 20px;
     font-family: 'Raleway';
    position: relative;
    letter-spacing: 0.6px;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#sidebar .widget.widget_recent_entries ul li a:hover {
    color: #fa7e1e;
}
aside#sidebar .widget.widget_recent_entries ul li span {
    font-weight: 400;
    color: #8d8d8d;
    font-family: 'Open Sans',sans-serif,Arial;
    font-size: 12px;
}
aside#sidebar .widget.widget_calendar table#wp-calendar {
    width: 100%;
} 
aside#sidebar .widget.widget_calendar table#wp-calendar caption {
    text-align: center;
    margin-bottom: 5px;
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 600;
}
aside#sidebar .widget.widget_calendar table#wp-calendar tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}
aside#sidebar .widget.widget_calendar table#wp-calendar tfoot tr td {
    padding-top: 10px;
}
aside#sidebar .widget.widget_calendar table#wp-calendar tfoot tr td a {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 20px;
     font-family: 'Raleway';
    position: relative;
    font-weight: 600;
    letter-spacing: 0.6px;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#sidebar .widget.widget_calendar table#wp-calendar tfoot tr td {
    color: #8d8d8d;
}
aside#sidebar .widget.widget_calendar table#wp-calendar tfoot tr td a:hover {
    color: #fa7e1e;
}
aside#sidebar .widget_nav_menu ul li ul.sub-menu {
    margin-top: 10px;
}
aside#sidebar .widget_nav_menu ul li a i {
    margin-left: 5px;
}

/*FOOTER WIDGETS*/
#footer-widget-area select {
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #e9e9e9;
    font-family: 'Raleway';
    font-size: 14px;
    color: #ccc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#footer-widget-area select:focus {
    border-color: #fa7e1e;
    outline: none;
}
#footer-widget-area .widget {
    margin-bottom: 30px;
}
#footer-widget-area .widget label {
    display: none;
}
#footer-widget-area .widget ul {
    padding-left: 0;
    list-style-type: none;
}
.tt-footer-1 #footer-widget-area .widget ul li a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6f8691;
    letter-spacing: 0.5px;
    padding-left: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-1 #footer-widget-area .widget ul li a:hover {
    color: #fff;
}
.tt-footer-1 #footer-widget-area .widget ul li a:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #8d8d8d;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-1 #footer-widget-area .widget ul li a:hover:before {
    color: #fff;
}
#footer-widget-area .widget table#wp-calendar {
    width: 100%;
}
.tt-footer-1 #footer-widget-area .widget {
    color: #7e959e;
}
#footer-widget-area .widget.widget_recent_entries ul li a:before {
    display: none;
}
#footer-widget-area .widget.widget_recent_entries ul li a {
    padding-left: 0;
}
#footer-widget-area .widget-text p,
#footer-widget-area .widget p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.tt-footer-1 #footer-widget-area  p, .tt-footer-1 #footer-widget-area caption {
    color: #7e959e;
}
.tt-footer-1 #footer-widget-area .widget h3.title {
    font-family: 'Roboto Slab';
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.tt-footer-1 #footer-widget-area .widget.widget_tag_cloud a {
    color: #6f8691;
    letter-spacing: 0.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-1 #footer-widget-area .widget.widget_tag_cloud a:hover {
    color: #fff;
}

.tt-footer-3 #footer-widget-area  p, .tt-footer-3 #footer-widget-area caption, .tt-footer-3 #footer-widget-area .widget span {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.5px;
}
#footer-wrap #footer-widget-area .widget span {
    font-size: 12px;
}
.tt-footer-3 #footer-widget-area .widget_calendar table {
    color: #636363;
}

.tt-footer-3 #footer-widget-area .widget ul li a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #636363;
    letter-spacing: 0.5px;
    padding-left: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-3 #footer-widget-area .widget ul li a:hover {
    color: #7d5a2e;
}
.tt-footer-3 #footer-widget-area .widget ul li a:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #636363;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-3 #footer-widget-area .widget ul li a:hover:before {
    color: #7d5a2e;
}

.tt-footer-2 #footer-widget-area .widget.widget_recent_comments ul li a:before {
    display: none;
}
.tt-footer-1 #footer-widget-area .widget.widget_recent_comments ul li a:before {
    display: none;
}


.tt-footer-2 #footer-widget-area  p, .tt-footer-2 #footer-widget-area caption, .tt-footer-2 #footer-widget-area .widget span {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4b4b;
    letter-spacing: 0.5px;
}
#footer-wrap #footer-widget-area .widget span {
    font-size: 12px;
}
.tt-footer-2 #footer-widget-area .widget_calendar table {
    color: #4b4b4b;
}

.tt-footer-2 #footer-widget-area .widget ul li a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4b4b4b;
    letter-spacing: 0.5px;
    padding-left: 17px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-2 #footer-widget-area .widget ul li a:hover {
    color: #fff;
}
.tt-footer-2 #footer-widget-area .widget ul li a:before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #4b4b4b;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tt-footer-2 #footer-widget-area .widget ul li a:hover:before {
    color: #fff;
}

/*POST EDIT*/
.tt-left-margin .tt-blog-top.mbottom45 img {
    max-width: 100%;
    display: block;
    height: auto;
}
@media (min-width: 992px) {
    .tt-left-margin .tt-blog-top.mbottom45 .tt-blog-top-date {
        margin-bottom: 2px;
    }
}


/* WPML styles */
/*top nav language*/
.tt-header-1 .left-content {
    float: left;
    font-size: 0;
}

.tt-header-1 .right-content {
    float: right;
    font-size: 0;
}

.tt-header-1 .top-social{
    display: inline-block;
    float: none;
}

@media (max-width:991px) {
    .tt-header-1 .left-content,
    .tt-header-1 .right-content {
        float: none;
    }

    .tt-header-1 .left-content {
        text-align: center;
    }
    #lang_sel ul ul{
        left: 50%;
        right:auto;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

/*FOOTER WIDGETS STYLE*/
.tt-footer-devider-1 {
	margin-bottom: 10px;
}
footer .textwidget {
	margin-bottom: 13px;
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #7e959e;
    letter-spacing: 0.5px;
}

#footer-area {
	background: #11191f;
    padding: 31px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2e4e5a;
    letter-spacing: 0.5px;
    height:500px;
}
.copy-right-text {
    text-align: left;
}
.created-text {
    text-align: right;
}
.tt-location-1 {
	margin-bottom: 40px;
}
.sidebar-meet-attorneys {
	text-align: center;
}

/*MENU STYLING*/

.mmm_fullwidth_container {
	width: 0 !important;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
	padding: 0px 25px !important;
}
ul.mega_dropdown a.item_link {
	border-bottom: 1px solid #f1f1f1 !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
/*CUSTOM STYLING*/
.tt-collrage-entry {
	width: 100%;
}
.tt-collrage-entry a img {
	margin: 0 auto;
}

.tt-header-2-margin-bottom {
    height: 63px;
}
@media (max-width: 768px) {
.tt-header-2-margin-bottom {
    height: 24px;
}
}
/*------------TAB STYLING------------*/
.vc_tta-tabs-position-top ul.vc_tta-tabs-list a::after {
    content: "/";
    position: absolute;
    top: 14px;
    right: -6px;
    z-index: 5;
}
li.vc_tta-tab.vc_active {
    position: relative;
}

.vc_tta-tabs-position-top ul.vc_tta-tabs-list li.vc_active::before {
    content: "/";
    position: absolute;
    top: 17px;
    z-index: 5;
    right: -3px;
    color: #fff;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
	background-color: transparent !important;
}
.vc_tta-tabs-position-top ul.vc_tta-tabs-list li{
	border-top: 1px solid #323a43;
    border-bottom: 1px solid #323a43;
}
.vc_tta-tabs-position-top ul.vc_tta-tabs-list li > a {
	color: #fff !important;
}
.vc_tta-tabs-position-top ul.vc_tta-tabs-list li.vc_active > a {
	color: #fbab00;
}
.vc_tta-tabs-position-top ul.vc_tta-tabs-list li.vc_active {
	border-bottom: 1px solid #fbab00;
	border-top: 1px solid #fbab00;
}

.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
}
.vc_tta-tabs-position-top ul.vc_tta-tabs-list {
	margin-left: 20px !important;
}

.vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
	background-color: #fff !important;
}
.vc_tta-tabs-position-left li.vc_tta-tab a {
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #fff !important;
    background: #fbab00 ;

}
.vc_tta-tabs-position-left li.vc_tta-tab.vc_active>a{
	background-color: #de186d;
    color: #8d8d8d !important;
}
.vc_tta-tabs-position-left li.vc_tta-tab.vc_active::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #31aae2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

/*------SUBSCRIBE FORM------------*/
img.ajax-loader {
	position: absolute;
	top: 30px;
}

/*-----LABEL----------*/
/*.tt-strip-label {
	left: 15px;
}*/

a.custom-hover {
text-align: center;
width: 100%;
}

.tt-custom-list {
	margin-top: 35px;
}

/*-----LISTS---------*/
.tt-custom-list li.type-3:before {
	content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 13px;
    background: url(assets/img/list.png) no-repeat center center;
}
.tt-custom-list li.type-3 {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 14px;
}

.tt-custom-list li.type-1:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 27px;
    height: 27px;
    background: url(assets/img/list_2.png) no-repeat center center;
}

.tt-custom-list li.type-1 {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
    letter-spacing: 0.5px;
    padding-left: 40px;
    margin-bottom: 24px;
}

.tt-custom-list li.type-2 {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #8d8d8d;
    letter-spacing: 0.4px;
    border-top: 1px solid #efefef;
    padding: 12px 5px 11px 22px;
}
.tt-custom-list li.type-2:before {
    content: '\f178';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #31aae2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -5px;
}
.tt-custom-list li.type-2:last-child {
    border-bottom: 1px solid #efefef;
}

/* QA styles */
/* Hero shortcode classes */
.blog-banner {
  background-position: center;
  background-size:cover;
  position: relative;
}
.blog-banner-bg  {
  background-position: center;
  background-size:cover;
}
.blog-banner.dark h2.tt-heading-title { color: #333333; }
.blog-banner.light h2.tt-heading-title{ color: #ffffff; }
.overlay-clr {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.no-tpadd div#content-wrapper {
    padding-top: 0;
}
.no-bpadd div#content-wrapper {
    padding-bottom: 0;
}

.top-line .top-info.style-2::before {
    background: #343e45 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 19px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.tt-header-1 .top-info.style-2 {
    border-right: 0 none;
}
.tt-header-1 .top-info {
    border-right: 1px solid #252e3c;
    float: right;
    padding: 0 24px;
    position: relative;
}
.tt-header-1 {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.tt-header-1.b {
    height: 94px;
}
.tt-header-margin-1.b {
    height: 94px;
}
.tt-header-margin-1.nosticky { display: none; }
@media (max-width: 991px) {
    .tt-header-1.b {
        height: 70px;
    }
    .tt-header-margin-1.b {
        height: 70px;
    }
}
.mleft70 { margin-left: 70px; }
.ml-title {
    color: #202020;
    display: block;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
    transition: all 300ms ease-in-out 0s;
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
}
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.post-title a { text-transform: uppercase; }
iframe{max-width:100%;}

/* The End */

/*BUTTON*/
form input[type="submit"].c-btn-26 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #faffff !important;
    letter-spacing: 0.3px;
    padding: 8px 31px;
    background: #5c5c60 !important;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #faffff !important;
    border-bottom: 5px solid #b5b5b5 !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
form input[type="submit"].c-btn-26:hover {
    background: #fff !important;
    color: #e3006c !important;
    border-color: #b5b5b5;
}

#footer-widget-area {
    padding-top: 50px;
}

.tt-footer-1 .widget-social-links a {
    color: #032d3d;
    background: #7e959e;
}
.tt-footer-1 .widget-social-links a:hover {
    background: #fff;
}
.sidebar-post a.tt-post-5-img img {
    height: 100%;
    width: 100%;
}

/*EVENTS*/
.tribe-bar-filters #tribe-bar-dates label, .tribe-bar-filters label, #tribe-bar-views .tribe-bar-views-inner label, #tribe-events-content-wrapper #tribe-events-content .tribe-events-page-title, .tribe-events-loop .tribe-events-list-separator-month span {
    color: #202020;
}
#tribe-events-content .tribe-events-loop .tribe-events-day-time-slot .type-tribe_events {
   margin-left: 0px; 
}

#tribe-events #tribe-events-content-wrapper #tribe-events-content {
    margin-bottom: 0px;
}

/*CF*/
.tt-contact-submit input.c-btn-11.color-2.size-2 {
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
    font-family: 'Open Sans',sans-serif,Arial;
}

/*BUTTON*/
form input[type="submit"].c-btn-26 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #2e2e2e;
    letter-spacing: 0.3px;
    padding: 8px 31px;
    background: #fbab00;
    overflow: hidden;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #cc7105;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

form input[type="submit"].c-btn-26:hover {
    background: #09b1ff;
    color: #fff;
    border-color: #4985c3;
}

#footer-widget-area {
    padding-top: 50px;
}

/*top nav*/
.top-line .top-text,
.top-line .top-info,
.top-line .top-social,
.top-line .top-nav{
    vertical-align:top;
}
.top-line .left-content {
    float: left;
    font-size: 0;
}

.top-line .right-content {
    float: right;
    font-size: 0;
}

.top-line .top-text,
.top-line .top-info,
.top-line .top-social,
.top-line .top-nav {
    display: inline-block;
    float: none;
}

.top-line .top-nav {
    font-size: 0;
    vertical-align: top;
}

.top-line .top-nav li {
    display: inline-block;
    padding: 0 24px;
    border-left: 1px solid #252e3c;
}

.top-line .top-nav li:last-child {
    border-right: 1px solid #252e3c;
}

.top-line .top-nav a {
    font-size: 14px;
    line-height: 45px;
    font-weight: 400;
    color: #999ea3;
    letter-spacing: 0.5px;
}

.top-line .top-nav a:hover {
    color: #fff;
}

.top-line .top-info:last-child {
    border-left: 0;
}
.topnav-spacer{display:inline-block;width:23px;}

@media (max-width:991px) {
    .top-line .left-content,
    .top-line .right-content {
        float: none;
    }

    .top-line .left-content {
        text-align: center;
    }

    .top-line .top-text,
    .top-line .top-info,
    .top-line .top-nav {
        display: block;
    }

    .top-line .top-info.style-2::before {
        display: none;
    }

}

/*data-vc-full-width*/
.vc_row[data-vc-full-width],div.vc_row[data-vc-full-width] {
    overflow: visible;
}

/*botton nav*/
.woocommerce nav.woocommerce-pagination ul {
    display: block;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 46px;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 44px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ff9000;
    border-color: #ff9000;
    color: #fff;
}

/*shop*/
.woocommerce .tt-shop-v-2 ul.products li.product.first {
    top: 0;
}

.woocommerce ul.products li.product .onsale {
    display: inline-block;
    top: 15px;
    left: 0;
    right: auto;
    min-height: 0;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 3px 27px;
    background: #ff8c04;
}

/* EOF */


.tourButtonColour {
    background-color: #de186d;
}