/*
 Theme Name:     Betheme Child
 Theme URI:      http://themes.muffingroup.com/betheme
 Description:    Betheme Theme Child Theme
 Author:         Muffin group
 Author URI:     http://muffingroup.com
 Template:       betheme
 Version:        1.0.0
*/
 
@import url("https://elzbietajachowska.pl/wp-content/themes/betheme/style.css");


/* czerwony: #ff2302 */
/* szary: #dbdbdb */


/* ---------------------- */
/*        GLOBAL          */
/* ---------------------- */
h4{
	font-size: 23px !important;
}
body p {
	font-size: 14px;
}

body h3.headingBorderBottom {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 5px 5px;
	display: inline-block;
	margin: 20px 0;

}

body .kontakt h3.headingBorderBottom {
	margin: 0 0 20px 0;
}


body h3.headingBorderBottom:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -1px;
}

.pea_cook_btn {
	margin-bottom: 0;
}

/*body h3.headingBorderBottom:before {
	top: -3px;
	width: 2px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fe0000), to(transparent));
	background-image: -webkit-linear-gradient(transparent, #fe0000);
	background-image: -moz-linear-gradient(transparent, #fe0000);
	background-image: -o-linear-gradient(transparent, #fe0000);
}*/

body h3.headingBorderBottom:after {
	right: -3px;
	height: 3px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fe0000), to(rgba(254,0,0,0.3)));
	background-image: -webkit-linear-gradient(left, #fe0000, rgba(254,0,0,0.3));
	background-image: -moz-linear-gradient(left, #fe0000, rgba(254,0,0,0.3));
	background-image: -o-linear-gradient(left, #fe0000, rgba(254,0,0,0.3));
}

a.button {
	transition: all 0.3s;
	margin: 0px !important;
}

a.button:hover {
	background: #fc0000 !important;
	color: #dbdbdb;
}

a.button:after {
	background: transparent !important;
}

/* ---------------------- */
/*         FOOTER         */
/* ---------------------- */

/*footer {
	margin-top: 100px !important;
}*/

footer h4 {
	margin-bottom: 30px;
	border-bottom: 1px solid #fc0000;
	padding-bottom: 2px;
	display: inline-block; 
}

footer img {
	max-width: 200px;
    height: auto;
    margin-top: 20px;
}

footer ul {
	display: inline-block;
	padding: 0 !important;
}

footer ul li:first-child a {
	padding-top: 0 !important;
}

footer ul.social {
	display: none;
}

#Footer .footer_copy .one {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    min-height: 0px !important;
}

.footer-copy-center #Footer .footer_copy .copyright {
    margin: 10px 0 !important;
}

footer a:hover {
	text-decoration: none;
}

footer .widgets_wrapper {
	text-align: center;
}

#Footer .socials {
    display: flex;
    justify-content: center;
}

#Footer .fa-facebook {
    transition: background-color 0.3s;
    cursor: pointer;
    background-color: #d9d9d9;
    border-radius: 30px;
    color: #2A2A2A;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 15px;
}

#Footer .fa-instagram {
    transition: background-color 0.3s;
    cursor: pointer;
    background-color: #d9d9d9;
    border-radius: 30px;
    color: #2A2A2A;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 15px;
}

#Footer .fa-facebook:hover,
#Footer .fa-instagram:hover {
    background-color: #fc0000;
}


#Footer i {
    font-size: 15px;
    display: block;
    margin: 35px 10px 0;
}

/* ---------------------- */
/*       HOME PAGE        */
/* ---------------------- */
 
.homePage h3.headingBorderBottom {
	margin: 0 0 40px 0;
}

.homePage .homePageOFirmie {
	text-align: center;
}	

.homePage .homePageOFirmie .mcb-wrap-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.homePage .slick-slider .image_wrapper a {
	height: 215px;
}

.homePage .slick-slider .image_wrapper a img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
}

.homePage .slick-slider h4 {
	margin-bottom: 0;
}

.homePage .slider_pagination {
	display: none;
}

