/**
 * ==============================================
 *  STYLE.CSS
 * ==============================================
 * Default child stylesheet
 *
 *
 * Theme Name: Della Bella Photography (responsive)
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Della Bella Photography (responsive)
 * Version: 0.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: foundation, black, brown, white, neutral, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 * This theme is the best.  Period.
 */

@import url("../anfoundation/style.css");


/**
 * ==============================================
 *  TYPOGRAPHY AND BUTTONS AND COLORS
 * ==============================================
 */

body, p, .panel p, li {
	font-family: 'Arial', sans-serif !important;
}

a, .button {
	transition: all 0.3s ease;
}

a[href^=tel]{
	color: #;
	text-decoration:none;
}

a[href^=tel]:hover {
	color: #;
}

a.button {
	line-height: 1;
	padding: .8em 1.1em;
	font-size: .9em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}



a {
	color: #999;
}

a:hover {
	color: #1755B4;
}

h1 {
	color: #1755B4;
}

h2 {
	color: #1755b4;
	font-size: 18px;
	font-family: 'Arial', sans-serif !important;
}

h3 {
	color: #333;
	font-size: 16px;
	font-family: 'Arial', sans-serif !important;
}

h4 {
	color: #1755b4;
	font-family: 'Arial', sans-serif !important;
	font-size: 16px;
}

/*-- END TYPOGRAPHY AND BUTTONS AND COLORS --*/



/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */

#utility {
	background: #000;
	padding: .3em 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans";
}
#utility .widget {
    display: inline-block;
	margin-bottom: 0;
	color: #fff;
	font-size: .8em;
	vertical-align: middle;
	line-height: 1;
}

.widget.simple-social-icons ul {
	line-height: 1;
}
.widget.simple-social-icons li {
	margin-bottom: 0!important;
}

.simple-social-icons h6 {
	color: #fff;
	display: inline;
	font-family: "Open Sans";
	margin: 0;
	line-height: 1;
	font-size: .95em;
}

.simple-social-icons ul {
	display: inline;
}

/*-- END UTILITY --*/



/**
 * ==============================================
 *  HEADER
 * ==============================================
 */

#header {
	padding: 1em 0 0;
}

#header img {
	vertical-align: bottom!important;
}

#header .sidebar {
	width: 400px;
	margin-top: .4em;
}

#header .sidebar h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #173979;
	margin: 0;
	line-height: 2;
	font-size: .8em;
}

#header .sidebar .widget {
	display: inline-block;
	margin-left: 3em;
	margin-bottom: 0;
}

#header .sidebar .menu li{
	display: block;
	margin: 0;
	line-height: 1.6;
}

#header .sidebar .menu li a {
	color: #999999;
	text-transform: capitalize;
	font-size: .7em;
	font-family: Arial;
}

#header .sidebar .menu li a:hover {
	color: #173979;
}

#header hr {
	margin-bottom: 0;
}

.header_button {
    margin: 2.5em 0 0 3.5em;
    float: left;
}

/*-- END HEADER --*/



/**
 * ==============================================
 *  MENU
 * ==============================================
 */

/*
 divider - hide it or replace with buttons
 i dunno, do what you want
 */
.top-bar .divider {
    display: none;
}

/* reset */
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
	background: transparent;
}

.top-bar {
	margin-top: 1.6em;
}

/* normal state */
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button){
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	padding: .7em 1em;
}

/* hover state */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #666;
}

/* active menu state */
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #000;
	color: #fff;
}

/* active menu:hover state */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #000;
}

/* parent active state */
.top-bar-section ul li:hover:not(.has-form)>a {
	background: #999;
}

/* drop down normal */
.top-bar-section .dropdown li:not(.has-form)>a:not(.button) {
	background: #ff0000;
}

/* drop down hover */
.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
	background: #00ff00;
}

/* carat normal state */
.top-bar-section .has-dropdown>a:after {
	border-top-color: #fff;
}

/* carat hover state */
.top-bar-section .has-dropdown>a:hover:after {
	border-top-color: #000;
}

.menu-wrap {
	background: #eee;
	margin-top: 1em;
	padding: .5em 0;
}

.menu-wrap .menubottom{
	margin-top: 0;
	height: auto;
}


/*-- END MENU --*/



/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */
.off-canvas-button {
	text-align: center;
	text-transform: uppercase;
}

.off-canvas-button p {
	margin-bottom: 0;
	font-size: .7em;
	line-height: 1;
}

.off-canvas-button i {
	line-height: 1;
	font-size: 2.8em;
}

.off-canvas-menu {
	background: #03081e; 
}

ul.off-canvas-list li a {
	font-family: 'Arial', sans-serif;
	color: #fff;
	text-transform: capitalize; 
	color: ;
	border-bottom: none !important;
}

ul.off-canvas-list li a:hover {
	background: #173979;
}

#offcanvas-sidebar .widget_search {
	padding: .8em .6em;
	border-bottom: none !important;
}

#offcanvas-sidebar .widget_search input,
#offcanvas-sidebar .widget_search #searchsubmit {
	line-height: 1!important;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
}

 {
	padding: 0;
}
/*-- END OFF CANVAS MENU --*/



/**
 * ==============================================
 *  MORE FOOTER
 * ==============================================
 */

