/*
Theme Name:   Ecoready
Theme URI:    http://www.ecologytheme.com//wordpress/org/ready
Author:       Ecology Theme
Author URI:   http://www.ecologytheme.com
Description: Ecoready is a nice, clean, beautifull, Responsive and modern design free WordPress Theme. This theme made with Latest Bootstrap. You can use it for your corporate, personal or blog sites etc.
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ecoready
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, flexible-header, sticky-post
*/


/**
 * Table of Contents
 *
 * 1.0 - Header
 * 2.0 - Intro Slider
 * 3.0 - Main Menu
 * 4.0 - Call To Action
 * 5.0 - Latest Work
 * 6.0 - Testimonials
 * 7.0 - Why Choose Us
 * 9.0 - Our Clients
 * 8.0 - Blog Posts
 * 9.0 - Footer

 */


/* ====================================================================
   Base styles
=====================================================================*/
html{
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}
body { font-family: "Open Sans", sans-serif; }
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video { 
	vertical-align: middle;
	max-width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea { resize: vertical }
p {
    line-height: 24px;
    color: #969595;
}
a{ 
	-webkit-transition: .3s ease;
	transition: .3s ease; 
	outline: 0;
	color: #969595;
}
a:focus{
	outline: 0;
}
*:focus{
	outline:none;
}
input[type="submit"],
input[type="search"]{
	border: 1px solid #969595;
	padding: 10px;
}
input[type="submit"]{
	position: absolute;
	background: #4a90e2;
	border: 1px solid #4a90e2;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
td, th {
	padding: 5px 20px 5px 0;
}
dt{
	padding-top: 15px;
}
/* -------- Pre Loader -------- */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:9999;
}

#status {
	background-image: url("images/preloader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}


/* ===[ Variables ]=== */
.primary-button,
.main-slider .carousel-inner .item figure figcaption a,
.services .services-content .service-box a.btn.btn-primary,
.services .services-content .service-box .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .services .services-content .service-box a.btn.btn-default,
.call-to-action ul li a.btn.btn-primary,
.call-to-action ul li a.btn.btn-default,
.latest-work .portfolio-work .controls button,
.why-choose-us .wcu-left a.btn.btn-primary,
.why-choose-us .wcu-left .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .why-choose-us .wcu-left a.btn.btn-default,
.pricing-table .pricing-content .pricing-cell a.btn.btn-primary,
.pricing-table .pricing-content .pricing-cell .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .pricing-table .pricing-content .pricing-cell a.btn.btn-default,
.pricing-table .pricing-content .featured a.btn.btn-primary,
.pricing-table .pricing-content .featured .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .pricing-table .pricing-content .featured a.btn.btn-default {
    background: #4a90e2;
	border-bottom: 0 solid #4a90e2;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	font-size: 12px;
	font-weight: 700;
	padding: 15px 35px;
}
.primary-button-hover,
.call-to-action ul li a.btn.btn-primary:hover,
.call-to-action ul li a.btn.btn-default:hover {
    text-decoration: none;
    background: #3483de;
}
/* ==================================================
    1.0 Header
   ================================================== */
header {
    background: #333;
    padding: 15px 0;
}
.header-top-contact ul,
.header-top-social ul { margin-bottom: 0 }
.header-top-contact ul li {
    color: #fff;
    margin-right: 15px;
}
.header-top-social i:hover {
  color: #4a90e2;
}
.header-top-contact ul li:last-child { margin-right: 0 }
.header-top-contact ul li i {
    padding-right: 5px;
    color: #4a90e2;
}
.header-top-social { text-align: right }
.header-top-social ul li { margin-right: 15px }
.header-top-social ul li.top-consult-btn { margin-right: 0 }
.header-top-social ul li a { color: #fff }
.top-consult-btn a {
    background: rgba(255, 135, 36, 0.9) none repeat scroll 0 0;
    padding: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.top-consult-btn a:hover,
.top-consult-btn a:focus {
    text-decoration: none;
    background: rgba(255, 135, 36, 1) none repeat scroll 0 0;
}
.header-top-social .modal .modal-content {
    border-radius: 0 0 5px 5px;
    text-align: left;
}
#myModal {
  overflow: hidden;
}
.modal-open{
   padding-right:0px !important;
 }
.header-top-social .modal .modal-content .modal-header {
    background: rgb(255, 135, 36);
    color: #fff;
}
.header-top-social .modal .modal-content .modal-header .close {
    margin-top: 0;
    color: #fff;
    opacity: .8;
}
.header-top-social .modal .modal-content .modal-header .close:hover { opacity: 1 }
.header-top-social .modal .modal-content .modal-body form input {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
}
.header-top-social .modal .modal-content .modal-body form textarea {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100px;
    border-radius: 0;
}
.header-top-social .modal .modal-content .modal-body form button.btn.btn-primary {
    background: rgb(255, 135, 36);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #D9731E;
    border-left: 0;
    margin-bottom: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.header-top-social .modal .modal-content .modal-body form button.btn.btn-primary:hover {
    margin-bottom: 0;
    margin-top: 2px;
    border-bottom-color: rgb(255, 135, 36);
}
.sticky-wrapper.is-sticky nav {
    background: rgba(3,3,3,.8);
    border-radius: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
	border:0 none;
}
.sticky-wrapper.is-sticky nav ul.navbar-nav { margin-bottom: 0;}
.sticky-wrapper.is-sticky ul.main-menu li a {
    margin-top: 20px;
	margin-bottom:20px !important;
}
.sticky-wrapper.is-sticky ul.main-menu li ul li a, .sticky-wrapper.is-sticky ul.main-menu li ul li ul li a{
	margin-top:0;
	margin-bottom:0 !important;
}
.sticky-wrapper.is-sticky ul.dropdown-menu{
	padding-bottom:0;
	padding-top:0;
}
/* ==================================================
   2.0 Intro Slider
   ================================================== */
.main-slider { overflow: hidden }
.main-slider .carousel-inner .item figure { margin: 0 }
.main-slider .carousel-inner .item figure img { width: 100% }
.carousel-control.left,
.carousel-control.right { background: none }
.carousel-indicators{
	z-index:1;
}
.carousel {
	z-index: 0;
}
.carousel-control {
    border: 4px solid #fff;
    bottom: auto;
    height: 65px;
    margin-top: -50px;
    text-shadow: none;
    top: 50%;
    width: 65px;
    padding-top: 14px;
    border-radius: 100px;
    color: #fff;
}
.carousel-control.left {
    left: -100px;
    opacity: 0;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #4a90e2;
    border-color: #4a90e2;
}
.carousel-control.right {
    right: -100px;
    opacity: 0;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}
.main-slider:hover .carousel-control.left {
    left: 30px;
    opacity: 1;
}
.main-slider:hover .carousel-control.right {
    right: 30px;
    opacity: 1;
}
.intro { position: relative }
.intro .main-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.intro .main-nav ul.main-menu {
    float: right;
    margin-top: 20px;
}
.intro .main-nav .sticky-wrapper.is-sticky ul.main-menu {
    margin-top: 0;
}

.intro .main-nav ul.main-menu li {
    margin-right: 5px;
    position: relative;
}
.intro .main-nav ul.main-menu li a {
    color: #ffffff;
    font-weight: 600;
    padding: 6px 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sticky-wrapper.is-sticky nav ul.main-menu li a { margin-bottom: 0 }
.intro .main-nav ul.main-menu li ul li a { margin-bottom: 0 }
.intro .main-nav ul.main-menu li.active a { color: #4a90e2 }
.intro .main-nav ul.main-menu li a:hover,
.intro .main-nav ul.main-menu li a:focus {
    background: none;
    color: #4a90e2;
    outline: none;
}
.intro .main-nav ul.main-menu li a::before {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #4a90e2;
    border-top: 1px solid #4a90e2;
    content: "";
    height: 10px;
    left: -70px;
    position: absolute;
    top: 0;
    width: 25px;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
}
.intro .main-nav ul.main-menu li a::after {
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
    content: "";
    height: 10px;
    right: 70px;
    position: absolute;
    bottom: 0;
    width: 25px;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
}
.intro .main-nav ul.main-menu li a:hover::before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.intro .main-nav ul.main-menu li a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.intro .main-nav ul.main-menu li.active a::before {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #4a90e2;
    border-top: 1px solid #4a90e2;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
    visibility: visible;
    opacity: 1;
}
.intro .main-nav ul.main-menu li.active a::after {
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 25px;
    visibility: visible;
    opacity: 1;
}
/* ===[ Sub Menu ]=== */
.intro .main-nav ul.main-menu li ul.dropdown-menu {
	background:rgba(3, 3, 3, 0.8) none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.main-nav .sticky-wrapper.is-sticky ul.main-menu li ul.dropdown-menu {
    top: 70px !important;
	box-shadow:none;
	z-index:-1;
}
.intro .main-nav ul.main-menu li:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
.intro .main-nav ul.main-menu li ul.dropdown-menu li a:before,
.intro .main-nav ul.main-menu li ul.dropdown-menu li a:after { content: none }
.intro .main-nav ul li:hover ul li a { color: #fff }
.intro .main-nav ul li:hover ul li a:hover {
    text-decoration: none;
    background: transparent;
    color: #4a90e2;
}
.intro .main-nav ul li:hover a { color: #4a90e2 }
.intro .main-nav ul li.active:hover ul li a:hover { color: #fff }
.intro .main-nav ul li.active:hover ul li a:hover { color: #4a90e2 }
.intro .main-nav ul li.active:hover ul li a { color: #fff }
.intro .main-nav ul li:hover a:after {
    background: transparent none repeat scroll 0 0;
    border-right: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
    content: "";
    height: 10px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 25px;
    visibility: visible;
    opacity: 1;
}
.intro .main-nav ul li:hover a:before {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #4a90e2;
    border-top: 1px solid #4a90e2;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
    visibility: visible;
    opacity: 1;
}
.intro .main-nav ul li ul li ul {
	background:rgba(3, 3, 3, 0.8) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 168px;
    list-style: outside none none;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    min-width: 160px;
}
.intro .main-nav .dropdown-menu{
	min-width: 169px;
}
.intro .main-nav ul li:hover ul li ul{
	visibility: hidden !important;
}

.intro .main-nav .is-sticky ul li ul li ul{
	top: 0 !important;
	padding: 15px !important;
}
.intro .main-nav .is-sticky ul li:hover ul li:hover ul{
	top: 0 !important;
	padding: 15px !important;
}
.intro .main-nav ul li:hover ul li:hover ul{
	visibility: visible !important;
    top: 0 !important;
}
.intro .main-nav ul li ul li:hover ul li ul li{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.intro .main-nav ul li ul li ul li { padding-bottom: 10px }
.intro .main-nav ul li ul li ul li:last-child { padding-bottom: 0 }
.intro .main-nav ul li ul li ul li a {
    padding: 0 !important;
    content: none;
}
.intro .main-nav ul li ul li:hover ul li a { color: #fff }
.intro .main-nav ul li ul li:hover ul li a:hover {
    text-decoration: none;
    background: transparent;
    color: #4a90e2;
}
.intro .main-nav ul li ul li:hover a { color: #4a90e2 }
.intro .main-nav ul.main-menu li.search {
    color: #fff;
    margin-left: 15px;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
}
.intro .main-nav .sticky-wrapper.is-sticky  ul.main-menu li.search{
	margin-top:20px;
}
.intro .main-nav ul.main-menu li.search:hover .search-box {
    visibility: visible;
    opacity: 1;
}
.intro .main-nav ul.main-menu li.search .search-box {
    position: absolute;
    left: -115px;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.intro .main-nav ul.main-menu li.search .search-box .search-form { position: relative }
.intro .main-nav ul.main-menu li.search .search-box .search-form:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 48%;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
}
.intro .main-nav ul.main-menu li.search .search-box .search-form input[type=text] {
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    padding: 10px 40px 10px 15px;
    position: relative;
}
.intro .main-nav ul.main-menu li.search .search-box .search-form input[type=text]:focus {
    background: #000;
    outline: none;
}
.intro .main-nav ul.main-menu li.search .search-box .search-form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.intro .main-nav ul li ul li a { color: #C7C7C7 !important }
.intro .main-nav ul li ul li a:hover { color: #4a90e2 !important }
/* ==================================================
   3.0 Main Menu
   ================================================== */
.main-nav nav {
    margin-bottom: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.main-slider .carousel-inner .item figure { position: relative }
.main-slider .carousel-inner .item figure::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.main-slider .carousel-inner .item figure figcaption {
    bottom: 0;
    left: 6%;
    margin: 0 auto;
    position: absolute;
    right: 6%;
    top: 30%;
    width: 1170px;
    padding: 0 15px;
}
.main-slider .carousel-inner .item figure figcaption h1 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 45px;
    font-weight: 600;
    width: 50%;
    line-height: 50px;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.main-slider .carousel-inner .item figure figcaption p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
  width: 50%;
}
.main-slider .carousel-inner .item figure figcaption a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    padding: 15px 45px;
    border-bottom-width: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.main-slider .carousel-inner .item figure figcaption a:hover {
    text-decoration: none;
    background: #3483de;
    margin-bottom: 0;
}
.main-slider .carousel-indicators li {
    margin: 0;
    height: 5px;
    width: 50px;
    border-radius: 0;
    background: #fff;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.main-slider .carousel-indicators li:hover { background: #4a90e2 }
.main-slider .carousel-indicators .active {
    background-color: #4a90e2;
    height: 5px;
    margin: 0;
    width: 50px;
}
.navbar-brand { margin-top: 5px }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
	background-color: transparent;
	color: #4a90e2;
}


/* ==================================================
   1.3 Services
   ================================================== */
.section-header h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    color: #313131;
    font-family: "Lora", serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}
.section-header h2:before {
    border-left: 50px solid #DADADA;
    border-right: 50px solid #DADADA;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    width: 130px;
}
.section-header h2:after {
    background: #4a90e2 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    bottom: -10px;
    content: "";
    height: 22px;
    left: 50%;
    margin-left: -16px;
    padding: 0 0 8px 8px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 22px;
}
.section-header p {
    text-align: center;
    color: #969595;
    font-size: 15px;
    padding: 0 250px;
    margin: 0 0 40px 0;
    font-family: "Open Sans", sans-serif;
}
.services { padding: 150px 0 }
.services .services-content .service-box {
    background: #F7F7F7;
    padding: 50px 20px;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.services .services-content .service-box p.icon {
    font-size: 50px;
    color: #cccccc;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.services .services-content .service-box h3 {
    font-size: 25px;
    color: #313131;
    font-family: "Roboto", sans-serif;
    margin: 20px 0;
}
.services .services-content .service-box p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #969595;
    margin-bottom: 20px;
}

.services .services-content .service-box a.btn.btn-primary,
.services .services-content .service-box .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .services .services-content .service-box a.btn.btn-default {
    padding: 10px 30px;
	font-weight: 700;
    text-transform: uppercase;
}
.services .services-content .service-box a.btn.btn-primary:hover,
.services .services-content .service-box .call-to-action ul li a.btn.btn-default:hover,
.call-to-action ul li .services .services-content .service-box a.btn.btn-default:hover {
    text-decoration: none;
    background: #3483de;    
}
.services .services-content .service-box:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) }
.services .services-content .service-box:hover p.icon { color: #4a90e2 }

/* ==================================================
   4.0 Call To Action
   ================================================== */
.call-to-action {
    padding: 150px 0;
    background: url('images/cta-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
.call-to-action::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.call-to-action h2 {
    font-size: 30px;
    font-family: "Open Sans", serif;
    color: #fff;
    text-align: center;
    padding: 0 250px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.5;
}
.call-to-action ul {
    width: 100%;
    text-align: center;
}
.call-to-action ul li a.btn.btn-primary,
.call-to-action ul li a.btn.btn-default {
    padding: 15px 45px;
	font-size: 12px;
	font-weight: 700;
    text-transform: uppercase;
}
.call-to-action ul li a.btn.btn-primary:hover,
.call-to-action ul li a.btn.btn-default:hover {
    margin-bottom: 0;
	background: #3483de;
}
.call-to-action ul li a.btn.btn-default {
    background: #fff;
    border-bottom-color: #ddd;
    color: #4a90e2;
}
.call-to-action ul li a.btn.btn-default:hover {
    background: #3483de;
	color: #eee;
}
/* ==================================================
   5.0 Latest Work
   ================================================== */
#portfolio-container .mix { display: none }
.latest-work { padding: 150px 0 }
.latest-work .portfolio-work .controls {
    text-align: center;
    margin-bottom: 40px;
}
.latest-work .portfolio-work .controls button {
    padding: 7px 20px;
    margin-right: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    background: none;
    border: 2px solid #4a90e2;
    color: #969595;
    border-radius: 0;
    margin-top: 0;
}
.latest-work .portfolio-work .controls button:hover {
    background: #4a90e2;
    color: #fff;
}
.latest-work .portfolio-work .controls button.active {
    background: #4a90e2;
    color: #fff;
}
.latest-work .portfolio-work .portfolio-container .mix { margin-bottom: 30px }
.latest-work .portfolio-work .portfolio-container figure {
    margin: 0;
    position: relative;
}
.latest-work .portfolio-work .portfolio-container figure::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 135, 35, 0.85);
    content: "";
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.latest-work .portfolio-work .portfolio-container figure:hover::before {
    visibility: visible;
    opacity: 1;
    top: 10px;
    left: 10px;
}
.latest-work .portfolio-work .portfolio-container figure figcaption {
    position: absolute;
    text-align: center;
    top: 30%;
    right: 50px;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.latest-work .portfolio-work .portfolio-container figure figcaption ul { margin-bottom: 0 }
.latest-work .portfolio-work .portfolio-container figure figcaption ul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.latest-work .portfolio-work .portfolio-container figure figcaption ul li a:hover {
    background: #D97320;
    text-decoration: none;
}
.latest-work .portfolio-work .portfolio-container figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    top: 50%;
    right: 0;
}
/* ==================================================
   6.0 Testimonials
   ================================================== */
.testimonial {
    background: url('images/client-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
    position: relative;
}
.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.testimonial .client-image .owl-wrapper-outer .owl-wrapper {
    width: auto !important;
    padding: 50px 0 50px 31%;
}
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item { margin-right: 10px }
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item .item { position: relative }
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item .item::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    border-radius: 100px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
	cursor:pointer;
}
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    border-radius: 100px;
    height: 70px;
    width: 70px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    position: relative;
}
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item.synced .item { position: relative }
.testimonial .client-image .owl-wrapper-outer .owl-wrapper .owl-item.synced .item::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background: none;
    opacity: 1;
    z-index: 3;
    border-radius: 100px;
	cursor:pointer;
}
.testimonial .client-feedback { position: relative }
.testimonial .client-feedback .item {
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.testimonial .client-feedback .item p {
    padding: 0 200px;
    color: #ffffff;
}
.testimonial .client-feedback .item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.testimonial .client-feedback .item span { color: #4a90e2 }
.testimonial .client-feedback .owl-buttons {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial .client-feedback .owl-buttons:hover .owl-prev,
.testimonial .client-feedback .owl-buttons:hover .owl-next,
.testimonial .client-feedback .owl-buttons:hover .owl-next {
    background: #4a90e2;
    color: #fff;
	border-color:#4a90e2;
}
.testimonial .client-feedback .owl-buttons .owl-prev,
.testimonial .client-feedback .owl-buttons .owl-next {
    border: 2px solid #FFF;
    border-radius: 100px;
    color: #FFF;
    font-size: 25px;
    height: 50px;
    padding-top: 4px;
    text-align: center;
    width: 50px;
    float: left;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.testimonial .client-feedback .owl-buttons .owl-next { float: right }

#sync2 .owl-item.active .item { position: relative }
#sync2 .owl-item.active .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 100px;
    z-index: 1;
}
#sync2 .owl-item.active.center .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    border-radius: 100px;
    z-index: 1;
}
.owl-item.active .item img { border-radius: 100px }

/* ==================================================
   7.0 Why Choose Us
   ================================================== */
.ready-blog,
.why-choose-us {
    margin: 150px 0;
    overflow: hidden;
}
.why-choose-us .wcu-left,
.why-choose-us .wcu-right { margin-top: 0 }
.why-choose-us .wcu-left h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-family: "Lora", serif;
    font-weight: 600;
    color: #313131;
    padding-bottom: 15px;
    position: relative;
}
.why-choose-us .wcu-left h3::before {
    position: absolute;
    content: "";
    width: 100px;
    background: #4a90e2;
    height: 2px;
    bottom: 0;
    left: 0;
}
.why-choose-us .wcu-left p { margin-bottom: 30px }
.why-choose-us .wcu-left a.btn.btn-primary,
.why-choose-us .wcu-left .call-to-action ul li a.btn.btn-default,
.call-to-action ul li .why-choose-us .wcu-left a.btn.btn-default { margin-bottom: 2px }
.why-choose-us .wcu-left a.btn.btn-primary:hover,
.why-choose-us .wcu-left .call-to-action ul li a.btn.btn-default:hover,
.call-to-action ul li .why-choose-us .wcu-left a.btn.btn-default:hover {
    margin-bottom: 0;
    margin-top: 0;
    background: #3483de;
}
.why-choose-us .wcu-right { position: relative }
.why-choose-us .wcu-right img { height: 100% }
.why-choose-us .wcu-right a.video-play-btn {
    position: absolute;
    color: #fff;
    font-size: 80px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    opacity: .8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.why-choose-us .wcu-right a.video-play-btn:hover { opacity: 1 }
.video-wrapper iframe { border: 0 }

/* ==================================================
   Project Summery
   ================================================== */
.project-summery,
.our-clients {
    padding: 150px 0;
    background: url('images/client-bg.jpg');
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.project-summery::before,
.our-clients::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    left: 0;
    top: 0;
}
.project-summery .col-sm-3,
.our-clients .col-sm-3 {
    text-align: center;
    color: #ffffff;
}
.project-summery .col-sm-3 i,
.our-clients .col-sm-3 i {
    color: #4a90e2;
    font-size: 25px;
}
.project-summery .col-sm-3 p.project-count,
.our-clients .col-sm-3 p.project-count {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0 15px;
}
.project-summery .col-sm-3 h5.project-name,
.our-clients .col-sm-3 h5.project-name {
    font-size: 15px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

/* ==================================================
   8.0 Our Clients
   ================================================== */
.our-clients {
    padding: 125px 0;
    background: url('images/client-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
}
.our-clients::before { background: rgba(0, 0, 0, 0.6) }
.our-clients .section-header { margin-bottom: 20px }
.our-clients .section-header h2 { color: #fff }
.our-clients .section-header p { color: #fff }
.our-clients .clients-logos div img { opacity: .7 }


/* ==================================================
   9.0 Blog Page
   ================================================== */
.pages-header {
    background: url('images/blog-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}
.page-header-image h2.page-header-title {
    color: #fff;
    font-family: "Lora",serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.page-header-image ol {
    background: none;
    text-align: center;
    padding: 0;
}
.page-header-image ol li a {
    color: #fff;
    font-weight: 600;
}
.about-information { padding: 100px 0 0 0 }
.about-information h2 {
    text-transform: uppercase;
    font-family: "Lora",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
.about-information p { margin: 20px 0 50px 0 }
.about-information h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.about-information a.view-more {
    background: #4a90e2;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 3px solid #F46F00;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
}
.about-information a.view-more:hover {
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 3px;
    border-bottom-color: #4a90e2;
}
.about-services {
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.about-services a {
    margin-right: 20px;
    font-size: 35px;
    color: #969595;
}
.about-services h4 {
    margin-top: 8px;
    margin-bottom: 27px;
}
.about-services p { float: none }
.about-page-services { padding-top: 100px }
.our-story { padding: 150px 0 }
#story-carousel .owl-pagination .owl-page {
    border: 1px solid #969595;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    text-indent: -9999px;
    width: 15px;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
#story-carousel .owl-pagination .owl-page.active {
    border-color: #4a90e2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#story-carousel .owl-pagination .owl-page:last-child { margin-right: 0 }
#story-carousel .owl-pagination {
    margin-top: 50px;
    text-align: center;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "";
}
.bread-current{
	color: #000;
}  
.blog-header {
    background: url('images/blog-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.blog-posts { margin: 100px 0 }
.post-image img.img-responsive { width: 100% }
.post-item { margin-bottom: 50px }
.post-title h3 { margin-top: 0 }
.sticky .post-title h3 a {
	color: #4a90e2;
}
.post-title h3 a {
    color: #333;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-family: 'Lora', sans-serif;
    font-weight: 600;
}
.post-title h3 a:hover {
    text-decoration: none;
    color: #4a90e2;
}
.post-info {
    margin: 15px 0;
    opacity: 0.5;
}
.post-info a { color: inherit }
.post-info a:hover {
    color: #4a90e2;
    text-decoration: none;
}
.post-description .post-read-more a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.post-read-more { margin: 25px 0 }
.post-description { margin-bottom: 15px }
.post-description .post-read-more a:hover {
    color: #4a90e2;
    text-decoration: none;
}
.post-meta .post-date,
.post-meta .post-comments,
.post-meta .post-shares {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}
.post-meta .post-comments a,
.post-meta .post-shares a { color: inherit }
.post-meta .post-comments a:hover,
.post-meta .post-shares a:hover {
    color: #4a90e2;
    text-decoration: none;
}
.blog-pagination {
    text-align: center;
    margin: 80px 0 50px 0;
}
.blog-pagination ul li { display: inline }
.blog-pagination ul li a {
    border: 1px solid #c1c1c1;
    padding: 10px 15px;
    margin-left: -1px;
    color: #c1c1c1;
}
.blog-pagination ul li a:hover,
.blog-pagination ul li.active a {
    background: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
    text-decoration: none;
}
.blog-pagination ul li:first-child a { border-radius: 3px 0 0 3px }
.blog-pagination ul li:last-child a { border-radius: 0 3px 3px 0 }
.blog-sidebar { margin-top: 100px }
.blog-sidebar .sidebar-widget h2.widgettitle {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lora', sans-serif;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-sidebar .sidebar-widget h2.widgettitle:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #4a90e2;
    left: 0;
    bottom: 0;
}
.recent-posts li { margin-bottom: 15px }
.recent-posts a {
    display: block;
    color: #969595;
    font-size: 15px;
    padding-bottom: 5px;
}
.recent-posts a:hover {
    color: #4a90e2;
    text-decoration: none;
}
.recent-posts small {
    font-style: italic;
    color: #A8A8A8;
    font-size: 12px;
}
.sidebar-widget { 
	margin-bottom: 50px;
	list-style: none;
	overflow: hidden;
	margin-top: -40px;
}
.sidebar-widget ul,
.sidebar-widget ul li ul{	
	padding-left: 15px;
	list-style: none;
	margin-bottom: -8px;
}
ul#menu-testing-menu{
	padding-left: 0;
}
.sidebar-widget>ul>li>ul{
	padding-left: 0 !important;
}
.sidebar-widget ul, .sidebar-widget ul li {
	padding: 5px 0;
}
.services-widget li,
.category-widget li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.services-widget li:before,
.category-widget li:before {
    position: absolute;
    content: "\f105";
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    color: #969595;
}
.services-widget li a,
.category-widget li a {
    color: #969595;
    font-size: 15px;
}
.services-widget li a:hover,
.category-widget li a:hover {
    text-decoration: none;
    color: #4a90e2;
}
.contact-widget li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #969595;
}
.contact-widget li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
}
.contact-widget li a { color: #969595 }
.contact-widget li a:hover {
    text-decoration: none;
    color: #4a90e2;
}
.blockquote-widget blockquote { border-left: 0 }
.widget-content.search-widget input {
    border: 2px solid #ddd;
    height: 40px;
    padding: 0 10px;
    width: 80%;
    display: table-cell;
}
.widget-content.search-widget button {
    background: #4a90e2 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    margin-left: -2px;
    display: table-cell;
    width: 20%;
}
.tags-widget ul li a {
    border: 1px solid #969595;
    text-transform: uppercase;
    color: #969595;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 12px;
    display: inline-block;
}
.tags-widget ul li a:hover {
    text-decoration: none;
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2;
}
/* calendar widget */
.screen-reader-text{
	display: none;	
}
.widget_calendar {
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}
#wp-calendar {width: 100%; }
#wp-calendar caption {color: #333; font-size: 12px;margin-bottom: 10px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.sidebar-widget form{
	margin: 15px 0;
}


/* ==================================================
    Single Post Page
   ================================================== */
.blog-content { padding-bottom: 100px }
.single-blog { margin-top: 100px }
.post-content h2.post-title {
    font-family: "Lora",sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
}
.post-content>article{
	margin-bottom: 50px;
}
.post-meta {
    text-align: right;
    margin-top: 30px;
}
.post-meta .date {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-weight: 600;
}
.post-meta h6 {
    margin-top: 0;
    color: #969595;
    font-weight: 300;
}
.day.colored {
    color: #4a90e2;
    display: block;
    font-size: 55px;
    margin-bottom: 5px;
}
.post-meta .details { color: #969595 }
.post-meta .details ul li { padding-bottom: 15px }
.post-meta .details ul li a { color: #969595 }
.post-meta .details ul li a:hover {
    text-decoration: none;
    color: #4a90e2;
}
.post-meta .details ul li i { padding-left: 5px }
.post-content p {
    margin: 20px 0;
    line-height: 1.8em;
}
.post-content blockquote { color: #969595 }
.post-content blockquote small { padding-top: 20px }
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 { font-family: "Lora", sans-serif }
.post-content ol li,
.post-content ul li {
    color: #969595;
    line-height: 30px;
}
.post-comments { margin-top: 100px }
.post-comments h3 {
    font-family: "Lora",sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}
.post-comments p {
    margin-bottom: 30px;
    font-size: 12px;
}
.post-comments form .form-group .form-control {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.post-comments form .form-group textarea.form-control {
    min-height: 200px;
    max-height: 200px;
    padding-top: 10px;
}
.post-comments form .form-group input.form-control { height: 40px }
.post-comments form .btn.btn-primary {
    background: #4a90e2 none repeat scroll 0 0;
    border: 2px solid #4a90e2;
    border-radius: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.post-comments form .btn.btn-primary:hover {
    background: none;
    color: #969595;
}
.post-image img { margin-bottom: 20px }

.blog-single-post .comment-area .comment-title{
    margin: 20px 0 0 0;
}
.blog-single-post .comment-area .comment-title h2{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb, .blog-single-post .comment-area .comments-inner .comment-single .author-comment{
    display: table-cell;
    vertical-align: top;
}
.blog-single-post .comment-area .comments-inner .comment-single{
    padding-top: 15px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb{
    padding-right: 20px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li{
    display: inline;
    margin-right: 10px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:first-child{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 18px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:first-child:before{
    position: absolute;
    content: "|";
    right: 0;
    top: -2px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:last-child{
    float: right;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-comment .comment-meta ul li:last-child a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #727272;
    text-align: center;
    padding-top: 6px;
}
.blog-single-post .comment-area .comments-inner .comment-single .author-thumb img{
    width: 80px;
    height: auto;
}
.blog-single-post .comment-area .comments-inner .comment-single .comment-reply{
    margin: 40px 0 0 90px;
}

.blog-single-post .comment-form-area h2.comment-form-title{
    margin: 50px 0 40px 0;
}
.blog-single-post .comment-form-area h2.comment-form-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.blog-single-post .comment-form-area .form-group label{
    display: block;
    font-weight: 400;
}
.blog-single-post .comment-form-area .form-group input, .blog-single-post .comment-form-area .form-group textarea{
    width: 100%;
    border-top:0 none; 
    border-bottom:1px solid #eee; 
    border-left:0 none; 
    border-right: 0 none;
    padding: 5px 0;
    box-shadow: none;
    margin-bottom: 20px;
    transition: .3s ease;
}
.blog-single-post .comment-form-area .form-group input:focus, .blog-single-post .comment-form-area .form-group textarea:focus{
    border-bottom-color: #4a90e2;
}
.blog-single-post .comment-form-area .form-group textarea{
    height: 150px;
}
.blog-single-post .comment-form-area .form-group button{
    background: #4a90e2;
    border: 0 none;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
p.form-submit input{
    background: #4a90e2;
	border: 0 none;
	padding: 10px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	border-radius: 2px;
}
.comment-area ul{
	padding:0;
	list-style: none;
}
.comment ul.children{
	margin-left:30px;
}
.comment-respond a{
	color: #777;
}
.comment-respond form{
	margin-top: 50px;
	margin-bottom: 100px;
}
article.comment-body{
	
}

/* ==================================================
   Helper classes
   ================================================== */
.hidden { display: none !important }
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible { visibility: hidden }
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after { clear: both }


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                     WordPress Core Class
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #000;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 15px 0;
}
.bypostauthor{}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* WordPress Gallery */
.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
div.sticky .blog-single .post-exerpt,
div.sticky .blog-single .post-content-head{
  background-color: #eee;
}
.gallery-caption{}
.ecoready-404{
	text-align: center;
}
.ecoready-404 h1{
	font-size: 7em;
	padding-top: 5%;
}
.ecoready-404 form{
	margin-left: -70px;
	margin-top: 3%;
}

.btn-primary {
	color: #fff;
	background-color: #4a90e2;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 30px;
	font-weight: 700;
	border: 0;
}

.page-pagination span,
span.page-numbers.current {
	padding: 10px 15px;
	background: #4a90e2;
	border: 1px solid #4a90e2;
	border-radius: 2px;
	color: #ffffff;
}
.post-content input,
.post-description input{
	height: 40px;
}

select{
	padding: 15px;
	width: 100%;
}

.tagcloud a{
	font-size: 16px !important;
	border: 1px solid #ddd;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px 3px 0;
}
.admin-bar .sticky-wrapper, .admin-bar .sticky-wrapper.is-sticky nav {
  margin-top: 30px;
}



/* ==================================================
   9.0 Footer
   ================================================== */
footer {
    padding: 50px 0 0 0;
    background: #343434;
}
footer .footer-widget h2.widgettitle {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .footer-widget .about-us-widget ul li {
    color: #969595;
    border-top: 1px solid #3F3F3F;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}
footer .footer-widget .about-us-widget ul li i {
    display: inline-block;
    width: 25px;
    float: left;
}
footer .footer-widget .about-us-widget ul li p {
    display: inline;
    float: left;
    margin-bottom: 0;
}
footer .footer-widget .twitter-feed ul li {
    color: #969595;
    padding: 5px 0;
    border-bottom: 1px solid #3F3F3F;
}
footer .footer-widget .twitter-feed ul li:first-child { padding-top: 0 }
footer .footer-widget .twitter-feed ul li a { color: #4a90e2 }
footer .footer-widget .twitter-feed ul li a:hover { text-decoration: none }
footer .footer-widget .twitter-feed ul li span {
    float: left;
    width: 90%;
}
footer .footer-widget .twitter-feed ul li span:first-child {
    width: 10%;
    float: left;
}
footer .footer-widget .twitter-feed ul li small.twitt-post-time { display: block }
footer .footer-widget .twitter-feed a.twitter-follow { color: #969595 }
footer .footer-widget .twitter-feed a.twitter-follow:hover { text-decoration: none }
footer .footer-widget .twitter-feed a.twitter-follow i { color: #4a90e2 }
footer .footer-widget .subscribe form input[type=email] {
    background: #4C4C4C;
    border: 0 none;
    padding: 10px;
    color: #969595;
    margin: 15px 0;
    height: 40px;
    display: table-cell;
    width: 65%;
}
footer .footer-widget .subscribe form button {
    background: #4a90e2;
    border: 0 none;
    color: #fff;
    padding: 10px;
    height: 40px;
    margin-left: -4px;
    display: table-cell;
    width: 35%;
}
footer .footer-widget .subscribe form p.privacy-alert { font-style: italic }
footer .footer-widget .footer-widget { margin-top: 50px }
footer .footer-widget .footer-widget .social-links ul li { padding-right: 15px }
footer .footer-widget .footer-widget .social-links ul li a {
    color: #969595;
    font-size: 20px;
}
footer .footer-widget .flickr-stream ul li { margin-bottom: 5px }
footer .footer-widget .flickr-stream a.flickr-more {
    color: #969595;
    display: inline-block;
    margin: 20px 0 0 5px;
}
footer .footer-widget .flickr-stream a.flickr-more:hover { text-decoration: none }
footer .footer-widget .flickr-stream a.flickr-more i { color: #4a90e2 }
footer .footer-bottom {
    background: #2F2F2F;
    padding: 15px 0;
    margin-top: 50px;
}
footer .footer-bottom .copyright p { margin-bottom: 0 }
footer .footer-bottom .scrool-to-top p {
    margin-bottom: 0;
    text-align: right;
}
footer .footer-bottom .scrool-to-top p a {
    font-size: 20px;
    color: #969595;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
footer .footer-bottom .scrool-to-top p a:hover,
footer .footer-bottom .scrool-to-top p a:focus {
    color: #4a90e2;
    outline: none;
}

