﻿/******************************************************************
1030up.css
-------------------------------------------------------------------
Stylesheet: Desktop
-------------------------------------------------------------------

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/

/* These styles are applied for viewports 1030px and higher */
@media only screen and (min-width: 1030px) {

    #header-top {
    text-align: right;
    }

    .city-logo {
    margin-top: -2.1em;
    margin-bottom: 0;
    }

	#header-left {
	width: 47%;
	text-align: left;
	padding: 0 10px;
	}

	#header-right {
	width: 53%;
	padding: .8em 0 0 0;  
	}

	#header-right .nav-inner {
	padding: 0 !important;
	}

    #page-wrapper {
    background: #fff;
    }

    a.alllink {
    position: absolute;
    right: 15px;
    bottom: 2em;
    width: auto;
    margin-bottom: 0;
    }

    .main-title {
    font-size: 10em;
    }

    #search-wrapper-home .search-input {
    width: 40%;
    }

    .search-input {
    width: 30%;
    }

    .go1 {
    width: 33%;
    }

    #media, #twitter, #hours {
    width: 33%;
    }

    #civica-foot-logo { 
    text-align: right;
    width: 16%;
    }

    /* Civica logo */
    #civica-foot-logo a{
    margin: 7em 0 0 0 ;
    }

    #az-col {
    width: 24%;
    margin-bottom: 0;
    }

/*------------------------------------------------------------------
--> Foundation Overrides
------------------------------------------------------------------*/

	/* Add additional padding between columns for larger displays */
	.row .column, .row .columns {
	padding: 0 15px;
	}

	.civica-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
	}

  /* --> Homepage News Alert ---------------------------------*/

	#alert_overlay {
	right: 68px;
	width: 38%;
	}


/*-------------------------------------------------------------------
--> Main Navigation
------------------------------------------------------------------*/

/* --> Main Navigation Container ---------------------------------*/

	/* Add additional padding for larger displays */
	section#top-nav .nav-row .columns { padding: 0 15px; }


/* --> Main Navigation Divider -----------------------------------*/

	nav.main-nav .top-bar-section > ul > .divider {
	border-left-color: #46464a;
	border-right-color: #161617;
	display: none;
	}

	nav.main-nav ul.nav-list > li.nav-item-1{
	width: 27.5%;
	}

	nav.main-nav ul.nav-list > li.nav-item-3 {
	width:22.5%;
	}

	nav.main-nav ul.nav-list > li.nav-item-2,
	nav.main-nav ul.nav-list > li.nav-item-4 {
	width:21.5%;
	}
   
	nav.main-nav ul.nav-list > li.nav-item-5 {
	width:33.5%;
	} 

/*------------------------------------------------------------------
--> BreadCrumbs / System Buttons
------------------------------------------------------------------*/

/* --> System Buttons ----------------------------------------------*/

	/* Column that contains the system buttons */
	.columns.system-btns-col { padding: 0 15px; }


/*------------------------------------------------------------------
--> Home Contents
------------------------------------------------------------------*/

/* --> Home Buttons ----------------------------------------------*/

	/* Button icon */
	#dynamic-home-btns a.mm-button-link img.mm-button-img { width: 30%; max-width: 72px; }

	/* Button text */
	#dynamic-home-btns a.mm-button-link .mm-button-txt {
	font-size: 2.8;
	margin-top: 15px;
	}

	/* Sub text on buttons */
	#dynamic-home-btns .mm-button-subtxt {
	font-size: 1.2em;
	}

/* --> Blocks ----------------------------------------------------*/

	/* Block heading */
	.home-block h2.block-head { font-size: 2.2em; }

	/* Inner wrapper for blocks */
	.block-contents { padding: 5px 20px 20px 20px; }

    
    #email_signup_div {
    width: 68%;
    }

	/*------------------------------------------------------------------
	--> Page Footer
	------------------------------------------------------------------*/

	footer#page-footer {
	padding-top: 8em;
	}

    #footer-left {
    width: 30%;
    text-align: left;
    }

    #footer-right {
    width: 53%;
    text-align: left;
    }

    .address {
    margin-bottom: 0;
    }

    #email_signup_div a.signup {
    right: 2px;
    }
    
    /*
    ------------------------------------------------------------------
    --> Photo Manager and Photo Book Styles
    ------------------------------------------------------------------*/
    #caption_wrap{
    position: absolute;
    border-bottom: 0;
    background-color: rgba(7, 74, 132, 0.9);
    color: white;
    }

}
