/*! ******************************************************
*
*	Theme Name:     Azero Cloud
*   Author:         Tikweb
*   Author URI:     http://www.tikweb.dk/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.0
*   License:        Tikweb 
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

img{
	max-width: 100%;
	height: auto;
}

a{
	color: #42aae0;
}

a:focus, a:hover{
	color: #42aae0;
	outline: 0 none;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
}

h1, h2{
	margin-bottom: 18px;
}

h3, h4{
	margin-bottom: 14px;
}
p {
    margin: 0 0 20px 0;
    word-break: break-word;
}

/* ----------------
Header Top
---------------- */
.site-header-top{
	background-color: #2E3133;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
}
.header-top-left p {
  margin: 4px 0 0;
}
.header-top-right {
    text-align: right;
}

.header-top-left a{
	color: #FFC391;
}

.heaer-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.heaer-social li {
    display: inline-block;
    margin-left: 5px;
}
.heaer-social a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    width: 28px;
}
.heaer-social a:hover {
    background-color: #42aae0;
    border: 1px solid #42aae0;
}

/* ----------------
Logo & Menu
---------------- */
.site-navigation{
	background-color: #fff;
	border-bottom: 3px solid #42aae0;
    padding-top: 15px;
}

.site-logo img {
    max-width: 350px;
    top: -6px;
    position: relative;
}

.main-menu a.ubermenu-target {
    padding: 17px 15px;
}

.main-menu a.ubermenu-target:hover,
.main-menu .ubermenu-current_page_item > a.ubermenu-target {
    color: #fff;
    background-color: #42AAE0;
}

.main-menu nav.ubermenu {
    margin-top: 20px;
}

.main-menu .ubermenu-accessible a.ubermenu-target:focus {
	box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
	outline: 0 none;
}

/* ----------------
Footer Top
---------------- */
.footer-top{
	background-color: #2E3133;
	padding: 60px 0;
    color: #fff;
    border-top: 3px solid #3fa8df;
}

