/* =============== shared =============== */
.row {
    max-width: 1000px;
}
a, a:visited {
    color: #3073A7;
}
a:hover {
    color: #70A438;
}
a:focus {
    outline: none;
}
a.light {
    color: #fff;
}
a.light:hover {
    color: #70A438;
}
.side-nav li a, .side-nav li a:hover {
    font-size: 1.0rem;
    color: #3073a7;
}
.side-nav li a:hover {
    color: #70A438;
}
.panel {
    border-radius: 6px;
}
.show {
    display: block;
}

/* Primary CTA */
.button1, .button1:focus, .button1:hover {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #85bc1e), color-stop(1, #35872f)) !important;
    background:-moz-linear-gradient(top, #85bc1e 5%, #35872f 100%) !important;
    background:-webkit-linear-gradient(top, #85bc1e 5%, #35872f 100%) !important;
    background:-o-linear-gradient(top, #85bc1e 5%, #35872f 100%) !important;
    background:-ms-linear-gradient(top, #85bc1e 5%, #35872f 100%) !important;
    background:linear-gradient(to bottom, #85bc1e 5%, #35872f 100%) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bc1e', endColorstr='#35872f',GradientType=0) !important;
    background-color:#85bc1e !important;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-size:1.1rem;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #204602;
}

/* Secondary CTA */
.button2, .button2:focus, .button2:hover, .button2:visited, .button2-arrow-box {
    position: relative;
    text-align: center;
    background-color: #F8F8F8;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #DDDAD6;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
    /*color:#70A438;*/
    color: #3073a7;
    font-size:1.0rem;
    font-weight:bold;
    padding:3px 10px;
    margin: 2px;
}
.button2:hover {
    color: #70A438;
}
.button2-arrow-box {
    background-color: #ffffff;
    position: relative;
    color: #696969;
    font-weight: normal;
    margin-left: 5px;
    cursor: default;
    padding: 1px 7px;
}
.button2-arrow-box:before, .button2-arrow-box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.button2-arrow-box:after {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
}
.button2-arrow-box:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #DDDAD6;
    border-width: 6px;
    margin-top: -6px;
}
.button2.dropdown {
    font-weight: normal;
    padding-right: 1.5rem;
}
.button2.dropdown:before {
    border-width: 0.375rem;
    margin-top: -0.15625rem;
    position: absolute;
    top: 50%;
    right: 0.40625rem;
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-color: #3073a7 transparent transparent;
}
h1 {
    font-size: 2.25rem;
    font-weight: 500;
}
h2 {
    font-size: 1.9rem;
    font-weight: 400;
}
h3 {
    font-size: 1.6rem;
    font-weight: 300;
}
.yard-owner {
    font-size: 0.8rem;
}
.yard-comment {
    font-size: 1.0rem;
}
.yard-comment i {
    font-size: 0.9rem;
    color: #828282;
    vertical-align: top;
}
.crumbs {
    height: 1.5rem;
    margin: 0 0 15px 0;
    padding: 0;
}
.crumbs li {
    list-style-type: none;
    float: left;
    line-height: 1.5rem;
    color:#777;
    margin: 0;
    padding: 0 0 0 .75rem;
}
.crumbs li.first {
    padding-left: 0;
}
.crumbs li a {
    background: url(/img/crumbs.gif) no-repeat right center;
    display: block;
    padding: 0 15px 0 0;
    font-size: 0.8rem;
}
.crumbs li.current a {
    background: none;
    text-decoration: none;
    color: #4d4d4d;
}
.more-link {
    margin-left: 0 !important;
    background-color: transparent !important;
    border: none !important;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 3px;
    height: 2.1rem;
}
.label, a.label, a.label:hover, a.label:visited {
    color: #ffffff;
    font-size: 0.9rem;
    background-color: #70A438;
}
a.label.secondary, a.label.secondary:hover, a.label.secondary:visited {
    background-color: #e9e9e9;
    color: #333;
}
a.label.secondary:hover {
    color: #ffffff;
    background-color: #70A438;
}
.action-box {
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin: 10px 0;
    background-color: #E1EFD1;
}
.action-box.secondary {
    border-radius: 6px;
    text-align: center;
    margin: 10px 0;
    background-color: #e1e1e1;
}
form {
    margin: 0;
}
span.error, small.error {
    background-color: #c6272f;
    font-size: 0.85rem;
}
input.error, select.error, textarea.error {
    border: 1px solid #c6272f;
}
.alert-box.alert {
    background-color: #c6272f;
}
.alert-box.success {
    background-color: #6aa200;
}
.favorite i.active, .vote i.active {
    color: red;
}
ul.pagination {
    margin-bottom: 15px;
}
ul.pagination li a {
    font-size: 1.1rem;
    color: #3073a7;
}
ul.pagination li a:hover {
    font-size: 1.1rem;
    color: #FFFFFF;
    background: none repeat scroll 0% 0% #70A438;
}
ul.pagination li.current a, ul.pagination li.current a:hover {
    background: none repeat scroll 0% 0% #3073a7;
    cursor: default;
    color: #FFFFFF;
}
div.pagination {
    margin-bottom: 10px;
}
/* =============== body =============== */
body {
	color: #000;
	font: 14px/20px "Open Sans", "open-sans", Arial, "Helvetica Neue", sans-serif;
	background: #fff;
	min-width: 320px;
}

/* =============== header =============== */
header {
    background-color: #f8f8f8;
	border-bottom: 5px solid #4a7db7;
    margin-bottom: 5px;
}

header .logo {
	float: left;
	/*background: url(/img/logo.png) no-repeat scroll;*/
    background: url("/img/logo.png") no-repeat scroll 0px center / contain transparent !important;
	width: 180px;
    background-size: contain;
	margin: 0 10px 0 2px;
    text-indent: -9999px;
    display: block;
    height: 90%;
    background-position: 0;
}

header .top-bar {
	margin: 0 auto;
    background-color: #f8f8f8;
	padding: 0 5px;
}
.top-bar.expanded .title-area {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ede9eb;
}
header .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 8px;
}
header .top-bar.expanded .toggle-topbar a span {
    box-shadow: none;
}
header .top-bar .toggle-topbar.menu-icon a:focus {
    border: 0;
}

header .top-bar-section a {
    background-color: #f8f8f8 !important;
    color: #3073A7 !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
}
header .top-bar-section a:hover {
    color: #70A438 !important;
}
header .top-bar-section ul li {
    background: none;
}

header .top-bar .toggle-topbar.menu-icon a {
    color: #3073A7;
}
.top-bar .toggle-topbar.menu-icon a span::after {
    /*box-shadow: 0px 10px 0px 1px #3073a7, 0px 16px 0px 1px #3073a7, 0px 22px 0px 1px #3073a7;*/
    box-shadow: 0 0 0 1px #3073a7,0 7px 0 1px #3073a7,0 14px 0 1px #3073a7;
}
/*
.top-bar a.user-menu, .top-bar a.user-menu:hover {
    padding-right: 15px !important;
    font-size: 1.35rem;
}
.top-bar .user-menu i {
}
.top-bar .has-dropdown > a::after {
    content: none;
}
*/
.top-bar a.user-menu i {
    font-size: 1.2rem;
}

/* =============== yard cards =============== */
ul:has(.yard-card) {
    display: flex;
    flex-wrap: wrap;
}
ul:has(.yard-card) > li {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.yard-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.yard-card img {
    width: 100%;
    display: block;
}
.yard-card-body {
    padding: 8px 10px 10px;
    flex: 1;
}
.yard-card .yard-name {
    font-size: 1.05rem;
    margin: 0 0 2px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yard-card .yard-owner {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 4px;
}
.yard-card .yard-owner a {
    color: #888;
}
.yard-card .yard-descr {
    font-size: 0.8rem;
    color: #666;
    margin: 4px 0 0;
    line-height: 1.4;
}

/* =============== home =============== */
.showcase {
    background-color: transparent;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
}

.showcase-content {
    background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    width: 50%;
    padding: 20px;
}

.showcase h2 {
    font-weight: 500;
    font-size: 2.5rem;
    color: #ffffff;
}

.showcase h1 {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 20px;
}

#home header {
    margin-bottom: 0px;
}
#home .intro {
    font-size: 1.1rem;
}
#home .fbshare {
    min-height: 200px;
    margin-left: -15px;
    text-align: right;
}
#home ul.browse-features {
    margin-left: 0.1rem;
}
#home .browse-features li {
    padding: 0 0.3rem 0.5rem;
}
#home .action-box .addthis_default_style, #home .action-box .at4-icon {
    /*float: none !important;*/
    float: none;
    display: inline-block;
}
/* =============== browse =============== */
#browse .action-box {
    text-align: left;
    padding-top: 0.5rem;
    margin: 0 0 1.0rem 0;
}
#browse .filters {
    padding-top: 0;
    margin-left: 5px;
}
#browse .filter {
    margin: 0 3px 10px;
    line-height: 1.2;
}
#browse .filter i {
    font-size: 1.1rem;
    padding-left: .2rem;
}
.browse-menu ul {
    margin-bottom: 0.5rem;
}
.browse-menu div.content {
    padding: 0.2rem 1.0rem 1.0rem 1.0rem;
}
.browse-menu .content li {
    list-style-type: disc;
    margin-left: 1.0rem;
}
.browse-menu .content li:hover {
    background: none;
}
.browse-menu .content li a {
    padding: 0.1rem;
    color: #3073A7;
}
.browse-menu .content li a.active {
    font-weight: bold;
}
.browse-menu .content li a:hover {
    color: #70A438;
}
.browse-menu .content h3 {
    font-size: 1.2rem;
}
#browse .search {
    text-align: right;
    margin: 0;
}
#browse .search input {
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: inline;
    width: 180px;
}
.browse-yard .yard-preview img {
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    min-width: 120px;
}
.browse-yard h3 {
    font-size: 1.0rem;
    font-weight: 500;
    margin-bottom: 2px;
}
.browse-yard .yard-name {
    padding: 0 0;
}
#browse h1 {
    font-size: 1.8rem;
}

