/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a {
	text-decoration: none !important;
}

a:focus {
	outline: none !important;
}

.content-area {
    border: none !important;
    padding-right: 0px !important;
}

a.btn-sld {
    background: #111;
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    transition: all .2s ease !important;
}

a.btn-sld:hover {
    background: rgba(17,17,17,.8);
}

.sh-tx h2 {
    text-shadow: 0px 0px 15px #000 !important;
}

.sh-tx p {
    text-shadow: 0px 0px 10px #000 !important;
}

.page #transparent-header-wrap #site-header.transparent-header {
	position: relative !important;
    background-color: #162f0b !important;
}

.home #transparent-header-wrap #site-header.transparent-header {
	position: absolute !important;
    background-color: rgba(0,0,0,0) !important;
}

.elementor-widget-text-editor {
    color: #111 !important;
}

.gallery-item img {
    transition: all .2s ease;
}

.gallery-item img:hover {
    transform: scale(0.9);
}

.lang-item img {
    width: 25px !important;
    height: 18px !important;
}

.sh-ttl {
    margin-bottom: 17px !important;
}


/* Respo A */

@media only screen and (max-width: 1239px) {
	
	.lang-item img {
    margin-right: 0 !important;
}
	
	.sld-dsc-sc {
    width: 959px !important;
}
	
	.sld-dsc-sc h2 {
    font-size: 30px !important;
}
	
}


@media only screen and (max-width: 959px) {
	
#main #content-wrap {
    padding-top: 30px;
    padding-bottom: 0px;
}

	@media (orientation: landscape) and (max-width: 1199px), (orientation: portrait) and (max-width: 1199px) {
    div#n2-ss-2 .n2-ss-slide-limiter {
        height: 650px;
    }
		
	div#n2-ss-3 .n2-ss-slide-limiter {
        height: 650px;
    }
}
	
	.sld-dsc-sc {
    width: 767px !important;
}
	
	.sld-dsc-sc h2 {
    font-size: 26px !important;
}
	
	.sld-dsc-sc p {
    font-size: 16px !important;
}
	
}

@media only screen and (max-width: 767px) {
	
	.sld-dsc-sc {
    width: 600px !important;
}
	
}


@media only screen and (max-width: 600px) {
	
	.sld-dsc-sc {
    width: 480px !important;
}
	
	@media (orientation: landscape) and (max-width: 1199px), (orientation: portrait) and (max-width: 1199px) {
    div#n2-ss-2 .n2-ss-slide-limiter {
        height: 500px;
    }
		
	div#n2-ss-3 .n2-ss-slide-limiter {
        height: 500px;
    }
		
	.sld-dsc-sc h2 {
    font-size: 24px !important;
}
	
	.sld-dsc-sc p {
    font-size: 14px !important;
}
	
}


@media only screen and (max-width: 480px) {
	
	.sld-dsc-sc {
    width: 400px !important;
	margin-top: -50px;
}
	
}


@media only screen and (max-width: 400px) {
	
	#site-logo a.site-logo-text {
    font-size: 28px !important;
}
	
	.sld-dsc-sc {
    width: 320px !important;
	margin-top: -120px;
}
	
}


/* End of Respo A */