/*  

Theme Name: ViburnumDesigns

Theme URI: http:www.viburnumdesigns.com;

Description: Style for mobile

Version: 1.0

Author: Ian Jackson

*/

/*
	=> Layout
------------------------------------------*/

@font-face {
    font-family: garamond;
    src: url(/garamond_premier_pro.otf);
}
h2 {
    font-size:1.75em;
    font-family: "garamond",Sans,Sans-serif;
    color: #cdcdcd;
}
p {
    font-family: "garamond",Sans,Sans-serif;
    color: #cdcdcd;
}
a{
   color:#cdcdcd;
}
button.cart_btn {
    font-size: 20px;
    padding: 5px 10px;
    font-family: garamond, sans-serif;
    background-color: #afaeae;
}


/* about us css*/
h2.aboutTop {
    padding-top: 300px;
    padding-left: 150px;
    font-size: 48px;
}

p.rightFloat {
    
}
p.leftFloat {
    
}

img.aboutRight {
    
}

p.leftPar {
   
}

p.rightPar {
   
}   

/*about css end*/

.page-wrap {
    overflow: hidden;
}
.l-66,
.l-33 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.l-100 {
    width: 97.91666666666667%;
    margin: 0 1.063829787234043%;
    float: left;
}
.page-wrap__posts .l-100 {
    margin: 0 1.6666666666666666666666666666667%;
}

* {
    box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
    text-align: left;
    float: left;
    width: 25%;
    padding: 10px;
    height: 225px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/*
	=> Youtube Videos
------------------------------------------*/
.vb-video iframe {
    width: 100%;
}
/*
	=> Header
------------------------------------------*/

.vb-header hgroup, .skip-link, .assistive-text, #site-title, #site-description {
    line-height: 0;
    font-size: 0;
    text-indent: -99999px;
    height: 0;
}

.vb-header__logo {
    width: 100%;
    min-height: 59px;
    position: relative;
    padding: 10px 10px 10px;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    z-index: 9999;
    background: #000;
}

.vb-header__logo:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.vb-header__logo-img__desktop {
    display: none;
    margin: 0 auto;
}

.vb-header__logo-img__mobile {
    display: block;
    float: right;
    width: 200px;
    margin-top: 5px;
}

.vb-menu-button {
    background-color: #cdcdcd;
    display: block;
    height: 5px;
    position: relative;
    width: 30px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    top: 11px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

.vb-menu-button:before {
    content: '';
    background-color: #cdcdcd;
    display: block;
    height: 5px;
    position: relative;
    top: 9px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
}

.vb-menu-button:after {
    content: '';
    background-color: #cdcdcd;
    display: block;
    height: 5px;
    position: relative;
    top: 13px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    transition: background-color 1.5s;
    -webkit-transition: background-color 1.5s;
}

.body__menu-open .vb-menu-button {
    background-color: #fff;
}

.body__menu-open .vb-menu-button:before {
    background-color: #fff;
}

.body__menu-open .vb-menu-button:after {
    background-color: #fff;
}

.vb-header {
    position: relative;
}
/*
	=> Menu
------------------------------------------*/
.vb-header__menu {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0px;
    z-index: 10;
    transition: top 0.7s;
    -webkit-transition: top 0.7s;
    overflow: hidden;
    top: -550px;
}

.vb-header__menu ul {
    display: block;
    margin: 10px;
    background-color: rgba(0,0,0,0.8);
    -webkit-border-radius: 0 0 8px 8px; 
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;


    border-bottom: 1px solid rgba(255,255,255,0.7);
}

.vb-header__menu ul ul {
    margin-top: 0;
    display: none;
}

.vb-header__menu li {
    list-style-type: none;
    margin-left: 0;
}

.vb-header__menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #ffd;
}

.vb-header__menu li a:hover {
    color: #b7975b;
}

.vb-header__menu.menu-open {
    top: 49px;
}
/*
	=> Main Content
------------------------------------------*/
.vb-promotions {
    text-align: center;
    font-family: 'garamond',Sans,sans-serif;
    font-size: 1.5em;
    margin-top: 0;
    color:#cdcdcd;
}

.vb-main-content {
    margin: 6px 5px 0;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 250px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: 250px;
    }

    div.gallery img2 {
        width: 100%;
        height: 225px;
    }

div.desc {
    padding: 15px;
    text-align: center;
}

button.cart_btn {
    font-size: 20px;
    padding: 5px 10px;
    font-family: garamond, sans-serif;
    background-color: #afaeae;
}

    button.cart_btn:hover {
        background-color: #b7af8f;
    }


