/*
Theme Name: Giftstrap
Theme URI: http://www.jifiti.com
Author: Jifiti
Author URI: http://www.jifiti.com
Description: Gift Registry Bootstrap Theme
Version: 1.0
*/

/* basic document */


body {
	background: white;
}

body.import { padding-top: 0px; }

body.page-id-8 {
	background: url(https://www.yesthatgift.com/wp-content/themes/giftstrap/images/white-logo-background.jpg);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.navbar-brand {
  padding: 0px;
	max-width: 75%;
	line-height: 50px; 
}
.navbar-brand>img {
  max-height: 100%;
  padding: 5px;
  width: auto;
	//max-width: 250px;
	max-width: 100%;
	display: inline-block;
	margin-left: 10px;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}




h1 { text-align: center; line-height: 40px; font-size: 28px; text-transform: uppercase; font-weight: bold; }

h1:focus {
	background-color: lightyellow;
}

.pincode input.form-control {
	width: 40px;
}

.edit_view_active h1 .editable:after, .edit_view_active h1 .editable-click:after {
  	font-family: Glyphicons Halflings;
  	content: "\270f";
	position: absolute;
	vertical-align: top;
	font-size: 45%;
	margin-top: 4px; 
	margin-left: 10px;
	padding: 5px;
	color: orange;
	border: 2px solid orange;
	border-radius: 8px;
	
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.wrapper{
  position: relative;
  //top: calc(50% - 30px);
  //left: calc(50% - 60px);
}


.scanner{
  width: 183px;
  height: 15px;
  background: gray;
  border-radius: 20px; 
  position: absolute;
  bottom: 50px;
  left: calc(50% - 92px);
  -webkit-animation: scanner 5.0s infinite linear;
}



@-webkit-keyframes scanner{
  0%{
    bottom: 50px;
  }
  50%{
    bottom: 195px;
  }
  100%{
    bottom: 50px;
  }
}





.waiting_for_gift {
	display: none;
	text-align: center;
}

.waiting_for_gift .glyphicon-gift {
	font-size: 156px;
	line-height: 265px;
	-webkit-animation: NAME-YOUR-ANIMATION 5s infinite; /* Safari 4+ */
	-moz-animation:    NAME-YOUR-ANIMATION 5s infinite; /* Fx 5+ */
	-o-animation:      NAME-YOUR-ANIMATION 5s infinite; /* Opera 12+ */
	animation:         NAME-YOUR-ANIMATION 5s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
	0%, 50% {
		 color: Thistle;
	}
	51%, 100% {
		 color: cadetblue;
	}
}
#gift-clone { margin-top: 30px; padding-bottom: 0px; }
#gift-clone .gift-inner {
	padding: 0px;
}
#gift-clone .gift-inner:after {
	padding-top: calc(68% + 110px);
	display: block;
	content: '';
}
#gift-clone .waiting_for_gift { 
	display: block; 
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#gift-clone .waiting_for_gift .wrapper {
	top: 50%;
	transform: translatey(-50%);
}
#gift-clone .edit_view, #gift-clone .img-thumbnail, #gift-clone .gift_thumbnail, #gift-clone .price, #gift-clone .title, #gift-clone .logo, #gift-clone .btn, #gift-clone button, #gift-clone hr, #gift-clone .gift-image-wrapper { display: none; }
 

#modal_add_gift .waiting_for_gift { 
	display: none; 
}

#modal_add_gift .waiting .gift-inner {
	padding: 0px;
}
#modal_add_gift .waiting .gift-inner:after {
	padding-top: calc(68% + 49px);
	display: block;
	content: '';
}
.gift-label:after {
	padding-top: calc(68% + 84px);
	display: block;
	content: '';
}
.gift-label-ready:after {
	padding-top: calc(68% + 84px);
	display: block;
	content: '';
}
.gift-label .lead {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
#modal_add_gift .waiting .waiting_for_gift { 
	display: block; 
	position: absolute;
	background: white;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#modal_add_gift .waiting .waiting_for_gift .wrapper {
	top: 50%;
	transform: translatey(-50%);
}

#modal_add_gift .waiting .price, #modal_add_gift .waiting .title, #modal_add_gift .waiting .gift-image-wrapper {
	display: none;
}

.row-gift {
	//background: white;
}
.row-gift .gift {
	margin-bottom: 0px;
}
.modal { top: 15%; }
.dropdown-menu { min-width: 100%; }

.toggle-off, .toggle-on { line-height: 150%; }

.edit_view, li.edit_view { display: none; }
.edit_view_block { display: none; }
.not_edit_view { display: unset; }
.not_edit_view_block { display: block; }

.edit_view_active .edit_view { display: unset; }
.edit_view_active .edit_view_block { display: block; }
.edit_view_active .not_edit_view, .edit_view_active .not_edit_view_block { display: none; }
.edit_view_active .container.edit_view { //display: block; }

.mega-dropdown .nav-list > li { 
	padding: 30px 50px;
	vertical-align: top;
  //border-left: 1px solid #eee; 
}
.mega-dropdown .nav-list > li > a:hover { text-decoration: none; }
.mega-dropdown .nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
	padding-top: 15px;
}

