/*
Theme Name: Sculpt Studio
Theme URI: http://www.digitalmonopoly.com.au/
Author: Perth Web Design
Author URI: http://www.digitalmonopoly.com.au/
Description: Description
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* =Global
----------------------------------------------- */
@font-face {
	font-family: 'GothamSSm-Medium';
	src: url('fonts/GothamSSm-Medium.eot?#iefix') format('embedded-opentype'),  
	url('fonts/GothamSSm-Medium.otf')  format('opentype'),
	url('fonts/GothamSSm-Medium.woff') format('woff'), 
	url('fonts/GothamSSm-Medium.ttf')  format('truetype'), 
	url('fonts/GothamSSm-Medium.svg#GothamSSm-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamSSm-Light';
	src: url('fonts/GothamSSm-Light.eot?#iefix') format('embedded-opentype'),  
	url('fonts/GothamSSm-Light.otf')  format('opentype'),
	url('fonts/GothamSSm-Light.woff') format('woff'), 
	url('fonts/GothamSSm-Light.ttf')  format('truetype'), 
	url('fonts/GothamSSm-Light.svg#GothamSSm-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'spinweradBold';
	src: url('fonts/spinweradBold.eot?#iefix') format('embedded-opentype'),  
	url('fonts/spinweradBold.woff') format('woff'), 
	url('fonts/spinweradBold.ttf')  format('truetype'), 
	url('fonts/spinweradBold.svg#spinweradBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BahamasLightPlain';
	src: url('fonts/BahamasLightPlain.eot?#iefix') format('embedded-opentype'),  
	url('fonts/BahamasLightPlain.woff') format('woff'), 
	url('fonts/BahamasLightPlain.ttf')  format('truetype'), 
	url('fonts/BahamasLightPlain.svg#BahamasLightPlain') format('svg');
	font-weight: normal;
	font-style: normal;
}



body,
button,
input,
select,
textarea {
	color: #888a8c;
	font-family: 'GothamSSm-Light', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'BahamasLightPlain';

}

h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 30px 0;
	padding-left: 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 00px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 30px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 30px;
	padding: 30px;
}
address {
	margin: 0 0 30px;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 30px;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none repeat scroll 0 0 #c81b1f;
	border: medium none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c81b1f;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #c81b1f;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:120px;
}

select{
	height: 40px;
	line-height: 3	0px;
	padding: 5px;
	-webkit-appearance: none;
	-moz-box-appearance: none;
	-webkit-box-appearance: none;
}

/* Links */
a,
a:visited {
	color: #c81b1f;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: #c81b1f;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}




/* =Layout: Content-Sidebar
----------------------------------------------- */

#content { padding:0 0 50px; }
#sidebar { margin: 0 0 60px -30px; }
#sidebar .widget{ }

.archive-content{ }
.page-content{ 
	margin: auto;
	max-width: 1270px; 
}






/* =Main Layout
----------------------------------------------- */
html, body {
	height: 100%;
	width: 100%;
}
body{
	background: #f2f2f2;
}

#page{
	background: #fff none repeat scroll 0 0;
	margin: auto;
	max-width: 1360px;
	min-height: 100%
}

.site-header{ width: 100%; max-width: 1360px;  }
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 40px;
	padding:14px 0;
	margin-left: 0!important;
}
.site-header .navbar-brand img{ 
	display: block; 
	min-height: 44px; 
	margin-bottom: 0;
}
.site-description{
	font-family: "BahamasLightPlain";
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 21px;
	max-width: 280px;
	padding-left: 55px;
	padding-top: 30px;
	text-transform: uppercase;
}
.header-partner{ padding-top: 25px;}
.header-partner img{ margin:0!important; display: inline-block;}

.site-header .sidebar-header{
	float: right;
    margin-bottom: 20px;
}

.is-sticky .site-header:after{
	border-bottom: 5px solid #c81b1f;
	content: "";
	height: 2px;
	left: 30px;
	position: absolute;
	right: 30px;
}	
.is-sticky .site-header .navbar-brand{ padding: 10px 0;}
.is-sticky .site-header .navbar-brand img{ height: 80px;  } 
.is-sticky .site-description{ display: none; }
.is-sticky .header-partner{ display: none; }
.is-sticky .header-socials{ display: none; }
.is-sticky .sidebar-header{ display: none; }

.is-sticky .navbar-collapse.collapse{ padding: 30px 0; margin-bottom: 0; }

.site-featured{ margin:auto; }
.site-header-image-bg{
	background-size: cover !important;
	height: 220px !important;
}

.site-tagline {
	background: #c81b1f none repeat scroll 0 0;
	border-bottom: medium none;
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	padding: 15px 60px;
	font-family: 'GothamSSm-Light';
}
.site-tagline .btn{
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff!important;
	margin:0;
	float: right;
}


.container{ }
.site-main{ padding:50px 0 0; }
.home .site-main{ padding:0 0; }

.site-footer{
	background: #f5f5f5 none repeat scroll 0 0;
	float: left;
	margin: auto;
	max-width: 1300px;
	padding: 0 30px;
	width: 100%;

}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0 0;
	position: relative;
	width: 100%;
	color: #888a8c;
}
.site-footer .footer-content a {
	color: #888a8c;
}
.site-footer .footer-info {
	
	clear: both;
	color: #888a8c;
	float: left;

	margin: auto;
	padding: 20px 0 15px; 
	position: relative;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;

	
}
.site-footer .footer-info .site-info{ text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #dmlogo{ background:url(images/logo-dm-gray.png) right center no-repeat;  height:22px; display:inline-block; padding-right: 25px; }
.site-footer .footer-info .site-copyright{ text-align:right; }
.site-footer .menu-footer{ margin-bottom: 0; }
.footer-partner{}
.footer-partner img{ margin: 0px!important;  }
.footer-socials .socials li a {margin-top: -20px;}


.page .entry-header{ }
.page .entry-header .entry-title{}

.home .front-content{ padding:20px 0; }
.home .front-content .entry-header{ margin:0; height:auto;}
.home .front-content ul { float:left; width:30%; } 
.home .front-content ul.firstul { margin-left:10%; }

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	z-index: 20;
	width: 100%;
	line-height: 20px;
}


