/*
Theme Name: Giftcraft Theme
Theme URI: http://www.giftcraft.net/theme
Description: A search engine optimized website framework for WordPress.
Author: Rifas Yoosuf
Author URI: http://rifas.yoosuf.org
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/

@import url("normalize.css");

/* ProximaNova */
@font-face {font-family: 'ProximaNova'; src: url('fonts/282F6C_16_0.eot'); src: url('fonts/282F6C_16_0.eot?#iefix') format('embedded-opentype'),url('fonts/282F6C_16_0.woff') format('woff'),url('fonts/282F6C_16_0.ttf') format('truetype'); font-style:normal; font-weight:normal; }
@font-face {font-family: 'ProximaNova-Semi'; src: url('fonts/282F6C_14_0.eot'); src: url('fonts/282F6C_14_0.eot?#iefix') format('embedded-opentype'),url('fonts/282F6C_14_0.woff') format('woff'),url('fonts/282F6C_14_0.ttf') format('truetype'); font-style:normal; font-weight:normal; } 
@font-face {font-family: 'ProximaNova-Bold'; src: url('fonts/282F6C_17_0.eot'); src: url('fonts/282F6C_17_0.eot?#iefix') format('embedded-opentype'),url('fonts/282F6C_17_0.woff') format('woff'),url('fonts/282F6C_17_0.ttf') format('truetype'); font-style:normal; font-weight:normal; }

html{
    color: #666666;
    font-size: 100%;
    font-family: 'Open Sans',sans-serif;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}

body {
    color: #666666;
    font-family:'ProximaNova',Arial,Helvetica,sans-serif;
}

.main-content{
  margin-left:20px;
}
@media only screen
and (max-device-width : 750px)
{
  .metaslider{
    display:none;
  }
  .main-content{
      /*border:1px solid red;
      background-color: red;*/
      margin-left:7px;
  }
}


#container{
}

footer{
}

#sidebar{
    margin-left: 25px;
    width: 30%;
}


main-container {
    margin-bottom: 50px;
    margin-top: 10px !important;
}
.main-container {
    margin-top: 50px;
}


.row {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 994px;
    min-width: 0;
    position: relative;
    width: 100%;
}
.column {
    float: left;
}
.col8 {
    width: 65%;
}

.block-background {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.main-content {
    /*height: 390px !important;*/
    height:auto;
    min-height: 500px;
    
}

.widget, .main-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

/* Custom */
header, main, footer{
  clear:both;
  display:block;
}


.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.sub-header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EFEFEF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sub-header .brands {
    float: left;
    padding-top: 2px;
    width: 300px;
}
.sub-header .brands h3 {
    color: #333333;
    font-family: 'ProximaNova-Semi',Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 0;
    padding-top: 7px;
    text-transform: uppercase;
}
.sub-header .brands ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.sub-header .brands li {
    float: left;
    margin-right: 5px;
}
.sub-header .brands a:hover, .sub-header .brands .giftcraft a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #5F5F5F;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #CFCFCF;
}
.sub-header .utility-nav .first a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sub-header .utility-nav a:hover{ 
    color:#444;
}
.sub-header .utility-nav a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/static/sprite.png");
    background-origin: padding-box;
    background-position: -78px -338px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #444444;
    font-size: 0.75em;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}
.sub-header .utility-nav .language {
    float: right;
    font-size: 0.75em;
}
.sub-header .utility-nav .language select {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'ProximaNova',Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
}
.sub-header .utility-nav ul {
    clear: both;
    float: right;
}
.sub-header .brands a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #CFCFCF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #5F5F5F;
    display: block;
    font-size: 0.9em;
    padding-bottom: 1px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 1px;
    text-align: center;
}
.sub-header .brands a:hover, .sub-header .brands .giftcraft a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #5F5F5F;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #CFCFCF;
}
.sub-header .utility-nav .selected a{
  font-family: 'ProximaNova-Bold',Arial,Helvetica,sans-serif;
  font-weight: normal;
}    



.utility-nav {
    float: right;
    -moz-box-sizing: border-box;
}
.utility-nav ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.utility-nav li {
    display: block;
    float: left;
}
.utility-nav a {
    display: block;
    font-size: 0.7em;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
}

