/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: Marcel Badua
Author URI: http://marcelbadua.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: 'Lato', sans-serif;
    padding: 0 !important;
    overflow-x: hidden;
}

a {
	transition: all .3s;
}

img {
    max-width: 100%;
}

.slick-slide {
    outline: none;
}

.dropdown-menu {
    border-radius: 0;
}

.back-to-top, .back-to-top:focus, .back-to-top:hover {
    /* border: solid 1px #aaaaaa; */
    color: #ffffff;
    border-radius: 50%;
}

.back-to-top {
    /* border: solid 1px #aaaaaa; */
    background: #E05385;
}

.back-to-top:focus,
.back-to-top:hover {
    /* border: solid 1px #aaaaaa; */
    background: #EDAFBC;
}

.back-to-top:before {
    content: 'Back To Top';
    position: absolute;
    font-size: 10px;
    width: 100px;
    height: 100px;
    top: 110%;
    left: 50%;
    transform: translateX(-25%);
    opacity: 0;
    transition: all .3s;
}

.back-to-top:focus:before, .back-to-top:hover:before {
    opacity: 1;
}

#header-top {
    background-color: #E05385;
    color: #ffffff;
    padding: 5px 0;
}

#header-top .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#header-top .social-link {
    margin: 0;
    padding: 0;
}

#header-top .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: #ffffff;
    border: solid 3px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}

#header-top .social-link li a:hover, #header-top .social-link li a:focus {
    transform: scale(1.2);
}

#header-top .top-meta ul {
    padding: 0;
    margin: 0;
}

#header-top .top-meta ul li a {
    color: #ffffff;
    text-decoration: none;
}

#header-top .top-meta ul li a:hover, #header-top .top-meta ul li a:focus {
    color: #ffff00;
}

#header-main {
    padding: 15px 0;
}

body:not(.home) #header-main {
    border-bottom: solid 1px #E05385;
}

#header-main .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header-main .header-nav {
    text-align: center;
    margin: 0;
    padding: 0;
}

#header-main .header-nav > li {
    vertical-align: middle;
}

#header-main .header-nav > li > a {
    display: table;
    padding: 7px;
    color: #E05385;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#header-main .header-nav > li > a:hover, #header-main .header-nav > li > a:focus, #header-main .header-nav > li.active > a {
    color: #333333;
}

#header-main .header-nav > li > a > .caret {
    height: 5px;
    width: 5px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #aaaaaa;
    transform: rotate(45deg) translateY(-4px);
}

#header-main #searchform {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border: solid 1px #aaaaaa;
    border-radius: 3px;
}

#header-main #searchform .form-group {
    flex: 1;
    margin: 0;
}

#header-main #searchform .form-group input {
    border-radius: 0;
    border: none;
}

#header-main #searchform button {
    background: no-repeat;
    border: none;
    width: 34px;
    color: #E05385;
}

body:not(.home) #content-wrap {
    margin-top: 50px;
}

.banner-section {
    background-color: #EDAFBC;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    line-height: 2;
    padding: 50px 0 100px;
    height: 600px !important;
}

.banner-section .pushed {
    margin: 30px 0;
    margin-left: 80px;
}
.content-right .btn-custom{
    border-color: rgba(197, 199, 196, 0.34) !important;
}

.banner-section .btn-custom {
    margin-top: 30px;
    margin-left: 80px;
    color: #ffffff;
    text-transform: uppercase;
    border: solid 8px rgba(237, 176, 189, 0.51);
    font-size: 20px;
    font-weight: 900;
    border-radius: 6px;
    padding: 6px 35px;
}

.banner-section .btn-custom:hover, .banner-section .btn-custom:focus {
    /* transform: translateY(-5px); */
    background: #E493A3;
}

div#banner-carousel .slick-prev {
    left: 30px;
    z-index: 9;
}

div#banner-carousel .slick-next {
    right: 30px;
    z-index: 9;
}

#tag1-section .section-top, #tag2-section .section-top {
    border-bottom: solid 1px #E05385;
    margin-bottom: 40px;
    padding: 10px 0;
}

#tag1-section .section-top .row, #tag2-section .section-top .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#tag1-section .section-top .s_title, #tag2-section .section-top .s_title {
    color: #E05385;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#tag1-section .section-top ul, #tag2-section .section-top ul {
    padding: 0;
    margin: 0;
    text-align: right;
    transition: all .3s;
    opacity: 0;
}

#tag1-section:hover .section-top ul, #tag2-section:hover .section-top ul {
    opacity: 1;
}

#tag1-section .section-top ul li, #tag2-section .section-top ul li {
    padding: 0;
    vertical-align: middle;
}

div#banner-carousel .slick-prev::before{
    content: '‹';
    color: #E05385;
    font-size: 100px;
    opacity: 1;
    position: absolute;
    top: -50px;
}

div#banner-carousel .slick-next::before{
    content: '›';
    color: #E05385;
    font-size: 100px;
    opacity: 1;
    position: absolute;
    top: -50px;
}