/* =Menu
----------------------------------------------- */

.sticky-wrapper{ width: 100%; z-index: 75; position: relative; }

.navbar{ margin: 0; }
.navbar-default {
	background-color: #fff;
	border: medium none;
	width: 100%;
}
.navbar-brand {
	color: #c81b1f;
	height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}


/* =.navbar
---------------------------------------------*/

.navbar-collapse.collapse{ margin-bottom: 20px; }
.navbar-default .navbar-nav > li > a {
	color: #888a8c;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 34px;
	padding: 0 22px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #c81b1f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #c81b1f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	border-radius: 0px;
	color: #DDD;
	font-size: 21px;
	height: 40px;
	line-height: 28px;
	margin-top: 13px;
	padding: 5px;
	width: 40px;
	margin-right: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background-color: transparent;
}
.navbar-default .navbar-toggle .fa{}
.navbar-default .navbar-toggle .fa-bars{}
.navbar-default .navbar-toggle .fa-times{ display: none;}
.navbar-default .navbar-toggle.active{ border-color: #dddddd; padding-top: 3px; }
.navbar-default .navbar-toggle.active .fa-bars{ display: none; }
.navbar-default .navbar-toggle.active .fa-times{ display: inline-block;}


.navbar-default .navbar-nav > li:first-child > a{ padding-left: 0; }
.navbar-default .navbar-nav > li.btn{  p
height: 36px;
    margin-left: 25px;
    padding: 0;
     }
.navbar-default .navbar-nav > li.btn > a{ color: #fff;}

.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}

.navbar-default .navbar-nav > li > a .caret{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
	bottom: 5px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}



.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}

.navbar-default .nav-user > li > a {
	line-height: 24px;
	padding: 0 10px;
	text-transform: none;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	list-style: none outside none;
	margin: 10px 0 0;
	min-width: 220px;
	padding: 0 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	left: 0!important;
	font-size: 12px;
}
.navbar-nav > li:hover > .dropdown-menu{
	display: block;
}

.dropdown-menu > li > a{
	padding: 10px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #c81b1f ;
	color: #fff; 
} 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #c81b1f none repeat scroll 0 0;
	color: #fff;
}



.navbar-nav > li.site-phone{
	font-family: "BahamasLightPlain";
	line-height: 1em;
	padding-left: 20px;
	text-align: right;
}
.navbar-nav > li.site-phone > span{ font-size: 14px; text-transform: uppercase; line-height: 14px; color: #c81b1f; }
.navbar-nav > li.site-phone a{
	color: #c81b1f;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 25px;
	padding: 0;
}
.navbar-nav > li.site-phone .fa{
	display: none;
}

.navbar-right {
	float: right !important;
	margin-right: 0;

}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: #888A8C none repeat scroll 0px 0px;
	color: #FFF !important;
	display: block;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	margin-left: 20px;
	border-radius: 50%;
	font-size: 21px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{}
.socials li.twitter a{ }


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found #searchform{ margin-bottom: 50px;}
.not-found hr {
	margin: 20px auto;
	width: 365px;
}


.home .site-header-image-bg{ height:480px!important; }
.page-template-contact-us .site-header-image-bg{  }
.page-template-contact-us #contact-map{
	height: 300px;
	width: 100%;
}