div.c {
    width: 994px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 990px;
}



footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
footer .sign-up {
    bottom: 0;
    position: fixed;
    right: 50px;
    width: 196px;
    z-index: 1200;
    -moz-box-sizing: border-box;
}
footer .updates-button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: url("images/envelope.png");
    background-origin: padding-box;
    background-position: 168px 10px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'ProximaNova-Semi',Arial,Helvetica,sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    width: 196px;
}
footer a, .copyright{
 display: block;
}
footer .updates-button:hover
{
    color: #FFFFFF;
    padding-bottom: 13px;    
    background: url("images/static/sprite.png") no-repeat scroll -186px -204px #000;

}

.footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DDDDDD;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 56px;
}

.footer ul {
    list-style-type:none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    float: left;
    height: auto;
    margin-right: 20px;
    width: 164px;
}
.footer ul li {
    float: none;
    font-family: 'ProximaNova-Bold',Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding-right: 10px;
    text-transform: uppercase;
}
.footer ul .first {
    font-size: 0.9em;
    margin-bottom: 15px;
    padding-left: 10px;
}
.footer ul li a {
    color: #666666;
    font-family: 'ProximaNova',Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.75em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    text-decoration:none;
}

.sub-footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #AAAAAA;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sub-footer .copyright {
    color: #FFFFFF;
    float: left;
    font-size: 0.75em;
    width: 400px;
    display: block;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.sub-footer .copyright p {
    float: left;
    height: 3.9em;
    line-height: 3.9em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 14px;
}
.sub-footer .copyright a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/giftcraft.png");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 48px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 48px;
    color: #444444;
    display: block;
    font-size: 0.8em;
}
.sub-footer .honors {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/ca-managed-co.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
    float: right;
    font-size: 0.75em;
    line-height: normal;
    margin-top: 10px;
    padding-right: 130px;
    text-align: right;
}

.giftcraft-area {
    display: block;
}
.charliepaige-area {
    display: none;
}
.yosox-area {
    display: none;
}
.footer .login {
    float: right;
    text-align: right;
}

.popup-form {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    height: 460px;
    left: 50%;
    margin-left: -405px;
    position: fixed;
    top: 60px;
    width: 810px;
    z-index: 1001;
    -moz-box-sizing: border-box;
}

.popup-bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: none;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.6;
    position: fixed;
    top: 0;
    z-index: 1000;
    -moz-box-sizing: border-box;
}
.popup-form .close {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    cursor: pointer;
    display: block;
    font-family: 'ProximaNova-Bold',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 24px;
    top: 20px;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F2F2F2;
    border-bottom-color: #D6D6D6;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D6D6D6;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D6D6D6;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #D6D6D6;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: border, box-shadow;
    transition-timing-function: linear, linear;
}



textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #F0F0F0;
    border-bottom-color: #FFFFFF;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FFFFFF;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FFFFFF;
    border-top-color: #FFFFFF;
    height: 26px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.column3c {
	flex: 1;
    float:left;
	border: 2px solid #d9006b;
	margin: 0px;
	padding: 10px;
	width:30%;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0;width:29%; }	
}

footer {
	padding: 0 15px;
}

input.formInvalid::-webkit-input-placeholder {
   color: red;
}
.formInvalid::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red;
}
.formInvalid:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}
.formInvalid::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}
.formInvalid:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

@media screen and (max-width: 980px) {
  .column3c {
		margin-bottom: 5px;
        width:30%;
    /*flex-basis: 100%;*/
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			/*flex-basis: 100%;*/
			margin: 0;
            width:29%;
		}
	}
    .main-content{width:100% !important;max-width:100% !important;}
#signForm{ width:29%; }
.column3c {  /*margin:15px !important;*/ }
}

@media screen and (max-width: 680px) {
	.column3c {
		/*flex-basis: 100%;*/
		margin: 0 0 10px 0 !important;
	}
.column3c{ width:94%;/*margin:15px !important;*/}
#signForm{ width:91%;margin:0 0 10px 0 !important;  }
}