.footer-widget h3 {
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-widget p {
    color: #bcbec0;
    font-size: 15px;
}

.footer-widget h4 {
    font-size: 19px;
    margin: 0 0 8px;
    font-weight: 700;
}

.footer-widget li a {
    color: #FFC391;
    font-size: 15px;
}

.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-newsletter .widget_wysija.shortcode_wysija{
	background-color: #4d4e4f;
	border-radius: 5px;
	position: relative;
}

.footer-newsletter .wysija-paragraph{
	float: left;
	width: 70%;
	margin: 0;
}

.footer-newsletter .wysija-paragraph .wysija-input{
	width: 100%;
	background-color: transparent;
	color: #f7f5f2;
	border: 0 none;
	height: 45px;
}

.footer-newsletter .wysija-paragraph .wysija-input:focus{
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	outline: 0 none;
}

.footer-newsletter .widget_wysija.shortcode_wysija:after,
.footer-newsletter .widget_wysija.shortcode_wysija:before{
	display: table;
	clear: both;
	content: " ";
}

.footer-newsletter .wysija-submit{
	float: right;
	width: 30%;
	background-color: #3FA8DF;
	margin: 0;
	height: 45px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	padding: 0;
    color: #fff;
}

.footer-newsletter .formError {
	left: 0 !important;
	top: 48px !important;
}

.footer-newsletter-form {
	margin-top: 28px;
}


/* ----------------
Footer Bottom
---------------- */
.footer-bottom{
	color: #3B3B3B;
	background-color: #ffffff;
	padding: 28px 0;
}

.footer-bottom-text {
	text-align: center;
	font-size: 14px;
}

.footer-bottom-text p:last-child{
	margin: 0;
}

a[target="_blank"]:not(.notarget)::after{
	display: none;
}

/* ----------------
Home Page
---------------- */
.soliloquy-container .homepage-slider-text{
	max-width: 1140px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
}
.homepage-slider-text h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.homepage-slider-text p {
    line-height: 1.4;
    margin-bottom: 10px;
}
.homepage-slider-text a {
	background-color: #3fa8df;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 8px 15px;
}

.homepage-slider-text a:hover {
	background-color: #018ED3;
	text-decoration: none;
}

/* ----------------
Domain Search
---------------- */
.domain-search-section {
    background-image: url("img/bg-pattren.png");
    border-bottom: 3px solid #3fa8df;
    border-top: 3px solid #3fa8df;
    padding: 60px 0;
}
.search-domain-box input.domain-search-input {
    background-color: #fff;
    border: 2px solid #3fa8df;
    border-radius: 5px;
    box-shadow: 0 0 0;
    color: #2e3133;
    float: left;
    font-size: 14px;
    height: 50px;
    padding: 10px 20px;
    width: 80%;
}
.search-domain-box button.domain-search-submit {
    background-color: transparent;
    border: 2px solid #3fa8df;
    border-radius: 4px;
    color: #fff;
    float: right;
    height: 50px;
    text-transform: uppercase;
    width: 19%;
}

.search-domain-box button.domain-search-submit:focus,
.search-domain-box button.domain-search-submit:hover {
    background-color: #3fa8df;
}

/* ----------------
Feature Box
---------------- */
.cloud-fearures-section {
    background-color: #f3f3f3;
    padding: 80px 0 50px 0;
}
.feature-section-title{
	border-left: 5px solid #358ad9;
	color: #333;
	font-size: 31px;
	font-weight: 300;
	margin: 0 0 46px;
	padding: 1px 0 3px 11px;
}
.feature-box {
    background-color: #fff;
    display: table;
    padding: 20px 25px;
    margin-bottom: 30px;
}
.feature-icon {
    color: #42aae0;
    display: table-cell;
    vertical-align: top;
    width: 70px;
}
.feature-text {
    display: table-cell;
    vertical-align: top;
}
.feature-text h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 7px;
}
.feature-text p {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}
.feature-icon i {
    font-size: 50px;
}
.feature-box:hover {
    background-color: #42aae0;
}
.feature-box:hover, .feature-box:hover .feature-text h4,
.feature-box:hover .feature-icon {
    color: #fff;
}

/* ----------------
Pricing Table
---------------- */
.pricing-section {
    background-image: url("/wordpress/wp-content/uploads/2017/08/pexels-photo-257736.jpeg");
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 80px 0;
}
.pricing-section::before {
    background-color: rgba(1, 124, 211, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pricing-section-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 12px;
}
.pricing-section-subtitle {
    margin: 0;
    padding-bottom: 90px;
}
.pricing-box {
    background-color: #ffffff;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    color: #333;
    position: relative;
    padding-top: 48px;
}
.pricing-icon {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}
.pricing-icon span{
	background-color: #333;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 52px;
	height: 95px;
	line-height: 85px;
	width: 95px;
}

.pricing-title {
    padding: 20px 30px 25px;
    text-align: center;
    min-height: 140px;
}
.pricing-title h4 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 6px;
}
.pricing-title p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}
.pricing-price {
    background-color: #f3f3f3;
    color: #17232d;
    font-size: 34px;
    font-weight: 700;
    padding: 10px;
    line-height: 1.1;
    text-align: center;
    height: 76px;
    display: table;
    width: 100%;
}
.price-block {
    display: table-cell;
    vertical-align: middle;
}
.pricing-price span {
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
}
.pricing-price small {
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.pricing-box ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    min-height: 396px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.pricing-box li {
    font-size: 14px;
    padding: 10px;
}
.pricing-box li + li {
    border-top: 1px solid #eaeaea;
}
.pricing-box li span {
    color: #42aae0;
}
.pricing-button {
    padding: 8px 0 30px;
    text-align: center;
}
.pricing-button a {
    border: 1px solid #3fa8df;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.pricing-button a:hover {
    background-color: #3fa8df;
    color: #fff;
    text-decoration: none;
}

/* ----------------
Testimonial
---------------- */
.testimonial-section{
	padding: 60px 0;
}
.testimonial-item{
	background-color: #F3F3F3;
    margin: 0 0 25px 0;
    padding: 25px 30px;
    display: table;
    width: 100%;
}

.testimonial-item-text{
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.testimonial-item-image{
	background-color: #ededed;
	display: table-cell;
	height: 132px;
	padding: 10px;
	vertical-align: middle;
	width: 152px;
}

.testimonial-item-text h3 {
    color: #018ed3;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
.reviewer-designation {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px;
}
.testimonial-content {
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
}
#testimonial-carousel .owl-dot {
    background-color: #4d4e4f;
    display: inline-block;
    height: 5px;
    margin: 0 4px;
    width: 30px;
}
#testimonial-carousel .owl-dots {
    font-size: 0;
    text-align: center;
}
#testimonial-carousel .owl-dot.active {
    background-color: #018ed3;
}


