@charset "utf-8";
/* Theme Name: pbboot
Framework: PB Boot WP
Version: 1.9
Description: A custom framework developed by and availabile for sale by Purely Branded.
Author: Purely Branded
Author URI: http://www.purelybranded.com
 */



/* *********************	Reset Style	********************* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* *********************	General Style	********************* */
	
	html,
	body {
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	}
	body {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility; 
		-moz-osx-font-smoothing: grayscale;
		min-height: 100%;
	    font-family: Arial,Helvetica,sans-serif;
    	padding: 0;
	    text-align: left;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	strong {font-weight:bold;}
	
	img {
		height: auto;
		max-width: 100%;
		display:block;
	}
	hr {
		display: block;
		line-height: 25px;
		margin: 30px 0;
		position: relative;
		width: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		margin: 0;
	}
	h1 {
		font-size: 42px;
		line-height: 44px;
	}
	h1#header-logo {margin-bottom: 0px;}
	h2 {
		font-size: 36px;
		line-height: 38px;
	}
	h3 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 28px;
	}
	h4, h5, h6 {
		letter-spacing: normal;
	}
	h4 {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
	}
	h5 {
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
	}
	h6 {
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
	}
	p {
		margin: 0 0 20px;
	}
	a {
		color: #1a8dc1;
		text-decoration:none;
		-webkit-transition:all 0.2s linear; transition:all 0.2s linear;
	}
	a:hover,
	a:focus, 
	a:active,
	.btn:hover,
	.btn:focus, 
	.btn:active,
	button:hover,
	button:focus, 
	button:active  {
		text-decoration:none;
		outline:0;
		box-shadow:none;
		-webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
	}
	/* anchors */
	.anchor-1 {
		color:#e8e8e8;
	}
	.anchor-1:hover {
		color:rgb(181,67,33);
	}
	iframe {
		border:0;
		margin:0;
		overflow: hidden;
		width:100%;
		height:auto;
	}
	::-moz-selection {
		text-shadow:none;
		color: #fff;
		background:rgba(181,67,33,0.8);
	}
	::selection {
		text-shadow:none;
		color: #fff;
		background:rgba(181,67,33,0.8);
	}



	/* Back to Top */
	.back-to-top .fa {
		z-index: 99999;
		text-align:center;
		width: 40px;
		height: 35px;
		padding-top: 6px;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		position: fixed;
		bottom: -100px;
		right: 15px;
		cursor: pointer;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
		overflow: hidden;
		font-size:22px;
		background: #434347;
		color: #fff;
	}

	.back-to-top .fa:hover {
		box-shadow: inset 2px 1px 8px rgba(0,0,0,.6);
		background: rgb(181,67,33);
		-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
	}


