/*
 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
*/

/* A useful text module class make the paragraph text larger */
@media(min-width:768px) {
	.large_text {
		font-size: 130%;
	}
}

/* specific class for the why us page  */
@media(min-width:768px) {
	.gdpage-text {
		font-size: 110%;
	}
}

.gdpage-text {
		text-align: justify;
		line-height: 1.5em;
	}


/* Add border radius to columns */
.col-round > .fl-col-content {
  border-radius: 25px;
}

/* wp show posts styling options */

.wp-show-posts-columns .wp-show-posts-entry-title {
	font-size: 20px;
}

.wp-show-posts-inner {
    text-align: center;
}

.wp-show-posts-read-more {
	border-radius: 10px;
}

/* make archive page full width with no padding */

.archive .grid-container {
    max-width: 100%
}

/*.one-container .site-content {
	padding: 0;
}*/


/* === Accordion Style 4 === */
/* assign eha-ac-4 class to accordion */
 
.eha-ac-4 .fa-plus:before {
    content: "\f078";
}
.eha-ac-4 .fa-minus:before {
    content: "\f077";
}
.eha-ac-4 .fa-plus,
.eha-ac-4 .fa-minus {
    opacity: 1
}
.eha-ac-4 .fl-accordion-item {
    border: none;
    background: #e0e2de;
    color: #4e4d45;
}

.fl-accordion-button-label {
	font-weight: 400;
}

.eha-ac-4 .fl-accordion-content {
    padding-top: 10px;
    background: #f2f3f1;
    color: #4e4d45;
	  font-size: 14px;
}

.ha-wetransfer {
	text-align: center;
}

.photo-border img{
	border: 3px solid #fff;
}

.photo-borderlarge img {
	border: 10px solid #fff;
}

/* === FORMIDABLE FORMS ADDITIONAL STYLES === */

/* order form titles */
.haform-titles {
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #5e6867;
}

.haform-subtitles {
	color: #B94A48;
	font-size: 14px;
}

#field_4klb3_country {
	display: none;
}

.wp-show-posts-image {
	margin-bottom: 0;
}
