/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
/* 	    background: #e6e6e6  !important; */
	color: #555555;
	font-family: "open Sans";
	font-size: 16px;
	background:#fff !important;
}

/* home page */
#agama-main-wrapper .tv-navbar .tv-navbar-nav .menu-item a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #757575;
	padding: 0 20px 5px;
}
ul.agama-navigation > li {
	margin-left: 0px;
	position: relative;
	padding-right: 27px;
}
.tv-navbar {
	padding: 0;
}
#masthead.site-header .agama-header-overlay {
	box-shadow: none;
}
#agama-main-wrapper #masthead {
	position: relative;
	padding: 10px 0;
}
#agama-main-wrapper #agama-header-distance {
	display:none!important;
}
#agama-main-wrapper .tv-navbar .tv-navbar-nav .menu-item a:focus {
	outline: none;
}
.hfeed.site {
	background: #fff;
	height: 100%;
}
.site-content p img {
	object-fit: cover;
}
.site-info p {
	color:#555555;
	font-weight: 400;
}
.tv-navbar > ul > li.current-menu-item > a {
	border-bottom: 3px solid #186ad0;
}
#agama-main-wrapper .tv-navbar .tv-navbar-nav .menu-item a:hover {
	color: #000;
}
.vision-row.tv-row {
	max-width: 1200px;
}

@media (min-width: 1280px){
.tv-container {
  max-width: 1200px;
}


}


/* product page */

header.entry-header .entry-title {
	font-family: "Open Sans";
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #186ad0;
	text-align: center;
}
.entry-content .cstm-product-content p {
	font-size: 14.7px;
	color: #747474;
}
.cstm-product-videocontent p {
    font-size: 15.4px;
}
.cstm-product-videocontent .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cstm-product-videocontent .row .cstm-videocontent-text {
	text-align: center;
	width: 33%;
}
.cstm-product-videocontent .row .cstm-videocontent-video {
	width: 67%;
}
.cstm-videocontent-video #product-video {
	width: 100%;
}
.cstm-product-content hr {
	margin: 24px 0 30px;
}
.cstm-product-icons img {
	max-width: 150px;
	width: 100%;
	height: 100%;
}
.cstm-product-icons p {
	text-align: center;
	color: #747474;
	font-size: 16.8px;
	margin-top: 30px;
}
.cstm-product-icons .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cstm-product-list .text {
	padding-top: 20px;
	font-size: 14px;
}

/* about page */
.cstm-author-section .row, .cstm-invention-section .row {
	display: flex;
	align-items: center;
}
.cstm-author-section .row .cstm-author-img{
	width: 25%;
}
.cstm-author-section .row .cstm-author-content {
	width: 75%;
}
.cstm-author-section .row .cstm-author-img .text, .cstm-invention-section .row .cstm-invention-content .text {
	font-size: 14px;
}
.cstm-author-section .row .cstm-author-img .text p, .cstm-invention-section .row .cstm-invention-content .text p {
	color: #747474;
}
.cstm-invention-section .row .cstm-invention-content, .cstm-invention-section .row .cstm-invention-img {
	width: 50%;
	padding: 10px;
}
.cstm-media-section {
	padding: 30px 0 20px;
}
.row.about-grid {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.row.about-grid .cstm-text-media {
	max-width: calc(100%/4 - 20px);
	width: 100%;
	text-align: center;
	padding: 15px;
	height: 350px;
	margin: 10px;
	border: 1px solid #186ad0;
}
.cstm-logos-section .headingp {
	text-align: center;
	font-size: 21px;
}
.cstm-logos-section .row {
	display: flex;
	align-items: center;
	justify-content: space-betweent;
	flex-wrap: wrap;
}
.cstm-logos-section .row .list-grid-cstm {
	width: 100%;
	max-width: calc(100%/4 - 10px);
	padding: 0 30px;
}


/* media page */

.media .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
}
.media .row .cstm-media-list {
	width: 100%;
	max-width: calc(100%/5 - 20px);
}
.cstm-listing-media .row\" {
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cstm-listing-media .row\" .cstm-listing-div {
	max-width: calc(100%/2 - 20px);
}
.cstm-listing-media {
	padding-top: 40px;
}
.Publisher {
	color: #046ab2;
}

/* faq page */

.faq-list {
	text-align: center;
}
.faq-list h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #186AD0;
	line-height: 30px;
	padding-top: 5px;
	margin: 10px 0;
}
.faq-list p strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #186AD0;
}
/* .faq-list p span {
	font-size: 9px !important;
} */
.faq-list p {
	margin-bottom: 10px;
}

/* contact page */

.cstm-main-content .row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cstm-main-content .row .cstm-contactdiv {
	max-width: 50%;
	padding: 0 20px;
	width: 100%;
}
.cstm-main-content .row .cstm-contactdiv h1 {
	color: #186ad0;
}
#agama-footer {
	/* background: linear-gradient( to right, #e6e6e6 0, #e6e6e6 100%); */
	background: #fff;
}

.site-info {
	text-align: center;
	width: 100%;
}
.wpcf7-submit.button {
	background: #186ad0;
}
.cstm-main-content .row .cstm-contactdiv .wpcf7-textarea {
	height: 120px !important;
	width: 100% !important;
}
body {
	overflow-y: auto;
}
/* .storelocator-cont p strong {
	color: #186ad0;
} */
/* .storelocator-cont p a {
	color: #747474 !important;
} */
.storelocator-cont p {
	margin-bottom: 15px;
}

