/*
Theme Name: Shanley Brennan Associates
Theme URI: http://www.sbaqs.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;
}

a { 
	text-decoration:none;
	color:#7a5d9d;	
}


@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: 18px;}	
h2 {font-size: 17px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

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:#323232;
	background:#fff;
	font-family: "Myriad Pro";
	font-size:14px;
}

.sb-container { 
	padding:0 10px;
	margin:0 auto;
	max-width:1036px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}
.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, .twenty-seven, .seventy-three
 { 
	float:left;
	min-height:1px;
}

.one-half { 
	width:50%;
}

.one-two { 
	width:20%;
}

.twenty-seven { 
	width:27%;
}

.one-three { 
	width:30%;
}

.one-four { 
	width:40%;
}

.one-five { 
	width:50%;
}

.one-six { 
	width:60%;
}

.one-seven { 
	width:70%;
}

.seventy-three { 
	width:73%;
}

.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%;
}

          /*---------- Backgroud Slider ----------*/
.sb-bg-slider { 
	position:absolute;
	left:0;
	top:0;
	width:100%;
}	

.cycloneslider-slide { 
	z-index:auto !important;
}	

.sb-bg-slide-thumb img { 
	display:block;
	width:100%;
	max-height:850px;
}

.sb-bg-slide-caption { 
	position:absolute;
	top:174px;
	left:0;
	width:100%;
	height:358px;
	/*background:url(images/transparent-fifty.png);*/
}

.sb-bg-slide-caption-inn { 
	background:url(images/transparent-NinetyThree.png);
	position:absolute;
	z-index:999;
	bottom:30px;
	right:20px;
	width:270px;
	padding:5px;
	font-size:14px;
	color:#fff;
}

.sb-bg-slide-title { 
	font-family: "Myriad Pro Light";
	font-size:18px;
}

.sb-bg-slide-prev, .sb-bg-slide-next { 
	position:absolute;
	top:50%;
	margin-top:-220px;
	width:22px;
	height:35px;
	z-index:999;
}

.sb-bg-slide-prev { 
	left:20px;
	background:url(images/sb-prev.png) no-repeat left top;
}

.sb-bg-slide-next { 
	right:20px;
	background:url(images/sb-next.png) no-repeat left top;
}

.sb-bg-slide-prev:hover, .sb-bg-slide-next:hover { 
	background-position:left bottom;
	
}
	  
          /*---------- Header ----------*/

.sb-main-wrap { 
	position:relative;
	z-index:99;
}

.sb-header { 
	background:url(images/transparent-eighty.png);
	height:132px;
}		  

.sb-logo { 
	margin:10px 10px 0;
	text-align:center;
}

.sb-header-right { 
	background:#47555e;
	border-right:12px solid #7a5c9d;
}

.sb-header-right-inn { 
	/*border-top:30px solid #3d4a53;*/
	height:84px;
	padding-right:40px;
	color:#fff;
	text-align:right;
}

.sb-header-right-inn a { 
	color:#fff;
}

.sb-head-one { 
	margin:10px 0 20px 0;
	font-family: "Myriad Pro Light";
	font-size:14px;
	height:30px;
}

.sb-head-one a:hover { 
	color:#374249;
}

.sb-head-one div { 
	margin-left:20px;
	display:inline-block;
	vertical-align:middle;
}

.sb-phone-head { 
	background:url(images/sb-phone-icon.png) no-repeat left center;
	padding-left:24px;
}

.sb-email-head { 
	background:url(images/sb-email-icon.png) no-repeat left center;
	padding-left:28px;
}

.sb-social-head a { 
	display:inline-block;
	width:30px;
	height:30px;
}

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

.sb-in:hover { 
	background-position:left bottom;
}

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

.primary-menu ul li { 
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:18px;
	position:relative;
	margin:0 16px;
}

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

.primary-menu ul li a { 
	display:block;
	color:#fff;
	line-height:5px;
	padding:0 4px 18px;
	position:relative;
}

.primary-menu ul li .sub-menu li a { 
	line-height:18px;
}

.primary-menu ul li a:after { 
	position:absolute;
	bottom:0;
	left:0;
	height:4px;
	content:"";
	background:#7a5d9d;
	width:0;
}

.primary-menu ul li:hover > a:after { 
	width:100%;
}

.primary-menu ul ul { 
	position:absolute;
	left:0;
	top:16px;
	z-index:99;
	padding-top:18px;
	background:url(images/transparent.png);
	width:220px;
	display:none;
}

