/*
 Theme Name:   Customizr Child
 Theme URI:    https://wordpress.com/themes/customizr/
 Description:  Motif Child Theme
 Author:       Michelle Watts
 Author URI:   http://www.michellewatts.com.au
 Template:     customizr
 Version:      1.0.11
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         gray, red, white, light, two-columns, right-sidebar, custom-colors, responsive-layout, custom-background, custom-menu, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, translation-ready
 Text Domain:  customizer-child
*/


/* =custom css
-------------------------------------------------------------- */

#page-176 {
	display:none;
}

h2 {
	color: #27CDA5;
    font-size: 32px;
    line-height: 40px;
}

.entry-title {
	font-size: 45px;
	font-weight:900;
	text-transform:uppercase;
}

.entry-content {
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;
}


.navbar .nav > li > a {
  font-size: 17px;
  padding: 5px 15px;
}

.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: -30px; /* Adjust */
}

#footer_one {
margin:20px 20px;

}

#footer_two {
margin:20px auto;

}

#footer_three {
text-align:     center ;
margin: 0 auto;
}

ul li { padding: 8px 0px; 
	line-height:30px;
	}
	
	.navbar .nav > li > a {
	outline:none;
	}
	
	strong {
	color: #27CDA5;
	font-size:22px;
	text-transform: uppercase;
	margin-top:25px;
	}


footer#footer p.contact a {
	font-size:16px;
	line-height:28px;	
}

footer#footer p.contact {
	font-size:16px;
	line-height:28px;	
}

footer#footer li a{
	font-size:16px;
	line-height:28px;
}

hr {
	border-color: #27CDA5;
	margin:12px 0;
	border-width: 2px 0;
}



.tc-wp-powered-text {
	 visibility: hidden;
}

.icon-wordpress {
	 visibility: hidden;
}

.colophon a {
	font-size:11px;
}



/* ================================================ */
/* Responsive - Media queries                       */
/* Based on:                                        */
/* http://lab.maltewassermann.com/viewport-resizer/ */
/* ================================================ */
 
 
/* ============================================== */
/* HDTV                                           */
/*                                      1920x1080 */
/* ============================================== */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

 
}
 
/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media screen and (min-width: 800px) and (max-width: 1280px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

 
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       980x     */
/* ============================================== */
@media screen and (min-width: 980px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */

 
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                       x979     */
/* ============================================== */
@media screen and (max-width: 979px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}

.entry-content {
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;
}

}
 
/* ============================================== */
/* iPad Landscape & Portrait                      */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
.entry-content {
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;
} 

}
 
/* ============================================== */
/* iPad Landscape                                 */
/*                                       1024x768 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
.entry-content {
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;
} 

}
 
/* ============================================== */
/* iPad Portrait                                  */
/*                                       768x1024 */
/* ============================================== */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
.entry-content {
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 60px; /* Firefox */
	    column-gap: 60px;
} 

}
 
/* ============================================== */
/* Small Tablet Landscape/Portrait                */
/*                                        800x600 */
/* ============================================== */
@media screen and (min-width: 600px) and (max-width: 800px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}
 
 
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:568px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}
 
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media screen and (min-width: 320px) and (max-width:480px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}
 
/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media screen and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Landscape                      320x240 */
/* ============================================== */
@media screen and (min-width:240px) and (max-width:320px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}
 
/* ============================================== */
/* Smaller devices                                */
/* Android Portrait                       240x320 */
/* ============================================== */
@media screen and (max-width:240px) {
/* ADD YOUR CSS ADJUSTMENTS BELOW HERE */
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    margin-left: 0px; /* Adjust */
}
}



