/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .custom-logo {
	width: 205px;
	height: 145px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_white.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_black.png); }


.align-left,
.alignleft {
	margin-bottom: 40px;
}


article {
    line-height: 1.8;
}


/* Only Phones */
@media (max-width: 767px) {

	.custom-logo { 
		width: 70px;
		height: 90px;
		margin: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_white.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_black.png); }

  /*Hide timeline image in mobiles */  
    .timeline { 
		display: none;
	}
}

#content .links {margin-bottom: 20px !important;}

@media (min-width: 480px) {
#content .clearfix {min-height: 450px;}
}
@media (max-width: 479px) {
#sidebar-a .sidebar-a-bottom-fixed {
  position: relative;
  bottom: 20px;
  display:block;
}
}
.width50 img {
    max-height: 310px; width:100%;
}

#logo {
    text-align: center;
}

.size-auto {
  width: 100%;
}

h1 {text-transform: capitalize;}

/* Remove bullet from tags list */
ul.category.list-striped {list-style-type: none;}

/* Custom button style */
input.button.subbutton.btn.btn-primary {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #fafafa;
    padding: 10px !important;
    border-radius: 2px;
    border: 1px solid #ddd7d7;
  min-width: 100%;
  text-shadow: none;
}

#droppicsgallery158 .img {
    height: 180px;
}

#droppicsgallery159 .img {
    height: 320px;
}
.contact-page .content {display:none}

.convertforms .cf-control-group
{ min-width: 200px;}