.page-template-contact-us .location p{ margin-bottom: 0}

.page-template-contact-us .opening,
.page-template-contact-us .location .phone,
.page-template-contact-us .location .fax,
.page-template-contact-us .location .email,
.page-template-contact-us .location .address{
	padding-left: 20px;
	position: relative;
	background: transparent url("images/menu-arrow.png") no-repeat scroll left top 8px;

}
.page-template-contact-us .location,
.page-template-contact-us .opening{ margin-bottom: 30px;
	font-size: 14px;
	line-height: 30px; 
}

.page-template-contact-us .opening_hours{
	margin-bottom: 20px;
}


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{ margin-bottom: 30px; }
.hentry .entry-header .entry-title{ margin-bottom:0px; font-weight: bolder; }
.hentry .entry-header .entry-title a{ }
.single .hentry,
.page	.hentry{ border-bottom:none; padding:0; margin:0; }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-summary {
	margin: 30px 0 0;
}
.entry-content{
	max-width: 800px;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}

.page-header{
	border-bottom: medium none;
	height: auto;
	margin-bottom: 30px;
	margin-top: auto;
	padding-bottom: 0;
	text-align: left;
}

.page-header .entry-title{ margin-bottom: 0; font-size: 32px; line-height: 20px; font-weight: bold; }
.page-header span{margin-top: -25px; font-size: 20px;}

.contact-header{
	padding-top: 20px; 
}
.contact-header .entry-title{ margin-bottom: 0;}
.contact-content{ 
	border-right: 1px solid #f4f4f4;
	margin-bottom: 60px;
	margin-right: 75px;
	padding-bottom: 0 !important;
	padding-right: 75px !important;
}

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }

.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none; }
.hentry.service .entry-content{ }


.entry-content ul{}
.entry-content ul li{ 
	list-style-image: url("images/list-image.png");
	padding-left: 10px;
}

.clear{ clear:both; }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	margin-bottom: 30px;
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: none!important;
	margin-bottom: 0;
}

.gallery dd { margin: 0; }

.gallery .gallery-item{
	float: left;
	margin-top: 0px!important;
	text-align: center;
	margin-bottom: 0!important;
	position: relative;
}
.gallery .gallery-item .gallery-caption{ 
	visibility: hidden; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	padding:10px; 
	background-color: rgba(0,0,0,0.5); 
	color: #fff; 
}
.gallery .gallery-item:hover .gallery-caption{ 
	visibility: visible; 
}

.gallery-columns-4 .gallery-item {}
.gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-navigation{
	background: #d7282c none repeat scroll 0 0;
	margin: 0 -15px;
	padding: 20px 70px;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 30px; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #eaebeb;
	color: #888a8c;
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.widget {
	margin: 0 0 30px;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:178px; }
#searchsubmit {}


.widget_categories{}
.widget_categories .widget-title{}
.widget_categories ul{}
.widget_categories ul li{}
.widget_categories ul li a{
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.widget_categories ul li.current-cat > a{}

.widget_nav_menu{}
.widget_nav_menu .widget-title{}
.widget_nav_menu .menu{ border-top: 1px solid #ebebeb; }
.widget_nav_menu .menu li{ position: relative;}
.widget_nav_menu .menu li a{
	background: rgba(0, 0, 0, 0) url("images/menu-arrow.png") no-repeat scroll 90% center;
	border-bottom: 1px solid #ebebeb;
	color: #6f7173;
	display: block;
	font-size: 13px;
	padding: 10px 15px;

}
.widget_nav_menu .menu li:last-child a{  }
.widget_nav_menu .menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a{
	text-decoration: none;
	background: #f8f8f8 url("images/menu-arrow.png") no-repeat scroll 90% center;
}

.widget_nav_menu .menu-item-has-children{
	border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu-item-has-children > a{ 

}
.widget_nav_menu .menu li .sub-menu{ 
	
}
.widget_nav_menu .menu li .sub-menu > li{}
.widget_nav_menu .menu li .sub-menu > li > a{ 
	border:none; font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
}



/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold; }
.header-widgets .widget .phone-number{ font-size:38px; line-height:1em; font-weight:bold; padding-left:45px; }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


.location-map{ height: 250px;}

/* PWD Address widget */
.pwd-address{
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}

.pwd-address a{ color: #888a8c; }
.pwd-address .location{ clear: none; margin-bottom: 0; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px; margin-right: -10px; }

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 20px;
	position: relative;
	background: rgba(0, 0, 0, 0) url("images/menu-arrow.png") no-repeat scroll left top 5px;
	font-size: 11px;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}


#sidebar{}
#sidebar .gform_widget{
	background: #c81b1f none repeat scroll 0 0;
	padding: 20px;
}
#sidebar .gform_widget .widget-title{
	border: medium none;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
}
#sidebar .gform_widget .gform_heading{
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}
#sidebar .gform_widget .gfield_label{ display: none!important;}
#sidebar .gform_widget .ginput_container input,
#sidebar .gform_widget .ginput_container select,
#sidebar .gform_widget .ginput_container textarea{
	background: #ce3236;
	border:none;
	color: #fff;
}
#sidebar .gform_widget .ginput_container select{
	-webkit-appearance: none;
	-moz-box-appearance: none;
	-webkit-box-appearance: none;
	-moz-appearance: none;
	background: #ce3236 url(images/appearance.png) right top no-repeat;
}
#sidebar .gform_widget .ginput_container select option{ padding:10px;}

