**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
  margin-top: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #555;
  font-size: 16px;
}

body, html {
  scroll-behavior: smooth !important;
  margin: 0;
}

.alert {
  color: #2259bf;
  font-size: 20px;
  font-weigt: bold;
}

/***********
************
BETTER LOGIN
************
***********/

div#top_part {
  width: 50%;
  margin: 0 auto 25px auto;
}

#auth_box {
  width: 60%;
}

#auth_box h1#the_logo {
  margin: 0 auto;
  width: 50%;
}

#auth_box input[type="text"], #auth_box input[type="password"] {
  width: 100%;	
}

div#bottom_part {
  margin-top: 25px;	
}

/***********
************
END BETTER LOGIN
************
***********/

/*******************
********************
EU COOKIE COMPLIANCE
********************
*******************/

.eu-cookie-compliance-banner {
  padding: 25px 0;	
}

.eu-cookie-compliance-banner h2 {
  font-size: 24px;	
}

.eu-cookie-compliance-message p {
  display: inline-block	
}

.decline-button.eu-cookie-compliance-default-button {
  margin: 5px 0 0 0;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}

.eu-cookie-compliance-secondary-button {
  margin: 5px 0 0 0;	
}

/***********
************
END EU COOKIE COMPLIANCE
************
***********/

/***********
************
BRANDING
************
***********/

.branding-wrapper {
  background: url('../images/branding-bg.jpg');
  padding: 25px 0;
}

.navbar-btn.pull-left {
  float: none !important;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
}
@media(min-width:767px) {
	.navbar-btn.pull-left {
	  float: left !important;
	  width: 50%;
	  text-align: left;
	  display: inline-block;
	  margin-bottom: 0px;
	}
}

#block-sky-socialicons {
  text-align: center;
  width: 100%;
}
@media(min-width:767px) {
	#block-sky-socialicons {
	  text-align: right;
	  width: 50%;
	  float: right;
	  padding-top: 25px;
	}
}

.logo img {
  max-height: 45px;	
}

.social-icons img {
  max-width: 25px;
  height: auto;
  transition: .3s ease;
  margin-right: 10px;
}

.social-icons img:hover {
  opacity: 0.6;
}

/***********
************
END BRANDING
************
***********/

/***********
************
MENU
************
***********/

.links-wrapper {
  background: #343538;
  border-bottom: 3px solid #2259bf;
  z-index: 1000 !important;
}

.horizontal-menu > li > a, .horizontal-menu > li > span {
  background: none;
  padding: 13px 20px;
  color: #fff;
  font-weight: bold;
  transition: .3s ease;
}

.horizontal-menu > li > a:hover, .horizontal-menu > li > a:active, .horizontal-menu > li > a:focus, .horizontal-menu > li > span:hover, .horizontal-menu > li > span:active, .horizontal-menu > li > span:focus {
  background: #2259bf;
  text-decoration: none !important;
}

.menu.sub-nav li a {
  color: #fff;
  text-align: left;
  padding: 10px;
}
.menu.sub-nav li a:hover, .menu.sub-nav li a:focus, .menu.sub-nav li a:active {
  background: #2259bf;
  text-decoration: none;
}

.menu.sub-nav {
  background: #222;
  border-top: 1px solid #fff;
}

#toggle-icon {
  margin-top: 5px;	
}

.responsive-menu-toggle {
  display: inline-block;
  text-align: center;
  width: 100%;
}

a#toggle-icon {
  display: inline-block;
}

.responsive-menu-toggle-icon span.label {
  top: 5px;
  left: 30px;
}

.mm-listitem__text {
  text-align: center;
  font-size: 22px;
  padding: 20px 15px;
}

.links-wrapper .glyphicon {
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}
.links-wrapper .glyphicon:last-child {
  margin-right: 100px;
}

#block-sky-responsivemenumobileicon {
  width: 50%;
  float: left;
  text-align: left;
}

#block-sky-horizontalmenu {
  width: 88%;
  float: left;
  text-align: left;
}

#block-sky-accountbasketloggedin, #block-sky-accountbasketloggedout {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 13px;
}
@media(min-width:767px) {
	#block-sky-accountbasketloggedin, #block-sky-accountbasketloggedout {
	  text-align: right;
	  width: 12%;
	}	
}