.homePageHeading {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.homePageHeading h3 {
	width: 30%;
	text-align: center;
	margin-bottom: 0;
	min-width: 350px;
	font-size: 22px;
    font-weight: 700;
}

.homePageHeading hr {
	width: 35%;
	margin: 0 30px;
	margin-bottom: 0;
	background-color: #fe0000;
}

.homePageParalax {
	height: 250px;
	margin-bottom: 100px;
}

.homePageParalax h3 {
	font-weight: 700;
	font-size: 30px;
	margin-top: 80px;
	margin-bottom: 40px;
}

.homePageParalax a.button .button_label {
    padding: 11px 30px;
}

.homePageParalax a.button {
	font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #444;
}

@media screen and (max-width: 640px) {
    .homePageHeading h3 {
    	min-width: 250px;
    	text-align: center;
	}
}

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

	.homePageHeading h3 {
    	width: 100%
	}

    .homePageHeading hr {
    	display: none;
    	min-width: 10px;
	}
}

@media screen and (max-width: 767px) {
	.homePageParalax h3 {
		margin-top: 40px;
		margin-bottom: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.homePage .firstParagraph {
		margin-top: 25px;
	}
}





/* ---------------------- */
/*        O FIRMIE        */
/* ---------------------- */

.oFirmie p {
	text-align: justify;
}

.oFirmie img {
	padding: 55px 0 0 0;
	min-height: 300px;
	min-width: 360px;
	object-fit: cover;

}


/* ---------------------- */
/*         OFERTA         */
/* ---------------------- */

.oferta h2 {
	color: #000;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
}

.oferta p {
	color: #dbdbdb;
	margin-bottom: 25px;
}

.oferta .box3 p {
	color: #626262;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}


.oferta .column {
	margin: 0 !important;
}

.oferta .column_attr {
	height: 300px;
}

.oferta .box1 .column_attr {
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.oferta img {
	max-width: 300px;
}

.oferta .box2.monitorAudio .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_monitor_audio-1.jpg") no-repeat center;
	background-size: cover;
}

.oferta .box2.cambrige .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_cambridge-1.jpg") no-repeat center;
	background-size: cover;
}

.oferta .box2.arcam .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_arcam-2.jpg") no-repeat;
	background-size: cover;
	background-position: 0 60%;
}

.oferta .box2.roksan .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_roksan.jpg") no-repeat center;
	background-size: cover;
}

.oferta .box2.neat .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_neat.jpg") no-repeat;
	background-size: cover;
	background-position: 0 40%;
}

.oferta .box2.ruarkaudio .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_ruark.jpg") no-repeat;
	background-size: cover;
	background-position: 0 70%;
}

.oferta .box2.musaic .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_musaic-1.jpg") no-repeat;
	background-size: cover;
	background-position: 0 60%;
}

.oferta .box2.ultrasone .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_ultrasone-1.jpg") no-repeat center;
	background-size: cover;
}

.oferta .box2.chord .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_chord-1.jpg") no-repeat center;
	background-size: cover;
}

.oferta .box2.wireworld .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_wireworld-1.jpg") no-repeat;
	background-size: cover;
	background-position: 0 40%;
}

.oferta .box2.purist .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_purist.jpg") no-repeat;
	background-size: 100% auto;
	background-position: 0% 100%;
}

.oferta .box2.ibdl .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_ibdl-1.jpg") no-repeat;
	background-size: cover;
	background-position: 0 70%;
}

.oferta .box2.asus .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_asus-1.jpg") no-repeat;
	background-size: cover;
	background-position: 0 70%;
}

.oferta .box2.zappiti .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_zappiti.jpg") no-repeat;
	background-size: cover;
	background-position: 0 90%;
}

.oferta .box2.scp .column_attr {
	background: url("http://www.gvobser3.ayz.pl/avaudio/wp-content/uploads/2017/07/produkty_scp1.jpg") no-repeat bottom;
	background-size: cover;
}



.oferta .box3 .column_attr {
	background: #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.oferta .box3 table {
	width: 90%;
}

.oferta .box3 h3 {
	width: 90%;
}

