/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
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.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


/*
.solutionsList li .soluCont {
  min-height: 175px !important;
}*/
#read_more_buttton > p {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(254, 120, 0, 1) 0%, rgba(241, 114, 1, 1) 48%, rgba(225, 107, 2, 1) 100%) repeat scroll 0 0;
  border-radius: 5px;
  color: #fff !important;
  float: left;
  margin-left: 35px;
  margin-right: 50px;
  padding: 3px 10px;
}
#read_more_buttton > p:hover { background:#0452a7 none repeat scroll 0 0}
#read_more_buttton > p:last-child {
  margin-right: 0 !important;
}
#read_more_buttton {
display: none;
position: relative;
top: 320px;
}
#read_more_buttton a {
  color: #fff;
}
.pdf_btn {
  border-radius:5px;
  width:20%;
  padding:3px 15px;
  margin:0px 30px 20px;
  text-align:center;
  font-size:14px;
  display:inline;
}
.att {
  background:#3090c7;
}
a.att:link {
  color:white;
}
a.att:visited {
  color:white;
}
.sprint {
  background:#ffb500;
}
a.sprint:link {
  color:white;
}
a.sprint:visited {
  color:white;
}
.vz {
  background:#ed1c24;
}
a.vz:link {
  color:white;
}
a.vz:visited {
  color:white;
}
#img_one {
  margin-bottom: 10px;
  margin-left: 50px;
  margin-top: 10px;
}
#para_one > p {
  line-height: 16px;
  text-align: justify;
}
#para_one {
  float: left;
  margin-left: 65px;
  width: 217px;
}
.liststyle {
  margin: 14px 15px 0 10px;
}






.soluCont a {
  color: #4c4e52;
}
.solutionsList li .soluCont h3 {
background: #fff none repeat scroll 0 0;
margin-left: 4px;
margin-right: 4px;
margin-top: -15px;
padding-top: 5px;
}
.solutionsList > li:hover{background:#EC6F00}
.slider-content li {
  list-style-type: disc;
  margin-left: 16px;
}

.stepbystep.col4 li {
    width: 25%;
}
.stepbystep li {
    width: 33%;
    float: left;
    text-align: center;
    min-height: 174px;
    position: relative;
}

.imgleft img{float:left; margin: 0 15px 5px 0;}
.imgright img{float:right; margin: 0 0 5px 15px;}
.innerContent .leftContent .reqdomobox.diyreq{ width:90%;}
.rightContent.diypage .vdobox img{ width:auto;}

.stepbystep li:nth-child(4)::before {
    background: #59A5D4;
}

.stepbystep li:nth-child(4) h3 {
background: #59A5D4;
}


.stepbystep li:nth-child(4) h3::before {
    border-bottom: 5px solid #59A5D4;
}