/*
Theme Name:  Divi Child
Theme URI:   ttps://www.vitallogik.com
Version:     1.1
Description: Divi child theme.
Author:      Aran Joyce
Author URI:  https://www.vitallogik.com
Template:    Divi
*/

@import url("../Divi/style.css");
/* THREE COLUMN PORTFOLIO GRID LAYOUT */

@media only screen and ( min-width: 768px ) {

	.three-column-grid .et_pb_grid_item {
	width: 31.333% !important;
	margin: 0 2.5% 2.5% 0 !important;
	}
	.three-column-grid .et_pb_grid_item:nth-child(3n) {
	margin-right: 0 !important;
	}
	.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
	clear: left;
	}
	.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
	clear: unset !important;
	}
}
.et_mobile_nav_menu {
    border: 1px solid #f6daaf!important;
    position: absolute!important;
    top: 5%!important;
    right: 5%!important;
    border-radius: 50%!important;
    padding: 15px!important;
}
.et_pb_menu .et_mobile_menu {
	top: 100%!important;
    left: -220%!important;
    padding: 5%!important;
    width: 200px!important;
}

.watch-grid-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.watch-grid-row .single-watch-item-col {
    width: 33.33%;
    padding: 15px;
}

.watch-grid-row .single-watch-item-col .single-watch-item {
    width: 100%;
    position: relative;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-image {
        height: 350px;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-image img {
        display: block;
    object-fit: cover;
    max-height: 350px !important;
    margin: 0 auto;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-title {
    background: #242424;
    text-align: center;
    padding: 40px 15px ;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-title h3 {
    font-size: 24px;
    color: #fff;
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 1.3;   
}


.watch-grid-row .single-watch-item-col .single-watch-item .watch-title span.watch-category a {
    font-weight: 300;
    color: #fff;
    font-size: 17px;
     font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif
}



.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://opulentimepieces.com/wp-content/uploads/2021/05/bg-watch.png);
    background-color: #000;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: scale(.1);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.watch-grid-row .single-watch-item-col .single-watch-item{
    cursor: pointer;
}

.watch-grid-row .single-watch-item-col .single-watch-item:hover .watch-hover-area{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content h3 a {
     font-size: 24px;
    color: #fff;
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content h3 a:hover{
    color:#F6DAAF ;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content span.watch-category {
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-size: 17px;
    display: block;
    margin-bottom: 25px;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content span.watch-category a {
    color: #A7A7A7;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content table {
    border: 0;
    width: 100% !important;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content table td,
.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content table th {
    border: 0;
    padding: 0;
    text-align: center;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content table th {
    color: #F6DAAF;
    font-weight: 300;
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}


.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content table td {
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content span.watch-price {
    color: #F6DAAF;
    font-weight: 800;
    font-size: 17px;
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    display: block;
    margin-bottom: 16px;
    margin-top: 20px;
}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content a.watch-btn {
    background: #F6DAAF;
    color: #000;
    display: inline-block;
    padding: 9px 40px;
    padding-bottom: 12px;
    font-family: 'Visby',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    transition: .3s all;
    margin-top: 20px;


}

.watch-grid-row .single-watch-item-col .single-watch-item .watch-hover-area .watch-hover-area-content a.watch-btn:hover{
    opacity: .8;
}


@media all and (max-width: 980px){
    .watch-grid-row {
        max-width: 450px;
        margin: 0 auto;
    }

    .watch-grid-row .single-watch-item-col {
        width: 100%;
    }
}
/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.big_circle {
		left: -55%!important;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .big_circle {
		left: -55%!important;
	}
}
.slick-slide img {
    margin: 0 auto!important;
}

/* Style breadcrumbs */
#breadcrumb a {
	color: rgba(255, 255, 255, 0.8)
}


/* user form style */
form .user-registration-form button[type=submit] {
	color: #000000 !important;
    border-color: #f6daaf;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Visby', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #f6daaf !important;
    padding-top: 4% !important;
    padding-right: 8% !important;
    padding-bottom: 4% !important;
    padding-left: 8% !important;
}
