/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.page-header, .site-info {
	display: none;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "Lora", Helvetica, Arial, sans-serif;
}

.entry-header .entry-title {
	font-family: "Lora", Helvetica, Arial, sans-serif;
	color: #777777;
}

.header-sidebar {
	font-size: 12px;
}

body, button, input, select, textarea {
	font-size: 15px;
}

#primary {
	padding: 0 !important;
}

h2 {
	line-height: 26px;
	color: #67686A;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
	font-family: petrona, serif;
	font-weight: 400;
	margin: 60px 0 40px;
}

.home h2 {
	margin: 0px 0 30px;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-content p, .cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-title {
	font-family: Lora;
	font-size: 15px;
	color: #777;
}

.footer-widgets {
	padding: 30px 0;
}

.footer-widgets .widget-title {
	color: #777777;
}

.site-branding {
	position: absolute;
	z-index: 9999999;
}

.onepress-menu a {
	color: #777777;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
}

.no-margin {
	margin: 0 !important;
}

.onepress-menu a:hover {
	text-decoration: underline;
	color: #fff;
}

.onepress-menu {
	width: 100%;
	padding-left: 23%;
}

.header-right-wrapper {
	background: #F8F5F0;
	float: none;
	width: 100%;
	border-radius: 50px 0 50px 0;
	max-width: 1240px;
	margin: 0 auto;
	min-height: 74px;
	max-height: 74px;
	margin-bottom: -40px;
}

.site-branding {
	width: 200px;
	height: 175px;
	background: #fff;
	text-align: center;
	padding-top: 2%;
	box-shadow: 4px 7px 22px #333;
	z-index: 999999;
}

.gs_testimonial_container .cycle-nav #prev, .gs_testimonial_container .cycle-nav #next {
	z-index: 10;
}

.site-header {
	z-index: 9999999;
}

.site-footer, .footer {
	background: #F8F5F0;
	color: #777777;
	font-size: 14px;
	position: relative;
	width: 100%;
	bottom: 0;
}

.footer {
	padding: 30px 0;
}

.footer a {
	color: #777;
	clear: both;
	display: block;
}

.copyrights {
	padding: 20px 0;
	background-color: #eaece7;
}

.copyrights a {
	color: #777;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner:first-child, .vc_custom_1478378594298 {
	padding-top: 0 !important;
}

/*.home  .site-footer{

position: absolute;

}*/
/* #content-inside{

 padding-bottom: 370px;

}*/
.site-content {
	border-top: 0 solid #e9e9e9;
	margin-top: 100px;
}

.home .site-content {
	margin-top: 0;
}

table tr td {
	text-align: left !important;
	padding: 10px !important;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
	color: #777777;
}

div.pp_pic_holder {
	z-index: 100000000 !important;
}

h1 {
	font-size: 1.8rem !important;
}

.site-footer a, .onepress-menu a:hover,  .onepress-menu ul li.current-menu-item>a, .onepress-menu ul li a:hover {
	text-decoration: none;
	color: #333;
}

.entry-footer {
	margin-bottom: 0;
	padding-top: 0;
	border-top: 0 solid #e9e9e9;
}

@media (min-width: 1921px) {
	.site-footer {
		position: fixed;
	}
}

@media (max-width: 1024px) {
	#pg-w573b13f832df7-0 .panel-grid-cell {
		padding-left: 15px !important;
		padding-right: 0 !important;
	}
	
	#nav-toggle {
		margin-right: 5%;
	}
	
	.onepress-menu.onepress-menu-mobile {
		padding: 0 !important;
		z-index: 100000000000;
		top: 150px;
	}
}

@media (max-width:1023px) {
	.header-sidebar {
		display: none;
	}
	
	.site-branding {
		width: 100px;
		height: auto;
		float: none;
		margin: 0 auto;
	}
	
	.onepress-menu.onepress-menu-mobile {
		top: 75px;
	}
	
	.site-footer {
		position: relative;
	}
	
	.home  .site-footer {
		position: relative;
	}
	
	#content-inside {
		padding-bottom: inherit;
	}
	
	.site-content {
		margin-top: 60px;
	}
	
	.alignright, .alignleft {
		float: none;
		margin: 10px;
		max-width: 100%;
	}
	
	table {
		max-width: 100%;
	}
	
	table td {
		display: block;
		width: 100%;
	}
}

.topimage {
	width:100% !important;
	max-width:1110px !important;
}

.button {
    background: #27bc27;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    line-height: 45px;
		border-radius:5px;
		text-decoration:none;
}

.button:hover {
	background:#14a414;
	color:#fff;
	text-decoration:none;
}