/* ----------------
Inner Page
---------------- */
.inner-page-content{
	padding: 50px 0 40px 0;
}
.inner-page-title .page-title {
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.inner-page-title {
    padding: 50px 0 55px 0;
    background-image: url(img/inner-page-title-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.inner-page-title::before {
    background-color: rgba(1, 124, 211, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Default Button */
div button, div input[type="button"], div input[type="reset"], div input[type="submit"], #respond form input#submit{
	border: 1px solid #3fa8df;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 16px;
    padding: 9px 40px;
    background-color: #fff;
    -webkit-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}

div input[type="submit"]:active:focus, div button:active:focus, #respond form input#submit:hover, #respond form input#submit:focus,
div button:focus, div input[type="button"]:focus, div input[type="reset"]:focus, div input[type="submit"]:focus,
div button:hover, div input[type="button"]:hover, div input[type="reset"]:hover, div input[type="submit"]:hover{
    background-color: #3fa8df;
    color: #fff;
    outline: 0 none;
    border-color: #3fa8df;
}

/* ----------------
Contact Page
---------------- */
.nf-form-cont {
    margin-top: -20px;
}
.nf-before-form-content {
    margin-bottom: 25px;
}
.ninja-forms-field.nf-element {
    border: 1px solid #42aae0;
    border-radius: 3px;
}
textarea.ninja-forms-field.nf-element{
    resize: none;
    height: 150px;
}
.ninja-forms-field.nf-element[type="email"],
.ninja-forms-field.nf-element[type="text"] {
    height: 36px;
}

/* ----------------
Back to top
---------------- */
a.cd-top {
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    background-color: #42AAE0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
}
a.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
a.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.no-touch a.cd-top:hover {
    background-color: #42AAE0;
    opacity: 1;
}
a.cd-top:hover, a.cd-top:focus {
    color: #fff;
}

/* ----------------
Single Page
---------------- */
#comments,
.sidebar .widget {
    margin-bottom: 30px;
    background-color: #dbe3e6;
    padding: 10px;
}
.post-meta a {
    text-transform: capitalize;
}

/*
|----------------------------------------
| Responsive 
|----------------------------------------
*/
/* Small Desktop (md) */
@media (max-width: 1199px){

    .homepage-slider .soliloquy-container .soliloquy-image,
    .homepage-slider .soliloquy-container .soliloquy-viewport {
        height: 360px !important;
    }
    .homepage-slider .soliloquy-container .soliloquy-image {
        width: auto;
    }

    .search-domain-box button.domain-search-submit {
        width: 25%;
    }

    .search-domain-box input.domain-search-input {
        width: 74%;
    }



} /* End Small Desktop */

/* Tablet (sm) */
@media (max-width: 991px){

    .homepage-slider .soliloquy-controls-direction{
        display: none;
    }
    .homepage-slider .soliloquy-container .soliloquy-image, .homepage-slider .soliloquy-container .soliloquy-viewport {
        height: 314px !important;
    }
    .search-domain-box button.domain-search-submit {
        width: 29%;
    }
    .search-domain-box input.domain-search-input {
        width: 70%;
    }
    .pricing-title h4 {
        font-size: 20px;
    }
    .pricing-title {
        min-height: 152px;
        padding: 20px 15px 19px;
    }

    .pricing-price {
        font-size: 28px;
    }
    .pricing-price span {
        font-size: 15px;
    }
    .pricing-icon span {
        border: 4px solid #fff;
        font-size: 45px;
        height: 84px;
        line-height: 77px;
        width: 84px;
    }
    .pricing-box ul {
        min-height: 536px;
    }
    .pricing-button a {
      font-size: 13px;
    }
    .feature-text h4 {
        font-size: 15px;
    }
    .feature-section-title {
        font-size: 27px;
    }

    .footer-top .col-sm-2.footer-widget + .footer-widget {
        min-height: 200px;
    }
    .footer-top .footer-widget {
        width: 50%;
    }




} /* End Tablet */

/* Mobile (xs)  */
@media all and (max-width: 767px){

    .header-top-left p {
        margin: 4px 0 5px;
        text-align: center;
    }

    .header-top-right {
        text-align: center;
    }

    .site-logo img {
        max-width: 110px;
    }
    .ubermenu-responsive-toggle {
        position: absolute;
        right: 0;
        top: -60px;
    }
    .site-navigation nav.ubermenu {
        margin: 0;
    }
    .main-menu a.ubermenu-target {
        padding: 4px 15px 5px;
    }
    .site-navigation .ubermenu-nav {
        padding: 10px 0;
    }.main-menu .ubermenu-nav li {
        display: block;
        width: 100%;
    }
    .homepage-slider .soliloquy-container .soliloquy-image, .homepage-slider .soliloquy-container .soliloquy-viewport {
        height: 170px !important;
    }
    .homepage-slider .soliloquy-controls-direction {
        display: block;
    }
    .soliloquy-container .soliloquy-caption{
        display: none;
    }

    .search-domain-box button.domain-search-submit {
        font-size: 12px;
        height: 40px;
        padding: 0;
        width: 38%;
    }
    .search-domain-box input.domain-search-input {
        height: 40px;
        padding: 5px 8px;
        width: 61%;
    }
    .domain-search-section {
        padding: 36px 0;
    }

    .cloud-fearures-section {
        padding: 50px 0 30px;
    }
    .feature-box {
        padding: 16px;
    }
    .feature-icon {
        width: 60px;
    }
    .feature-icon i {
        font-size: 44px;
    }
    .feature-section-title {
        font-size: 22px;
    }
    .pricing-section {
        padding: 40px 0 0px 0;
    }
    .pricing-section-title {
        font-size: 30px;
    }
    .pricing-section-subtitle {
        font-size: 14px;
        padding-bottom: 70px;
    }
    .pricing-title {
        min-height: initial;
    }
    .pricing-box ul {
        display: block;
        min-height: initial;
    }
    .pricing-box {
        margin-bottom: 67px;
    }
    .testimonial-item {
        padding: 16px 15px;
        display: block;
    }
    .testimonial-item-text {
        display: block;
        padding: 0 0 20px 0;
    }
    .testimonial-item-image {
        display: block;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .owl-carousel .owl-item img {
        max-width: 100%;
        width: auto;
        display: inline-block;
    }

    .footer-top .footer-widget {
        margin-bottom: 30px;
        width: auto;
    }
    .footer-newsletter .wysija-submit {
        font-size: 15px;
    }
    .footer-top .col-sm-2.footer-widget + .footer-widget {
        min-height: initial;
    }
    .footer-top {
        padding: 40px 0 10px;
    }

    .inner-page-title .page-title {
        font-size: 24px;
    }
    .inner-page-title {
        padding: 34px 0 45px;
    }


} /* End Mobile */

/* Small Mobile  */
@media (max-width: 374px){

} /* End Small Mobile */

/* Cart icon */
a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_left.ubermenu-item-notext {
    padding: 12px;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
    margin-right: 2px;
}