div.bannerContainer {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
div.bannerContainer  img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
div.bannerContainer  .btnone {
	
 /* display:none;		*/
  width : 60%; 		
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/*
	=> Carousel (mobile)
------------------------------------------*/
.owl-item.loading {
    min-height: 40px;
}
.vb-carousel__main .owl-item {
    padding-bottom: 50px;
}
.owl-item {
    text-align: center;
    cursor: pointer;
}
.owl-item img {
    max-width: 100%;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.4)));
}
.owl-controls {
    position: absolute;
    top: -9999px;
}
.vb-carousel {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.vb-carousel li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.vb-carousel__thumbnail-container {
    max-width: 800px;
    margin: 0 auto;
}

.vb-carousel__thumbnails img {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";


    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
} 
.vb-carousel__thumbnails img:hover,
.vb-carousel__thumbnails img.selected {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.vb-carousel__image-title {
    font-size:18px;
    padding-top: 25px;
    font-family: "Century Gothic",Arial, sans-serif;
}
.vb-carousel__image-title span {
    font-family: 'garamond',Sans,Sans-serif;
    font-size:1.1em;
    color:#cdcdcd;
    display: none;
}

.vb-carousel__large .vb-carousel__image-title {
    display: none;
}
/*
	=> Imagebox
------------------------------------------*/
.vb-imagebox-container li {
    list-style-type: none;
    margin: 20px 0;
}

.vb-imagebox {
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    color: #fff;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    position: relative;
    overflow: hidden;
    min-height: 72px;
    display: table;
    width: 100%;
}

.vb-imagebox__image {
    width: 80px;
    height: 72px;
    overflow: hidden;
    position: absolute;
    left: 0;
    float: left;
}

.vb-imagebox img {
    height: 100%;
    position: relative;
    left: -10%;
    opacity: 0.8;

    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.vb-imagebox__image img:hover {
    opacity: 1;
}

.vb-imagebox__caption {
	text-transform:capitalize;
    margin-top: 20px;
    margin-left: 100px;
    font-family: "garamond", sans, sans-serif;
    color: #cdcdcd;
    font-size: 1.75em;
    line-height: 1.8;
    display: table-cell;
    vertical-align: middle;
    padding-left: 90px;
    padding-right: 72px;
}

.vb-imagebox:hover .vb-imagebox__caption,
.vb-imagebox:active .vb-imagebox__caption {
    color: #fff;
}

.vb-imagebox:after {
    content: "";
    margin-top: -25px;
    background-color: green;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0.5;
    cursor: pointer;
    background: #fff url('../../gallery/images/icon_sprites02.png') no-repeat -35px -193px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

/*
	=> Comments
------------------------------------------*/
.vb-comment-form {
	overflow: hidden;
	height: 35px;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	margin-top: 15px;
}
.vb-comment-form h3,
.vb-comment-form__comment label,
.vb-comment-form__author label {
	display: none;
}

.vb-comment-form__comment,
.vb-comment-form__author {
	margin: 0 0 10px;
	overflow: hidden;
}
.vb-comment-form__author {
	float: left;
	width:50%;
}

.vb-comment-form__comment textarea {
	height: 34px;
	width: 30px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 

	line-height: 1.8;
	font-family: sans-serif;
	padding-left: 30px;
	background: transparent url('http://www.viburnumdesigns.com/wordpress/images/icon_sprites02.png') no-repeat -50px -76px;
	transition: height 0.5s, width 0.5s, background-color 0.5s, background-position 0.5s;
	-webkit-transition: height 0.5s, width 0.5s, background-color 0.5s, background-position 0.5s;
	overflow:hidden;
	border: none;
	float:right;
	outline: none;
	resize: none;
}
.vb-comment-form__comment textarea::-webkit-input-placeholder {
   padding-left:2px;
}

.vb-comment-form__comment textarea:-moz-placeholder { /* Firefox 18- */
   padding-left:2px;  
}

.vb-comment-form__comment textarea::-moz-placeholder {  /* Firefox 19+ */
   padding-left:2px; 
}

.vb-comment-form__comment textarea:-ms-input-placeholder {  
   padding-left:2px;
}
.vb-comment-form__author input {
	border: none;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
	height: 34px;
	outline: none;
	padding: 0 5px;
	background-color: #eef;
}	

.vb-comment-form .form-submit {
	float: right;
	margin: 0;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.vb-comment-form .form-submit #submit{
	width: auto;
	margin: 0;
	border: none;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
	height: 34px;
	background-color: #eef;
}
.vb-comment-form.focused {
	height: 112px;
}
.vb-comment-form.focused .vb-comment-form__comment textarea {
	height: 68px;
	width: 100%;
	left: 0;
	background-color: #eef;
	background-position: -50px -113px;
}
.vb-comment-form.focused .form-submit{
	opacity: 1;
}
.vb-comments {
	margin: 0 30px;
}
.vb-comments li {
	margin: 25px 0 0;
	list-style-type: none;
}
.vb-comment {
	font-style: italic;
	margin: 0;
}
.vb-comments .vb-comment__author {
	color: #b7975b;	
}
.vb-comment:before {
	content: "\201C";
	font-size: 4em;
	line-height: 0.4;
	display: block;
	float: left;
	position: absolute;
	margin-left: -20px;
}
/*
	=> Showcase
------------------------------------------*/
.vb-showcase {
    text-align: center;
    margin: 30px 0;
}

.vb-showcase li {
    margin: 0;
    display: inline;
    list-style-type: none;
}
/*
	=> Social
------------------------------------------*/
.vb-social {
    margin: 30px auto;
    overflow: hidden;
    width: 150px;
}

.vb-social__facebook-icon {
    background: transparent url('../../gallery/images/icon_sprites02.png') no-repeat left -76px;
    position: absolute;
    left: 0;
    width: 35px;
    height: 30px;
}

.vb-social__facebook iframe {
    margin-top: 3px;
}

.vb-social__twitter-icon {
    background: transparent url('../../gallery/images/icon_sprites02.png') no-repeat left -110px;
    position: absolute;
    left: 0;
    width: 35px;
    height: 30px;
}

.vb-social__twitter iframe {
    margin-top: 8px;
}

.vb-social__email {
    line-height: 2.5;
}

.vb-social__email-icon {
    background: transparent url('../../gallery/images/icon_sprites02.png') no-repeat left -146px;
    position: absolute;
    left: 0;
    width: 35px;
    height: 30px;
}

.vb-social .vb-social-wrap {
    display: none;
}

.vb-social li {
    list-style-type: none;
    overflow: hidden;
    margin: 10px 0;
    padding-left: 50px;
    height: 30px;
    float: left;
    position: relative;
}

/*
	=> Posts
------------------------------------------*/

.vb-post {
    list-style: none;
    margin: 0;
    overflow: hidden;
    margin: 18px 0;
    padding: 18px 0 0;
    border-top: 1px dashed #ffd;
}

.vb-post:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.vb-post__content {
    overflow: hidden;
}

.vb-post .alignleft {
    float: left;
    margin: 0 10px 6px 0;
}

.vb-post .alignright {
    float: right;
    margin: 0 0 6px 10px;
}

.vb-post__author,
.vb-post__date {
    margin: 0;
}

.vb-post__date {
    font-size: 0.9em;
    color: #b7975b;
}

.vb-post__author span {
    color: #b7975b;
}
/*
	=> Footer
------------------------------------------*/
.vb-footer {
    margin: 0 10px 10px 10px;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
}

.vb-footer .vb-contact {
    margin: 0 auto;
}

.vb-footer .vb-address, 
.vb-footer .vb-telephone, 
.vb-footer .vb-copyright {
    margin: 0;
}

.vb-footer .vb-address, 
.vb-footer .vb-telephone {
    display: inline;
}


/*
	=> Shopping Cart
------------------------------------------*/
.shopping_cart {
	padding: 0 !important;
	font-size: 1em;
}
.shopping_cart th {
	padding-bottom: 30px;
}
.shopping_cart img,
.shopping_cart h2,
.shopping_cart br {
	display: none;
}
.wp_cart_checkout_button {
	float: right;
	margin: 30px 0;
}
.shopping_cart input[type=image]:after {
	
	content: " (" attr(value) ")";
}
.wp_cart_button_wrapper {
    display: inline;
}

.wp_cart_button_wrapper:before {
    font-size: 25px;
    font-family: 'icomoon';
    content: '\e602';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.wp_cart_button_wrapper:before:hover {
    color: #b7975b;
}
.wp_cart_button_wrapper .wp-cart-button-form input {
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    width: 30px !important;
    overflow: hidden;
    margin-left: -21px;
    line-height: 13px;
}




.wp-cart-button-form {
	position: relative;
}
.wp-cart-button-form input[type=submit] {
	line-height: 30px;
	position: absolute;
	top: -8px;
	left: -6px;
}