div#banner-carousel .slick-prev:hover::before,
div#banner-carousel .slick-next:hover::before{
    opacity: 0.7;
}

div#banner-carousel .slick-prev,
div#banner-carousel .slick-next{
    font-size: 1px !important;
}

div#banner-carousel .slick-dots {
    position: absolute !important;
    bottom: 15px;
}

div#banner-carousel .slick-dots li button:before{
    color: #fff;
    font-size: 10px;
}

div#banner-carousel .slick-dots li.slick-active button:before{
    color: #E05385;
}

.content-right {
    float: right;
    width: 50% !important;
}

.content-left {
    float: left;
    width: 50% !important;
}

div#banner-carousel h1::first-letter{
    font-size: 200px;
    position: absolute;
    top: 20px;
}

div#banner-carousel h1 {
    font-size: 122px;
    font-family: 'Black Diamonds Personal Use';
    letter-spacing: -9px;
    word-spacing: -40px;
    position: relative;
}

.banner-title {
    position: relative;
}

.banner-title p {
    position: absolute;
    bottom: -6px;
    right: 80px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 100;
}
.banner-caption > p {
    margin-left: 85px;
}

#tag1-section .section-top ul li button, 
#tag2-section .section-top ul li button {
    border: solid 1px #eeeeee;
    color: #EDAFBC;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: table;
    outline: none;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#tag1-section .product_item, #tag2-section .product_item {
    border: solid 1px #ECAFBB;
    margin: 15px;
    padding: 10px;
}

#tag1-section .product_item a, #tag2-section .product_item a {
    display: flex;
    align-items: center;    
    position: relative;
    width: 100%;
    padding-top: 102.8%;
    background-size: cover;
    background-position: center center;
    outline: none;
}

#tag1-section .product_item a .product_info, #tag2-section .product_item a .product_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    background-color: rgba(224, 83, 133, 0.75);
    color: #ffffff;
    padding: 15px 15px;
    transition: all .3s;
}

#tag1-section .product_item a:hover .product_info, #tag2-section .product_item a:hover .product_info {
    background-color: #E05385;
}

#tag1-section .product_item a .product_info .title, #tag2-section .product_item a .product_info .title {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

#tag1-section .product_item a .product_info .price, #tag2-section .product_item a .product_info .price {
    margin: 0;
}

/* MASONRY */
#masonry-section .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

#masonry-section .btn-custom {
    font-weight: 900;
    color: #ffffff;
    border: solid 5px rgba(255, 255, 255, .5);
    padding: 6px 35px;
    margin-top: 40px;
}

#masonry-section .btn-custom:hover, #masonry-section .btn-custom:focus {
    /* transform: translateY(-5px); */
    background: rgba(255,255,255,0.5);

}

#masonry-section .masonry1, #masonry-section .masonry2, #masonry-section .masonry3, #masonry-section .masonry4, #masonry-section .masonry5, #masonry-section .masonry6 {
    position: relative;
    width: 100%;
}

#masonry-section .masonry1 {
    padding-top: 125%;
    background-image: url(images/new-arrivals.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

#masonry-section .masonry1 .content {
    display: flex;
    align-items: flex-end;
}

#masonry-section .masonry1 .main {
    font-size: 14em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#masonry-section .masonry1 .sub {
    font-size: 6.2em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#masonry-section .masonry2, #masonry-section .masonry3, #masonry-section .masonry4, #masonry-section .masonry5 {
    padding-top: 126.43%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

#masonry-section .masonry2 .content, #masonry-section .masonry3 .content, #masonry-section .masonry4 .content, #masonry-section .masonry5 .content {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#masonry-section .masonry2 .main, #masonry-section .masonry3 .main, #masonry-section .masonry4 .main, #masonry-section .masonry5 .main {
    font-size: 3em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#masonry-section .masonry2 .sub, #masonry-section .masonry3 .sub, #masonry-section .masonry4 .sub, #masonry-section .masonry5 .sub {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#masonry-section .masonry2 {
    background-image: url(images/cat-1.jpg);
}

#masonry-section .masonry3 {
    background-image: url(images/cat-2.jpg);
}

#masonry-section .masonry4 {
    background-image: url(images/cat-3.jpg);
}

#masonry-section .masonry5 {
    background-image: url(images/cat-4.jpg);
}

#masonry-section .masonry6 {
    background-image: url(images/available.png);
    background-color: #D48B60;
    padding-top: 45.6%;
    background-size: cover;
    background-position: center left;
}

#masonry-section .masonry6 .content {
    display: flex;
    align-items: center;
}

#masonry-section .masonry6 .content .row {
    flex: 1;
}

#masonry-section .masonry6 .main {
    font-size: 6.5em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#masonry-section .masonry6 .sub {
    font-size: 3.4em;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    margin-bottom: 30px;
}

#masonry-section .masonry6 .excerpt {
    font-size: 16px;
    color: #ffffff;
}

#commitment-section .big-separator {
    background-image: url(images/separator-img.png);
    width: 100%;
    padding-top: 46.48%;
    background-size: cover;
    background-position: center center;
    margin: -5% auto;
}