body.page-id-1899 .site {
	height: calc(100% - 100px);
}
body.page-id-1899 #agama-footer {
	position: absolute;
	bottom: 0;
}
body.page-id-1899 #agama-main-wrapper {
    position: relative;
  
}
.entry-content p {
    color: #747474;
}
.cstm-author-section .row .cstm-author-img .text, .cstm-invention-section .row .cstm-invention-content .text {
    color: #747474;
}
.cstm-listing-media .row\" .cstm-listing-div strong {
    color: #747474;
}
.cstm-author-section .text p, .cstm-media-section p {
    font-size: 14.7px !important;
}
.cstm-listing-media p{
    font-size: 14px;
}
.cstm-main-content p {
    font-size: 14.7px;
}
.storelocator-cont p strong {
  color: #747474;
}
/* store-locator new css 08-08-22 */
.vision-row.tv-row .site-content header.entry-header h1.entry-title {
    margin: 0 0 50px;
    color: #186ad0;
    text-align: center;
    font-weight: bold;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .str-cnt-title h3 {
    margin: 0;
    text-align: center;
    background: #186ad0;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;

}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    width: 100%;
    max-width: calc(100%/5 - 20px);
    margin: 0px 10px;
    min-height: 230px;
    padding: 0 !important;
    border: 1px solid #186ad0;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt.canada-sec .cont-lop .cont-lop-cn {
    min-height: 288px;
}


.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-img {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 10px;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf>span {
    font-size: 14px;
    font-weight: 400;
    color: #046ab2;
    display: block;
    margin: 0 0 10px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf>span>a {
    font-size: 17px;
    color: #046ab2;
    font-weight: 600;
    text-align: center;
    display: block;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf>span>span {
    margin-top: 10px;
    display: block;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span {
    margin: 0;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:nth-child(7) .main-cont-str-inf>span>a {
    color: #186ad0 !important;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
.storelocator-bottom-content {
    width: 100%;
    text-align: center;
    color: #747474;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.storelocator-bottom-content>span>a {
    color: #186ad0;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf {
    padding:  0;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf {
    padding: 0 23px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .canada-sec .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf {
    padding: 0 13px;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span:not(:last-child):after {
/*     content: ","; */
    position: absolute;
    top: 4px;
    right: 0;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf {
    font-size: 0;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span {
    padding: 0 1px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .usa .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span {
    padding: 0 1px;
    display: flex;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .usa .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span a {
    margin-right: 8px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .uk-sec .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf>span {
    padding: 0 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .uk-sec .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf>span a {
    margin-right: 8px;
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span:not(:last-child) {
    position: relative;
    padding: 0 6px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf>span:not(:last-child) a {
    margin: 0;
}
body.page-id-1899 .site {
	padding-bottom: 42px;
}


@media screen and (max-width: 1279px){
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt.canada-sec .cont-lop .cont-lop-cn {
    min-height: 350px !important;
}

	
}
@media screen and (max-width: 1199px) {
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt.canada-sec .cont-lop .cont-lop-cn {
    min-height: 360px;
}

	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop {

    padding-bottom: 40px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .str-cnt-title h3 {
    font-size: 21px;
 
}
	
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf>span>a {
    font-size: 16px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {

    max-width: calc(100%/3 - 20px);
		
}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    min-height: 240px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn:first-child .main-cont-str-inf {
    font-size: 0;
    max-width: 200px;
    margin: 0 auto;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn .main-cont-str-inf>span>span {
    display: block;
    max-width: 200px;
    margin: 10px auto 0px;
}
	ul.agama-navigation > li {
    padding-right: 0px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    margin: 10px 10px;
}
	.site-content .entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .usa .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf {
    padding: 0 65px !important;
}

}
@media screen and (max-width: 991px) {
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    max-width: calc(100%/2 - 20px);

	}
	.storelocator-bottom-content {
    font-size: 15px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    min-height: 240px;
    margin: 10px 10px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt.canada-sec .cont-lop .cont-lop-cn {
    min-height: 275px !important;
}
	.site-content .entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .usa .cont-lop .cont-lop-cn:nth-child(2) .main-cont-str-inf {
    padding: 0 90px !important;
}

}
@media screen and (max-width: 767px) {
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop .cont-lop-cn {
    max-width: 100%;
    width: 100%;
}
	.vision-row.tv-row .site-content header.entry-header h1.entry-title {
    margin: 0 0 30px;
    font-size: 30px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .str-cnt-title h3 {
    font-size: 20px;
}
	.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .cont-lop {
    padding-bottom: 25px;
    padding-top: 25px;
}
	.hfeed.site {
    padding: 0 15px;
}

	
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .usa .cont-lop .cont-lop-cn .main-cont-str-inf>span>span {
    max-width: 160px;
}

}

.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt.canada-sec .cont-lop .cont-lop-cn {
    min-height: 275px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .str-by-cnt .str-cnt-title p {
    display: none;
}
.vision-row.tv-row .entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store p {
    display: none;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .ukingdom-sec .cont-lop .cont-lop-cn .main-cont-str-inf>span>a {
    margin-right: 5px;
}
.entry-content .cstm-main-storestorelocator .storelocator-cont .main-cont-store .ukingdom-sec .cont-lop .cont-lop-cn .main-cont-str-inf>span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