.primary-menu ul ul li { 
	margin:0;
	display:block;
}

.primary-menu ul ul li a { 
	padding:10px 20px;
	background:#47555e;
	text-align:left;
	font-size:14px;
}

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

.primary-menu ul li:hover > ul { 
	display:block;
}

.primary-menu .current-menu-item > a:after,
.primary-menu .current-menu-ancestor > a:after,
.primary-menu .current_page_item > a:after,
.primary-menu .current_page_ancestor > a:after {
	position:absolute;
	bottom:0;
	left:0;
	height:4px;
	content:"";
	background:#7a5d9d;
	width:100%;
}	

.nav-toggle1 { 
	display:none;
}

          /*---------- Main Content ----------*/
.sb-main-content { 
	background:url(images/transparent-NinetyFour.png);
}

.page-content { 
	min-height:400px;
}

.sb-home-content { 
	margin-top:400px;
}

.sb-features { 
	background:url(images/transparent-ten.png);
	padding:10px 0;
}

.sb-feature-tab { 
	border-right:2px solid #7a5d9d;
	font-size:18px;
	line-height:18px;
	color:#47555e;
	text-align:center;
	font-family: "Myriad Pro Light";
}

.sb-features .one-fourth:first-child .sb-feature-tab { 
	text-align:left;
}

.sb-features .one-fourth:last-child .sb-feature-tab { 
	border:none;
}

.sb-feature-tab-last { 
	border-right:none;
}

.sb-feature-tab a { 
	color:#47555e;
}

.sb-feature-tab a:hover { 
	color:#7a5d9d;
}

.head-sb-features {
	background:#3d4a53;
}

.head-sb-features .sb-feature-tab {
	font-size:16px;
	padding:10px 0;
}

.head-sb-features .one-fourth:last-child .sb-feature-tab {
	border-right:none;
}

.head-sb-features .sb-feature-tab {
	color:#fff;
}

.sb-home-content-btm { 
	padding:30px 0 15px 0;
}

.sb-home-content-btm .entry-header { 
	background:none !important;
	margin-bottom:15px;
	padding:0 !important;
	color:#7a5d9d !important;
	border-bottom:none !important;
}

.sb-home-location { 
	text-align:center;
}

.home-pro-thumb { 
	float:left;
	margin-right:10px;
	border:2px solid #bababa;
}

.sb-home-projects-content p { 
	padding-top:12px;
}

          /*---------- Footer ----------*/
.sb-footer { 
	background:#47555e;
	padding:12px 0 20px;
	color:#fff;
	font-size:11px;
}	

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

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

.sb-copy-right { 
	padding-top:24px;
}

.ft-logo { 
	float:left;
	margin-right:18px;
}

.sb-ft-right img { 
	margin:15px 0 0 10px;
} 	  

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

.entry-header { 
	margin-bottom:15px;
	background:#47555E;
	padding:8px 10px;
	color:#fff;
	border-bottom:4px solid #7a5d9d;
}

.widget-title { 
	margin-bottom:15px;
	background:#47555E;
	padding:8px 10px;
	color:#fff;
	border-bottom:4px solid #7a5d9d;
	font-size:18px;
}

.sub-header-one { 
	margin-bottom:8px;
	color:#47555E;
}

.sub-header-one span { 
	color:#7a5d9d;
}

.sub-header-two { 
	margin-bottom:8px;
	color:#7a5d9d;
}

.sub-header-two h3 { 
	text-decoration:underline;
	font-size:18px;
}

.sub-header-one span, .sub-header-two span { 
	text-transform:uppercase;
}

.entry-thumbnail { 
	margin-bottom:15px;
}

.entry-thumbnail img { 
	display:block;
}

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

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

.sb-home-content-btm .entry-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:15px;
	color:#7a5d9d;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 15px 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:#7a5d9d;
}

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

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

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

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

.btn-large { 
	font-size:16px;
	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:#7a5d9d;
}

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

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

.sb-map { 
	margin:20px 0 0;
}

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

#itemContainer { 
	list-style:none;
	margin:0;
}

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

.sb-content-inn { 
	padding:20px 0;
	background:#fff;
}		

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

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

.sidenav-widget-content { 
	padding:15px;
	background:#47555E;
	color:#fff;
	min-height:335px;
	border-bottom:12px solid #7a5c9d;
}

.sidenav-widget-content a { 
	color:#fff;
}

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

.sidenav-widget-content ul li a { 
	background: none repeat scroll 0 0 #515f68;
    display: block;
    margin-bottom: 5px;
    padding: 4px 8px;
}

