/*
Theme Name: Webahead Bronze Theme 3
Theme URI: http://webaheadinteractive.co.uk/bronzetheme3
Version: 1.0
Author: Charlie Lamprell
Author URI: http://charlielamprell.co.uk/
*/

:root {
  --main-bg-color: #c8b790;
}

* {
    font-family: 'Nunito', sans-serif;
    max-width: 100%;
}

.sitewidth {
    width: 80%;
    margin: auto;
}

.leftcontact {
	margin: auto
}

.pagetitle {
		background-color: var(--main-bg-color);
		padding: 0px 20px 0px 0px;
		color: #fff;
		padding: 15px;
}

.pagetext {
	margin: 0;
	font-size: 26px;
}

.topbarlinks {
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

.topbarlinks:hover {
    color: #fff;
    text-decoration: none;
}

.topbar {
    width: 100%;
    padding: 10px;
    background-color: var(--main-bg-color);
}

.topbaricons {
    color: #fff;
}

.topbarright {
    text-align: right;
}

.logo {
    max-width: 300px;
    margin-top: 30px;
    padding-bottom: 20px;
    transition: .4s;
}



.logobox {
    width: 100%;
    margin: auto;
    text-align: center;
	  background: url(https://4pawsdogtraining.co.uk/wp-content/uploads/2021/01/pawprints-4.jpg);
  background-repeat: no-repeat;
  background-size: auto;
	 background-position: center;
}

.fa-bars {
    color: #000;
    font-size: 24px;
    transition: .3s;
}

.fa-bars:hover {
    color: var(--main-bg-color);
    font-size: 24px;
}

.navbar-toggler {
    margin: auto
}

.navbar-collapse {
    text-align: center;
    margin-top: 10px;
}

.navbar {
   margin-bottom: 20px
}

.nav-link {
    color: #58585A;
    border-bottom: 2px solid transparent;
    transition: .3s;
    margin: 0px 10px 0px 10px;
}

.nav-link:hover {
    color: #58585A;
    border-bottom: 2px solid var(--main-bg-color);
}



.active {
	color: #58585A;
    border-bottom: 2px solid var(--main-bg-color);
}

.banner {
    width: 100%;
    height: 600px;
    background-image: url(https://4pawsdogtraining.co.uk/wp-content/uploads/2021/09/IMG-20210920-WA0003-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.bannertext {
    margin: auto;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 50px
}

.bannertext h1 {
    font-size: 70px;
}

.bannertext p {
    font-size: 18px;
}

.curvedpart {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 5px solid #fff;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-bottom: -10px;
    position: absolute;
}

.curvedpartbottom {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 5px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-top: -40px;
    position: absolute;
}

.iconbox {
    text-align: center;
    border-right: 2px solid var(--main-bg-color);
}

.grow {
    transition: .3s;
}

.grow:hover {
    transform: scale(1.1)
}

.iconbox4 {
    text-align: center;
}

.icon {
    font-size: 40px;
    color: var(--main-bg-color);
}

.iconcontainer {
    margin-top: 30px;
}

.iconcontainer h3 {
    margin-top: 10px;
    font-size: 20px;
}

.leftimage {
    width: 100%;
    margin: auto;
    height: auto;
}

.homeimg {
    margin: 15px;
}

.contactusbanner {
    width: 100%;
    height: auto;
    background-color: var(--main-bg-color);
    margin-top: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    padding: 30px;
}

.contactusbanner h3 {
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center
}

.leftside {
    width: 600px;
    text-align: left;
	display: flex;
}

.rightside {
    width: 600px;
    text-align: right;
	margin: auto;
}

.callbutton {
    color: var(--main-bg-color);
    background-color: #fff;
    padding: 10px 40px;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: .3s;
}

.callbutton:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.maincontent {
    padding: 50px 0px;
    height: auto;
}

.rightcontent {
    padding: 30px;
    margin: auto;
}



.carousel-item h1 {
	color: #fff;
}

.carousel-item p {
	color: #fff;
}

.footer {
    width: 100%;
    padding: 40px 0px 20px 0px;
    text-align: center;
}

.footericon {
    font-size: 32px;
    margin: 0px 20px 0px 10px
}

.footerlinks {
    color: #111;
    transition: .3s;
}

.footerlinks:hover {
    color: var(--main-bg-color);
}

.footer p {
    color: #666;
    font-weight: 200;
    margin-top: 20px;
}

.sitelink {
    color: #666;
    font-weight: 400;
}

.sitelink:hover {
    color: #666;
}

.red {
    background-color: var(--main-bg-color)
}

.padding30 {
    padding: 0px;
}

.carousel {
    height: 500px;
    margin: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
}

.testimonialtext {
    max-width: 80%;
    margin: auto;
}

.servicesimage {
	min-width: 600px;
}

.rightservices {
	padding: 20px;
	margin: auto;
}

.leftservices {
	margin: auto;
	padding: 20px;
}

.companyname {
	font-size: 42px;
}

.servicesintro {
	font-size: 20px;
}

.contactpagetext {
	color: var(--main-bg-color);
	font-size: 24px;
	margin-top: 20px;
}

.contactlinks {
	color: #000;
}

.contactlinks:hover {
	color: #000;
}

.wpcf7-form-control {
	width: 100%;
	padding: 10px;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

form {
	padding: 20px;
}

label {
	width: 100%;
}

.wpcf7-submit {
	background-color: #C8B790;
	border: 2px solid #C8B790;
	transition: .4s;
}

.wpcf7-submit:hover {
	background-color: transparent;
	border: 2px solid #C8B790;
}

.map {
	margin-top: 30px;
}


@media only screen and (max-width: 700px) {
  .sitewidth {
    width: 100%
  }
  .topbarright {
    text-align: center;
}
    .topbarleft {
        text-align: center;
    }
    .bannertext h1 {
        font-size: 50px;
    }
    .bannertext p {
        font-size: 15px;
    }
    .bannertext {
        padding: 20px 8px;
    }
    .iconbox {
        border: none !important;
    }
	.leftservices {
		margin-left: 20px;
	}
	.rightservices {
		margin: 25px;
	}
	.row {
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
    .iconbox {
        text-align: center;
        border-bottom: 2px solid var(--main-bg-color);
        border-right: none;
        padding: 10px 30px
}
    .iconbox4 {
        text-align: center;
        border-bottom: none;
        border-right: none;
        padding: 10px 30px
}
    .rightside {
        text-align: center;
        padding: 20px;
		margin: auto;
    }
    .leftside {
        text-align: center;
        padding: 20px;
		margin: auto;
    }
    .contactusbanner {
        padding: 10px;
    }
	.contactusbanner h3 {
    margin: auto;
}
}

@media only screen and (max-width: 1200px) {
    .padding30 {
    padding: 10px;
}
}