.mega-dropdown {  

	position: static !important; 
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	width: 100%;
	min-height: 215px;
	background-color: white !important;
}




.hero-widget { text-align: center; padding-top: 35px; padding-bottom: 20px; background-color: aliceblue;  color: #777; }
.hero-widget .icon { display: block; font-size: 58px; line-height: 58px; margin-bottom: 5px; text-align: center; color: cadetblue; }
.hero-widget var { display: block; height: 48px; font-size: 48px; line-height: 48px; font-style: normal; }
.hero-widget label { font-size: 17px; display: block; }
.hero-widget .options { margin-top: 10px; display: none; }
.hero-widget .text { height: 50px; }



.margin-top-15 { margin-top: 15px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-50 { margin-top: 50px; }
.margin-bottom-none { margin-bottom: 0px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-50 { margin-bottom: 50px; }
.padding-top-15 { padding-top: 15px; }
.padding-top-25 { padding-top: 25px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-75 { padding-top: 75px; }
.padding-bottom-25 { padding-bottom: 25px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-left-25 { padding-left: 25px; }

.admin-bar .navbar-fixed-top {
	margin-top: 32px;
}


h1 .input-sm {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

h1  .btn-sm {
	 padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
#modal_featured_image .btn-file {
    position: relative;
    overflow: hidden;
}

#modal_featured_image .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#modal_featured_image #img-upload{
    width: 100%;
}

#loginform .input, #loginform-top .input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#loginform-top .login-username { margin: 0px; padding: 0px; line-height: 1 }
#loginform-top .login-password { margin-top: 0px; padding: 0px; line-height: 1 }

#loginform #wp-submit, #loginform-top #wp-submit-top { 
	display: block; 
	width: 100%; 
	color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.forgot-password { text-decoration: underline; }

#login-dp{
	
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255);
}


/* Footer */

.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

/* Helper Classes */

.background-white { background-color: white; }

.no-side-padding { padding-right: 0px; padding-left: 0px; }

/* Front Page */
.store-logos { padding-top: 50px; padding-bottom: 50px; }

.store-logos div {
	height: 50px;
	display: inline-block; 
	padding: 10px;
}

.store-logos div img {
	vertical-align: middle; 
	max-width: 180px;
	max-height: 30px;
}




/* Gift List */

#featured_image {
	margin-top: -50%;
	width: 100%;
}
.gift-list-body {
	padding-top: 50px;
}
.mrc-controls { display: block; }

.mrc-title {
	height: 35px;
	overflow: hidden;
	font-size: 13px;
}
.mrc-price {
	height: 35px; 
	font-size: 18px;
	text-align: center;
}

.mrc-price2{
	height: 35px; 
	font-size: 18px;
	text-align: center;
	padding-left: 10px; 
	margin-left: 10px; 
	border-left: 1px solid #eee; 
	line-height: 35px;
}

.mrc-price2b {
	height: 30px; 
	text-align: center;
	margin-left: 20px; 
}
.mrc-price2b:before {
	content: '$';
}

.gift-logo { height: 30px; }

.section_timeline {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section_timeline .timeline_col {
	padding-left: 30px;
	padding-right: 30px;
}

.section_timeline .timeline_title {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 5px solid;
	border-bottom: 5px solid;
	text-align: center;
	color: #41526e;
}

.section_timeline h4 {
	color: #41526e;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_timeline .timeline_title .number {
	display: inline-block;
	font-size: 62px;
	line-height: 75px;
	padding-right: 5px;
}
.section_timeline .timeline_title .text {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
}

.section_timeline .timeline_content {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #494442;
}

/* custom alerts */

.notice {
    padding: 15px;
    background-color: #fafafa;
    //border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}


.welcome-row-main {
	background: url(images/create_list.jpg) no-repeat; 
	background-size: contain; 
	background-position: bottom left;
	padding-bottom:22%;
}

.someone_else { display: none; }

.single-gifts dd { margin-bottom: 15px; }

.single-gifts .container-main {
	padding-bottom: 25px;
	background-color: white;
}

.single-gifts .embed-responsive, .single-gifts .embed-responsive-item { height: 450px; }

.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.easy-guests {
	background-color: #f1f1ef;
	background-color: aliceblue;
	background-color: floralwhite;
	//margin-top: 10px;
	padding-top: 4%;
	padding-bottom: 80px;
	color: #54697E;
}
.easy-guests h2 {
	font-weight: bold;
	//text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
}
@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.easy-guests h2 {
		font-size:22px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.easy-guests .lead {
		font-size: 18px;
	}
}
.easy-guests-lead { margin-bottom: 20px; }
.easy-guests-lead p.lead { margin-bottom: 0px; }


.sample-gift {
	background: url(images/email-background.jpg);
	border-bottom: 6px double white;
}
.sample-gift-text {
	color: white;
	font-size:16px;
	text-align:center;
	float:right;"
}
@media only screen and (min-width : 768px) {
	.sample-gift-text {
		font-size:22px;
	}
}
@media only screen and (min-width : 992px) {
	.sample-gift-text {
		font-size:24px;
	}
}
@media only screen and (min-width : 1200px) {
	.sample-gift-text {
		padding-right:30px;
	}
}
.navbar-login-span { padding: 5px 15px; border: 1px solid; text-transform: uppercase; font-weight: bold; }

img {
	user-drag: none; 
	-webkit-user-drag: none;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

#jifitiModal.modal{overflow-y:hidden !important;z-index: 99999;top:0;}
#jifitiModal .modal-content {
		margin:auto;
		position: fixed;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		-webkit-transform: translate(-50%, -50%) !important;
		left: 50%;
		} 
#jifitiModal{
		transform: scale(0);
		opacity: 0;
		-webkit-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear;
}
#jifitiModal.fade.in {
		opacity: 1 !important;
		transform: scale(1) !important;
}
#jifitiModal .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
}

.center_in_absolute {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}

/* logo grid */

.logo_grid .row .col {
	height: 100px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-right: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
}
.logo_grid .row .col.col-lg-3:nth-child(4n+0) {
	border-right: none;
}
.logo_grid .row .col.col-lg-3:nth-last-child(-n+<?php echo count($merchants) % 4; ?> ) {
	border-bottom: none;
}
.logo_grid .row .col a {
	height: 100%;
	width: 100%;
	display: flex;
}
.logo_grid .row .col img.img-responsive {
	max-height: 35px;
	max-width: 65%;
	margin: auto;
}

@media only screen and (max-width : 1200px) {
  .logo_grid .row .col.col-lg-3:nth-child(4n+0) {
		border-right: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-lg-3:nth-last-child(-n+<?php echo count($merchants) % 4; ?> ) {
		border-bottom: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-md-4:nth-child(3n+0) {
		border-right: none;
	}
	.logo_grid .row .col.col-md-4:nth-last-child(-n+<?php echo count($merchants) % 3; ?> ) {
		border-bottom: none;
	}
 }

 /* Medium Devices, Desktops */
 @media only screen and (max-width : 992px) {
  .logo_grid .row .col.col-md-4:nth-child(3n+0) {
		border-right: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-md-4:nth-last-child(-n+<?php echo count($merchants) % 3; ?> ) {
		border-bottom: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-sm-4:nth-child(2n+0) {
		border-right: none;
	}
	.logo_grid .row .col.col-sm-4:nth-last-child(-n+<?php echo count($merchants) % 2; ?> ) {
		border-bottom: none;
	}
 }

 /* Small Devices, Tablets */
 @media only screen and (max-width : 768px) {
  .logo_grid .row .col.col-sm-4:nth-child(3n+0) {
		border-right: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-sm-4:nth-last-child(-n+<?php echo count($merchants) % 3; ?> ) {
		border-bottom: 1px solid whitesmoke;
	}
	.logo_grid .row .col.col-xs-4:nth-child(2n+0) {
		border-right: none;
	}
	.logo_grid .row .col.col-xs-4:nth-last-child(-n+<?php echo count($merchants) % 2; ?> ) {
		border-bottom: none;
	}
 }

 /* Extra Small Devices, Phones */ 
 @media only screen and (max-width : 480px) {

 }

 /* Custom, iPhone Retina */ 
 @media only screen and (max-width : 320px) {

 }

/* end logo grid */


/* The Overlay (background) */
.off_canvas_overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 90000; /* Sit on top */
    left: 0;
    bottom: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.off_canvas_overlay.white {
   background-color: rgba(255,255,255, 0.98); /* Black w/opacity */	
}

/* Position the content inside the overlay */
.off_canvas_overlay-content {
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	width: 100%; /* 100% width */
	//text-align: center; /* Centered text/links */
	//margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	max-height: 100%;
	overflow-y: auto;
}

/* The navigation links inside the overlay */
.off_canvas_overlay .overlay-top {
    font-size: 36px;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    //position: absolute;
	
    //top: 20px;
    //right: 45px;

	padding-right: 30px;
	padding-top: 15px;
	
	background: black;
    padding-bottom: 15px;
    border-bottom: 8px double white;
	
	    text-transform: uppercase;
    color: white;
    font-size: 26px;
    line-height: 60px;
}
.off_canvas_overlay .overlay-top a.closebtn {
	font-size: 60px;
	line-height: 60px;
	float: right;
  color: #818181;
	text-decoration: none;

}
/* When you mouse over the navigation links, change their color */
.off_canvas_overlay a.closebtn:hover, .off_canvas_overlay a.closebtn:focus {
    color: #f1f1f1;
}

.off_canvas_overlay.white a.closebtn:hover, .off_canvas_overlay.white a.closebtn:focus, .off_canvas_overlay.white .overlay-top:hover a.closebtn, .off_canvas_overlay.white .overlay-top:focus a.closebtn {
    color: white;
}

/* Position the close button (top right corner) */
.off_canvas_overlay  {
	
	

}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .off_canvas_overlay a {font-size: 20px}
    .off_canvas_overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
} 