/*
Theme Name: U-Design
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: A slick, powerful and clean theme.
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Version: 1.8.0
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
    Please note: After enabling the use of this file, you will not see any change here, 
    feel free to add your custom CSS below.
    On the other hand, if you need access to the theme's main style sheet, you will 
    need FTP client to access it, is it located in: "styles/style1/css/style.css"
*/
.homepageContainer{
    clear:both;
    width:100%;
}
.homepageInfo{
    width:500px;
    float:left;
}
.homepageForm{
    width: 350px;
    float:right;
    margin-top: -55px;
    background-color: #ff6969;
    border-radius: 15px;
    padding: 20px 20px 20px 30px;
    
    
}
.homepageForm h1{
    margin-top: -5px;
    margin-left: -10px;

}
.homepageForm input{
    border-radius:5px;
    background: #fcfcfc;
    border: 0px;
    padding:3px;
}
.homepageForm .wpcf7-submit{
    float:right;
}

.homepageTile{
    clear:both;
    padding-top: 30px;
}
#home-page-content #content-container{
    padding:40px;
}

.homeNetworking {
    margin-top: -85px;
    float:right;
}
.dataBackup{
    float:right;
    margin-top: -215px;
}
.virusesSpyware{
    float:right;
    margin-top:-250px;
}
.servicesUpgrade{
    float:right;
    margin-top: -345px;
}

.customSidebar{
    width: 315px;
}
.customSidebar img{
    float: right;
    width: 150px;
}

.homepagePara{
    margin-top: 10px;
    float: left;
    height:280px;
    
}
.homepagepara img{
    float:right;
}
#footer-bg{
    margin-top:20px;
}
#logo h1 a, #logo .site-name a{
    height: 131px;
    width:270px;
}
.contactImage{
    float:right;
    width:300px;
    
}
#contactInfo{
    float:left;
    margin-top: -200px;
    margin-bottom:0px;
}
#contact-wrapper{
    width: 600px;
    margin-top: -57px;
}
.sub-menu{
display:block!important;
visibility: visible !important;
}
.phone-number-padding{
padding-right: 60px !important;
color:red;
}
.callToAction{
margin:30px 0px 30px 70px;
}
.leftCA{
float:left;
}
.centerCA{
float:left;
margin: 5px 5px 0px 5px;
}
.rightCA{
float:left;
margin-top:-4px;
}