.horizontal-menu .is-active {
  background: #2259bf;	
}

/***********
************
END MENU
************
***********/

/***********
************
SLIDER
************
***********/

.slider-wrapper {
  display: block;
  background: url('../images/pigeons.jpg');
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  min-height: 220px;
  box-sizing: border-box;
  position: relative;
}
@media(min-width:767px) {
     .slider-wrapper {
       display: block;
       background: url('../images/pigeons.jpg');
       background-size: cover;
       transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
       min-height: 520px;
       box-sizing: border-box;
       position: relative;
     }
} 

.region-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/***********
************
END SLIDER
************
***********/

/***********
************
CONTENT
************
***********/

.main-container {
  padding: 45px 20px;	
}

h1, h2, h3, h4, h5, h6 {
  color: #555;
}

.breadcrumb {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 45px;
}

p {
  margin-bottom: 25px;
  color: #666666;
  font-size: 16px;
}

a, a:hover, a:focus {
  color: #2259bf;
  transition: .3s ease;
}

.page-header {
  border-bottom: none !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

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

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

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

.block-title {
  font-size: 20px;
  margin: 0 0 20px 0;	
}

.nav-tabs > li {
  padding: 0 5px;	
}

.center {
  text-align: center;	
}

.path-frontpage .region-content .field--name-body {
  text-align: center;	
}

.well {
  text-align: center;
}
@media(min-width:767px) {
	.well {
	  margin-top: 120px;
	  text-align: left;
	}	
}

/***********
************
END CONTENT
************
***********/

/***********
************
CONTACT
************
***********/

#webform-submission-contact-node-95-add-form {
  margin-top: 25px;	
}

.g-recaptcha {
  margin-bottom: 20px;	
}

/***********
************
END CONTACT
************
***********/

/***********
************
SEARCH
************
***********/

#views-exposed-form-search-page-1 .form-item-title {
  width: 100%;	
}

input#edit-title, input#edit-title--2 {
  width: 100%;
  margin: 0 0 25px 0;
}

.view-search .views-row {
  clear: both;
}

.view-search .views-col {
  width: 50%;
  padding: 1% 2.5% 2.5% 2.5%;
  transition: .3s ease;
  margin-bottom: 20px;
}
@media(min-width:767px) {
	.view-search .views-col {
	  width: 25%;
	}
}
.view-search .views-col:hover {
  opacity: 0.6;
}

.view-search  .views-field-title a {
  font-weight: bold;
}

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

/***********
************
END SEARCH
************
***********/

/***********
************
SHOP
************
***********/

#block-sky-views-block-products-block-1 {
  margin-top: 45px;	
}

#block-sky-views-block-products-block-1 .block-title {
  text-align: center;
}

.view-products .views-row {
  clear: both;
}

.view-products .views-col {
  width: 50%;
  padding: 1% 2.5% 2.5% 2.5%;
  text-align: center;
  transition: .3s ease;
  margin-bottom: 20px;
}
@media(min-width:767px) {
	.view-products .views-col {
	  width: 25%;
	}
}
.view-products .views-col:hover {
  opacity: 0.6;
}

.view-products  .views-field-name a {
  font-weight: bold;
}

.view-header {
  margin-bottom: 25px;
  color: #666666;
  font-size: 16px;
}

.view-footer {
  margin-top: 25px;
  color: #666666;
  font-size: 16px;
}

.view-product-display-in-store .views-row {
  clear: both;
}

.view-product-display-in-store .views-col {
  width: 50%;
  padding: 5% 2.5% 5% 2.5%;
  transition: .3s ease;
  margin-bottom: 20px;
}
@media(min-width:767px) {
	.view-product-display-in-store .views-col {
	  width: 25%;
	}
}
.view-product-display-in-store .views-col:hover {
  opacity: 0.6;
}

.view-product-display-in-store .views-field.views-field-price__number {
  color: #b3af54;
  font-size: 16px;
  font-weight: bold;
}

.views-field-view-commerce-product a {
  color: #ffffff;
  background: #2259bf;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  transition: .3s ease;
  border-radius: 5px;
}
.views-field-view-commerce-product a:hover, .views-field-view-commerce-product a:focus, .views-field-view-commerce-product a:active  {
  text-decoration: none;
}