/* *********************	Helper Classes	********************* */


	.r {text-align: right;}
	.l {text-align: left;}
	.c {text-align: center;}

	.br0 { border-radius: 0 !important; }
	.br1 { border-radius: 1px !important; }
	.br2 { border-radius: 2px !important; }
	.br4 { border-radius: 4px !important; }
	.br6 { border-radius: 6px !important; }
	.br8 { border-radius: 8px !important; }


	.op8 { opacity:0.8 !important; }
	.op7 { opacity:0.7 !important; }
	.op6 { opacity:0.6 !important; }
	.op5 { opacity:0.5 !important; }
	.op4 { opacity:0.4 !important; }
	.op2 { opacity:0.2 !important; }

	.uppercase { text-transform: uppercase;}
	.montserrat { font-family: "Montserrat",sans-serif; }

	.fs-small { font-size:80% !important; }
	.fs-large { font-size:120% !important; }

	.relative { position: relative; }


	.block { display: block !important; }
	.inline-block { display: inline-block !important; }


	.unstyled {
		list-style:none;
		padding:0 0 10px 20px;
	}

	.pull-center {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		clear: both;
		text-align:center;
	}
	.text-left { text-align: left !important; }
	.text-right { text-align: right !important; }


	.m0 { margin:0 !important; }
	.mb0 { margin-bottom:0 !important; }
	.mt0 { margin-top: 0 !important; }

	.mb10 { margin-bottom:10px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom:30px !important; }
	.mb40 { margin-bottom:40px !important; }
	.mb50 { margin-bottom:50px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb70 { margin-bottom: 70px !important; }
	.mb80 { margin-bottom: 80px !important; }

	.mt10 { margin-top:10px !important; }
	.mt20 { margin-top:20px !important; }
	.mt30 { margin-top:30px !important; }
	.mt40 { margin-top: 40px !important; }
	.mt50 { margin-top: 50px !important; }
	.mt60 { margin-top: 60px !important; }
	.mt70 { margin-top: 70px !important; }
	.mt80 { margin-top: 80px !important; }

	.p0 { padding: 0 !important; }
	.pb0 { padding-bottom: 0 !important; }
	.pt0 { padding-top: 0 !important; }

	.pt5 { padding-top:5px !important; }
	.pt10 { padding-top: 10px !important;}
	.pt20 { padding-top: 20px !important;}
	.pt30 { padding-top: 30px !important;}
	.pt40 { padding-top: 40px !important;}
	
	.pb5 { padding-bottom:5px !important; }
	.pb10 { padding-bottom: 10px !important;}
	.pb20 { padding-bottom: 20px !important;}
	.pb30 { padding-bottom: 30px !important;}
	.pb40 { padding-bottom: 40px !important;}
	
	.mr10 { margin-right: 10px !important; }
	.mr20 { margin-right: 20px !important; }
	.mr30 { margin-right: 30px !important; }

	.img-r {float: right; margin-left: 10px; margin-bottom: 10px;}
	.img-l {float: left; margin-right: 10px; margin-bottom: 10px;}


/*Breadcrumbs*/
.breadcrumbs { line-height: 40px;color: #999;}
.breadcrumbs a {color: #999; text-decoration: underline; padding-left: 5px; padding-right: 5px;}
.breadcrumbs a:hover { color: #666666; text-decoration: none;} 
.breadcrumbs a:first-child {padding-left: 0px;}


/*pagination*/
	.pb-navi {
		clear: both;
		padding: 0px; 
		margin: 0px;
		font-weight: bold;
		display: block;
		padding-bottom: 30px;
	}

	.pb-navi .pages {
		color:#A7A7A7;
		float:right;
		text-align:right;
		width:100px;
		border: 0px;
		padding: 0px 3px 30px 0px;
		margin: 0px;	
	}

	.container .pb-navi span {
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		margin: 2px;
	}	 

	.container .pb-navi .page {border: 1px solid #666666;}
	.container .pb-navi .extend {border: 0px;
		 margin: 0px;
		 padding: 3px;
	}

	.container .pb-navi a{
		text-decoration: none;
		margin: 2px;
		background-color: #cccccc;
		border:1px solid #575757;
		padding: 5px 10px 5px 10px;
		margin: 2px;
		color: #333333;
		text-shadow:0 1px 0 #ffffff;
		transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-webkit-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
	}

	.container .pb-navi a:hover, .container .pb-navi a.current {
		background-color: #47473B;
		color:#FFFFFF !important;
		text-shadow:0 1px 0 #333333;
		border: 1px solid #666666;
	}

.container .pb-navi span.current {
	font-weight: bold;
	}

























body {background-color: #fff;}
.no-bottom-margin {margin-bottom: 0px;}


.block {display: block;}
.transition {-webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.pop-shadow:hover {box-shadow: 0 0 10px #888888;}

/*responsive images*/
.media-page img {max-width: 100%; height: auto; margin-bottom: 0px;}

/*responsive video*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.home-page-content .videoWrapper {
	margin-bottom: 0px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*gf*/
#regular-contact-gf ul li {background: none; }
#regular-contact-gf ul li:hover {background: none; }


#regular-contact-gf .gfield_label {
    color: #475e6e;
    font-weight: bold;
}

#regular-contact-gf input {border: 1px solid #999;}

#regular-contact-gf .medium, #regular-contact-gf .large {    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
}

#regular-contact-gf select.medium {width: 96.5%;}
#regular-contact-gf select option {height: 30px; line-height: 30px; padding: 0px;}

#regular-contact-gf .ginput_container {max-width: 100%;}

#regular-contact-gf .gform_button {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	text-decoration: none;
    background-color: #384e6e;
    background-image: linear-gradient(to bottom, #4e6382, #384e6e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 200px;
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    padding: 11px 19px;
	margin-top: 20px;
	}

#regular-contact-gf .gform_button:hover {

    background-color: #384e6e;
    background-position: 0 -15px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;

}	


#regular-contact-gf .gform_confirmation_message {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
	padding: 20px;
}

#regular-contact-gf .ui-datepicker-trigger {
    float: right;
    margin-right: 35px;
    margin-top: -36px;
    position: relative;
}
#regular-contact-gf .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  /* margin-top: .75em; */
  margin-bottom: .75em !important;
}
#regular-contact-gf .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  margin-bottom: .375em !important;
  padding: 5px 0 5px 10px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;

}

#regular-contact-gf  .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 1em 0 1em 0;
  clear: both;
  width: 97.5%;
}

#regular-contact-gf .gform_wrapper .validation_message {
  color: #790000;
  font-weight: bold;
  letter-spacing: normal;
}

#regular-contact-gf .gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper .gform_footer {
    clear: both;
    margin: 0px !important;
    padding: 0px !important;
}


#regular-contact-gf p {margin: 0px !important;}

#regular-contact-gf .gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    line-height: 1.3;
    margin: 0px !important;
}