#more-footer {
	border-top: 1em solid #dd3333!important;
    padding: 2em 0;
	background: #111;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer .widget {
	font-size: .8em;
	line-height: 2;
	color: #777;
}
#more-footer h6 {
	text-transform: uppercase;
	color: #eee;
}

/*-- END MORE FOOTER --*/



/**
 * ==============================================
 *  FOOTER
 * ==============================================
 */

#main-footer .widget {
	color: #000;
	font-family: Arial;
	font-size: .8em;
}

#main-footer .widget strong {
	color: #1755B4;
}

#main-footer [class*="block-grid-"]>li {
	padding: 0 !important;
}



/*-- END FOOTER --*/



/**
 * ==============================================
 *  HOMEPAGE
 * ==============================================
 */

#calltoaction {
	padding: 1.5em 0 0;
}

#calltoaction .wrap {
	position: relative;
	border: 1px solid #173b79;
}

#calltoaction .wrap img {
	width: 100%;
}

#calltoaction h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: capitalize;
	font-family: Georgia;
	background: rgba(23,59,121, .8);
	margin: 0;
	line-height: 1;
	padding: .6em 0;
}

#calltoaction .content {
	padding: 1em 0;
	font-size: .75em;
	font-family: "Arial";
}

#calltoaction .button {
	border-radius: 5px;
	padding: .6em 1em;
}

/*-- END HOMEPAGE --*/



/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */

#middle {
	padding: 0;
}
.page-template-default {

}

h1.title {
	line-height: 1;
	margin-top: 0;
}

.left-content {
	margin: 15px 0 0 0;
}

.right-content {
	margin: 15px 0 0 0;
}

.entry h1 {
	font-size: 16px;
	line-height: 30px;
	color: #1755B4;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
}

.entry p {
	font-size: 0.8em;
	line-height: 22px;
	color: #666;
	font-family: 'Arial', sans-serif !important;
}

.expand_box {
	border-bottom: solid 1px #cccccc;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-botto: 10px;
}

.expand_h {
	color: #1755B4;
	font-size: 14px;
}

.collapseomatic {
	background-position: 0px 3px;
	padding-left: 20px!important;
}
.entry li {
	font-size: .75em;
	line-height: 22px;
}

.entry p {
	margin: 0;
	padding-top: 10px;
}



/*-- END DEFAULT PAGE TEMPLATE --*/

.portfoliomenu {
	padding: 20px 0 10px;
	margin: 20px 0 0;
	border-top: solid 1px #ddd;
	color: #1755B4;
	text-align: left;
}

.portfoliomenu ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #1755B4;
	width: 850px;
	font-size: 20px !important;
	font-weight: normal;	
}

.portfoliomenu ul li {
	list-style: none;
	display: inline;
}

.portfoliomenu li {
	float: left;

}

.portfoliomenu a {
	color: #999999;
	padding: 0 10px 0 0;
	margin: 0 15px 0 0;
	font-size: 12px;
}

.portfoliomenu a:hover {
	color: #1755B4;
}
/**
 * ==============================================
 *  FULL WIDTH TEMPLATE
 * ==============================================
 */

/*content here*/

/*-- END FULL WIDTH TEMPLATE --*/



/**
 * ==============================================
 *  BLOG
 * ==============================================
 */

.blog {

}

.single {

}


.blog h2 a, .single h2  {
	text-decoration: none;
	color: #1755B4;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
}

.blog h2 a:hover {
	color: #ccc;
}
.blog a img.aligncenter, .single a img.aligncenter, .archive a img.aligncenter {
	display: inline !important;
	margin-left: 0px;
	margin-right: 5px;
}

.postinfo {
	font-size: 11px;
	color: #999;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.really_simple_share div:first-child {
	padding-left: 0;
	margin-top: -2px;
}

.blog .entry {
	margin-bottom: 1em !important;
}

.browse {
	border-top: solid 1px #ddd;
	font-size: 13px !important;
	padding: 10px 0 0 0;
}
/*-- END BLOG --*/



/**
 * ==============================================
 *  SIDEBAR
 * ==============================================
 */

.sidebar.column {
	font-size: .8em;
}

.widget_search,
.widget_search input,
.{
	font-size: .9em;
}

.sidebar h6 {
	color: #1755B4;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	margin-bottom: solid 1px #ddd;
	padding: 0 0 0.2em 0;
}

.sidebar {
	margin: 22px 0 0 0;
}

.sidebar a {
	font-size: 13px;
}

.sidebar ul li {
	line-height: 17px;
	margin: 0 0 10px 0;
}

/*-- END SIDEBAR --*/



/**
 * ==============================================
 *  SECONDARY SIDEBAR
 * ==============================================
 */

.sidebar_secondary {

}

/*-- END SECONDARY SIDEBAR --*/

/**
 * ==============================================
 *  GRAVITY FORMS
 * ==============================================
 */
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	outline-style: none;
	font-size: 13px !important;
	font-family: inherit;
	padding: 5px 2px 5px 2px;
	letter-spacing: normal;
}

.gform_wrapper textarea {
	outline-style: none;
	font-size: 13px !important;
	font-family: inherit;
	letter-spacing: normal;
	padding: 4px 2px 4px 2px;
	resize: none;
}

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"], input[type="color"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0.5rem 0 0.2rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}



button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: #FFFFFF;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	text-decoration: none;
}


/*-- END GRAVITY FORMS --*/
