/*
Theme Name: Dinso Child
Description: Child theme for Dinso Theme
Author: Paras
Author URI: 
Template: dinso
Version: 1.0.0
Text Domain:  dinso
*/

@import url(../dinso/style.css);

@font-face {
font-family: 'Copperplate Gothic Std 29 AB';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 29 AB'), url('fonts/Copperplate-Gothic-Std-29-AB.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 29 BC';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 29 BC'), url('fonts/Copperplate-Gothic-Std-29-BC.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 30 AB';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 30 AB'), url('fonts/Copperplate-Gothic-Std-30-AB.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 30 BC';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 30 BC'), url('fonts/Copperplate-Gothic-Std-30-BC.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 31 AB';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 31 AB'), url('fonts/Copperplate-Gothic-Std-31-AB.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 31 BC';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 31 BC'), url('fonts/Copperplate-Gothic-Std-31-BC.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 32 AB';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 32 AB'), url('fonts/Copperplate-Gothic-Std-32-AB.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 32 BC';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 32 BC'), url('fonts/Copperplate-Gothic-Std-32-BC.woff') format('woff');
}


@font-face {
font-family: 'Copperplate Gothic Std 33 BC';
font-style: normal;
font-weight: normal;
src: local('Copperplate Gothic Std 33 BC'), url('fonts/Copperplate-Gothic-Std-33-BC.woff') format('woff');
}

/*
* Bebas Neue Fonts
*/
@font-face {
    font-family: 'BebasNeue-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('BebasNeue-Regular'), url('fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Light';
    font-style: normal;
    font-weight: 300;
    src: local('BebasNeue-Light'), url('fonts/BebasNeue-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Book';
    font-style: normal;
    font-weight: 500;
    src: local('BebasNeue-Book'), url('fonts/BebasNeue-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue-Bold';
    font-style: normal;
    font-weight: bold;
    src: local('BebasNeue-Bold'), url('fonts/BebasNeue-Bold.ttf') format('truetype');
}

.bebas_neue_book_font {
    font-family: 'BebasNeue-Book', sans-serif;
}

.bebas_neue_regular_font {
    font-family: 'BebasNeue-Regular', sans-serif;
}

.bebas_neue_light_font {
    font-family: 'BebasNeue-Light', sans-serif;
}

.bebas_neue_bold_font {
    font-family: 'BebasNeue-Bold', sans-serif;
}

.bebas_neue_light_font {
    letter-spacing: 6px;
}

body{
    font-family: 'BebasNeue-Book', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 20px;
}

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

.main-menu .navigation > li > a {
    font-family: 'BebasNeue-Book', sans-serif;
    letter-spacing: 2px;
}

.theme-btn {
    font-family: 'BebasNeue-Book', sans-serif;
    letter-spacing: 3px;
}

.about-section .content-column .text {
    font-size: 20px;
    color: #353535;
}

/* h1, h2, h3, h4, h5, h6,
body .why-choose-us .feature-list li:first-child, */
/* .main-menu .navigation > li > a {
    font-family:'Copperplate Gothic Std 31 AB' !important;
    font-weight:normal !important;
} */

h1 {
    font-size: 50.52px !important;
}

h2 {
    font-size: 39px;
}

h3 {
    font-size: 28.43px;
}

h4 {
    font-size: 21.33px !important;
}

h5 {
    font-size: 16px !important;
}

p.large {
	font-size: 28.43px !important;
	line-height: 1.3 !important;
    font-family: 'BebasNeue-Book', sans-serif;
    font-weight: 500;
}

.letter_spacing_003{
    letter-spacing: 0.03em;
}

.letter_spacing_01 {
    letter-spacing: 0.1em;
}

.letter_spacing_02 {
    letter-spacing: 0.2em;
}

/* .main-header .info-list li:last-child{
	display:none;
} */
/* .main-header .upper-right{
	padding-right: 100px;
} */

@media (max-width: 767px) {
    h1 {
    font-size: 39.06px !important;
    }
    
    h2 {
        font-size: 31.25px !important;
    }
    
    h3 {
        font-size: 25px !important;
    }
    
    h4 {
        font-size: 20px !important;
    }
    
    h5 {
        font-size: 16px !important;
    }
}

.developed-by{
	display:none;
}