#commitment-section .commitment-box {
    background-image: url(images/commitment.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 15px;
}

#commitment-section .commitment-box .size1 {
    font-size: 115px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#commitment-section .commitment-box .size2 {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#commitment-section .commitment-box .size3 {
    font-size: 21px;
    color: #ffffff;
    margin: 15px 0;
}

#commitment-section .commitment-box .one_thic_line {
    display: block;
    margin: auto;
    width: 54px;
    height: 7px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

#commitment-section .commitment-box .lotsa_text {
    max-width: 800px;
    margin: auto;
}

#commitment-section .commitment-box .lotsa_text p {
    color: #ffffff;
    margin-bottom: 20px;
}

#commitment-section .commitment-box .contact {
    color: #ffffff;
    font-size: 30px;
}

#commitment-section .commitment-box .contact span {
    display: block;
    font-size: 20px;
}

#commitment-section .commitment-box .contact span a {
    color: #ffffff;
    text-decoration: none;
}

#commitment-section .commitment-box .contact span a:hover, #commitment-section .commitment-box .contact span a:focus {
    color: #ffff00;
}

#footer {
    margin-top: 50px;
}

#footer .container-fluid:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E05385;
}

#footer .row {
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .copyright,
#footer .powered-by,
#footer .powered-by a {
    font-size: 11px;
    color: #E05385;
    margin: 0;
    text-transform: uppercase;
}

#footer .powered-by a {
    text-decoration: none;
}

#footer .powered-by a:focus,
#footer .powered-by a:hover {
    color: rgba(242, 183, 199, 0.5);
}

#footer .social-link {
    margin: 0;
    padding: 0;
}

#footer .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: #E05385;
    border: solid 3px rgba(242, 183, 199, 0.5);
    border-radius: 100%;
}

#footer .social-link li a:hover, #footer .social-link li a:focus {
    transform: scale(1.2);
}

#footer .footer-nav {
    margin: 0;
    padding: 0;
}

#footer .footer-nav > li {
    vertical-align: middle;
}

#footer .footer-nav > li > a {
    font-size: 11px;
    color: #E05385;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .footer-nav > li > a:hover, #footer .footer-nav > li > a:focus, #footer .footer-nav > li.active > a {
    color: #333333;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #E05385;
    /*   outline: 1px solid slategrey; */
    border-radius: 10px;
}

.xoo-wsc-basket {
    background-color: #ffffff;
    top: 50px;
    bottom: auto;
    position: fixed;
}

ul.dropdown-menu {
    background-color: #E05385;
}

.dropdown-menu>li>a{
    color: #ffff;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
    background-color: transparent;
    color: #ffff00;
}

.modal-content {
    background-color: #E05385;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.modal-header{
    border: none;
}

.modal-header img {
    float: right;
    width: 58%;
    margin-top: 20px;
}
.modal-body input#username,
.modal-body input#password{
    width: 100%;
    padding: 12px;
    border: none;
    margin: 3px 0;
}
.modal-body h2 {
    text-align: center;
    color: #fff;
}

.modal-body {
    position: relative;
    padding: 120px 15px 15px;
    width: 75%;
    margin: auto;
}

.modal-border {
    border: 4px #fff solid;
    margin: 5px;
    border-radius: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    color: #fff;
    font-size: 17px;
    margin-left: -120px !important;
    margin-top: 20px;
    display: inline-flex;
}

ul.woocommerce-error {
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #ffff !important;
}
ul.woocommerce-error > li {
    color: #fff !important;
    
}

p.form-row button.woocommerce-Button.button,
input#gform_submit_button_1 {
    color: #ffffff;
    text-transform: uppercase;
    border: solid 8px rgba(237, 175, 188, 0.3);
    font-size: 20px;
    border-radius: 6px;
    padding: 6px 35px;
	background-color: #E05385;
    float:right;
    margin: 20px 0 40px;
    transition: .5s ease-in;
}
p.form-row button.woocommerce-Button.button:hover, 
input#gform_submit_button_1:hover{
    background-color: #fff;
    color:  #E05385;
}
input#rememberme {
    height: 24px !important;
    width: 24px !important;
    background-color: #fff !important;
    border: transparent !important;
}
p.woocommerce-LostPassword.lost_password {
    padding: 55px 0 20px;
    text-align: right;
    font-size: 18px;
}
p.woocommerce-LostPassword.lost_password a{
	color: #fff;
}

p.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: none;
    color:#cc0086;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
    margin-top: 3px;
    margin-left: 5px;
}

ul#gform_fields_1 label {
    display: none;
}

li#field_1_3 * span {
    width: 100% !important;
    padding: 0;
}

ul#gform_fields_1 .ginput_container input {
    padding: 12px 10px !important;
    border-radius: 0;
}

span#input_1_3_2_container {
    padding-top: 17px !important;
}

input#gform_submit_button_1{
    float: none;
}

form#gform_1 .gform_footer.top_label{
    text-align: right;
}

ul#gform_fields_1 > li {
    padding-right: 0;
}

button.close {
    color: #fff;
    opacity: 1;
}
