/*   
Theme Name: Responsive Website
Theme URI: http://www.appletoncreative.com/
Description: Framework using Bootstrap 3.0
Author: Appleton Creative
Author URI: http://www.appletoncreative.com/
Version: 3.0
*/

header, div.wrapper, footer {
	/* overflow-x: hidden;*/
}

.block-wrapper {
	width: 100%
}

body {
	/*line-height: 1.8em !important*/
}

h1, h2, h3, h4, h5, p, blockquote, ul, ol, li {
	color: inherit
}

img {
	display: block
}

a:hover {
	opacity: 1;
	color: inherit
}

.parallax-simple {
	background-size: cover;
	background-attachment: fixed
}

.wrapper {
	opacity: 0;
	overflow-y: hidden
}

.nav>li>a:focus {
    background-color: inherit !important
}

img {
	max-width: 100%;
	display: block;
	width: auto;
	height: auto
}

/* FORM */

input[type='text'], textarea, select, option {
	color: #000
}

input[type='text'], textarea {
	border: 1px solid #666
}

/* UTILITY */

.parallax-simple {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.row-block {
	padding: 40px 0px;
	margin: 0px
}

.row-hero, .row-slider {
	padding-top: 0px !important
}

.row-hero img {
	width: 100%
}

img.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.stroke {
	border: 3px solid #fff
}

.aligncenter {
	margin: 10px auto
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0px
}

.alignright {
	float: right;
	margin: 10px 0px 10px 20px
}

.tiny {
	font-size: 85%
}

.btn {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* HEADER */

header {
	background-color: #fff
}

#logo {
	float: left;
	margin: 10px;
	max-width: 120px
}

.widget-header-top {
	margin: 10px auto
}

.widget-header-right .widget {
	float: right
}

.widget-header-left .widget {
	float: left
}

/* TOGGLE */

.panel-heading {
	padding: 0px
}

.panel-heading a {
	padding: 10px 15px;
	display: block
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	display: block;
	text-decoration: none
}

.panel-title a:hover, .panel-title a:active {
	text-decoration: none
}

.panel-title a:hover {
	opacity: .8
}

/* PHOTOSWIPE PLUGIN */

.psgal {
	margin-top: 40px !important
}

/* FLICKITY */

.flickity-viewport {
	width: 100%
}


/* FOOTER */

footer {
  background-color: #000;
  color: #fff;
  margin-top: 40px;
  padding: 20px
}

.nav-footer {
	color: #fff;
	text-align: center;
	padding: 15px 0px;
	margin: 0px
}

.nav-footer li {
	display: inline;
	margin: 0px 10px
}

footer a, footer a:hover, footer a:active {
	color: #fff;
	text-decoration: none;
}

.footer-copy {
	margin: 30px auto
}

.row-credit {
	text-align: center;
	color: #fff;
	margin: 20px 0px;
	font-size: 12px
}

.row-credit a, .row-credit a:hover {
	text-decoration: none
}

/* GRAVITY FORMS */

.gform_wrapper {
	max-width: 100% !important
}

/* RESPONSIVE */

img.responsive {
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	
	.slider .flickity-prev-next-button {
		width: 30px !important;
		height: 30px !important
	}
	
}

@media (max-width: 767px) {
	
}

@media (max-width: 600px) {
	.btn {
		white-space: normal
	}
}

@media (max-width: 500px) {
	
	.flickity-prev-next-button {
		width: 25px !important;
		height: 25px !important
	}

	.ginput_container {
		clear: both;
		margin-bottom: 15px
	}
	
	.gform_fields label.gfield_label, .gform_fields .ginput_container input, .gform_fields .ginput_container input.medium, .gform_fields .gform_wrapper .top_label input.medium {
		width: 100% !important
	}

}

/* WORDPRESS GALLERY STYLES */

.gallery .gallery-item {
float: left;
margin: 0px;
text-align: center;
padding: 6px;
box-sizing: border-box;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery .gallery-item img {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width: 600px) {
	.gallery-item {
		width: 33% !important;
	}
}

@media (max-width: 400px) {
	.gallery-item {
		width: 50% !important;
	}
}

/* FOUT FIX */

.wf-loading  {
  visibility: hidden
}


.top-header-widget .aws-container .aws-search-field{
height:32px !important;
}


