/*
Theme Name: Averly
Theme URI: http://averly.elated-themes.com
Description: A Hip & Creative Multipurpose Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0
Text Domain: averly
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
*/



/*
TITLES
*/

h1 {
	font-family: "Gotham-Medium", Arial;
	text-transform: uppercase;
}

.eltd-title {
	height: 250px;
	margin: 0 0 80px 0;
	background-size: 100%;
}

@media only screen and (min-width: 1025px) {
	.eltd-title-size-medium span {
	font-size: 45px;
	letter-spacing: 2px;
	}
}

/*
BLOG
*/

.eltd-post-title {
	display: table-header-group;
}

.eltd-post-info {
	display: table-row-group;
	font-size: 15px;
	line-height: 2.5em;
}

/*
MENUS
*/

.eltd-sticky-header {
	display: none;
}

.eltd-main-menu ul li a {
    font-family: "Gotham-Book", Arial Bold;
    letter-spacing: 2px;
}

.eltd-menu-area .eltd-vertical-align-containers .eltd-position-left {
 margin: 30px 0 10px 0;
 height: 50%;
 float: none;
 text-align: center;
}

.eltd-menu-area .eltd-vertical-align-containers .eltd-position-right {
 height: 50%;
 float: none;
 text-align: center;
}

.eltd-menu-area .eltd-vertical-align-containers .eltd-position-left, .eltd-position-right {
    display: block;
}

.styling_services_186700 {
	font-size: 14px;
}

.eltd-page-header {
	height: 250px;
}

.eltd-menu-area {
	margin: 75px 0 0 0;
}

/*
WIDGETS
*/

#text-11 {
	font-size: 16px;
	text-align: center;
	max-width: 750px;
	margin: 40px auto;
}

#text-11 span {
	margin-right: 35px;
}

/*
FOOTER
*/

footer {
	background-size: 100%;
	background-position: center center;
}

footer a {
	color: #fff;
	font-weight: 700;
}

footer p {
	color: #fff;
	font-weight: 700;
}

footer .eltd-footer-inner {
	opacity: 0.75;
}

a {
 color: #333;
}

a:visited {
 color: #333;
}

/*
FORMS
*/

.wpcf7 p {
    margin-bottom: 20px;
}


/*
MOBILE
*/

@media only screen and (max-width: 1025px){
	#text-11 .textwidget > span {
		display: block;
	}
	.icons6582 {
	    margin-left: 40px;
	}
}

@media only screen and (min-width : 240px){
   .wpcf7-textarea,
   .wpcf7-text {
     max-width: 100%;
     padding: 10px 1px !important;
   }
}