#sidebar .gform_widget ::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
}

#sidebar .gform_widget :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
}

#sidebar .gform_widget ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	text-transform: uppercase;
	opacity: 1;  
}

#sidebar .gform_widget :-ms-input-placeholder {  
	color: #fff;
	text-transform: uppercase;
	opacity: 1; 
}

#sidebar .gform_widget .gform_footer{
	padding-top: 30px;
}
#sidebar .gform_widget .gform_footer .gform_button{
	border:#fff solid 2px;
	width: 100%;
	text-align: center;
}



#footer-sidebar{}
#footer-sidebar .widget{ margin-bottom: 0; }
#footer-sidebar .widget-title{ font-family: "GothamSSm-Light",sans-serif; }
#footer-sidebar .widget_nav_menu .menu { border:none; }
#footer-sidebar .widget_nav_menu .menu li{
	border-bottom: medium none;
	display: inline-block;
	float: left;
	width: 49%;
}
#footer-sidebar .widget_nav_menu .menu li a{
	border-bottom: medium none;
	color: #888a8c;
	display: block;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 24px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	background: url(images/menu-arrow.png) left top 5px no-repeat;
}

#footer-sidebar .widget_nav_menu .menu li:last-child,
#footer-sidebar .widget_nav_menu .menu li:last-child a{ border-bottom: none; }

#footer-sidebar .widget_nav_menu .menu li.current-menu-item a {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu a {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_parent ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu .current_page_ancestor ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current-menu-item ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu ul.sub-menu {}
#footer-sidebar .widget_nav_menu .menu ul.sub-menu li.current_page_ancestor ul.sub-menu {}



#scrollUp{ position: fixed; right: 10px; bottom: 10px;}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}

.bx-wrapper .bx-controls-direction a {
	background: transparent none repeat scroll 0px 0px;
	color: rgb(255, 255, 255);
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin-top: -17px;
	outline: 0px none;
	position: absolute;
	text-align: center;
	text-indent: 0px;
	top: 50%;
	width: 40px;
	z-index: 65;
	border: #d3d2d2 solid 1px;
	height: 34px;
	width: 34px;
	line-height: 30px;
	color: #d3d2d2;
	border-radius: 50%;
}
.bx-wrapper .bx-prev{ left: 34px; }
.bx-wrapper .bx-next{ right:34px; }
.bx-wrapper .bx-pager{ bottom: 0; left: 0;}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px;
	height: 10px;
	border-radius: 50%;
	border:#d4d4d5 solid 2px;
	background: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
	border-color: #c81b1f;
	background-color: #c81b1f;
}

#slider{ margin-bottom: 5px; }

