/*
Theme Name:     bizzy Child
Theme URI:      http://modernthemes.net/premium-wordpress-themes/bizzy/
Template:       bizzy_mt
Version:        0.1
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body,
button,
input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.site-info,
.main-navigation a { 
	font-family: 'Poppins', sans-serif;
}

body {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.3;
}

.textwidget h3 {
	font-weight: 400;
}

strong, b {
	font-weight: 600;
}

.btn, button, .site-footer a.btn {
    display: inline-block;
    padding: 8px 40px;
    min-width: 80px;
    font-size: 16px;
    line-height: 1.2;
	font-weight: 400;
    border: 3px solid #FD6B0D;
    background: #FD6B0D;
    color: #fff;
	text-align: center;
}

.btn:hover, button:hover, .site-footer a.btn:hover {
    border-color: #fff;
    background: #fff;
    color: #FD6B0D;
}

.btn.btn-primary {
    background: transparent;
    color: #FD6B0D;
}

.btn.btn-primary:hover {
    color: #fff;
    background: #FD6B0D;
    border-color: #FD6B0D;
}

.btn.btn-primary.btn-inverted, #home-hero button {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.btn.btn-primary.btn-inverted:hover, #home-hero button:hover {
    color: #FD6B0D;
    background: #fff;
    border-color: #fff;
}

.navigation-container button.toggle-menu {
    background: transparent;
    border-color: #fff;
    padding: 8px;
    min-width: 60px;
}

.navigation-container button.toggle-menu.menu-active {
	color: #fff;
}

.banner--clone.banner--stick .toggle-menu {
	border-color: #FD6B0D;
	color: #FD6B0D!important;
	margin-top: 1.5em;
}


.home-widget {
	padding: 80px 0;
}

#home-hero h1,
#home-hero h3 {
	max-width: 1050px;
	letter-spacing: initial;
}

#home-hero h1 {
	font-size: 60px;
	line-height: 1;
}

#home-hero h3 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
}


.ctct-form .ctct-disclosure {
	text-align: center;
}
.ctct-form .ctct-disclosure sub {
    color: #BCBCBC;

}

.ctct-form .ctct-form-field {
    width: 25%;
    float: left;
    padding-right: 1%;
}
.ctct-form label {display: none;}
.ctct-form input {
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    border: 2px solid #BCBCBC;
    border-radius: 0;
}

.ctct-form input::-webkit-input-placeholder {color:#BCBCBC;}
.ctct-form input::-moz-placeholder          {color:#BCBCBC;}/* Firefox 19+ */
.ctct-form input:-moz-placeholder           {color:#BCBCBC;}/* Firefox 18- */
.ctct-form input:-ms-input-placeholder      {color:#BCBCBC;}

.ctct-form input[type="submit"] {
    color: #FD6B0D;
    border-color: #FD6B0D!important;
    background: transparent;
}

.ctct-form input[type="submit"]:hover {
    color: #fff;
    background-color: #FD6B0D;
}

.ctct-form  .ctct-form-description + a.button.ctct-button {display: none;}

.home-widget-two a.btn.btn-primary {
    color: #fff;
}


.home-widget-three .ctct-form-wrapper ~ .grid {
	padding-left: 40px;
}
.home-widget-three a.btn.btn-primary {
    color: #b31e1a;
    border-color: #b31e1a;
}

.home-widget-three a.btn.btn-primary:hover {
    color: #fff;
    border-color: #b31e1a;
    background: #b31e1a;
}

.footer-cta {display: none;}

.site-footer a.btn {
    padding: 2px 20px;
    font-size: 12px;
}

.site-footer .widget .widget-title {
    font-size: 15px;
    font-weight: 500
}

.site-footer b {font-weight: 500}
.site-footer p {font-size: 14px; color: #b9babe;}
.site-footer .grid .col-1-4:first-child .textwidget p:first-child {margin-top: 0;}

.site-footer .widget_custom-twitter-feeds-widget #ctf .ctf-item {
    padding: 0 0 0 30px;
    border: none;
    margin-bottom: 10px;
    position: relative
}

.site-footer .widget_custom-twitter-feeds-widget #ctf .ctf-item:before {
    content: "\f099";
    display: inline-block;
    font: 17px/23px FontAwesome;
    color: #FD6B0D;
    position: absolute;
    left: 0;
    top: 3px;
}

.site-footer .widget_custom-twitter-feeds-widget #ctf .ctf-item .ctf-author-box {
    display: none;
}


.ctct-form .ctct-disclosure {
    display: none;
}
.ctct-disclosure-2 sub {
    color: #BCBCBC;
    text-align: center;
}
.ctct-disclosure-2 {
   margin-bottom: 20px;
   margin-top: -20px;
   text-align: center;
}
@media screen and (max-width: 1024px) {
	.site-footer p {font-size: 12px;}
}

@media screen and (max-width: 1023px) {
	.toggle-menu {display: block;}
	.toggle-menu + div {display: none;}
	
}

@media handheld, only screen and (max-width: 800px) {
	.site-header-top {
		top: 2.5em!important;
	}
	
	.site-header .site-title img {
		margin-top: 1em;
	}

	#home-hero .slick-slide {
		padding: 130px 0 80px;
	}

	.home .ctct-form .ctct-form-field {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 10px;
	}

	.home .ctct-form-wrapper {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.home .ctct-disclosure hr {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.section-ps {
		margin-top: 80px;
	}

	.section-ps .col-2-12 {
		width: 16.667%;
		float: left;
	}

	.section-ps .col-10-12 {
		width: 83.333%;
		float: left;
		padding-left: 5%;
	}

	footer.site-footer > .grid {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		max-width: 600px;
		margin: 0 auto;
	}

	footer.site-footer .col-1-4:nth-child(1) {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}

	footer.site-footer .col-1-4:nth-child(1) p {
		display: inline;
	}

	.site-footer a.btn {
		margin: 0 4px 12px;
	}

	footer.site-footer .col-1-4:nth-child(2),
	footer.site-footer .col-1-4:nth-child(3) {
		width: 47%;
		margin-bottom: 10px;
	}

	footer.site-footer .col-1-4:nth-child(3) {
		text-align: right;
	}

	footer.site-footer .col-1-4:nth-child(4) h3{
		text-align: center;		
	}

	footer.site-footer .col-1-4 + .col-1-4 {
		margin-top: 30px;
	}

	footer .site-info {text-align: center;}
}

@media handheld, only screen and (max-width: 460px) {
	#home-hero h1{
		font-size: 50px;
	}
	.home-widget-three .ctct-form-wrapper ~ .grid {padding-left: 20px;}

	.section-ps .col-2-12 {display: none;}
	.section-ps .col-10-12 {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}

	footer.site-footer > .grid {
		max-width: 320px;
	}

	footer.site-footer .col-1-4 {
		width: 100%!important;
	}

	footer.site-footer .col-1-4:nth-child(2),
	footer.site-footer .col-1-4:nth-child(3) {
		text-align: center;
	}

	footer.site-footer .col-1-4:nth-child(2) .textwidget {
		max-width: 240px;
		margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 360px) {
	.site-branding {
		margin: -3px 0 0 -16px;
	}
	#home-hero h1 {
	    font-size: 43px;
	}
	.section-ps h2 {
	    font-size: 24px;
    	line-height: 1.2;
	}
}