/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");


/** HEADER **/

/*body.header-transparent #header #header-inner-wrap {
    position: fixed;
}*/
@media only screen and (max-width: 768px) {
	.sticky-header {
		position: fixed !important;
		background: #ffffff87 !important;
	}
}
/*@media only screen and (min-width: 981px) {
	#header-inner-wrap {
		padding: 32px 0;
	}
	.be-sticky-active #header-inner-wrap {
		padding: 0px 0;
	}
}*/
@media only screen and (min-width: 768px) {
	.style3 .logo {
		max-width: 30% !important;
	}
	body.header-transparent #header-inner-wrap #header-controls-right {
		line-height: 188px !important;
	}
}
@media only screen and (max-width: 480px) and (min-width: 321px) {
    .style3 .logo {
        max-width: 55% !important;
        margin-left: -15px !important;
    }
}
@media only screen and (max-width: 320px) {
    .style3 .logo {
        max-width: 50% !important;
		margin-left: 5px !important;
    }
    .style3 #header-controls-right {
        padding-left: 0px;
        margin-top: 7px;
    }
}
li.menu-item {
    font-size: 15px;
}
/*.be-nav-link-effect-1 a::after {
    background: rgba(237, 205, 30, 0.7);
}*/
ul#mobile-menu li {
    padding: 5px 35px;
    text-align: right;
}
ul#mobile-menu li a{
    font-weight: 600;
    font-size: 14px;
}
#navigation a {
    font-weight: 600;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
li#menu-item-256 a {
    color: #236060 !important;
}
li#menu-item-256 a:hover {
    color: rgba(245,188,55,1) !important;
}

@media only screen and (max-width: 1279px) and (min-width: 960px) {
	.be-wrap {
		max-width: 95% !important;
		margin: 0 auto;
	}
}

#header .be-mobile-menu-icon span {
    background-color: #000000 !important;
}



/** MENU **/

#logo-sidebar {
    margin: 30px 40%;
}
@media only screen and (max-width: 768px) {
	#logo-sidebar {
    	margin: 12px 28%;
	}
}



/** TYPOGRAPHY **/

h2, .h2 {
    line-height: 42px !important;
}


/** FOOTER **/ 

.footer-content-inner-center {
    text-align: center;
}
.tatsu-menu-widget-wrap:not(.horizontal-menu) a:hover {
    left: 0px !important;
}


/** MOBILE BOTTOM BAR **/

.contact-bottom-bar {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    padding: 10px 6px 6px 6px;
    box-shadow: 0px -1px 6px #00000029;
}
/*@media only screen and (min-width: 768px) {
    .contact-bottom-bar {
        bottom: -100px;
    }
}*/



/** CONTACT FORM **/ 

.contact-form-1 .wpforms-field-label {
    color: #2d2d2d;
    font-weight: 500 !important;
}
.contact-form-1 input::placeholder {
    font-size: 13px !important;
    color: #b5b5b5 !important;
}
.contact-form-1-button {
    font-size: 18px !important;
    padding: 14px 48px !important;
    font-weight: 600;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    background: #000 !important;
}
.contact-form-1-button:hover {
    background: #333 !important;
}

/** OTHER **/ 

@media only screen and (max-width: 768px) {
    #footer {
        margin-bottom: 90px;
    }
    #back-to-top {
        margin-bottom: 60px;
    }
    .cta-phone-number a{
        font-size: 72%;
    }
    .footer-address a {
        display: block;
        margin-bottom: 35px;
    }
	
	.be-services {
		max-width: 100%;
	}
	
	.tatsu-wrap {
    	max-width: 86%;
	}
}

.cta-contact-us {
    line-height: 1.5em !important;
}
.cta-contact-us h4 {
    line-height: 1.2em !important;
}
h1.special-h-tag {
    text-shadow: 5px 5px 0px #00000029;
}

textarea#wpforms-43-field_2 {
    width: 500px !important;
    min-height: 150px !important;
}

#home-about-us .tatsu-inline-text-inner{
	max-width: 666px;
}
.background-horizontal-animation, .tatsu-bg-horizontal-animation {
    -webkit-animation: AnimateHorizontal 8000s linear infinite !important;
    animation: AnimateHorizontal 8000s linear infinite !important;
}

.services-outer-wrap span.timeline {
	height: 93%;
    width: 2px;
    margin-right: -1px;
}



/** WORKS PORTFOLIO **/

#main-portfolio .thumb-title-wrap .thumb-title {
    font-size: 17px;
    line-height: 22px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

#main-portfolio .thumb-title-wrap {
    min-height: 54px;
}

#portfolio-title-nav-wrap .portfolio-nav a {
    color: #000000;
}

.home-grid-icon, li.home-grid-wrapper {
    visibility: hidden;
}

#portfolio-title-nav-wrap .portfolio-nav a {
	color: #000 !important;
}

@media only screen and (max-width: 767px) {
	a[rel="next"] {
		position: absolute !important;
		left: -22px !important;
		top: 25% !important;
	}
	a[rel="prev"] {
		position: absolute !important;
		right: -22px !important;
		top: 25% !important;
	}
	#portfolio-title-nav-wrap {
    	padding-top: 128px !important;
	}
}

@media only screen and (min-width: 767px) {
	#portfolio-title-nav-wrap {
    	padding-top: 242px !important;
	}
	h6.portfolio-title-nav {
		max-width: 70%;
		margin: 0 auto;
	}
}

.pswp__bg {
	background: #2d2d2d !important;
}




@media only screen and (max-width: 767px) {
	.be-services .be-service * {
		text-align: left !important;
	}
	.be-service .font-icon.icon-size-medium {
		text-align: center !important;
	}
}

@media only screen and (max-width: 767px) {
	.be-gdpr-cookie-notice-wrap {
		margin-bottom: 78px;
	}
	.be-gdpr-cookie-notice-actions {
		margin-top: 12px;
	}
}
