/*
Theme Name: Custom Theme
Theme URI: customadesing.com
Author: Litix @ customadesign
Author URI: customadesign.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: custom
*/

body {
	font-family: "brandon-grotesque-n4","brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: "brandon-grotesque-n1","brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 100;
}

.brand img { 
	min-height: 300px;
}

.dropdown-menu { 
	background: rgba(187,198,198,-0.4);
}

.dropdownm-menu:hover {
	color:grey;
}

.gform_wrapper {
	background: #222222;
	padding: 20px 20px 50px 20px;
}
section.content-main h1 {
    text-align: center;
}

.text-3x a {
	font-size: 3rem !important;
	color: #999 !important;
}
ul.text-3x a:hover {
    color: #d9d9d9 !important;
}

.sticky-menu {
    width: 100%;
    max-width: 1908px;
    height: auto;
    padding: 0;
    z-index: 99;
    height: 80px;
    display: none;
    background: #fff;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}

.sticky-menu ul{
    margin: auto;
    width: 100%;
    text-align: center;
}
.sticky-menu ul a{
    padding: 10px;
}
.sticky-menu ul > li {
    padding: 30px 60px 0 60px;
    margin-top: 0;
}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width:99% !important;
}
.ginput_container{
	width: 100%;
}

.nav > li > a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "brandon-grotesque-n4","brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.lead, p, ul li {
	font-family: "brandon-grotesque-n4","brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 100;
}
.alignright{margin:0 0 10px 10px; float:right;}
.alignleft{margin:0 10px 10px 0; float:left;}
.aligncenter{margin:0 auto; display:block;}

.dropdown-menu > li > a {
	color: #0089c9 !important;
	display: flex;
	justify-content: center;
}
.dropdown-menu {
	background: #d9d9d9 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	text-decoration: none;
    outline: 0;
    background-color: #fff;
}

a:hover, a:focus {
    color: #00557d;
    text-decoration:none;
}
.footer-form .gform_wrapper h3.gform_title{
	letter-spacing: normal!important;
    margin: -10px 0 6px;
}

.footer-form h3.gform_title{
	font-size:28px!important;
}

.footer-form label.gfield_label{
	margin:1px!important;
}

.footer-form textarea#input_2_5 {
    height: 5em;
}

.footer-form input#gform_submit_button_2 {
    float: left;
}

.footer-form div#gform_confirmation_wrapper_2 {
    font-size: 30px;
    border-style: dashed;
    padding: 5px;
    margin-top: 25px;
    border-color: #99d1ea;
    color: #0089c9;
}

.back-to-top {
    margin: 20px !important;
}

ul.dropdown-menu {
    padding: 0;
    margin-top: 1px;
}

ul.dropdown-menu > li {
    padding: 5px 60px !important;
}

ul.dropdown-menu > li:hover {
    padding: 5px 60px !important;
    background-color: #f5f5f5;
}

ul.dropdown-menu li > a {
    padding: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: inherit;
}

@media (max-width: 1200px){
	.gallery img {
		margin: 10px auto;
	}
	.lead{
		margin: 0;
	}
}

@media (max-width: 1023px){
	.any {
		display: none;
	}
	.brand {
		width: 100%;
	}
	.brand img{
		margin: auto;
		display: block;
		width: 50%;
		min-height: auto;
	}
	.landing{
		padding-top: 120px;
	}	
}

@media (max-width: 991px){
	.ginput_container{
		width: 100% !important;
	}
	#copyright .row {
		display: block;
	}
	div#copyright .row > div{
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
}

@media (max-width: 767px){
	.service .row > div {
		width: 100%;
	}
}

@media (max-width: 640px){
	div#input_2_6 > div,
	div#input_1_8 > div {
		margin: auto;
	}
	.alignright{
		float: none;
		margin: 10px auto;
		display: block;
		height: auto;
	}	
}

@media (max-width: 500px){
	ul.text-3x {
		padding: 0;
		list-style: none;
	}
	ul.text-3x > li, ul.text-3x > li > a {
		font-size: 20px !important;
	}
	.alignright{
		width: 100%;
	}
	h1, .h1 {
		font-size: 30px;
	}
	.brand img{
		width: 100%;
	}
	
}

@media (max-width: 480px){
	.landing {
		padding-top: 150px;
	}
}

@media (max-width: 414px){
	.landing {
		padding-top: 130px;
	}
}

@media (max-width: 375px){
	.landing {
		padding-top: 110px;
	}
}

@media (max-width: 360px){
	div#input_2_6,
	div#input_1_8 {
		transform: scale(0.95);
		transform-origin: 0;
	}
}

@media (max-width: 320px){
	div#input_2_6,
	div#input_1_8{
		transform: scale(0.83);
	}
	.landing {
		padding-top: 90px;
	}
}