.sidenav-widget-content ul li:last-child a { 
	margin-bottom:0;
}

.sidenav-widget-content ul li a:hover, .sidenav-widget-content ul li.current_page_item a { 
	background:#7A5C9D;
	text-decoration:none;
}

.sb-port-section { 
	margin-bottom:16px;
	border-bottom:1px dotted #7a5d9d;
}

.sb-port-title { 
	border-bottom:1px dotted #7a5d9d;
	padding-bottom:15px;
}

.sb-port-section .entry-thumbnail {
	width:45%;
	float:left;
	margin-right:20px;
}
		  
          /*---------- 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 : 1000px) { 
	.sb-main-wrap { 
		z-index:9999;
	}
	
	.sb-bg-slide-prev, .sb-bg-slide-next { 
		display:none;
	}
	
	.nav-toggle1 { 
		text-align:left;
		font-size:18px;
		color:#fff;
		display:inline-block;
		position:relative;
		min-width:380px;
		padding:6px;
		margin-right:-6px;
	}
	
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: absolute;
		right: 6px;
		top: 8px;
	}
	
	#collapse1 { 
		display:none;
	}
	
	.primary-menu ul { 
		position:absolute;
		left:0;
		width:100%;
	}
	
	.primary-menu ul li { 
		display:block;
		margin:0;
	}
	
	.primary-menu ul li a { 
		text-align:left;
		background:#47555E;
		padding:10px;
	}
	
	.primary-menu ul ul { 
		position:static;
		left:0;
		top:0;
		padding:0;
		display:block;
		width:auto;
	}
	
	.primary-menu ul ul li a {  
		padding:10px 10px 10px 30px;
		font-size:18px;
	}
	
	.primary-menu ul ul ul li a {  
		padding:10px 10px 10px 50px;
	}
}

@media only screen and (max-width : 767px) {
	.sb-header, .sb-header-right-inn { 
		height:auto;
	}
	.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, .twenty-seven, .seventy-three, .sb-content, .sb-sidebar { 
		width:100%;	
	}
	
	.sb-head-one { 
		text-align:center;
	}
	
	.text-center, .text-right, .sb-home-location, .sb-feature-tab { 
		text-align:left;
	}
	
	.sb-head-one { 
		height:auto;
	}
	
	.page-content, .sidenav-widget-content { 
		min-height:inherit;
	}
	
	.sb-header-right, .sb-header-right-inn { 
		border:none;
	}
	
	.sb-header-right-inn { 
		padding:0;
	}
	
	.sb-head-one { 
		margin:0;
	}
	
	.sb-content { 
		margin:0 0 10px;
	}
	
	.sb-head-one { 
		padding:10px 0 0;
	}
	
	.sb-logo { 
		margin:10px 0;
	}
	
	.sb-head-one div { 
		margin:0 5px;
	}
	
	.nav-toggle1 { 
		display:block;
		min-width:inherit;
		padding:10px;
		margin:0;
	}
	
	.nav-toggle1:after { 
		top:10px;
		right:10px;
	}
	
	.head-sb-features .sb-container {
		padding:0 10px;	
	}
	
	.head-sb-features .sb-feature-tab {
		padding:10px;
	}
	
	.sb-feature-tab { 
		margin-bottom:10px;
		border:none;
		padding:10px;
		/*background:#fff;
		cursor:pointer;*/
	}
	
	.sb-feature-tab-last { 
		margin-bottom:0;
	}
	
	.sb-feature-tab:hover {
		background:#7a5d9d;
	}
	
	.sb-feature-tab:hover > a {
		color:#fff;
	}
	
	.sb-home-location { 
		margin-bottom:15px;
	}
	
	.sb-ft-right { 
		text-align:center;
	}
	
	.sb-ft-right img { 
		margin:15px 0 0 0;
	}
	
	.sb-bg-slider { 
		top:240px;
	}
	
	.sb-bg-slide-caption { 
		top:20%;
		height:80%;
	}
	
	.sb-bg-slide-caption-inn { 
		bottom:auto;
		top:20px;
		padding:10px;
		width:auto;
		font-size:16px;
		left:20px;
	}
	
	.sb-home-content { 
		margin-top:36.5%;
	}
	
	.sb-main-content { 
		background:#fff;
	}
	
	.sb-features { 
		background:#EBECED;
	}
	
	
	
	.primary-menu ul li a {
		line-height:18px;	
	}
}