/* ==========================================================================
Global
========================================================================== */

html{
    height:100%;
    margin: 0;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fcfcfc;
  letter-spacing: normal;
  min-height:100%;
  margin: 0;
}

h1, h2, h3, h4, h5 {
   font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, h5, h5, h6 {
  
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.btn:hover {
    color: inherit;
}

.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

/* ==========================================================================
Buttons
========================================================================== */

.btn-success,
.btn-primary,
.buynow_button {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-success:hover,
.btn-primary:hover,
.buynow_button:hover {
  background-color: #1e2226;
}
@media(max-width:768px) {
      #contact-form-dynamic button {
        font-size:14px;
      }
}


/* ==========================================================================
Header
========================================================================== */

.calloutbox {
  border: solid 2px #464646;
  height: 78px;
  overflow: hidden;
}
.calloutbox.left h3 {
  margin-top: 11px;
}
.calloutbox.left h5 {
  margin-top:0px;
  margin-bottom:0px;
}
.calloutbox.right h5 {
  margin-bottom: 7px;
}

.header-wrapper {
    background: #eef7fa; 
    
}

.header-wrapper.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.call-to-action {
    margin-top: 200px;
    margin-bottom: 150px;
}

.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4 {
    padding: 23px;
    color: #fff;
    background: #333;
    float: left;
    margin: 0;
}

.call-to-action a {
    padding: 20px;
    float: left;
    margin: 0;
    background: rgba(255,255,255,0.9);
    padding: 23px;
    font-size: 21px;
}

.call-to-action a:hover {
    color: #333;
    background: #fff;
}

.topbar {
    border-bottom: 1px solid rgba(153,153,153,0.3);
    font-size: 14px;
}

.topbar .btn {
    padding: 10px;
}

.topbar a:hover, .topbar button:hover, .topbar .btn:hover {
    color: #333!important;
}

.header-wrapper .btn {
    border: 0;
    background: transparent;
}







/* ==========================================================================
Main Menu
========================================================================== */







/* ==========================================================================
Page
========================================================================== */

.text-logo {
    letter-spacing: 2px;
}

.text-baseline {
    font-weight: 300;
    font-size: 18px;
}

.page-wrapper {
    background: #fff;
}

.custom-block-title {
    border: 1px solid #333;
}

.block-background, .caption {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.caption {
    background: no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.caption .row {
   background: rgba(0,0,0,0.5);
}

.block-foreground {
    opacity: 0;
    background: rgba(153,153,153,0.3);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.block:hover .block-foreground {
    opacity: 1;
}

.block:hover .block-background {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.block:hover .block-background {
    opacity: 0.5;
}

.buy-button {
    border:1px solid #333;
}

.block .btn, .buy-button {
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 1px!important;
    -moz-border-radius: 1px!important;
    border-radius: 1px!important;
}

.block .btn:hover {
    background: rgba(255,255,255,0.2);
}

.buy-button:hover {
    background: rgba(0,0,0,0.8);
}

.custom-border-bottom {
    border-bottom: 1px solid rgba(153,153,153,0.3);
}

.custom-border {
    border-top: 1px solid rgba(153,153,153,0.3);
    border-bottom: 1px solid rgba(153,153,153,0.3);
}

.select-sort {
    float: left;
    padding: 0;
}

iframe {
        border: 0;
    width: 100%;
    height: 100%;
}

.dark-block-text {
  
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

.light-block-text {
  
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.light-list {
    padding: 20px 0;
    background: transparent;
}

.light-list li {
    list-style: none;
    padding:10px 0;
    border-top: 1px solid rgba(153,153,153,0.3);
}

.light-list li a {
    color:  #fff;
}

.light-list li i {
    margin-right: 15px;
}

.contact-background {
    background: url(content/contact.jpg) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ==========================================================================
Contact Form
========================================================================== */


/* ==========================================================================
  Footer
  ========================================================================== */
.container-fluid.bg-white p {
  font-size:14px;
  letter-spacing: .4px;
}

footer {
    background-color: #212121;
}
footer h4 {
    color:#6f6f6f;
    font-size: 13px;
    letter-spacing: 2px;
}
footer .container-fluid {
    width: 100%;
}
footer p,
footer li,
footer li a {
    font-size: 13px;
    line-height: 32px;
    color:#e5e5e5;
}
footer li a:hover {
    color:#fff;
}
.social {
    border-top: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    height: 90px;
}
@media (min-width:768px) {
    .social ul li + li {
        margin-left: 60px;
    }
    }

    @media (min-width: 1200px) {
        .social ul li + li {
            margin-left: 140px;
        }

    }
    .social li a {
        font-size: 26px;
        color: #404040;
        line-height: 80px;
    }

    .social li a:hover {
        color: #444;
    }

    .copyright {
        height: 90px;
    }

    .copyright small {
        line-height: 90px;
        color: #404040;
        letter-spacing: 3px;
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
    }


/* ==========================================================================
Instagram
========================================================================== */


/* ==========================================================================
Masonary Grid
========================================================================== */

#mProducts > div {
  margin-bottom: 30px;
  letter-spacing: 1px;
}



#mProducts .mGrid .col-xs-12:last-of-type {
    margin-top: -8px;
}

.mGrid .clearfix {
  padding-top:12px;
  padding-bottom:0px;
}

/* ==========================================================================
Sidebar
========================================================================== */

.nav-bordered.nav-stacked.right > li > a {
  border-left: 2px solid transparent;
  color: #222;
  font-weight: 300;
  font-size: 18px;
}
.nav-bordered.nav-stacked.right > li > a:hover {
  border-left: 2px solid #333;
}
.nav-header h4 {
    margin-top: 30px;
}

.sidebar a {
  position: relative;
}

.sidebar a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #aaa;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sidebar a:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
 
}

/* ==========================================================================
Home page
========================================================================== */



/* ==========================================================================
Responsive
========================================================================== */

@media (max-width: 767px) {
    .call-to-action {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .select-sort {
        float: none!important;
    }
  	#mProducts {
    	text-align: center;
	}
	.main-menu .nav, .main-menu .nav > li {display:block!important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.call-to-action {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .call-to-action {
        margin-top: 200px;
        margin-bottom: 100px;
    }
}


.colour-options .btn-group-vertical>.btn,
.purchase-options .btn-group-vertical>.btn{
        font-weight: 300;
        border-radius: 0px;
  		font-size:15px;
}
.colour-options .btn-group-vertical,
.purchase-options .btn-group-vertical {
	width:95%;
}
.colour-options .btn-group-vertical>.btn:first-child:not(:last-child),
.purchase-options .btn-group-vertical>.btn:first-child:not(:last-child),
.colour-options .btn-group-vertical>.btn:last-child:not(:first-child),
.purchase-options .btn-group-vertical>.btn:last-child:not(:first-child)  {
    -webkit-border-radius: 0px 0px 0 0!important;
    border-radius: 0px 0px 0 0!important;
    font-weight: 300;
}
.colour-options .btn-default.active, .colour-options .btn-default:active,.colour-options .btn-default:hover,.colour-options .btn-default,
.purchase-options .btn-default.active, .purchase-options .btn-default:active,.purchase-options .btn-default:hover,.purchase-options .btn-default{
    border-color: #2f2f2f;
}
button.btn.buynow_button {
    color: #fff;
    background-color: #333;
    font-size: 25px;
    font-weight: 300;
    border-radius: 0px;
    width: 100%;
}
button.btn.send_button {
    background-color: #333!important;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}
input.btn.send_button {
    width: 100%;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
}
.topbar-black-gra {
    background: #222222;
    background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background: linear-gradient(to bottom, #222222 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000', GradientType=0);

}
.black-gra-btn {
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #232323 100%);
    background: -webkit-linear-gradient(top, #333333 0%, #232323 100%);
    background: linear-gradient(to bottom, #333333 0%, #232323 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#232323', GradientType=0);
    border-left: 1px solid #111111;
    border-top: 1px solid #333333;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #232323;
    padding: 4px 15px 4px 15px;
    text-transform: uppercase;
    font-size: 15px;
  font-weight: 400;
    margin-left: -1px;
}
.black-gra-btn:hover {
  color:#fff;
}
.black-gra-btn i {
    padding-left: 7px;
    font-style: normal;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar {
	margin-bottom:0px;
}
@media (max-width:767px) {
        ul.nav.navbar-nav {
        text-align: center;
    	}
  		.navbar-default .navbar-nav .open .dropdown-menu>li>a {
          color: #777;
          text-align: center;
      }
}
span#delivery_heading {
    display: block;
    text-align: center;
}
div#categories {
    margin-top: 30px;
}
.product-block {
    margin-top: 40px;
}
div#instagram {
    margin: 50px auto;
}
div#instagram h2 {
    margin-bottom: 25px;
    text-align: center;
}