/*
Theme Name: Cosmoswp-child
Author: The Owen
Author URI: https://theowen.com
Template: cosmoswp
Version: 1.0.16
*/

 @font-face {
    font-family: 'Red Hat Display Regular';
    font-style: normal;
    font-weight: normal;
    src: url('RedHatDisplayRegular.woff') format('woff');
}

@media  (max-width: 767px) {
	.cwp-mobile-header{
        margin-bottom: 30px !important;
    }
	#banner{
		height: 350px !important;
    }
	.srch{
	    margin-right: 200px;
    }

    .firsttext{
	    display: none;
    }

    .srch, .rgst{
	    margin-top: 20px;
	    padding: 10px 25px 10px 25px !important;
	    color:#d5e8d4;
	    font-size: 0.9em !important;
	    border-radius: 20px;
    }
	
	.fortext{
	    width: 85% !important;
	    text-align: center;
	    font-size: 1.1em;
	    font-weight: 700;
	    margin-top: 50px
    }
	
	.forbutton{
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.srch{
	    margin-right: unset;
    }
	
	.section_header{
	    font-size: 1.25em;
	    font-weight: 700;
    }
	
	body{
	    font-family: Lato !important;
	    font-size: 1em !important;
    }
	
	.ad, .counter{
		margin-left: -10%;
        margin-right: -10%;
        padding: 10%;
		font-weight: normal;
	}
	
	.ad a {
		color: inherit;
		font-size: 0.9em;
		text-decoration: underline;
	}
	
	.container{
		margin-bottom: 30px !important;
	}
	
	.h24 input{
		margin: unset;
	}
	
	.h24{
		display: flex;
	}
	
	.hours{
		display: flex;
	}
	
	.nosearch .grid-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#logForm, #accForm{
	    width: 100%;
    }
	
	.one_drug {
        width: 49%;
        max-height: 200px;
        overflow: scroll;
        margin-bottom: 20px;
    }
	.phar_dashbord{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.pharinfo{
		background-color: rgb(169 214 187 / 56%);
        margin: -50px -50px 0 !important;
        padding: 50px;
	}
	
	.links a {
        color: #2c7a5d;
	}
	
	#phar_salut{
	    font-weight: 700;
	    font-size: 1.1em;
    }
	
	#updateForm input[type='text']{
	    width: 100% !important;
    }
	
	#updateForm div {
        justify-content: space-between;
    }
	
	.mapdiv{
	    display: none;
    }

    .showmap{
	    display: block;
    }
	
    .counter{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		background: #d5e8d4;
		gap: 30px;
		align-items: center;
	}
	
	.counterblock i{
		font-size: 30px;
		color: #2c7a5d;
	}

	.blocknumber{
		font-size: 1.5em;
		font-weight: 700;
    color: #2c7a5d;
	}

	.blocktext{
		color: #2c7a5d;
		font-weight: bold;
	}

	.counterblock{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		gap: 2px;
	}
	
	.htextdiv{
		display: none;
    }
	
	.hlogin{
		display: flex;
		justify-content: flex-end;
	}
	
	.logheader{
		font-size: 25px;
	}
	
	legend{
		padding: 15px !important;
	}
	
	#createButton, #editButton, #cancelButton{
		width:100%;
	}
	
	.logdiv, .accdiv{
		width: 100%;
	}
	
	.onefinding {
		margin-bottom: 30px;
	}
	
	.small_header{
		color: #2c7a5d;
        font-size: 1.2em;
        font-weight: bold;
	}
	
	#searchH{
		width: 100%;
		position: absolute;
		top: -25px;
		background: #fff;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}
	
	#searchH div{
		width: 85%;
    }
}



/* Portrait tablet to landscape and desktop-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px){
	.cwp-page.cwp-content-wrapper {
        padding: 20px 0 20px 0;
    }
	
	.fortext{
		width: 65% !important;
		font-size: 1.1em;
    }
	
	.srch{
	    margin-right: 200px;
    }
	
	.section_header{
	    font-size: 1.7em;
	    font-weight: 700;
    }
	
	body{
	    font-family: 'Red Hat Display Regular', Lato !important;
	    font-size: 1.1em;
    }
	
	.ad{
		margin-left: -400px;
		margin-right: -400px;
		padding: 50px 0 50px 0;
		
	}
	
	.h24 input{
		margin: 0 0 0 20px;
	}
	
	.hours{
		display: flex;
		justify-content: space-around;
		width: 70% !important;
	}
	
	.day{
		display: flex;
	}
	
	#logForm{
	    width: 100%;
    }
	
	.logdiv{
		width: 40%;
		height: 500px;
    }
	
	.accdiv{
		width: 60%;
		margin: auto;
    }
	
    .one_drug {
        width: 33%;
        min-height: 200px;
        margin-bottom: 20px;
    }
	
	.pharinfo{
	    border-left : 1px solid;
	    padding-left: 15px;
	    border-color : rgb(169 214 187 / 56%);
	    margin-left: 20px !important;
    }
	
	#phar_salut{
	    font-weight: 700;
	    font-size: 1.1em;
	    text-align: center;
    }
	
	.onefinding {
        padding: 20px;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-end;
    }
	
	.clickable{
		width: 40%;
    }
	
	.mapcontainer{
		width: 60%;
    }
	
	.clickable .infos{
		font-size: 0.8em;
    }
	
	.location{
		display: none;
    }
	
	#search{
	    position: absolute;
	    top: 165px;
	    width: 64%;
	    background: white;
	    display: flex;
        flex-direction: column;
        justify-content: space-between;
	    gap: 2px;
    }

    #search-1 {
        position: absolute;
        top: 90px;
        width: 28%;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2px;
    }
	
	#accForm{
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: column;
	}
	
	.counter{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		background: #d5e8d4;
		font-weight: 700;
	}
	
	
	.counterblock{
		width: 25%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		gap: 15px;
        padding: 50px 0;
	}
	
	.rborder{
	    border-right: 1px solid white;
	}
	
	.counterblock i{
		font-size: 50px;
		color: #2c7a5d;
	}

	.blocknumber{
		font-size: 2em;
		font-weight: 700;
    	color: #2c7a5d;
	}

	.blocktext{
		color: #2c7a5d;
	}
	
	.hlogin{
		display: flex;
		justify-content: flex-end;
		gap:15px;
	}
	
	.hlogin:hover{
		cursor: pointer;
	}
	
	.hlogin i{
		color: #2c7a5d;
    }
	
	.htextdiv{
		color: #2c7a5d !important;
    }
	
	.logdiv, .accdiv{
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		padding: 30px 30px;
	}
	
	.logheader{
		font-size: 30px;
	}
	
	legend{
	    padding: 20px !important;
    }
	
	#searchH{
		width: 47%;
		margin-left: 30%;
		position: absolute;
		top: 5px;
		background: #fff;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	
    .small_header{
	    font-size: 1.2em;
	    font-weight: 700;
	    margin-bottom: 20px;
	    color: #2c7a5d;
    }
}

/*general settings*/
/***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body{
    font-family:'Red Hat Display Regular' ;
}
.wp-block-heading{
	color: #4daf7c;
}


.wp-block-search__button, #createButton, .send, #updatesub, #add_drug{
	background-color: #4daf7c !important;
	border-color: #4daf7c !important;
}


.section_underline{
	margin-left: 0;
	border-color: #6bbf9a;
}

.gutentor-button{
	background-color : #4daf7c !important;
}

.section_separator{
	border-bottom: 0.5px solid #6bbf9a;
}

.search_bar input{
	height: 60px !important;
	border: 1px solid #4daf7c !important;
}

input[type='text'], input[type='password'], input[type='number']{
	height: 40px;
	border: 1px solid #d5e8d4;
}

.group input[type='text'], .group input[type='password'], .group input[type='number']{
    width: 98% !important;
	height: 50px !important;
}


input[type='checkbox']{
	margin-right: 20px;
}

#map{
	height: 400px;
}

.group p {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

label{
	font-weight: normal;
}

#updateForm div{
	width: 100%;
	display: flex;
}

#updateForm .noflex{
	min-width: 30%;
}

.noflex{
	display: block !important;
}

[hidden] {
    display: none !important;
}

#createButton, #editButton, #cancelButton{
	margin-top: 20px;
	color:#d5e8d4;
	font-size: 1.1em;
	border-color: #6bbf9a !important;
	background-color : #4daf7c !important;
}

legend{
    margin-bottom: 20px;
    background-color: rgb(169 214 187 / 56%);
	cursor: pointer;
	display: flex !important;
	justify-content: space-between;
}

#logForm{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#login{
	width: 100%;
	margin-top: 30px;
	background-color : #4daf7c !important;
	border-color: #4daf7c !important;
}

#logForm p{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px !important;
}

#logForm  label{
	width: 100px;
}

#logForm  input{
	height: 50px;
}

#post-164 .entry-content {
    margin-top: 15px;
    display: flex;
    justify-content: center;
	align-content: center;
	min-height: 375px;
}

.links a {
	display: block;
}

#drugForm p{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px !important;
}


.drug_name{
	color: #4daf7c;
	font-size: 1.1em;
	text-decoration: underline;
}

.drug_info{
	margin-left: 15px;
	font-size: 0.9em;
	font-style: oblique
}

.for_drugs{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

a.disabled {
    pointer-events: none;
    cursor: default;
	color: inherit;
}

a.error{
	color : red;
}

#search div, #search-1 div ,#search-2 div, #searchH div{
	background-color: rgb(169 214 187 / 56%);
	padding: 20px;
}

.pharname{
	font-weight: 700;
	font-size: 20px;
	color:  #2c7a5d;
}

.infos{
    margin-left: 10px;
}

.location:hover{
	cursor: pointer;
	color: #4daf7c;
	text-decoration: underline;
}

.nosearch{
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content:center;
}

.cwp-main-header {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phartitle{
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #4daf7c;
}

#pharmap{
	margin: 20px 0 20px 0;
}

.clickable:hover{
	cursor: pointer;
}

.onesearch:hover , .oneshow:hover,.otherdrug:hover{
	cursor: pointer;
	color: #4daf7c;
	text-decoration: underline;
}

.lastsearchedcol{
	padding-left: 5%;
}

.fortext{
	text-align: center;
	font-weight: 700;
	margin-top: 50px;
	letter-spacing: 1px;
}

#banner{
	height:  400px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-image: url(https://findpharmacy.xyz/wp-content/uploads/2025/05/whitebanner.png);
	color: #2c7a5d;
	background-size: cover;
}

.firsttext{
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 50px;
}

.srch, .rgst{
	background-color: #2c7a5d;
	margin-top: 20px;
	padding: 10px;
	color:#d5e8d4;
	font-size: 1em;
	border-radius: 20px
}

.forbutton{
	margin-bottom: 50px;
}

.ad{
	background-color: #2c7a5d;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1em;
	line-height: 2;
	color: #d5e8d4;
	letter-spacing: 1.2px;
	font-weight: normal
}

.hiddendiv{
    display: none;
}

.dayname{
	margin : 0 20px 0 20px !important;
}

.day{
	margin : 10px  0 10px 0 !important;
	padding: 10px  0 10px 0 !important;
}

.day p{
	margin-bottom : 0;
}

.day >p label{
	margin : 0 20px 0 0;
	width: 100px;
	display: inline-block;
}

.time{
	display: flex !important;
	justify-content: space-around
}

.time input[type='text']{
	width: 30%;
}

.oneday{
	display: flex;
}

.oneday p{
	width: 48% !important;
	margin-bottom: 0 !important;
}

.phoraire{
	margin-left: 3%;
}

.getdirection{
	cursor: pointer;
	color: #4daf7c;
}

.logdiv, .accdiv{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.editdiv a {
	display: block;
}

.editdiv a:hover{
	cursor: pointer;
	text-decoration: underline;
}

.editdiv {
	margin-top: 30px;
}

.search_bar input:focus {
    outline: 2px solid ;
}

.hlogin i{
	color: #2c7a5d!important;
}

.logheader{
	color: #2c7a5d!important;
	margin-bottom: 20px;
	font-weight: 700;
}

.signup a {
	font-weight: 700;
}

.signup{
	margin-top:  20px
}

.impo{
  font-style: oblique;
}

#drugForm input {
	width: 50% !important;
}


#drugprop{
	position: absolute;
    background: white;
    width: 64%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#drugprop .choseM{
	cursor: pointer;
    padding: 10px;
    background-color: rgb(169 214 187 / 56%);
}

.glink {
    color:  #2c7a5d !important;
}
.cwp-custom-html{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}