/*
Theme Name:    Web.com Agency
Version:       1.0.1
Author:        Web.com UK
Author URI:    https://uk.web.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/*** Devices ***/
.uabb-device {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
	border: 1px solid #eee;
}

/*** Advanced Heading Option ***/
span.uabb-heading-text {
    border-radius: 50px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
}

/*** Territories Grid ***/

/* Layout */

.territories {
    display: flex;
    padding: 30px;
}

.territories-col-1 {
    width: 26%;
	padding-right: 20px;
    border-right: 2px solid #eee;
}

.territories-col-2 {
    width: 74%;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {

.territories {
    display: block;
	padding: 20px;
}

.territories-col-1 {
    width: 100%;
	padding-right: 0px;
	padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px solid #eee;
}

.territories-col-2 {
    width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}
}

/* Flag Image */

img.territory-flag {
    border-radius: 100%;
    height: 120px;
	width: 120px;
    object-fit: cover;
    border: 12px solid #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 15%);
	margin: 0px auto;
    margin-bottom: 30px;
	display: block;
}

/* Records */

h5.record-heading {
    font-size: 12px;
	line-height: 17px;
	text-align: center;
	margin: 0px 0px 8px 0px;
}

.record-data {
    font-size: 14px;
	color: #905B98;
	font-family: Poppins;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

.territories-col-1 hr {
    margin: 8px 0px;
    border-top: 2px solid #eee;
}

@media only screen and (max-width: 767px) {
.record-group {
    display: flex;
}

.record {
    width: 33.3%;
    padding: 0px 10px;
}

.territories-col-1 hr {
    display: none;
}
}

/* Column 2 Content */

h3.territories-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0px;
}

.territories-col-2 p {
	margin: 8px 0px 16px 0px;
	font-size: 18px;
	line-height: 28px;
}

a.territories-data-btn {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    background: #905B98;
    padding: 16px 24px;
    border-radius: 50px;
	display: block;
	width: fit-content;
}

a.territories-data-btn:hover {
	background: #6B3969;
}

a.territories-licensing-btn {
	color: #905B98;
	font-family: Poppins;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: underline;
	margin: 14px 0px 0px 0px;
	display: block;
}


/*** Case Studies Grid ***/

/* Layout */

.case-studies {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 30px 20px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
}

/* Logo */

img.cs-logo {
    border-radius: 100%;
    height: 120px;
	width: 120px!important;
    object-fit: contain;
	background: #fff;
	border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 15%);
	margin: 0px auto;
    margin-bottom: 20px;
	margin-top: -60px;
	display: block!important;
}

/* Content */

h3.cs-title {
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	text-align: center;
}

.cs-excerpt {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 16px 0px 24px 0px;
}

a.cs-button {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    background: #905B98;
    padding: 16px 24px;
    border-radius: 50px;
	display: flex;
	width: fit-content;
	margin: 0px auto;
}

a.cs-button:hover {
	background: #6B3969;
}