@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	font-family: 'Work Sans', sans-serif;
}

.page-title {
	margin-left: 0;
}

.post-content {
	margin-left:10px;
}

.cards amp-img {
	margin: 10px;
	max-width: 90vw;
	width: 100%;
/* 	pointer-events: none; Disable Sumo sharing on thumbnail images */
    border-radius: 8px;
}

.breadcrumb-deselector {
	border-radius: 5px;
}

.breadcrumb-room {
	background-color: rgb(237, 201, 81);
	border: solid 0px ;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

.breadcrumb-style {
	background-color: rgb(106, 74, 60);
	border: solid 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

.breadcrumb-color {
	background-color: rgb(204, 51, 63);
	border: solid 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    display: inline-block;
	vertical-align: middle;
}

.breadcrumb-feature {
	background-color: rgb(0, 160, 176);
	border: solid 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
    display: inline-block;
}

.breadcrumb-floor {
	background-color: rgb(134, 190, 120);
    border: solid 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb-ceiling{
    background-color: rgb(47, 105, 163);
    border: solid 0px ;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.breadcrumb-lighting{
    background-color: rgb(206, 133, 55);
    border: solid 0px ;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

/* Auto suggestion category start */

#room::before{
	content:"";
	font-family:FontAwesome;    
	color: rgb(237, 201, 81);
}

.style::before{
	content:"";
	font-family:FontAwesome;
	color: rgb(106, 74, 60);
}

#color::before{
	content:"";
	font-family:FontAwesome;
	color: rgb(204, 51, 63);
}

#feature::before{
	content:"";
	font-family: Feather;
    color: rgb(0, 160, 176);
}

#floor::before{
	content:"";
	font-family: MaterialCommunityIcons;
    color: rgb(134, 190, 120);
}

#ceiling::before{
	content:"";
	font-family: FontAwesome;
    color: rgb(47, 105, 163);
}

#lighting::before{
	content:"";
	font-family: MaterialCommunityIcons;
    color: rgb(206, 133, 55);
}

.favorite-button{
	position: absolute;
    z-index: 9;
	margin-left:17px;
}

.mainpage-location amp-img{
    border-radius: 5px;
}

.unfavorited-heart{
	color: #fff;
    cursor: pointer;
    font-size: 45px !important;
}
.favorited-heart{
	color: #ff0000;
    cursor: pointer;
    font-size: 45px !important;
}

@media ( max-width : 650px) and (orientation:portrait) {
	.cards amp-img {
		width: initial;
	}
}

.main-logo amp-img{
	pointer-events: none; /* Disable Sumo sharing on thumbnail images*/
}

.blurb_text{
	font-size: 17px;
}

.add-favorite-button {
	position: absolute;
    z-index: 9;
    margin-left: 17px;
}

.unfavorited-heart{
	color: #fff;
    cursor: pointer;
    font-size: 45px !important;
}
.favorited-heart{
	color: #ff0000;
    cursor: pointer;
    font-size: 45px !important;
}

.logoutuser:hover {
	cursor: pointer !important;
}

.btn-fb:hover {
    background-color: #4264aa;
}

.fa-facebook:hover {
	color: #4264aa !important;
}

.btn-fb {
    background-color: #3b5998!important;
    color: #fff!important;
}

.fa-google-plus:hover {
	color: #96271a !important;
}

.btn-gplus {
	background-color: #96271a;
	color: #fff!important;
}

.btn-gplus.active, .btn-gplus:active, .btn-gplus:focus {
    background-color: #96271a;
}

.logoutuser > a, #loginuser > a {
	font-size: 13px !important;
}

.big-menu-item .ampTabContainer {
 		display: inline-flex !important;
   		flex-wrap: wrap !important;
    }
    
    .big-menu-item .tabButton[selected] {
        outline: none;
    	background: #ffd600;
    	color: #000;
    	font-size: 16px;
    	padding: 5px 0px;
    }
    
    .big-menu-item .tabButton {
        list-style: none;
        flex-grow: 1;
        text-align: center;
        cursor: pointer;
        padding: 5px 0px;
    	font-size: 16px;
    	color: #333;
    	border: solid 1px #f5f5f5;
    	border-bottom: 0px;
    }
    
    .big-menu-item .tabContent {
        display: none;
        width: 100%;
        order: 1; /* must be greater than the order of the tab buttons to flex to the next line */
        border: 1px solid #f5f5f5;
    }
    
    .big-menu-item .tabButton[selected]+.tabContent {
        display: block;
    }

    /* For example below (not required) */
    .big-menu-item .itemCustom {
        border: 1px solid #000;
        height: 280px;
        width: 380px;
        margin: 10px;
        text-align: center;
        padding-top: 140px;
    }
    .big-menu-item amp-selector {
      	padding: 0px;
      	outline: 0px solid rgba(0,0,0,0.7);
    }
    .big-menu-item amp-selector [option][selected] {
    	cursor: auto;
    	outline: 0px solid rgba(0,0,0,0.7);
	}
	
	.nav-link  h4{
		font-size:13px
	}
	
	button:focus{
		outline: 0px;
	}
	.drawer-amp li{
		color:#337ab7;
	}
	
	.theme-color{
		color: #f5c300;
	}
	.country-item{
		display: inline-block;
	}
	.country-item a {
	    color: #000000;
	    text-decoration: none;
	    font-weight: 600;
	}
	
	.bottom-text{
		position: relative;
	    bottom: 115px;
	    font-weight: 600;
	}
	
	.bottom-text .click-here{
		text-align: center;
    	margin-right: 280px;
   		color: white;
    	font-size: 25px;
	}
	.bottom-text a{
		color: #f5c300;
	}
	.bottom-text a:hover{
		border-bottom: 3px solid #f5c300;
	}
	
	.text-center-front{
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    color: #ffffff;
	    bottom: 5px;
	    width: max-content;
	    text-transform: uppercase;
	    font-size: 17px;
	    font-family: 'Lato', sans-serif;
	    word-spacing: 3px;
	}
	.text-center-front-page{
		padding: 30px;
	    font-size: 15px;
	    text-align: center;
	}
	.country-name a{
		color: #000000;
	    font-weight: 600;
	}

	.list-countries{
		background: rgba(255, 255, 255, 0.90);
    	padding: 20px 0px 20px 0px;
	}
	.country-name a:hover{
		border-bottom: 2px solid #ffe377;
	}
	.last-page {
	    color: #000 !important;
	}

/* Countries Home */

h3.country-title{
	font-weight: 500;
	letter-spacing: -0.2px;
	text-align:center;
	font-family: 'Quicksand', Sans-serif;
}
.countries-home{
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.90);
}

.countries-home .countries {
	display: table ;
	width:100%;
	padding: 0 3rem 2rem;
}

.countries-home .countries .country{
	display: inline-block;
    width: 45%;
    margin: 7px 0;
    text-align: left;
    vertical-align: top;
}

.countries-home .countries .country a{
	display: block;
    width: 22rem;
    height: 55px;
    margin: 0 auto;
    padding: 0px 15px;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 3.1;
}

.countries-home .countries .country img.flag{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	box-shadow: 0 0 4px 1px #e7e6e6;
}

.countries-home .countries .country span{
	font-size: 1rem;
	letter-spacing: -0.2px;
	font-family: "Quicksand", Sans-serif;
}

.countries-home .countries a:hover{
	background-color: #2c1c5b;
	color: #fff;
}

.section {
    width: 100%;
    padding: 1.5rem 5rem 3rem;
    margin-bottom: 3rem;
	box-shadow: 0px 0px 32px 0px rgba(124,156,191,0.09);
    border-radius: 15px;
}
.section.about-us {
    background-color: #ffffff;
}
.section.contact-support {
    background-color: #ffffff;
}
.section .content {
    text-align: center;
}
.section h2 {
    margin-bottom: 20px;
	color: #333333;
	font-weight: 500;
	font-size: 28px;
    font-family: 'Quicksand', Sans-serif;
	letter-spacing: -0.2px;
}
.section p {
    color: #424242;
    letter-spacing: -0.2px;
    line-height: 1.6;
    font-family: 'Quicksand', Sans-serif;
    text-align: center;
    font-size: 1.2rem;
}
.section a{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background-color: #337ab7;
    color: #fff;
    font-size: 1rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
p.text-base a {
	display: inline-block;
    padding-top: 10px;
}
p.text-base a:last-of-type{
	padding-top: 8px;
}
.section a:hover{
    background-color: #126ab5;
}
@media (max-width: 768px) {
    .section {
        padding: 20px;
		margin-bottom:2rem;
    }
	.about-us {
        margin-top: 2rem;
    }
    .section h2 {
        font-size: 24px;
    }
    .section a {
        margin-top: 10px;
    }
}