/*category*/
.cat-post {margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #999;}

/*shadows*/
.shadoweffect2 {    position: relative;}
.shadoweffect2:before, .shadoweffect2:after {    background: none repeat scroll 0 0 #777777;    bottom: 15px;    box-shadow: 0 15px 10px #777777;    content: "";    left: 10px;    max-width: 300px;    position: absolute;    top: 80%;    transform: rotate(-3deg);    width: 50%;    z-index: -1;}
.shadoweffect2:after {    left: auto;    right: 10px;    transform: rotate(3deg);}

/*Breadcrumbs*/
#breadcrumbs { line-height: 40px;color: #999;}
#breadcrumbs a {color: #999; text-decoration: underline; padding-left: 5px; padding-right: 5px;}
#breadcrumbs a:hover { color: #666666; text-decoration: none;} 
#breadcrumbs a:first-child {padding-left: 0px;}

/*sidebar*/
#sidebar {padding-top: 0px; min-height:300px;}
#sidebar img {border: 2px solid #fff; margin-bottom: 20px;
 /* Box shadow */
  -webkit-box-shadow: 0px 0px 0px #212121;
  -moz-box-shadow: 0px 0px 0px #212121;
  box-shadow: 0px 0px 0px #212121;
         
  /* Animate all properties across supporting browsers */
  -webkit-transition: all 0.5s ease-in-out;
  /* -o-transition: all 1s ease-in-out; */
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
#sidebar img:hover {
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
box-shadow: 0 0 10px #888;} 

#sidebar-banner {margin-bottom: 10px;display: block;}



/*pagination*/
.pb-navi {
	clear: both;
padding: 0px; 
margin: 0px;
font-weight: bold;
display: block;
padding-bottom: 30px;
}

.pb-navi .pages {
color:#A7A7A7;
float:right;
text-align:right;
width:100px;
border: 0px;
padding: 0px 3px 30px 0px;
margin: 0px;	
}

.container .pb-navi span {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 2px;
}	 

.container .pb-navi .page {border: 1px solid #666666;}
.container .pb-navi .extend {border: 0px;
	 margin: 0px;
	 padding: 3px;
}

.container .pb-navi a{
	text-decoration: none;
	margin: 2px;
	background-color: #cccccc;
	border:1px solid #575757;
	padding: 5px 10px 5px 10px;
	margin: 2px;
	color: #333333;
	text-shadow:0 1px 0 #ffffff;
	transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
}

.container .pb-navi a:hover, .container .pb-navi a.current {
	background-color: #47473B;
	color:#FFFFFF !important;
	text-shadow:0 1px 0 #333333;
	border: 1px solid #666666;
}

.container .pb-navi span.current {
	font-weight: bold;

}

/*testimonials*/
.testimonial-author-div {    border-bottom: 1px solid #ECECEC;    float: right;}
.testimonial {font-size: 16px;}
.testimonial-author-div p.testimonial-author {    color: #444444;    font-size: 14px;    font-style: normal;    font-weight: bold;    letter-spacing: -1px;    margin-right: 5px;    text-align: right;}
ul.testimonials-txt li {    margin-bottom: 30px;}
.testimonial-author-div span.testimonial-position {    display: block;    font-size: 11px;    font-style: italic;    font-weight: normal;    letter-spacing: 0;    margin-right: 2px;}
ul.testimonials-txt p {    margin-bottom: 10px;}
.icon-quote-testimonials {    background: url("images/icon-quote-testimonial.png") no-repeat scroll 0 0 / 18px 18px transparent;    float: left;    height: 18px;    margin-left: 1px;    margin-right: 15px;    margin-top: 2px;    width: 18px;}
ul.testimonials-txt {    color: #444444;    font-size: 13px;    font-style: italic;}
p.testimonial-author {margin-bottom: 0px;}

/*call out box*/
.call-to-action ul {list-style: disc;}
.call-to-action ul li {margin-left: 20px;}
.shadow-curl:before, .shadow-curl:after {
    background: none repeat scroll 0 0 transparent;
    border-radius: 30% 0 50% 0 / 100% 0 100% 0;
    bottom: 11px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3);
    content: "";
    height: 20%;
    left: 2px;
    max-width: 90%;
    position: absolute;
    transform: skew(-3deg) rotate(-3.5deg);
    width: 350px;
    z-index: -1;
}

.shadow-curl:after {
    border-radius: 0 30% 0 50% / 0 100% 0 100%;
    left: auto;
    right: 2px;
    transform: skew(3deg) rotate(3.5deg);
}


.shadow-curl, .styled-image{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

.call-to-action {
    margin-bottom: 48px;
    width: 100%;
	font-size: 16px;
	line-height: 1.7em;
}

.call-to-action p:last-child {margin-bottom: 0px;}

.shadow-curl {
    background-color: #FFFFFF;
    display: inline-block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.shadow-curl, .styled-image{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
.styled-image {
    position: relative;
}

.pb_shadowbox.pb_call_to_action {
    background-color: #F7F7F7;
    border-width: 0;
    display: block;
    margin: 0 !important;
    padding: 37px 38px 39px;
}

.pb_shadowbox.pb_call_to_action {
    background-color: #FFFFFF;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.06) inset;
}

div.pb_shadowbox {
    margin-bottom: 22px;
}

.styled-image, .shadow-curl, .pb_shadowbox, span.wpb_button {
    border-radius: 2px 2px 2px 2px;
}
/*end call out box*/


/*clearfix*/
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }