/*
 Theme Name:   Cliniq Child
 Theme URI:    http://cliniq.bold-themes.com
 Description:  Cliniq child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     cliniq
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  cliniq-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.btTransparentLightHeader .bt-below-logo-area .menuPort {
    border-top: none;
}

.bt-logo-area, body:not(.btStickyHeaderActive) .bt-below-logo-area {
    background-color: rgba(0,0,0,0.3);
}

/*.bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
	opacity: 0.4;
}*/ 

/*.main-header-inner {
	background-color: rgba(0,0,0,0.2);
}*/

.bt_bb_cell_inner header.bt_bb_headline {
	margin-top: 30px;
}

body.btWidePageMargin30 .btPageHeadline .bt_bb_port {
    padding-top: 9em;
}

body.btHeadlineOverlay_alternate .btPageHeadline:before {
    background-color: rgba(142, 26, 75, 0.3);
}

@media (min-width: 1399px) {
	.btWidePageMargin30 .bt-content-wrap {
		margin: auto;
	}
}


#new_logo {
	display: none; 
}


/*Второй вариант шапки*/
/*
.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 25px 0 0;
}

.mainHeader {
    position: relative;
}

.bt-logo-area {
	background-color: rgba(0,0,0,0.3);
}

body:not(.btStickyHeaderActive) .bt-below-logo-area {
    background-color: white;
    color: black;
}



@media (min-width: 1199px) {
	#new_logo {
		display: block;
		position: absolute;
		left: 0%;
		top: 3%;
	}
	
	#new_logo a img {
		height: 80px;
		margin-top: 15px;
	}

	nav {
		margin-left: 185px;
	}

	.menuPort {
		height: 115px;
		padding-top: 28px;
	}

	.bt-logo-area .port {
		display: flex;
		flex-flow: row-reverse;
		justify-content: flex-end;
	} 

	.bt-logo-area .port .logo{
		display: none;
	}

	body.btStickyHeaderActive .bt-below-logo-area .port .menuPort nav {
		margin-left: auto;
	}

	body.btStickyHeaderActive .bt-below-logo-area .port .menuPort {
		height: auto;
		padding-top: inherit;
	}

	.bt-logo-area {
		background-color: rgba(0,0,0,0.4);
	}
}

.btIconWidgetContent {
	display: flex !important;
}
*/
/*Второй вариант шапки*/

.btn_block {
	margin-top: 30px;
    display: flex;
    justify-content: center;
}

.btn_block a {
	width: 300px;
    border-radius: 10px;
}

.main_ps {
	padding-top: 75px;
}

/*.card_services {
	min-height: 640px;
}*/

.card_services .bt_bb_card_text_box .bt_bb_card_content_inner {
	min-height: 343px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.text_m1 {
	font-size: 17pt;
    font-weight: 500;
}

/*.img_m1 {
	
}*/

#btn_block_f {
	margin-top: -28px;
}

.srvcs_crd_spc {
	margin-bottom: 30px;
}

.cont_hours {
	padding-left: 55px !important;
    padding-right: 55px !important;
    padding-bottom: 55px !important;
}

.cont_hours header, .cont_hours p {
	color: #fff;
}

.bt_bb_working_hours .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_day {
    font-size: 1em;
    font-weight: 600;
    padding-right: 10px;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
}

.bt_bb_working_hours .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_time {
    font-size: 1em;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    padding-right: 10px;
}

.bt_bb_working_hours .bt_bb_working_hours_inner_wrapper .bt_bb_working_hours_button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-align: center;
    float: right;
    justify-self: flex-end;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 0%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}

.mp_ch .bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 0em;
}

.mp_ch .bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 1em !important;
}

@media (min-width: 903px) {
	.cont_hours {
		margin-top: 75px;
	}
}

.bt-site-footer .bt_bb_cell_inner .bt_bb_row:first-child {
	display: none;
}

