/*
Theme Name: Target Child
Description: Child theme for the Target Tradies
Author: Webrenovation
Template: targettradies
*/

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

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

.head-bot {
        font-family:gotham_bookregular;
	font-size:15px;
	line-height:18px;
	color:#ff5319;	
        text-align:center;
        margin:50px 0 0 0;
        list-style:outside none none;
}