.slides{}
.slides .slide{ position: relative;}
.slides .slide .caption{ position: absolute; left: 0; right: 0; bottom: 0; padding:20px; background: rgba(0,0,0,0.3); color: #fff;  }
.slides .slide .caption p{ margin-bottom: 0}


/* Custom Post type Slidshow */
.slidercontainer{ margin:auto; background:#d7d7d7; }
.sliderarea{ width:100%; height:480px; display:block; padding:0px;}
.sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
.sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:480px; background:none!important; }
.custom-slideshows > .slide{ width:100%!important; height:480px; background-size: cover!important; position: relative; }
.custom-slideshows > .slide .slide-content{
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.custom-slideshows > .slide .slide-info{
	font-size: 15px;
	color: #a7a9ac;
}
.custom-slideshows > .slide .slide-info h1,
.custom-slideshows > .slide .slide-info .slidetitle {
	color: #A7A9AC;
	font-size: 100px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	font-family: "spinwerad";
	line-height: 80px;
	padding-right: 50px;
	margin-bottom: 30px;
	
}
.custom-slideshows > .slide .slide-info h2{ font-size: 28px; color: #fff; }
.custom-slideshows > .slide .slide-info .btn{}


.home .featured-fullscreen{
	height: 60%;
}
.home .featured-fullscreen .site-header-image-bg,
.home .featured-fullscreen .slidercontainer,
.home .featured-fullscreen .slidercontainer .sliderarea,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport .custom-slideshows,
.home .featured-fullscreen .slidercontainer .sliderarea .bx-wrapper .bx-viewport .custom-slideshows .slide{ 
	height: 100%;
	min-height: 100%; 
}

/* Custom Post type CTA */
.cta-container{ padding:50 0; }
.custom-cta{}
.custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; margin-bottom: 20px; }
.custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
.custom-cta .cta-summary{ padding: 10px; }
.custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}

.custom-cta .cta:hover .readmore{ display:block; }


/* =Custom Page Section
----------------------------------------------- */

.page-section{ padding:30px 0;}

#cta-masonry{ padding: 20px 0 0; background: #f4f4f4; }

.cta{ position: relative;}
.cta .cta-info{
	bottom: 0;
	left: 0;
	padding: 0 80px 30px;
	position: absolute;
	right: 0;
	z-index: 10;
}
.cta .cta-info .btn-default{
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	border: 2px solid #a7a9ac;
	color: #a7a9ac;
	font-family: "GothamSSm-Light",sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
}
.cta .cta-info .btn-default:hover,
.cta .cta-info .btn-default:active{
	background-color: #c81b1f;
	border-color: #c81b1f;
	color: #fff;
}

.custom-cta-masonry .item{ max-width: 100%; }
.custom-cta-masonry .cta{ margin-bottom: 20px;}

#testimonials{ padding:50px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}
#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}
#slider-testimonials > .testimonial .info{ font-size: 20px; }

#testimonial-wrap { 
    max-width: 800px;
    margin-bottom: 50px;
    padding: 50px 0 ;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}
#testimonial-wrap .testimonial-title {     
	font-size: 35px;
    padding-bottom: 15px;
    font-family: 'BahamasLightPlain';
    font-weight: bold;
}

#testimonial-wrap #slider-testimonials > .testimonial .text {
    font-size: 18px;
}

#testimonial-wrap #slider-testimonials > .testimonial .info {
    font-size: 16px;
}

#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}


/* =Custom .service-carousel
----------------------------------------------- */
.item-carousel{}
.item-carousel .item{ position: relative;}
.item-carousel .item .thumbnail{ margin-bottom: 0; }
.item-carousel .item .thumbnail a{}
.item-carousel .item .thumbnail img{ float: none; height: auto; }
.item-carousel .item:hover .thumbnail img{ opacity: 0.15; }
.item-carousel .item .item-title{
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
	display: none;
}
.item-carousel .item:hover .item-title{ display: block; padding:80px 0; text-align: center; }
.item-carousel .item .item-title a{
	color: #fff;
	display: block;
	font-size: 28px;

	text-align: center;
	vertical-align: middle;

	display: block;
}

.item-carousel .item:hover .item-title a{ text-decoration: none;}

.item-carousel img{ height:auto;}
.item-carousel .item-circle{ margin-bottom: 0; }
.item-carousel .item-circle .item-thumbnail{ margin-bottom: 0; display: block;}
.item-carousel .item-circle .title{ margin-bottom: 0; font-family: "GothamSSm-Light",sans-serif; font-size: 20px; }

#masonry{ padding:0;  margin:auto; }

.custom-masonry .post-grid .thumbnail{
	border-radius: 0;
	display: block;
	padding: 0;
	position: relative;
}
.custom-masonry .post-grid .thumbnail .caption{

	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 35;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

	opacity: 0;

}

.custom-masonry .post-grid:hover .thumbnail .caption{
	opacity: 1;
}