.oferta .box4 .column_attr {
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.oferta .box4 .column_attr p {
	text-align: center;
	width: 100%;
}

.oferta .box4 .column_attr p a {
	color: #626262;
}

.oferta .box4 .column_attr p a:hover {
	color: #fe0000;
	text-decoration: none;
}

/* ---------------------- */
/*        KONTAKT         */
/* ---------------------- */

.kontakt {
	text-align: center;
}

.contactBox {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.contactBox div {
	text-align: center;
	margin: 40px 0 0 0;
	width: 300px;
}

.contactBox div p:last-child {
	margin: 0;
}

.contactBox div i {
	font-size: 50px;
}

.kontakt div.wpcf7 {
	max-width: 700px;
	text-align: left;
	margin: 25px auto 0;
}

.kontakt form div.column.one:nth-last-child(2) {
	text-align: center;
}

.kontakt label {
	margin-top: 15px;
}


.kontakt div.wpcf7 .ajax-loader {
	display: none;
}

.kontakt .google-map-wrapper {
	margin: 40px 0 0 0;
}

.kontak .wpcf7-response-output {
	margin-top: 20px !important;
}

.captchaDiv {
	display: flex;
	align-items: center;
	margin-top: 20px !important;
	justify-content: center;
}

.captchaDiv input {
	margin-bottom: 0 !important;
	margin-top: 0;
}

.captchaDiv .wpcf7-submit {
	width: 200px;
}

.wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
}

.wpcf7-form-control-wrap.captcha-1 {
	width: 150px !important;
	margin-left: 100px;
	margin-right: 20px;
}

/* ---------------------- */
/*          BLOG          */
/* ---------------------- */

body.blog #Content {
	margin: 100px 0;
}

body.blog .column_blog {
	margin-bottom: 0px;
}

body.blog .timeline .post-item:last-child {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

/* ---------------------- */
/*      SINGLE POST       */
/* ---------------------- */

.single-post #Content {
	margin: 70px 0 100px 0;
}

.single-post .post-nav,
.single-post .share_wrapper {
	display: none;
}

.single-post .post-header {
	text-align: center;
	margin-bottom: 20px;
}

.single-post .section-post-header {
	width: 50%;
	float: left;
}

.single-post .post-wrapper-content {
	width: 50%;
	float: right;
}

.single-post .the_content_wrapper {
	margin-top: 100px;
	padding: 0 20px;
}

@media screen and (max-width: 1050px) {
	.single-post .section-post-header {
		width: 100%;
		float: none;
	}

.single-post .post-wrapper-content {
		width: 100%;
		float: none;
	}

.single-post .the_content_wrapper {
		margin-top: 0px;
	}
}

/* ---------------------- */
/*       PORTFOLIO        */
/* ---------------------- */

body.single-portfolio #Content {
	margin-bottom: 70px;
}

body.single-portfolio img {
	margin-bottom: 30px;
}

.single-portfolio .title_wrapper {
	display: none;
}

.single-portfolio .single-photo-wrapper {
	display: none;
}

.single-portfolio .post-nav {
	display: none;
}

.single-portfolio .singlePortfolioDescription {
	text-align: center;
}

.single-portfolio .singlePortfolioDescription p {
	padding: 15px 15px 0;
}

.portfolio_group .portfolio-item .desc {
    background: transparent !important;
    text-transform: uppercase;
}

/* ---------------------- */
/*    SINGLE PORTFOLIO    */
/* ---------------------- */

.single-portfolio img {
	margin-top: 25px !important;
}

/*new style*/

#menu-item-58 a{
    padding: 7px 10px;
}

.header-classic #Top_bar{
	background: white !important;
}
.footer-copy-center #Footer .footer_copy {
    text-align: center;
    background: black;
    color: white;
}
footer h4 {
    border-bottom: 1px solid #5a96d2;
}
#Footer .widget_mfn_menu ul li a {
    background: #5a96d2 !important;
}
#Footer .widget_mfn_menu ul li a:hover {
    background: #5a96d2 !important;
}
.button_label{
	background: #5a96d2 !important;
}
.button_icon{
	background: #5a96d2 !important;
}