/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* cff form styling */
#fbuilder fieldset{
	border: none !important;
}

#fbuilder legend{
	margin-bottom: 0 !important;
	border: none !important;
	font-weight:600 !important;
	padding-left: 0 !important;
}
.no_legend#fbuilder legend{
	display:none !important;
}

/*
#fieldlist_1 > div.pb0.pbreak > fieldset > legend{
	display: none !important;
}

#field_1-12 > fieldset > legend, #field_1-13 > fieldset > legend, #field_1-16 > fieldset > legend, #field_1-18 > fieldset > legend, #field_1-20 > fieldset > legend{
	display: none !important;
}
*/
.section_breaks{
	margin-top: 10px;
	margin-bottom: 10px;
}
.section_breaks label{
	font-weight: 700 !important;
}


/* style login page */
#wppb-login-wrap .login-username label, #wppb-recover-password label{
	width: 100% !important;
}
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-recover-password input[type="text"]{
	width:100% !important;
}

/* box shadow */
.boxs{    
	box-shadow: 5px 5px 20px #e3e3e3;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.boxs{    
	box-shadow: 0px 0px 0px;
	border: none;
	border-top: 1px solid #e3e3e3;
	border-radius: 0;
}
}
/* download button */
.dwnld-btn{
	background-color: #c60000;
	color: #ffffff;
	padding: 15px 20px;
	margin: 0 20px 0 0;
	display: inline-flex;
	align-items: center;
	border-radius:5px;
}
.dwnld-btn:hover{
	color:#ffffff;
}

@media (max-width: 768px) {
	.site-logo{ 
		margin-bottom:20px;
	}
	.main-title{
		font-size: 17px;
	}
.site-branding-container {
	display: block;
	}
}

/* centered logo, righ main nav */
@media (min-width:769px) {
    .site-branding {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
       }

    .site-logo {
        float: left;
        margin-right: 20px;
    }
    .nav-float-right .inside-header .main-navigation {
        margin-top: 10px;
    }
}

/*  new table style by div */
			/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row0:after, .row1:after, .rowhead:after, .rowsub:after {
  content: "";
  display: table;
  clear: both;
}
/* style row types */
.row0, .row1, .rowsub {
	font-size: 14px;
}
.rowsub	{
	font-weight: 600;
}
.rowhead{
	font-size: 16px;
	font-weight: 600;	
}
.rowsub{
	background-color: #d3d3d3;
}
.row0{
	background-color: #ffffff;
}
.row1{
	background-color: #f5f5f5;	
}

/* file download button */
.wp-block-file__button{
	color: #c60000 !important;
	border: 1px solid #c60000 !important;
	border-radius: 5px !important;
	background-color: #ffffff !important;
}
.wp-block-file__button:hover{
	color: #ffffff !important;
	background-color: #c60000 !important;

}