/* =============== yard =============== */
#yard h1 {
    margin-bottom: 0px;
}
#yard .action {
    margin-bottom: 10px;
    white-space: nowrap;
}
#yard .social {
    height: 22px;
}
.slick-slide img {
    margin: 0px auto;
}
.photo-thumbs {
    overflow-y:scroll;
    height:225px;
    padding:10px 5px;
    border:1px solid #E1E2E4;
    background:#f8f8f8;
    margin:0 0 15px !important;
}
.photo-thumb, .blog-post .content img {
    background:#fff;
    height:auto;
    overflow:hidden;
	text-align:center;
	margin:0 5px 5px;
	border:1px solid #ccc;
	padding:2px;
    border-radius: 3px;
}
.photo-gallery {
    margin-left: -15px !important;
}
.photo-thumb img {
    display:inline-block;
    min-height:59px;
}
#photos .photo {
    min-height: 458px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#photos p.descr {
    background-color: #4c4c4c;
    color: #ffffff;
    padding: 5px 7px;
}
.photo a.pinit {
    background-image: url("https://s-passets.pinimg.com/images/pidgets/pinit_bg_en_rect_gray_28_1.png");
    background-size: 56px 84px;
    background-position: 0px -28px;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    width: 56px;
    padding: 0px;
    margin: 3px;
    vertical-align: baseline;
    text-decoration: none;
    position: absolute;
    top: 0px;
}
.photo a.magnify {
    font-size: 1.6rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 6px;
    margin: 0;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 9px;
    margin: 3px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 210px;
    width: 39px;
    height: 55px;
    z-index: 500;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 9px;
}
.slick-prev {
    left: 16px;
    background-image: url('../img/arrow-left.png');
}
.slick-next {
    right: 16px;
    background-image: url('../img/arrow-right.png');
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(112, 164, 56, 0.7);
}
.comment {
}
.comment .from {
    background-color: #e0e0e0;
    border-radius: 6px;
    padding: 5px;
}
.comment .username {
    font-size: 0.95rem;
    font-weight: bold;
}
.comment .date {
    font-size: 0.8rem;
    color: #909090;
}
.comment p {
    padding: 5px;    
    font-size: 0.85rem;
}
#yard .label.secondary {
    margin-bottom: 5px;
}
#yard .yard-descr {
    margin-bottom: 10px;
}
/* =============== blog =============== */
.blog-preview h3 {
    font-weight: 400;
    margin-bottom: 0;
}
.blog-preview h3 a {
    color: #70A438;
}
.blog-preview .content {
    margin-bottom: 20px;
}
.blog-preview img {
    float: left;
    margin-right: 10px;
    max-width: 130px;
}
.blog-preview .meta, .blog-post .meta {
    font-size: 0.8rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.blog-post h1 {
    font-weight: 600;
    font-size: 2.0rem;
    margin-bottom: 0;
    color: #70A438;
}
.blog-post .content {
}
.blog-post .content img {
    max-width: 75%;
    margin: 10px;
}
/* =============== dashboard =============== */
.dashboard-nav {
    background: url(/img/sky-grass-bg.png) no-repeat right center;
    color: #FFFFFF !important;
    border-radius: 6px;
    padding: 1.0rem 1.0rem 4.0rem 1.0rem;
    margin-bottom: 15px;
}
.dashboard-nav h4 {
    color: #FFFFFF;
    margin-bottom: 0;
}
.dashboard-nav li {
    margin: 0;
}
.dashboard-nav a, .dashboard-nav a:hover {
    color: #FFFFFF !important;
    padding: 0 0.5rem;
    margin: 0;
}
.dashboard-nav li.active a {
    background-color: #50a8f0;
    border-radius: 3px;
}
.dashboard-nav a:hover {
    background-color: #70A438;
    border-radius: 3px;
}
#dashboard .yard-preview img {
    max-width: 75px;
    min-width: 50px;
}
#dashboard .yard-comment {
    font-size: 0.95rem;
}
#dashboard .yard-comment .from {
    font-size: 0.8rem;
}
/* =============== my profile =============== */
#my-profile textarea {
    height: 10rem;
}
/* =============== member profile =============== */
#member h1 {
    font-size: 1.8rem;
}
#member h2 {
    font-size: 1.5rem;
}
#member h3.expert {
    padding-top: 7px;
}
#member h3.expert i {
    font-size: 1.5rem;
}
#member ul.expert {
    list-style: none;
}
#member ul.expert i {
    font-size: 1.2rem;
}
#member .panel {
    margin-top: 0.8rem;
}
img.member {
    float: left; 
    min-width: 100px;
    max-width: 150px;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-right: 15px;
}
.member .location {
    font-size: 0.9rem;
    font-color: #707070;
    margin-bottom: 10px;
}
#member .action-box {
    min-height: 58px;
    min-width: 58px;
    margin: 0;
    /*
    float: right;
    width: 180px;
    */
}
/* =============== footer =============== */
footer {
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 5px solid #3767a0;
    background-color: #4a7db7;
    color: #ffffff;
}
/* =============== media queries =============== */
/* small */
@media only screen and (max-width: 40em) {
    #home .showcase h2 {
        font-size: 2rem;
    }
    #home .showcase-content {
        top: 17%;
        left: 15%;
        right: 15%;
        width: 70%;
        padding: 20px;       
    }
    #home .fbshare {
        margin-left: 0;
        text-align: left;
    }
    #browse .search {
        text-align: left;
    }
    .msize:after {
        content: 'small';
    }
    .photo-gallery {
        margin-left: 0 !important;
    }
    .member img {
        min-width: 50px;
        max-width: 75px;
    }
}
/* medium */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #home .showcase h2 {
        font-size: 2rem;
    }
    #home .showcase-content {
        top: 25%;
    }
    #browse .search {
        text-align: left;
    }
    .msize:after {
        content: 'medium';
        color: blue;
    }
}
/* large+ */
@media only screen and (min-width: 60.063em) {
    .msize:after {
        content: 'large';
        color: red;
    }
}
