/*
 Theme Name:   Dorimed-Child
 Theme URI:    #
 Description:  Dorimed
 Author:       pixUp
 Author URI:   https://pixup.pl
 Template:     dorimed
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dorimed
*/


@media screen and (max-width:700px) {
	.custom-logo {
    width: 220px;
    margin-top: 20px;
}
	
	nav#site-navigation a {
    color: #444;
    border-bottom: 1px solid #ddd;
}

nav#site-navigation ul li {
    text-align: center;
}

.button-front a:visited {
	color:#fff;
}

.button-front:visited {
	color:#fff;
}

} /* end mobile */

@media screen and (min-width: 768px) {
	

	
	.main-navigation ul li li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		width:270px;
	}
	
	.main-navigation ul li li a {
		width:auto;
		font-size:13px;
	}
	
	
	.main-navigation ul ul ul {
    background: blue!important;
    margin-left: 80px;
}
	
	.main-navigation ul ul {
		display:block!important;
	}
	#page {
		width:90%!important;
	}
	
	
#masthead {
	z-index:999!important;
	}

img.custom-logo {
    height: auto;
    width: 273px;
    margin-bottom: 10px;
    margin-top: 6px;
    padding-left: 15px;
}

.main-navigation ul li a {
    padding-right: 2px;
    padding-left: 2px;
    text-transform: uppercase;
    color: #0C3F97;
    font-weight: bold;
    font-size: 14px;
}

.site-branding {
	background:#fff!important;
	height:72px!important;
}


} /* end 768px */


/* wspólne */

#masthead {z-index:999!important}

.cn-button.bootstrap {
    color: #fff;
    background: #0C3F97;
}

h1, h2, h3, h4, h5, h6 {
	border-left: 0px!important;
	padding-left:0px;
	Margin-right:0px!important;
}

.button-front {
	padding:12px 10px 12px 10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#0C3F97;
	text-transform:uppercase;
	font-size:14px!important;
}

.button-front:hover {
	color:#fff;
	background:#888;
}
.button-front a:visited {
	color:#fff;
}


.button-front:visited {
	color:#fff;
}