/*
Theme Name: adamtao
Theme URI: http://adamtao.hu
Template: astrid
Text Domain: adamtao
Author: adamtao
Author URI: http://adamtao.hu
Description: Astrid can help you to quickly create an awesome business website. All the features you need are waiting for you in this business theme: color options, fonts, full width header image, custom widgets, blog options and many other interesting and useful options.
Tags: two-columns,right-sidebar,custom-colors,custom-background,custom-header,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.19.1625479029
Updated: 2021-07-05 09:57:09

*/

@import url("fonts/brands.css");


@media only screen and (max-width: 500px)	{}
@media only screen and (max-width: 767px)	{}
@media only screen and (max-width: 991px)	{}
@media only screen and (max-width: 1024px)	{}
@media only screen and (max-width: 1199px)	{}


::-moz-selection { /* Code for Firefox */
  background: #275366 !important;
  color: #fff !important;
}

::selection {
  background: #275366v
  color: #fff !important;
}
/*
body {
	background:#fff;
	color:#192128;
	font-family: 'adamtao', Arial, Helvetica, sans-serif !important;
	margin:0;
	padding:0;
}
*/
.btn-primary, .button.add_to_cart_button, .price_slider_amount button[type="submit"], .sp-services-section .sp-single-service .sp-service-icon, .wc-proceed-to-checkout .checkout-button.button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #275366;
}


/* HEADER */
@media only screen and (min-width: 992px) {
	
	#masthead .container { padding: 0;}
	
	.site-branding {
		padding-right:0;
	}
}

.custom-logo-link img {
    display: block;
    max-height: 80px;
	 max-width:58px;
    margin: 0 auto;
}

.site-description {margin:0;}

.main-navigation li {padding: 10px 12px;}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {.main-navigation li {padding: 10px 30px;}
}


/* HOME */
body.home h2.widget-title {color:#fff;}
body.home h3.testimonial-title {display:none;}
body.home .testimonial svg {display:none;}


/* CONTENT */
#content #primary {min-height:600px;}

.site-content > .container {
	background-color:#ffffffee !important;
}

.hentry,
.widget-area .widget {
	background-color:transparent !important;
}

.hentry a {
	color: #275366 !important;
}

a.btn-primary {
	color: #fcd088 !important;
}


a.btn-primary:hover {
	color: #275366 !important;
}

.page-header .page-title {padding:20px 45px 0;}
h1.page-title .fa-folder-o {display: none; padding:15px 0;}

a[href$=".pdf"] { 
	background: url(img/icon_pdf.png) no-repeat left center / contain;
	background: url(img/icon_pdf.svg) no-repeat left center / contain;
	display:inline-block;
	margin:5px 0;
	padding: 5px 0 5px 40px;
}

a[href$=".doc"],
a[href$=".docx"] { 
	background: url(img/icon_doc.png) no-repeat left center / contain;
	background: url(img/icon_doc.svg) no-repeat left center / contain;
	display:inline-block;
	margin:5px 0;
	padding: 5px 0 5px 40px;
}



/* esemenyek */

article.esemeny {
	
}

h2.event-title {}

.esemeny_adatok {
	background-color:#f1f1f160;
	border:1px solid #27536670;
	padding:15px; 
}

article.esemeny .entry-content p,
.esemeny_adatok p {
	margin-bottom:5px;
}


.event-item-end {
	background-color:#27536670;
	height:1px;
	width:100%;
}


.event_button {
	display:inline-block;
	margin:15px 0;
}

@media only screen and (max-width: 991px) {
	.event-item-right {text-align: center;}
	.event_button { margin:15px auto;}	
}


/* FOOTER */

.footer-contact-block {width:50% !important;}

@media only screen and (max-width: 991px) {
	.footer-contact-block {width:100% !important;}
}

.footer-logo {opacity:0.6;	-webkit-transition: all 0.3s; transition: all 0.3s;}
.footer-logo:hover {opacity:0.9;}
 
 
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	#footer-menu li {padding:0 10px !important;}
}
 