/*
Theme Name:   Crux - Child
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url Okay
Template:     crux
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  crux-child
*/

/* Write here your own personal stylesheet */
.main-navigation > ul > li a {
    font-size: 11px !important;
}

div#content {
    margin-bottom: 35px;
}
p.site-description {
    display: none;
}
.home div#content {
    padding-top: 0px;
}
.site-branding h1 {
    font-size: 2rem;
    letter-spacing: 0.005em;
}
.footer-navigation {
    display: none;
}
.site-branding .grid-5 {
    vertical-align: middle !important;
}
.main-navigation a {
    padding: 1.375rem 1.0rem;
}

h1.site-title.logo-title {
    font-size: 1.8em;
}
.grid-6.header--right {
    padding-top: 20px;
}
/* SINGLE CAMERA PAGES */
.page-template-default .site-content iframe {
    min-height: 1100px;
}
.entry-title {
font-size: 2rem;
    letter-spacing: 0.005em;
}
/* END SINGLE CAMERA PAGES */


/* LOGIN */
.hideme {
	display:none !important;
}
.camera-login {
    margin: 25px 0px;
}
.camera-login input[type='submit'], button, .button, .cart_dropdown_link .count, .tagcloud a:hover {
    background-color: #1c1d1c;
}
/* END LOGIN */

/* GOOGLE MAPS */
#map {
	height: 100%;
	min-height: 350px;
	max-width:500px;
}
/* END GOOGLE MAPS */


/* CAMERA CSS */
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto !important;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.camera-wrapper {
    padding: 25px 0px !important;
}
.vc_column-inner.vc_custom_1525371003116 {
    padding-top: 0px !important;
}
/*
.camera_1 iframe {
    min-height: 5800px;
	overflow:hidden;
}
*/
.camera-img {
    text-align: center;
}
.cam-sep {
    clear: both;
}
.odd {
    background-color: #d6d6d68c;
    padding: 25px 0px !important;
}

.camera-info {
    min-height: 225px !important;
}
.cam-title {
	text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 10px 0px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cam-location span {
    font-weight: bold;
    float: left;
    padding-right: 5px;
}
.cam-type span {
    font-weight: bold;
	float: left;
    padding-right: 5px;
}
.cam-elevation span {
    font-weight: bold;
	float: left;
    padding-right: 5px;
}
.cam-description span {
    font-weight: bold;
    float: left;
    padding-right: 3px;
}
.cam-metadata span {
    font-weight: bold;
}
.cam-title {
    color: #000;
}
.camera {
    margin: 0 auto;
    padding: 15px 0px;
    margin-bottom: 25px;
}
.camera-info {
    margin: 0 auto;
    float: none !important;
	color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.vc_custom_1525374651417 {
    margin-top: -20px !important;
    padding-top: 0px !important;
}
.main-navigation li {
    list-style: none;
    display: inline-block;
    line-height: 2;
}
.site-content {
    max-width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 0;
    /* padding: 1.875rem 1.875rem 3.125rem 1.875rem; */
    position: relative;
    z-index: 1;
}
.cam-archive-images {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}
.archive-image {
    padding: 10px 12px;
    float: left;
}

.cameras { 
    float: none !important;
}
.entry-title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin-left: 25px;
    margin-top: 15px;
}



@media screen and (max-width: 768px) {
.grid-6.header--right img {
    max-width: 125px;
}
}

@media screen and (max-width: 1024px) {
.camera-img img {
    max-width: 350px;
}
}


@media screen and (max-width: 480px) {
	.camera-img img {
    max-width: 350px !important;
}
.camera_1 iframe {
    min-height: 8200px;
    overflow: hidden;
}
}

@media screen and (max-width: 360px) {
	.camera-img img {
    max-width: 280px !important;
}
.camera_1 iframe {
    min-height: 7600px;
    overflow: hidden;
}
}
/* END CAMERA CSS */

.no-sidebar figure{
    margin: 0 !important;
}