/*
Theme Name: Town and Country Builders 
Theme URI: http://www.townandcountrybuilders.ie
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


          /*---------- Structure ----------*/
		  
* { 
	margin:0;
	padding:0;
	outline:0;
}

img { 
	border:none;
	max-width:100% ;
	height:auto;
	vertical-align:bottom;
}

a { 
	text-decoration:none;
	color:#ed2026;	
}


@font-face {
	font-family: "Myriad Pro";
	src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.svg#Myriad Pro') format('svg'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro Light";
	src: url('fonts/MyriadPro-Semibold.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Semibold.svg#Myriad Pro Light') format('svg'),
	url('fonts/MyriadPro-Semibold.woff') format('woff'),
	url('fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MyriadPro-Bold";
	src: url('fonts/MyriadPro-Bold.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),
	url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {font-size: 22px;}	
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro Light";
	font-weight:normal;
	line-height:1;
}

b, strong { 
	font-weight:normal !important;
	font-family: "Myriad Pro Light";
}

body { 
	direction:ltr;
	color:#232323;
	background:#fff;
	font-family: "Myriad Pro";
	font-size:14px;
}

.tc-container { 
	margin:0 auto;
	max-width:1200px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}

.one-full { 
	margin:0 -10px;
}

.one-full .one-one, 
.one-full .one-two, 
.one-full .one-half, 
.one-full .one-three, 
.one-full .one-four, 
.one-full .one-five, 
.one-full .one-six, 
.one-full .one-seven, 
.one-full .one-eight, 
.one-full .one-nine, 
.one-full .one-ten,
.one-full .one-third, 
.one-full .one-fourth, 
.one-full .one-fifth 
	{ 
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}

.one-half { 
	width:50%;
}

.one-two { 
	width:20%;
}

.one-three { 
	width:30%;
}

.one-four { 
	width:40%;
}

.one-five { 
	width:50%;
}

.one-six { 
	width:60%;
}

.one-seven { 
	width:70%;
}

.one-eight { 
	width:80%;
}

.one-nine { 
	width:90%;
}

.one-ten { 
	width:100%;
}

.one-third { 
	width:33.33333%;
}

.one-fourth { 
	width:25%;
}

.one-fifth { 
	width:20%;
}
          /*---------- Header ----------*/
		  
.tc-header { 
	padding-bottom:4px;
	background:#ed2026;
}	

.tc-header-top { 
	background:#232323;
	font-size:18px;
	color:#fff;
	text-align:right;
}	

.tc-header-top-inn { 
	padding:5px 20px 4px;
}

.tc-header-top a { 
	color:#fff;
} 

.tc-header-top a:hover { 
	color:#ed2026;
} 

.tc-header-top-inn > div { 
	display:inline-block;
	margin:0 10px;
	line-height:26px;
	vertical-align:middle;
}

.tc-social-top a { 
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
}

.tc-fb-top { 
	background:url(images/fb-icon.png) no-repeat;
}

.tc-in-top { 
	background:url(images/in-icon.png) no-repeat;
}

.tc-header-btm { 
	border-top:4px solid #ee3137;
	border-bottom:4px solid #ee3137;
	
} 

.tc-header-btm-inn { 
	padding:40px 30px;
}

.primary-menu ul { 
	list-style:none;
	font-size:0;
	text-align:right;
}

.primary-menu ul li { 
	display:inline-block;
	*display:inline;
	zoom:1;
	position:relative;
	border-right:1px solid #d9191e;
	font-size:18px;
}

.primary-menu ul li a { 
	display:block;
	padding:20px 22px;
	color:#fff;
	line-height:18px;
}

.primary-menu ul li:last-child { 
	border-right:none;
}

.primary-menu ul li:last-child a { 
	padding-right:0;
}

.primary-menu ul ul { 
	position:absolute;
	left:0;
	top:62px;
	padding-top:48px;
	z-index:999;
	background:url(images/transparent.png);
	opacity:0;
	visibility:hidden;
	width:220px;
	text-align:left;
	transition:all .5s ease-in-out 0s;
	
}

.primary-menu ul ul ul { 
	left:100%;
	top:0;
	padding:0;
}

.primary-menu ul ul li { 
	display:block;
	border:none;
}

.primary-menu ul ul li a { 
	padding:10px 22px;
	background:#ed2026;
	border-bottom:1px solid #d9191e;
}

.primary-menu ul li:hover > ul { 
	opacity:1;
	visibility:visible;
	
}

.primary-menu ul li:hover > a { 
	color:#232323;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a {
	color:#232323;
}	

.nav-toggle1 { 
	display:none;
}

          /*---------- Main Slider + Header Image ----------*/

.tc-slider { 
	border-top:4px solid #575857;
	position:relative;
	background:#f2efea;
}

.tc-slide-thumb  { 
	border-bottom:46px solid #232323;
}

.tc-slide-thumb img { 
	display:block;
	width:100%;
}

.tc-slide-caption { 
	position:absolute;
	left:70px;
	bottom:70px;
	color:#fff;
	font-size:30px;
}

.tc-slide-caption h1 { 
	font-size:30px;
	line-height:1;
}

.tc-slide-title-desc:before { 
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ed2026;
	opacity:.9;
	content:"";
	z-index:-1;
}

.tc-slide-title-desc { 
	padding:12px;
	text-align:center;
	min-width:300px;
	position:relative;
	z-index:9;
}

.tc-slide-title-desc > div { 
	display:inline-block;
}

.tc-slide-link { 
	max-width:230px;
	position:relative;
	z-index:9;
}

.tc-slide-link:before { 
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:#232323;
	opacity:.9;
}

.tc-slide-link a { 
	color:#fff;
	padding:10px;
	font-size:18px;
	display:block;
	text-indent:30px;
	background:url(images/arrow-1.png) no-repeat;
	background-position:calc(100% - 15px) center;
}

.tc-slide-link a:hover { 
	background-color:#232323;
}

.tc-slide-pagi { 
	position:absolute;
	right:16px;
	bottom:-27px;
	z-index:99;
	font-size:0;
}

.tc-slide-pagi a { 
	display:inline-block;
	color:transparent;
	text-indent:-9999px;
	width:30px;
	height:6px;
	background:#fff;
	margin:0 2px;
}

.tc-slide-pagi a:hover, a.activeSlide { 
	background:#ed2026;
}

.tc-slide-prev, .tc-slide-next { 
	position:absolute;
	width:28px;
	height:28px;
	top:50%;
	margin-top:-14px;
	z-index:99;
	opacity:.8;
}

.tc-slide-prev { 
	background:url(images/tc-prev.png) no-repeat;
	left:10px;
}

.tc-slide-next { 
	background:url(images/tc-next.png) no-repeat;
	right:10px;
}

.tc-slide-prev:hover, .tc-slide-next:hover { 
	opacity:1;
}

.tc-header-image { 
	border-top:4px solid #575857;
	border-bottom:4px solid #232323;
	position:relative;
}

.tc-header-image-thumb img { 
	display:block;
	display:block;
}

          /*---------- Main Content ----------*/

.tc-main-content { 
	background:#f2efea;
}

.tc-features { 
	margin: 0 -3px;
    padding: 12px 0 4px;
	background:#f2efea;
}

.tc-features ul { 
	list-style:none;
	font-size:0;
}

.tc-features ul li { 
	display:inline-block;
	vertical-align:bottom;
	font-size:20px;
	width:33.33%;
}	

.tc-features ul li a { 
	display:block;
	color:#fff;
	margin:0 3px 8px;
}	

.tc-features ul li:nth-child(1) a, .tc-features ul li:nth-child(2) a, .tc-features ul li:nth-child(3) a { 
	padding-bottom:8px;
	border-bottom:5px solid #575857;
} 

.tc-feature-box { 
	position:relative;
} 

.tc-feature-thumb  { 
	border:4px solid #fff;
	transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.tc-feature-thumb img { 
	display:block;
	width:100%;
}

.tc-feature-title { 
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.tc-feature-title-inn { 
	padding:4px 4px 16px 4px;
}

.tc-feature-title h2 { 
	padding:6px 36px 10px 10px;
	text-align:center;
	font-family: "MyriadPro-Bold";
	max-width:240px;
	position:relative;
	z-index:9;
}

.tc-feature-title h2:before { 
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:#ed2026;
	content:"";
	opacity:.9;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

.tc-feature-title h2:after { 
	position:absolute;
	top:0;
	right:10px;
	z-index:99;
	content:"";
	width:18px;
	height:100%;
	background:url(images/arrow-1.png) no-repeat center center;
}

.tc-features ul li a:hover .tc-feature-thumb { 
	border-color:#ed2026;
}

.tc-feature-title h2:hover:before { 
	opacity:1;
}

          /*---------- Footer ----------*/	

.tc-footer { 
	background:#232323;
	color:#fff;
	text-align:center;
}

.tc-footer-inn { 
	padding:80px 30px 75px;
}

.tc-footer a { 
	color:#fff;
}

.tc-footer a:hover { 
	text-decoration:underline;
}		  	  

          /*---------- Entry Content ----------*/		  

.entry-header { 
	margin-bottom:15px;
	color:#ed2026;
}

.widget-title { 
	margin-bottom:15px;
	color:#ed2026;
	font-size:22px;
}

.entry-content, .widget-content { 
	line-height:1.3;
}

.entry-content p, .widget-content p { 
	margin-bottom:10px;
}

.entry-content p:last-child, .widget-content p:last-child { 
	margin-bottom:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.widget-content h1,
.widget-content h2,
.widget-content h3, 
.widget-content h4, 
.widget-content h5, 
.widget-content h6 { 
	margin-bottom:10px;
	color:#ed2026;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 10px 12px;
	line-height:1.5;
}
.entry-content ul ul, .entry-content ol ol,
.widget-content ul ul, .widget-content ol ol { 
	margin:0;
}

.entry-content a, .widget-content a { 
	color:#ed2026;
}

.entry-content a:hover, .widget-content a:hover { 
	text-decoration:underline;
}

.btn { 
	padding:4px 10px;
	background:#ed2026;
	color:#fff !important;
	display:inline-block;
	*display:inline;
	zoom:1;
	border:none;
}

.btn:hover { 
	background:#232323;
	text-decoration:none !important;
}

.btn-small { 
	font-size:14px;
}

.btn-large { 
	font-size:18px;
	padding:8px 25px;
}

.text-left { 
	text-align:left;
}

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

.text-right { 
	text-align:right;
}

div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#ed2026;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#ed2026;
	color:#fff;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#232323;
}

.tc-map { 
	margin:0 0 10px;
}

.gf-map iframe { 
	width:100%;
}

          /*---------- Inner Pages ----------*/

.tc-main-content-inn { 
	padding:15px;
	min-height:300px;
	background:#F2EFEA;
}	

.tc-main-content-inner { 
	border-top:4px solid #575857;
}

.tc-content { 
	float:left;
	width:76%;
	margin-right:2%;
}  

.tc-sidebar { 
	float:left;
	width:22%;
} 

.tc-sidenav-widget ul { 
	list-style:none;
	margin:0;
}

.tc-sidenav-widget .widget-content { 
	background:#ED2026;
	min-height:300px;
}

.tc-sidenav-widget ul li a { 
	color:#fff;
	padding:6px 10px;
	display:block;
	border-bottom:1px solid #d9191e;
}

.tc-sidenav-widget ul ul li a {
	padding:6px 10px 6px 25px; 
	background:url(images/bullet-1.png) no-repeat 15px 14px;	
}

.tc-sidenav-widget ul ul ul li a {
	padding:6px 10px 6px 35px; 
	background-position:25px 14px;	
}

.tc-sidenav-widget ul li a:hover, .tc-sidenav-widget ul li.current_page_item > a { 
	background-color:#d9191e;
	text-decoration:none;
}

.tc-testimonials-wrap ul { 
	list-style:none;
	margin:0;
}
  
.testimonial-block { 
	margin-bottom:30px;
}

.testimonial-content { 
	padding:25px;
	background:#fff;
	position:relative;
}

.testimonial-content:after { 
	content:"";
	position:absolute;
	top:100%;
	left:20px;
	width:0;
	height:0;
	border-color:#fff transparent transparent #fff;
	border-width:15px;
	border-style:solid;
}

h4.testimonial-title { 
	margin:8px 0 0 60px;
}

.tc-pro-page-wrap ul { 
	list-style:none;
	margin:0 -5px 10px;
	font-size:0;
}

.tc-pro-page-wrap ul li { 
	vertical-align:bottom;
	display:inline-block;
	width:25%;
}

.tc-pro-page-wrap ul li a { 
	display:block;
	margin:0 5px 10px;
	color:#fff;
}

.tc-cat-thumb img { 
	display:block;
	width:100%;
}

.tc-cat-title { 
	background:#ED2026;
	padding:10px;
	text-align:center;
	height:30px;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

.tc-cat-title h6 { 
	font-family: "Myriad Pro";
}

.tc-pro-page-wrap ul li a:hover { 
	opacity:.9;
}

.tc-pro-page-wrap ul li a:hover .tc-cat-title { 
	background:#232323;
}

.tc-pro-single-thumb { 
	margin-bottom:20px;
}

.tc-pro-single-gallery ul { 
	margin:0;
}

.fg-navigation { 
	display:none !important;
} 

a.fg-image, .fg-title, .fg-shadow { 
	left:0;
}
		  
          /*---------- Others ----------*/		  


/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	display:block;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

/* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width : 1024px) { 
	
	.tc-header-top-inn { 
		padding-left:10px;
		padding-right:10px;
	}
	
	.tc-header-btm-inn { 
		padding:15px 10px 0;
	}
	
	.tc-footer-inn { 
		padding:40px 10px;
	}
	
	.tc-header-btm .one-four, .tc-header-btm .one-six { 
		width:100%;
	}
	
	.tc-main-content-inn { 
		padding:15px 10px;
		min-height:inherit;
	}
	
	.tc-logo, .tc-header-top { 
		text-align:center;
	}
	
	.tc-logo { 
		margin:0 22px 15px;
	}
	
	#collapse1 { 
		display:none;
	}
	
	.primary-menu { 
		margin:0 -10px;
	}
	
	.primary-menu ul { 
		text-align:left;
	}
	
	.primary-menu ul li { 
		display:block;
		border-right:none;
	}
	
	.primary-menu ul li a { 
		border-bottom:1px solid #d9191e;
		padding:10px;
	}
	
	.primary-menu ul ul { 
		position:static;
		visibility:visible;
		opacity:1;
		width:auto;
		top:0;
		padding:0;
	}
	
	.primary-menu ul ul li a { 
		border-bottom:1px solid #d9191e;
		padding:10px 10px 10px 30px;
		background:url(images/bullet-1.png) no-repeat 18px 17px;
	}
	
	.primary-menu ul ul ul li a { 
		border-bottom:1px solid #d9191e;
		padding:10px 10px 10px 50px;
		background-position:38px 17px;
	}
	
	.primary-menu ul li:hover > a { 
		background-color:#ED2026;
		color:#fff;
	}
	
	.primary-menu ul li a:hover { 
		background-color:#d9191e;
	}
	
	.primary-menu .current-menu-item > a,
	.primary-menu .current-menu-ancestor > a,
	.primary-menu .current_page_item > a,
	.primary-menu .current_page_ancestor > a {
		background:#d9191e;
		color:#fff;
	}
	
	.nav-toggle1 { 
		display:block;
		position:relative;
		color: #fff;
		padding: 10px;
		text-decoration: none;
		border-bottom: 1px solid #d9191e;
		border-top: 1px solid #d9191e;
		font-size: 18px;
	}
	
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: absolute;
		right: 12px;
		top: 12px;
	}
	
	.nav-toggle1:hover { 
		background:#d9191e;
	}
	
	.fg-thumbHolder li { 
		margin:0 5% 20px 0 !important;
		width:45% !important;
	}
}

@media only screen and (max-width : 800px) {
	
}

@media only screen and (max-width : 767px) { 

	.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
	.one-third, .one-fourth, .one-fifth, .tc-content, .tc-sidebar { 
		width:100%;
	}
	
	.tc-content { 
		margin:0 0 15px;
	}
	
	div.wpcf7 { 
		padding:0 !important;
	}
	
	.tc-slide-title-desc { 
		padding:10px;
		min-width:inherit;
	}
	
	.tc-sidenav-widget .widget-content { 
		min-height:inherit;
	}
	
	.tc-slide-caption, .tc-slide-caption h1 { 
		font-size:20px;
	}
	
	.tc-slide-link a { 
		padding:5px 10px;
	}
	
	.tc-slide-caption { 
		left:0;
		bottom:10px;
	}
	
	.tc-features ul li { 
		width:155px;
	}
	
	.tc-features { 
		padding:12px 5px 4px;
		text-align:center;
		margin:0;
	}
	
	.tc-features ul li a { 
		margin:0 5px 8px;
		border-bottom:5px solid #575857;
		padding-bottom:8px;
	}
	
	.tc-feature-title h2 { 
		font-family: "Myriad Pro";
		font-size:13px;
		padding:6px;
	}
	
	.tc-feature-title h2:after { 
		content:none;
	}
	
	.tc-slide-prev, .tc-slide-next { 
		display:none !important;
	}
	
	.tc-pro-page-wrap ul, .tc-pro-single-gallery ul { 
		text-align:center;
	}
	
	.tc-pro-page-wrap ul li { 
		width:155px;
	}
	
	.fg-thumbHolder li { 
		float:none !important;
		display:inline-block !important;
		margin:0 10px 20px 10px !important;
		width:100px !important;
	}
	
}