.field--name-field-product-image {
  float: left;
  max-width: 50%;
  width: 50%;
  padding: 0 25px 25px 0;
}



#block-sky-views-block-product-categories-list-block-1 {
  display: none;	
}
@media(min-width:767px) {
	#block-sky-views-block-product-categories-list-block-1 {
	  display: block;	
	}	
}

.view-product-categories-list .views-row {
  margin-bottom: 10px;	
}
.view-product-categories-list .views-row:last-child {
  margin-bottom: 0px;	
}

.cart-empty-page {
  text-align: center;	
}

.field--name-field-description {
  clear: both;
  margin-top: 25px;
  display: inline-block;
}

.field--name-price {
  margin-bottom: 20px;
  float: right;
  max-width: 50%;
  width: 50%;
  text-align: right;
  color: #b3af54;
  font-size: 18px;
  font-weight: bold;
}

.field--name-field-attachment {
  margin-top: 25px;	
}

.commerce-order-item-add-to-cart-form {
  float: right;
  width: 50%;
  max-width: 50%;
  text-align: right;
}

.field--name-sku {
  margin-bottom: 5px;
  float: right;
  max-width: 50%;
  width: 50%;
  clear: left;
  text-align: right;
}

.field--name-sku .field--label {
  float: none;
  position: absolute;
  right: 95px;
  display: block;
}

/***********
************
END SHOP
************
***********/

/***********
************
SUPPORT
************
***********/

#block-sky-views-block-support-videos-block-1 {
  margin-bottom: 45px;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 45px;
}

.views-collapsible-list .btn--list-collapse-action {
  margin-bottom: 25px;	
}

.views-collapsible-list {
  color: #666666;
  font-size: 16px;
}

.views-collapsible-list > ul {
  margin: 0;
  padding: 0;
}

.views-collapsible-list > ul > li {
  padding: 10px !important;
  border: 1px solid #d2d2d2 !important;
  border-radius: 2px !important;
  margin-bottom: 25px;
}
.views-collapsible-list > ul > li:last-child {
  margin-bottom: 0px;
}

.views-collapsible-list .views-field-title {
  font-weight: bold;
}

.views-collapsible-list .views-field-body p {
  margin-top: 25px;
  padding-left: 25px;
  color: darkgreen !important;
}

.view-support-videos .views-row {
  clear: both;
}

.view-support-videos .views-col {
  width: 50%;
  padding: 1% 1% 2.5% 1%;
  text-align: center;
  transition: .3s ease;
}
@media(min-width:767px) {
	.view-support-videos .views-col {
	  width: 25%;
	}
}
.view-support-videos .views-col:hover {
  opacity: 0.6;
}

.views-field.views-field-title {
  margin-top: 10px;	
}

/***********
************
END SUPPORT
************
***********/

/***********
************
SITEMAP
************
***********/

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

.view-sitemap h3 {
  margin: 45px 0 20px 0;
}

/***********
************
END SITEMAP
************
***********/

/***********
************
FOOTER
************
***********/

.footer-wrapper {
  background: #2f3033;
  font-size: 12px;
  padding: 30px 0;
  color: #aaaaaa;
}

.region-footer .block-title {
  font-size: 14px;
  font-weight: bold;
  color: #e2e2e2;
  margin-bottom: 5px;
}

.region-footer .block {
  margin-bottom: 45px;
}
@media(min-width:767px) {
	.region-footer .block {
	  margin-bottom: 0px;
	  width: 33%;
	  float: left;
	}
}

#block-sky-credits {
  text-align: center;	
}

.footer-wrapper p {
  margin-bottom: 0 !important;
  color: #aaaaaa;
  font-size: 12px;
}

.footer-wrapper a {
  color: #ffffff;
  font-size: 12px;
  text-transform: .3s ease;
}
.footer-wrapper a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

#footer-menu a {
  border-bottom: 1px solid #b9b9b9;
  display: inline-block;
  margin-bottom: 5px !important;
  padding: 5px;
  width: 90%;
  text-transform: uppercase;
  transition: .3s ease;
}
#footer-menu a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

#gmap {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

/***********
************
END FOOTER
************
***********/

/***********
************
CREDITS
************
***********/

.credits-wrapper {
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
}

.credits-wrapper a, .credits-wrapper p  {
  font-size: 12px;
}

/***********
************
END CREDITS
************
***********/
