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

/* Header CTA */

i.fas.fa-envelope {
	font-size: 25px;
} 

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    color: #fff;
	  font-size: 25px;
}

i.fas.fa-envelope {
	color: #fff;
	margin-bottom: 0;
}

div.contact-box {
	display: inline-block;
	background: #dd2d92;
	padding: 5px 4px;
	width: 45%;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 18px;
}

div.contact-box.Mail {
	margin-right: 0;
}


.header-widget {
    float: right;
    overflow: hidden;
    min-width: 230px;
}


/* Main Menu */

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    font-weight: 700;
}

@media(min-width: 769px) {
    .main-navigation .main-nav {
        flex: 1;
    }

    #site-navigation.nav-align-center .main-nav>ul {
        justify-content: space-between;
    }
}

@media(max-width: 768px) {
    .nav-align-center .inside-navigation {
        justify-content: center;
    }
	.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-left: 10px;
    margin-right: 10px;
}
}


/*CTA Buttpons */

button.CTA {
	background: #1a3a7c;
	max-width: 150px;
}


/* Rollover Effect for Services Button */

.gallery-item img {
  transition: filter 0.3s ease; /* Smooth transition */
	        }

.gallery-item img:hover {
  filter: brightness(80%); /* 100% is normal, lower is darker */
	        }


/* Forms */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #000;
    background-color: #f0f0f0;
    border-radius: 5px;
	  width: 100%;
}


input[type="text"]:focus {
	color: #a6a6a6;
}


input[type="submit"] {
	font-weight: 700;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
}

textarea {
	height: 160px;
}

button {
	width: 100%;
	max-width: 600px;
	font-weight: 700;
	font-size: 16px;
}

button.search-submit {
	width: 55px;
}

input.search-field {
	width: 60%;
}

button.search-submit {
    border-radius: 8px;
}

/* Download Guide Form Aweber*/

div.af-textWrap {
	margin-bottom: 15px;
}

/* Side Bar */

.sidebar .widget {
	margin-bottom: 40px;
}

.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
}

.widget-area .widget {
    padding: 0;
	border-radius: 25px;
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
	text-align: center;
	background: #dd2d92;
	padding: 10px;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

div.WidgetWrap {
	padding: 0 37px 30px 37px;
}

div.WidgetWrap.Expertise {
	padding-bottom: 40px;
}

div.WidgetWrapList {
	padding: 0 25px 15px 55px;
}

.widget ul li {
    padding-bottom: 10px;
}

.widget ul li:before{
	content: "●";
  color: #dd2d92;
  font-weight: 700;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


aside#text-8 {
	border-radius: 0;
	box-shadow: none;
}

/* Blog */

h2.entry-title {
	line-height: 1.0;
}

div.entry-summary {
	margin-top: 5px!important;
}

body.single-post h2 {
	font-size: 24px;
	color: #474747;
	margin-bottom: 5px;
}


/* Bullets */

ul {
	list-style: none;
}

div.entry-content ul li:before {
  content: "●";
  color: #dd2d92;
  font-weight: 700;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

li {
	font-weight:600;
}

ol li::marker {
	color: #dd2d92;
}

/* Blockquote */

blockquote {
    border-left: 0;
    border-radius: 25px;
    padding: 20px;
    font-size: 1.2em;
    font-style: normal;
    margin: 2em 0 2em;
    position: relative;
    text-align: center;
    background: #d4c2ea;
	font-weight: 500;
}

body.page-id-11 blockquote{
	margin: 0;
}

aside#text-7 blockquote {
	background: #fff;
	padding: 0;
	margin: 0;
}


/* Links */

a {
	font-weight: 700;
	text-decoration: none;
}


.copyright-bar a {
	font-size: 16px;
	font-weight: 600;
}

.copyright-bar a:hover {
	color: #000;
}



/*Testimonials */

div.testimonial-name {
	color: #1a3a7c;
	font-size: 25px;
	font-weight: 600;
}

div.company-name {
	color: #1a3a7c;
	font-size: 15px;
	font-weight: 400;
}

div.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	text-align: center;
}
 

div.wpmtst-testimonial-inner p {
	font-size: 17px;
}

/* For displaying two columns on tablet */
@media only screen and (max-width: 1200px) {
 .gallery-columns-3 .gallery-item {
     max-width: 50%;
 }
} 


/* For displaying single column on mobile */
@media only screen and (max-width: 580px) {
 .gallery-columns-3 .gallery-item {
     max-width: 100%;
 }
} 


/* Footer */

div.site-footer {
	margin-top: 40px;
}

.site-info {
    text-align: left;
    font-size: 16px;
}