.custom-masonry .post-grid .thumbnail .caption-content{
	position: absolute;
	text-align: center;
	top: 50%;
	transform:translateY(-50%);
	left: 20px;
	right: 20px;
}
.custom-masonry .post-grid .thumbnail .caption{}
.custom-masonry .post-grid .thumbnail .caption .icon{}
.custom-masonry .post-grid .thumbnail .caption .icon .fa{font-size: 32px; }
.custom-masonry .post-grid .thumbnail .caption h3{}
.custom-masonry .post-grid .thumbnail .caption .btn-link{}
.custom-masonry .post-grid .thumbnail .caption .btn-link:hover{color: #fff; }
.custom-masonry .post-grid .thumbnail .caption .post-readmore{ display: block;}

#cta-carousel{ padding:45px 45px!important;}
#cta-carousel .bx-wrapper .bx-controls-direction a{ display: none; }
#cta-carousel .item-circle .caption,
#cta-carousel .item-circle .item-thumbnail,
#cta-carousel .item-circle .img-circle  { border-radius: 5% !important; }
#cta-carousel .item-carousel .item-circle h3.title{
	font-size: 16px;
	margin: 20px 0;
}
/* =Custom .featured-list
----------------------------------------------- */
.service-list{ }

.featured-list{}
.featured-list .fa{ font-size: 3em; }
.featured-list-title{ font-size: 22px; margin-bottom: 10px; }
.featured-list-title a{ color: #6d6e71; }
.featured-list:hover .featured-list-title a{  color: #c81b1f; text-decoration: none;  }
.featured-list-summary{ color: #6d6e71; }
.featured-list-footer{ padding-top: 20px; }


/* =Custom .service-icon
----------------------------------------------- */
.items-icon{ background: #313133; color: #fff; padding:80px 0; }

.item .item-icon{ text-align: center; margin-bottom: 20px; }
.item .item-icon .fa{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 58px;
	height: 140px;
	line-height: 140px;
	margin-bottom: 29px;
	width: 140px;
}
.item-icon .item-title{ font-size: 18px; margin:0;}
.item-icon .item-title a{ color: #fff;}



/* =Custom .mixitup
----------------------------------------------- */
.mixitup{ padding:20px 0;  margin-bottom: 0px; }
.mixitup .nav-pills{ margin-bottom: 20px; }
.mixitup .nav-pills > li > a{
	padding: 6px 30px;
}
.mixitup .nav-pills > li > a.active{
	background: #c81b1f;
	color: #fff;
}

.mixitup .mix{ display: none; max-width: 100%; }
.mixitup .item{ text-align: center; }
.mixitup .item h3{ padding:10px 0 20px 0; margin-bottom: 0}

.item-gallery{ position: relative; margin-bottom: 30px;}
.item-gallery .item-thumbnail{}
.item-gallery .caption{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	opacity: 0
}
.item-gallery:hover .caption{
	opacity: 1;
}

.item-gallery .title{ 
	font-size: 18px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.single-attachment{}
.single-attachment .site-featured{ display: none; }
.content-area.image-attachment{ background: #f4f4f4; padding:0!important; }
.image-attachment{}
.image-attachment .page-header{ margin-bottom: 0; margin-top: 0; padding: 0 }

.sidebar-image{ padding:20px;}
.image-header{ margin-bottom: 20px; }
.image-header .entry-title{ margin-bottom: 0; }

#image-navigation{}
#image-navigation .previous-image{ float: left}
.entry-attachment .attachment img {
	margin: 0;
}




.item-circle{
	display: block;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	max-width: 300px;
	margin:auto;

}

.page-template-services .item-circle,
.page-template-galleries .item-circle{
	padding:30px 0; 
}

.page-template-services .item-circle .title,
.page-template-galleries .item-circle .title, 
{
    font-family: "GothamSSm-Light",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.page-template-services .item-circle .caption{}
.page-template-galleries .item-circle{}

.page-template-services .item-circle .caption ul,
.page-template-galleries .item-circle .caption ul{
	list-style: none;
}
.page-template-services .item-circle .caption ul li,
.page-template-galleries .item-circle .caption ul li{line-height: 24px}
.page-template-services .item-circle .caption ul li a,
.page-template-galleries .item-circle .caption ul li a{
	color: #ffffff;
	font-size: 16px;
}
.page-template-services .item-circle .caption .info,
.page-template-galleries .item-circle .caption .info{
	top: 55%;
	left: 5px;
}
.item-circle .item-thumbnail{
	background: #c81b1f none repeat scroll 0 0;
	border: 5px solid #c81b1f;
	border-radius: 5%;
	display: inline-block;
	margin: auto auto 20px;
	position: relative;
	text-align: center;
	max-width: 100%;
}
.item-circle .item-thumbnail img{ max-width: 100%; height: auto; border-radius: 5%;}
.item-circle .caption{
	background: rgba(200, 27, 21, 0.75) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 5%;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	z-index: 10;
}

.item-circle:hover img{
	
}
.item-circle:hover .caption{
	opacity: 1;

}

.item-circle .caption .info{ 
	font-size: 18px;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);

	color: #fff;
}
.item-circle .caption .info p{
	margin-bottom: 0;
}
.item-circle .title{
    font-family: "GothamSSm-Light",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.item-circle .title a{
	color: #a7a9ac;
}

/* =Custom .our-team
----------------------------------------------- */
.our-team{ padding: 50px 0; }
.our-team .section-title{  padding: 0 30px 20px; }
.our-team .team{ background: none repeat scroll 0 0 #313133; color: #fff; margin-bottom: 30px; }
.our-team .team .thumbnail{ margin:0; }
.our-team .team .thumbnail img{ width: 100%; height: auto; }
.our-team .team .team-title{ padding: 10px 20px 0; font-size: 18px; margin-bottom: 0 }
.our-team .team .team-title a{ color: #fff;}
.our-team .team .team-summary{padding:0 20px 1px; font-weight: bold; }



/* =Custom .service-tabs
----------------------------------------------- */
.service-tabs{}
.service-tabs-header{ background: #313133; padding:0; }
.service-tabs-nav{ list-style: outside none none; margin: 0; padding: 0;}
.service-tabs-nav li{ text-align: center;  position: relative;  display: inline-block; float: left; padding:20px 0!important; }

.service-tabs-nav li.ui-tabs-active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(49, 49, 51, 0);
	border-top-color: #313133;
	border-width: 20px;
	margin-left: -20px;
}
.service-tabs-nav li a{
	display: block;
	float: none !important;
	outline: none;
}
.service-tabs-nav li a .fa{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 48px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	width: 100px;
}
.service-tabs-nav li a:hover{ text-decoration: none;}
.service-tabs-nav li:hover .fa,
.service-tabs-nav li.ui-tabs-active .fa{
	background: #ef550f;
	color: #fff;
}
.service-tabs-nav li a span{
	color: #fff;
	display: block;
	padding: 0 20px 0;
	text-align: center;
	white-space: normal;
	text-transform: lowercase;
	font-size: 16px;
}
.service-tabs-content{ padding:20px 0!important;}
.single-content-service{ padding:20px 0;}

.service-menu{}
.service-menu .list{
	border-bottom: #f4f4f4 solid 1px;
}
.service-menu .featured {
	background: rgba(243, 159, 30, 0.73) none repeat scroll 0 0;
	display: block;
	padding: 10px;
}
.service-menu .featured:hover {
	background: rgba(243, 159, 30, 1) none repeat scroll 0 0;
}
.service-menu .featured .title{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.service-menu .featured .icon{ color:#fff; font-size: 24px; }
.service-menu .featured .title a{ color: #fff;}

.single-service .site-content {padding-right: 50px !important;}
.single-service .site-content .entry-content{max-width: 100%!important;}

.single-gallery .flexslider .slides .slide {max-height: 530px;}
.single-gallery .flexslider {
    margin-bottom: 0px;
}
.single-gallery .nav-pills .fa {
    line-height: 30px;
}
.single-gallery .content-gallery-info ul{}
.single-gallery .content-gallery-info ul li{ 
	list-style-image: url("images/list-image.png");
	padding-left: 10px;
}


/* =Custom .brands-container
----------------------------------------------- */
.brands-container{ padding:50px 0; background: #f4f4f4;  }


/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #c81b1f;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #c81b1f;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #c81b1f;
	border-color: #c81b1f;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}



/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; padding:0; }
.gform_wrapper ul li { margin: 10px 0px;  list-style-image: none !important; list-style: none !important; }
.gfield_label {  font-weight: bolder; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }
.ginput_container .large{ width: 100%; }

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0; padding: 0; }
.gform_button { }
.gform_button:focus,
.gform_button:hover { }
.gform_validation_container { }
.row_wrapper .gform_footer{ padding:10px; }

.gsection{ padding-top: 40px;  }
.gsection_title{ font-size: 18px; border-bottom: #f4f4f4 solid 1px;}

.gfield_checkbox li{ margin:0!important;}
.ginput_complex{ margin-left: -10px; margin-right: -10px; }
.ginput_complex .ginput_full{ width: 100%; display: block; padding:0 10px; }
.ginput_complex .ginput_left{ width: 50%;  padding:0 10px; display: inline-block; float: left; }
.ginput_complex .ginput_right{ width: 50%; padding:0 10px; display: inline-block; float: right; }
.ginput_complex input{ width: 100%; }
.ginput_complex label{  font-size: 11px; font-style: italic; font-weight: normal; line-height: 16px; display: block; }

.ginput_complex .address_city,
.ginput_complex .address_state,
.ginput_complex .address_zip{display:block; width: 33.3333%; float: left;  padding-left: 10px; padding-right: 10px;}


.gfield.file_upload{}
.gfield.file_upload .gfield_label{}
.gfield.file_upload .ginput_container{ float: right;}

/*-- Gravity Error Section ----------------*/
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
body .validation_message { color: #790000; padding: 2px 0px 0px 0px !important; }
body .gfield_error input,
body .gfield_error textarea { border: 1px #ff0000 solid; }
.gfield_error input:focus,
.gfield_error textarea:focus {}

#sidebar .gform_wrapper .validation_error {border:1px solid #aaaaaa;background:#eeeeee;padding:5px 5px 5px 5px;text-align:center;line-height: 1.5em;}
#sidebar .gform_wrapper .validation_message {font-size: 12px;color:#cccccc;}
#sidebar .gform_wrapper .gfield_error input,
#sidebar .gform_wrapper .gfield_error textarea { border: 1px #ff0000 solid;background:#ff3300; }


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */


/* = Custom Bootstrap
------------------------------------------------*/

.btn{ line-height: 34px; border-radius: 0 ; padding:0 25px; }
.btn-xs{ line-height: 18px; height: 20px; padding:0 10px;}
.btn-sm{ line-height: 22px; height: 24px; padding:0 15px;}
.btn-lg{ line-height: 40px; height: 42px; padding:0 40px; }

.lead{ font-size: 22px; font-weight: normal;}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {}

.btn:active,
.btn.active {}

.btn-default {
	border: #a7a9ac solid 2px;
	background: #f6f4f5;
	font-size: 13px;
	color: #a7a9ac;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	background-color: #c81b1f;
	border-color: #c81b1f;
	color: #fff;
}

.btn-primary,
.btn-primary:visited {
	background-color: #c81b1f;
	border-color: #c81b1f;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #dd191e;
	border-color: #dd191e;
	color: #fff;
}

.btn-success {}
.btn-success:hover,
.btn-success:focus {}
.btn-success:active,
.btn-success.active {}

.btn-info {}
.btn-info:hover,
.btn-info:focus {}
.btn-info:active,
.btn-info.active {}

.btn-warning,
.btn-warning:visited { color: #fff;}
.btn-warning:hover,
.btn-warning:focus { color: }
.btn-warning:active,
.btn-warning.active {}

.btn-danger {}
.btn-danger:hover,
.btn-danger:focus {}
.btn-danger:active,
.btn-danger.active {}


.thumbnail,
.img-thumbnail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}

.alert {}
.alert-success {}
.alert-info {}
.alert-warning {}
.alert-danger {}

.progress {}
.progress-bar {}
.progress-bar-success {}
.progress-bar-info {}
.progress-bar-warning {}
.progress-bar-danger {}

.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {}

.panel {}
.panel-default > .panel-heading {}
.panel-primary > .panel-heading {}
.panel-success > .panel-heading {}
.panel-info > .panel-heading {}
.panel-warning > .panel-heading {}
.panel-danger > .panel-heading {}

.well{}

.pager li > a, .pager li > span {
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 0;
	line-height: 40px;
}

.pager li .fa{
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 24px;
	height: 40px;
	line-height: 34px;
	width: 40px;
	float: left;

}
.pager .previous .fa{ margin-right: 10px;}
.pager .next .fa{ padding-left: 4px; float: right; margin-left: 10px; }

.pager li > a:hover , 
.pager li > span:hover{
	background: transparent;
}

.nopadding { padding: 0 !important; margin: 0 !important; }
.nopadding .thumbnail{ display:block; margin:0; }
.nopadding .thumbnail img{ display: inline-block; }


.nav-pills > li > a{color: #6f7173;}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: #f8f8f8;
    color: #6f7173;
    border: #EEF3F8 1px solid;
}


.tab-content .tab-pane {    
    position: relative;
}