/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.img-full-width * {
    width: 100%;
}

.contact-info {
    margin: 0;
    list-style: none;
    text-align: center;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contact-info li {
    background: #fff;
}
.contact-info li + li {
    margin-top: 20px;
}
.contact-info li a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
}
.contact-info li a:hover {
    color: rgba(0,0,0,.5);
}

.work-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.work-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.work-item-title {
    margin-bottom: 0;
    margin-top: 12px;
}

.single-work-thumb img,
.work-item-thumb img {
    width: 100%;
}

.single-work-title {
    margin-top: 25px;
}

.single-work-enquire-btn a {
    border: 2px solid #3a3a3a;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    padding: 6px 15px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    transition: all .3s ease-in-out .0s;
    letter-spacing: .8px;
}

.single-work-enquire-btn a:hover {
    background: #3a3a3a;
    color: #fff;
}

.single-work-meta ul {
    margin: 0;
    list-style: none;
    font-size: 18px;
}
.single-work-meta strong {
    text-transform: uppercase;
    width: 140px;
    display: inline-block;
}
.single-work-meta li {
    padding: 5px 0;
}

.work-grid-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.work-grid-item {
    width: 33.33%;
    padding: 0 15px;
}
.work-item-thumb a, .work-grid-item-thumb a {
    position: relative;
    display: block;
	overflow: hidden;
}
.work-grid-item-thumb a .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.work-grid-item-inner:hover .work-grid-item-thumb a .arrow {
    opacity: 1;
}
.work-grid-item-thumb a::before, .work-item-thumb a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.work-item-thumb a::after{
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	background: url('https://markhill.charlieandco.co.nz/wp-content/themes/oceanwp-child/img/hover-arrow.png');
	top: 45%;
    left: 45%;
	opacity: 0;
	transition: all .3s ease-in-out .0s;
}
.work-item-inner:hover .work-item-thumb a::before,
.work-grid-item-inner:hover .work-grid-item-thumb a::before{
    opacity: .5;
}
.work-item-inner:hover .work-item-thumb a::after{
	opacity: 1;
}
.work-item-thumb a img{
	transition: all .5s ease-in-out .0s;
}
.work-item-inner:hover .work-item-thumb a img{

}

.contact-info li a{
	width: 100%;
}
.contact-info li a:hover{
	background: #3a3a3a;
	color: #fff;
}
.the-workshop-section .vc_gitem-animated-block{
	overflow: hidden;
}
.the-workshop-section .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-a{
	transition: all .5s ease-in-out .0s;
}
.the-workshop-section .vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone-a{
	transform: scale(1.2);
}
.work-gallery-slider{
	margin-bottom: 55px !important;
}
.work-gallery-slider .work-gallery-items img{
	height: 800px !important;
	object-fit: cover;
}
.work-gallery-slider .slick-dots li button:before{
	content: "" !important;
	background: transparent !important;
	border: 2px solid #000 !important;
	opacity: 1 !important;
	width: 15px !important;
    height: 15px !important;
}
.work-gallery-slider .slick-dots li button:hover:before{
	background: #000 !important;
}
.work-gallery-slider .slick-dots li.slick-active button:before{
	background: #000 !important;
}
.work-gallery-slider .slick-dots li{
	margin: 0 2px !important;
}
.work-gallery-slider .slick-dots{
	bottom: -35px !important;
}
.pp_pic_holder .pp_left, .pp_pic_holder .pp_middle, .pp_pic_holder .pp_right{
	background: #3a3a3a !important;
}
div.pp_default .pp_content_container .pp_right{
	padding-right: 5px !important;
}
div.pp_default .pp_content_container .pp_left{
	padding-left: 5px !important;
}
div.pp_pic_holder{
	width: 615px !important;
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right{
    height: 5px !important;
}

.pp_pic_holder .pp_details{
	background: #3a3a3a !important;
    margin: 0 !important;
    padding: 2px;
}
.pp_pic_holder a.pp_close{
	top: 8px !important;
}

@media only screen and (max-width: 767px) {
    .work-item {
        width: 100%;
    }
    .single-work-meta strong {
        width: auto;
    }
    .single-work-meta li {
        font-size: 16px;
    }
    .contact-info li a {
        font-size: 16px;
    }
    .work-grid-item {
        width: 100%;
    }
	.work-gallery-slider .work-gallery-items img {
		height: 400px !important;
	}
}