/*

Theme Name: Divi child

Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.

Template: Divi

*/



/* =Theme customization starts here

------------------------------------------------------- */



@import url("../Divi-child/custom.css");

@import url("../Divi-child/responsive.css");


@media screen and (max-width:1024px){
.footer-right {
    right: 0 !important;
	float: none !important;
	text-align:center !important;
}
}
.footer-right {
	color: #000000 !important;
    font-size: 16px;
    right: -210px;
    position: relative;
	float: right;
}


.footer-right a {
   color: #000000 !important;
   font-weight:bold;
}

@font-face {
    font-family: 'AtmosphereScriptTypeface';
    src: url('Font/atmosphere/AtmosphereScriptTypeface.eot');
    src: url('Font/atmosphere/AtmosphereScriptTypeface.eot?#iefix') format('embedded-opentype'),
         url('Font/atmosphere/AtmosphereScriptTypeface.woff') format('woff'),
         url('Font/atmosphere/AtmosphereScriptTypeface.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}