/*
Theme Name: UTAHSPONSOR
Description: WordPress theme with Custom Menu, Header and Background along with Logo, Favicon, Featured Image, Google Custom Search Integration and more options.
Version: 1.0
Author: ROHIT
Author URI: rohit.rt23@gmail.com
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template, buddypress
*/

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
ul{
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
a{
    color: #000;
    outline: 0;
    text-decoration: none;
}
a:focus, a:hover{
    color: #0166be !important;
    text-decoration: none;
    outline: 0;
}
img {
    height: auto;
    max-width: 100%;
    width: auto;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
}
body{
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}
body p{
    margin-bottom: 15px;
}

div#main-wrapper {
    overflow: hidden;
}

.container{
    width:65%;
    margin:0 auto;
    overflow:hidden
}
.header-wrapper{
    position:absolute;
    left:0;
    right:0;
    padding-top:20px;
    width:100%
}
.utahsponsor-site-logo {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.utahsponsor-site-logo img {
    width: 70%;
}
.utahsponsor-header-logo-wrapper {
    float: right;
    margin-top: 10px;
    width: 50%;
    text-align: right;
}
.banner-image-wrapper {
    background-size: cover;
    padding: 180px 0 280px 0;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center bottom;
}
a.get-quote-btn {
    background: #f60;
    color: #fff;
    border: 2px solid #FFF;
    font-size: 20px;
    padding: 7px 50px;
    margin: 25px 0;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    transition: all .5s;
}
a.get-quote-btn:hover{
    background: #FFF;
     color: #f60 !important;
     border: 2px solid #f60;
}
.banner-heading-wrapper{
    margin-top: 50px;
    text-align: center;
}
.banner-heading{
    font-size:45px;
    color:#FFF
}
.banner-form-wrapper {
    background: linear-gradient(#007ce6,#071b53);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    border: 3px solid #FFF;
    position: relative;
    margin: 40px auto 0;
}

a.cntct-color-b {
    color: #26d509 !important;
}

a.cntct-color-b:Hover {
    color: #0267bf !important;
}


@media screen and (max-width:1250px){
    .container{
        width:85%
    }
    .banner-heading-wrapper{
        width:100%;
        text-align:center;
        margin-top:60px;
        margin-bottom:50px;
        float:none
    }
    .banner-form-wrapper{
        margin:0 auto;
        float:none
    }
}
@media screen and (max-width:767px){
    .utahsponsor-site-logo {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .utahsponsor-header-logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .banner-image-wrapper{
        padding-top: 140px;
    }
    .utahsponsor-header-contact-wrapper{
        display:none
    }
    .banner-heading{
        font-size:30px;
        margin-top:-20px;
        margin-bottom:-20px
    }
}
@media screen and (max-width:500px){
    .banner-form-wrapper{
        width:auto;
        height:320px;
        border-radius:0
    }
    .contact-form-wrapper h2{
        font-size:19px
    }
    .contact-form-wrapper h2 br{
        display:none
    }
    .contact-form-wrapper{
        padding:50px 10px
    }
}