/*
Theme Name: XEN Child
Theme URL: https://themeforest.net/item/xen-creative-agency-wordpress-theme/25589004
Description: Child theme of XEN
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: xen
Version: 1.0
Text Domain: xen-child
*/ 
/*******Add Your Css Below This Line*********/

@font-face {
  font-family: 'URWDIN-Regular';
  src: url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.eot');
  src: url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.svg#URWDIN-Regular') format('svg'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.ttf') format('truetype'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.woff') format('woff'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'URWDIN-Bold';
  src: url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.eot');
  src: url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.svg#URWDIN-Bold') format('svg'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.ttf') format('truetype'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.woff') format('woff'),
       url('/wp-content/themes/xen-child/fonts/URWDIN-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/*******General*********/

h1, h2, h3, h4, h5, h6 {
    font-family: 'URWDIN-Bold',sans-serif;
}

body{
    font-family: 'URWDIN-Regular',sans-serif !important;
}

.nav-btn{
    font-family: 'URWDIN-Bold',sans-serif !important;
}

.nav-box {
    margin: 15px 0 !important;
}

a {
    font-family: 'URWDIN-Regular',sans-serif !important;
    text-decoration: none;
    color: inherit;
}

p,
.p-style-small,
.p-style-medium,
.p-style-large{
    font-family: 'URWDIN-Regular',sans-serif;
}

.menu-open:before {
    width: 20px;
    height: 2px;
    left: 15px;
    top: 50%;
}

.hamburger:before, .hamburger:after {
    width: 30px;
    left: 10px;
    top: 15px;
}

.hamburger:after {
    top: auto;
    bottom: 15px;
}

.menu-open{
	background: #f00000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.what-we-do-link a, .get-in-touch-link a { 
    font-family: 'URWDIN-Bold' !important;
}

.portfolio-slider2 a.swiper-slide{
	pointer-events: none;
}

/*******Homepage*********/

.home-slider .swiper-pagination-bullet:before {
    color: #a29d9d !important;
}

.home-slider-content p {
    font-size: 16px;
  font-family: 'URWDIN-Regular';
    width: 40%;
    line-height: 1.5 !important;
    text-transform: unset !important;
    font-weight: 400 !important;
}

.home-slider-content .border-btn-inner {
    overflow: unset;
}

.home-slider-content .dark-bg-1 .border-btn-box, .home-slider-content  .dark-bg-2 .border-btn-box {
    border: none;
    border-radius: 100px; 
}

.home-slider-content .border-btn {
    font-family: 'URWDIN-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
    font-weight: 400;
    position: relative;
    color: transparent;
    padding: 18px 50px;
    background: #dc1f2b !important;
    border-radius: 100px !important;
    font-size: 17px !important;
    text-align: center !important;
}

@media only screen and (max-width: 549px){
    span.nav-btn {
        line-height: 1.3;
        padding: 0 10px;
    }
	.logo {
		margin: 15px 0 0 20px !important;
	}
	
	.logo-img-box img {
		width: 100px !important;
	}
	
	li.nav-box {
		padding: 0% !important;
		-webkit-text-stroke: .5px white !important; 
		width: 100% !important;
		text-align: center !important;
	}
	
	.nav-btn {
		font-size: 30px !important;
		letter-spacing: 0px !important;
	}
    
    .nav-menu{
    	margin-top: -40px;
    }
    
    .nav-box {
        margin: 8px 0 !important;
    }
}