/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://wordpress.org/themes/twentytwentyone/
 Description:  Twenty Twenty-One Child Theme
 Author: 	   the WordPress team
 Author URI:   https://wordpress.org/
 Template:     twentytwentyone
 Version:      1.0.0
 Text Domain:  twentytwentyonechild
*/

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

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

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "'Raleway', sans-serif";
    src: url("fonts/Raleway-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

body {
	background: #ffffff !important;
	background-color: #ffffff !important;
	font-family: "'Raleway', sans-serif";
}
.site-main {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
a:hover {
	text-decoration: none;
	transition: 0.3s all;
}
a:focus {
	text-decoration: none !important;
	background-color: transparent !important;
	outline: none !important;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: "'Raleway', sans-serif" !important;
}
p {
	line-height: 1.4 !important;
}

.container {
	/*max-width: 1084px;*/
	max-width: 1100px;
	margin: 0 auto;
}

.comment-wrapper{
	padding-top: 30px;
}

.wp-embed-footer {
visibility: hidden !important;
}