/* 
 Theme Name:     Hosting for Divi
 Author:         Pennyblack Templates
 Author URI:     https://www.pennyblacktemplates.com 
 Template:       Divi
 Text Domain:    hosting-for-divi
 Version:        1.4 
*/
/* ----------- COMMON CSS START ---------------------------*/
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0;
}
.page-template-page-template-blank .section_has_divider.et_pb_bottom_divider{
	display: none;
}
/* PAGE HEADER BREADCRUMMB SECTION */
#crumbs,
#crumbs a{
	color: #ffffff;
}
#crumbs span{
	color: #dcdcdc;
	line-height: 24px;
}
#crumbs a:hover{
	color: #700622;
}
.heading-underline {
	display: table;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	margin: 0 auto;
}
.sticky,
.bypostauthor{
	display: block;
}
/* ----------- COMMON CSS END ---------------------------*/

/* ----------- MENU START ---------------------------*/
#main-header{
	background-color:#FFFFFF;
}
#logo {
	max-height:100%;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, 
.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 33px !important;
}
.et_header_style_left #et-top-navigation, 
.et_header_style_split #et-top-navigation {
    padding-top: 33px !important;
}
#top-menu > li.current-menu-item > a {
	color: #700622;
}
#top-menu li li {
    margin: 0;
    padding: 0 0;
}
 #top-menu-nav > ul > li > a:hover {
	 color: #700622 !important;
 }
#top-menu li.current-menu-ancestor > a{
	color:#700622;
}
.mobile_menu_bar:before {
     color: #700622;
	 background-color: #ffffff;
	 padding-bottom: 3px;
	 padding-left: 5px;
     padding-right: 5px;
     padding-top: 5px;
}
.et_mobile_menu {
     border-top: 3px solid #333333;
	 background-color: rgb(255, 255, 255) ;
}
.et_mobile_menu li a {
    border-bottom: 1px solid #dcdcdc;
    color: #333333;
    display: block;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
}
.et_mobile_menu li:last-child a {
    border-bottom: 0;
}
.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: auto;
    opacity: 0;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
ul#top-menu li a {
    color: rgb(51, 51, 51);
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
#top-menu .sub-menu  {
	background-color:#ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
ul#top-menu ul.sub-menu li a {
    line-height: 1.4em;
    margin-bottom: 0px;
    padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
ul#top-menu ul.sub-menu li:last-child a {
	border-bottom: 0;
}
ul.et_mobile_menu > li:last-child{
	padding-bottom: 20px;
}

.nav li ul {
    border-top-color: #333333;
    border-top-style: solid;
    border-top-width: 3px;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
}
.nav li li {
    margin: 0;
    padding: 0 0;
}
.et_mobile_menu li a:hover, 
.nav ul li a:hover {
    background-color: #700622;
    opacity: 1;
	color: #ffffff;
}
ul#top-menu ul.sub-menu li a:hover {
	color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: 700;
}
/* ----------- MENU END ---------------------------*/

/* ----------- HOME PAGE START ---------------------------*/
/* ------- HEADER SECTION ------- */
.common-header-section .et_pb_button_module_wrapper{
	display: inline-block;
}

/* ------- SERVICE SECTION ------- */
.service-col-common {
	background-color: #ffffff;
	border: 2px solid #ffffff;    
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-col-common:hover {
	background-color: #ffffff;
	border: 2px solid #700622;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-col-common img {
    background-color: #f6f6f6;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #f6f6f6;
}
.service-col-common:hover img {
	background-color: #f6f6f6;
	border: 2px solid #700622;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-col-common:hover h4 {
	color: #700622;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------- DOMAIN NAME SECTION ------- */
.common-domain-form #wdc-style .input-group {
    margin-top: 0;
}
.common-domain-form #wdc-style .form-control::placeholder {
    color: #666666;
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
}
.common-domain-form #wdc-style .form-control,
.common-domain-form #wdc-style .small #Search  {
	color: #666666;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
	font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
}
.common-domain-form #wdc-style .btn-info {
	background-color: #700622;
	color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
.common-domain-form #wdc-style .btn-info:hover {
	background-color: #2B3A42;
	color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
.common-domain-form #wdc-style button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
	box-shadow: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #700622;
    border-radius: 50px;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
ul.domain-name {
    list-style: none;
    margin: 0;
	padding: 0;
	text-align: center;
}
.domain-name li {
    display: inline-block;
    text-align: center;
	padding: 15px;
}
.domain-name li a {
	color: #666666;	
} 
.domain-name li a:hover  {
	color: #700622;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------- PRICING SECTION ------- */
.price-content p {
	border-bottom: 1px dashed #eeeeee;
    color: #666666;
	font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.2;
    padding: 15px 0px;
}
p.light-content {
    color: #999999;
	border-bottom: 1px dashed #eeeeee;
	padding: 15px 0px;
}
.price-content p:last-child {
	border-bottom: 0;
}
.price-content p:first-child {
    padding: 10px 0px;
}
.price-tab.et_pb_tabs {
    border: 0;
}
.price-tab .et_pb_tab {
    padding: 10px 0px 0px 0px;
}
.price-tab  ul.et_pb_tabs_controls {
	margin: 0 auto;
	display: table;
}
.price-tab  ul.et_pb_tabs_controls,
.price-tab .et_pb_all_tabs {
    background-color: transparent;
}
.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
	width: auto;
	float: left;
}
.price-tab .et_pb_tabs_controls li a {
    display: table-cell;
    padding: 10px 17px 10px 17px;
    color: #666;
    line-height: inherit;
    vertical-align: middle;
    text-decoration: none;
}
.price-tab .et_pb_tabs_controls li:hover {
	background-color: #CCF2F2;
}
.price-tab.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #ffffff !important;
}
/* ------- COUNTER SECTION ------- */
.counter-section .percent {
	height: 62px;
}
.counter-section img {
    box-shadow: 1px 2px 3px #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 500ms ease 0s;
}
.counter-section:hover img {
    box-shadow: none;
}
/* ------- NEWS SECTION ------- */
.common-news-con .et_pb_blurb_container {
	padding-left: 5px;
}

.common-faq-content .et_pb_toggle_title::before {
    position: absolute;
    top: 13%;
    right: 0;
    margin-top: 0;
    color: #ccc;
    font-size: 16px;
    content: "\e050";
}

/* ------- CONTACT FORM SECTION ------- */
.contact-form-common .et_pb_contact {
	padding: 30px;
	box-shadow: 0 12px 20px -12px rgba(0,0,0,0.6);
}
.contact-form-common .et_pb_contact_main_title {
	padding: 20px;
	border-radius: 20px 20px 0 0;
}
.contact-form-common .et_contact_bottom_container,
.common-contact-us-page .et_contact_bottom_container{
	float: none;
	text-align: center;
	margin-top: 20px;
}
.contact-form-common .et_contact_bottom_container .et_pb_contact_reset,
.common-contact-us-page .et_contact_bottom_container .et_pb_contact_reset{
	margin-left: 0;
}
.contact-form-common .et-pb-contact-message p{
	padding-top: 30px;
}
.contact-form-common .et-pb-contact-message {
	color: #ffffff;
	padding-left: 30px;
	padding-bottom: 0;
}
.entry-content .contact-form-common ul{
    padding: 0 0 0px 1em;
}
.common-contact-us-page .et_contact_bottom_container .et_pb_contact_submit:after,
.contact-form-common .et_contact_bottom_container .et_pb_contact_submit:after {
	line-height: 24px !important;
	font-size: 14px !important;
	opacity: 1;
	margin-left: 4px !important;
    left: auto;
}
/* ----------- HOME PAGE END ---------------------------*/

/* ----------- ABOT US PAGE START ---------------------------*/
.common-scoical-link.et_pb_social_media_follow li a:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 1px;
	opacity: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
}
.common-scoical-link.et_pb_social_media_follow li a:hover:after {
    bottom: 31px;
	opacity: 1;
    -webkit-transition: 1s all;
    transition: 1s all;
}
/* ----------- ABOT US PAGE END ---------------------------*/

/* ----------- PRICE PAGE START ---------------------------*/

.triangle-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #700622;
    margin: 0px auto;
}

/* ----------- PRICE US PAGE END ---------------------------*/

/* ----------- CONTACT US PAGE START ---------------------------*/
.contact-col-common:before {
content: "";
position: absolute;
left: 0px;
right: 0px;
top: -1px;
width: 100%;
height: 1px;
background: #ffffff;
}
.contact-col-common:hover::before {
    top: 380px;
    -webkit-transition: 3s all;
	-moz-transition: 3s all;
	-ms-transition: 3s all;
	-o-transition: 3s all;
    transition: 3s all;
}
.contact-col-common:hover::after {
    bottom: 380px;
    -webkit-transition: 3s all;
	-moz-transition: 3s all;
	-ms-transition: 3s all;
	-o-transition: 3s all;
    transition: 3s all;
}
.contact-col-common {
	position: relative;
	overflow: hidden;
	background-color: #2B3A42;
}
.contact-col-common:after {
content: "";
position: absolute;
left: 0px;
right: 0px;
bottom: -1px;
width: 100%;
height: 1px;
background: #ffffff;
}

body #page-container .common-contact-us-page .et_contact_error {
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
    border-bottom: 1px solid red !important;
}
.entry-content .common-contact-us-page ul {
	padding-bottom: 10px;
}
/* ----------- CONTACT US PAGE END ---------------------------*/


/* ----------------- SHOP PAGE SIDEBAR START  ----------------- */
#main-content.hosting_blog_content .container {
    padding-bottom: 180px;
    padding-top: 80px;
}
.woocommerce.widget_products .product_list_widget li:before {
	display: none;
}
.woocommerce .widget-title,
.shop-sidebar .widget .widget-title{
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	overflow: hidden;
	background-color: transparent;
	border: 1px dashed #dcdcdc;
	position: relative;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
    margin-bottom: 20px;
}
.shop-sidebar .widget {
     margin-bottom: 30px;
}
.shop-sidebar .widget{
     padding: 30px 20px;	
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	border: 0;
    border-radius: 5px;
	background-color: #ffffff;
}
.shop-sidebar .et_pb_widget_area .et_pb_widget{
	position: relative;
}
.shop-sidebar .et_pb_widget_area .title{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.shop-sidebar .et_pb_widget_area .spacer{
	height: 25px;
}
.shop-sidebar .et_pb_widget_area .widget_media_audio .et_pb_widget .spacer,
.shop-sidebar .et_pb_widget_area .widget_media_video .et_pb_widget .spacer{
	height: 40px;
}
.shop-sidebar .widget:last-child {
     margin-bottom: 0px;
}
.post-slider-header.et_pb_module {
	z-index: 0;
}
.price_slider {
	display: block;
}
.price_slider_amount input {
	display: none;
}

/* SHOP SIDEBAR */
.page404-error .et_pb_column,
.contact-banner .et_pb_column,
.gallery-banner .et_pb_column,
.shop-cart-banner .et_pb_column {
	z-index: 1;
}
/* SEARCH */
.woocommerce .search-field,
.shop-sidebar .widget .search-field {
	 border-radius: 50px;
     height: 42px;
     margin: 0;
     padding: 10px 20px;
     border: 1px solid #dcdcdc;
     color: #666;
     font-size: 14px;
     line-height: normal;
     width: 100%;
}
.woocommerce .price_slider_amount button.button,
.shop-sidebar .price_slider_amount button.button{
	 background-color: #700622;
     border: 1px solid #700622;
     color: #ffffff;
     font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
     padding: 10px 20px 10px 20px;
	 border-radius: 50px;
	 text-transform: uppercase;
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce .price_slider_amount button.button:hover,
.shop-sidebar .price_slider_amount button.button:hover{
	background-color: #ffffff;
	border: 1px solid #700622;
	transition: 300ms ease-in;
	color: #700622;
}
.woocommerce .price_slider_amount button.button:after,
.shop-sidebar .price_slider_amount button.button:after{
	content: "";
}
.woocommerce .woocommerce-product-search,
.shop-sidebar .woocommerce-product-search{
	position: relative;
}
.woocommerce .woocommerce-product-search button,
.shop-sidebar .widget .woocommerce-product-search button {
    background-color: #700622;
    border: 2px solid #700622;
     color: #ffffff;
     font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
	 text-transform: uppercase;
     padding: 10px 20px 10px 20px;
     cursor: pointer;
	 position: absolute;
	 border-radius: 0 50px 50px 0;
	 right: 0px;
	 top: 0px;
	 height: 42px;
	 line-height: 18px;
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce .woocommerce-product-search button:hover,
.shop-sidebar .widget .woocommerce-product-search button:hover {
    background-color: #ffffff;
    color: #700622;
     -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #700622;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-sidebar .widget li {
     border-bottom: 1px solid #f0f0f0;
     padding-bottom: 10px;
	 color: #ffffff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-sidebar .widget li:hover{
     border-bottom: 1px solid #700622;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-sidebar .widget li {
     margin-bottom: 10px;
}
.woocommerce .product_list_widget ins .woocommerce-Price-amount,
.shop-sidebar .product_list_widget del .woocommerce-Price-amount {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
}
.woocommerce .product_list_widget ins .woocommerce-Price-amount,
.shop-sidebar .product_list_widget ins .woocommerce-Price-amount {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

.shop-sidebar .widget li:last-child {
     border: 0;
     margin-bottom: 0;
	 padding-bottom: 0;
}
 .shop-sidebar .widget li {
     position: relative;
     padding-left: 30px;
     line-height: 19px;
}

.shop-sidebar .widget li::before{
     font-family: ETmodules;
     font-size: 16px;
     font-weight: 800;
     position: absolute;
     color: #700622;
     left: 0;
     top: 0;
}

.shop-sidebar .widget li::before{
     content: "\39";
}
.single-post #sidebar .common_widget.et_pb_module {
    margin-bottom: 0;
}
.shop-sidebar .widget li a, 
.shop-sidebar .widget li {
     font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
     color: #666666;
     font-size: 14px;
     line-height: 24px;
	 font-weight: 600;
	 letter-spacing: 1px;
	  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shop-sidebar .widget li a:hover, 
.shop-sidebar .widget li:hover {
     color: #700622;
	  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#main-content .shop-sidebar .widget_recent_comments li.recentcomments a {
    width: 100%;
}
#main-content .shop-sidebar .widget_recent_comments li.recentcomments span.comment-author-link{
	font-weight: 600;
	padding-left: 20px;
	text-transform: capitalize;
}
.shop-sidebar #wp-calendar {
	text-align: center;
}
.shop-sidebar .et_pb_widget select {
	border: 1px solid #eeeeee;
    height: 45px;
}
/* ========= WIDGET TAG CLOUD ========= */
.woocommerce.widget_product_tag_cloud .tagcloud a {
	background-color: #700622;
	color: #ffffff;
	border: 1px solid #700622;
	border-radius: 50px;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 5px 10px;
	transition: 300ms ease-in;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
	background-color: #ffffff; 
	border: 1px solid #700622;
	transition: 300ms ease-in;
	color: #700622 !important;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:last-child{
	margin-bottom: 5px;
	padding: 5px 10px;
}
/* Image Gallery Post */
.image-gallery li {
	padding: 10px 15px 0 0;
}
.image-gallery li a.popup {
	padding: 0;
}
/* ----------------- SHOP PAGE SIDEBAR END  ----------------- */

/* --------------------------- COMING SOON PAGE START ---------------------*/
.coming-soon.et_pb_countdown_timer .sep{
   display:none;
}

.coming-soon.et_pb_countdown_timer .section.values {
	background-color: transparent;
	border: 2px solid #700622;
	padding:20px 20px;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.coming-soon.et_pb_countdown_timer .section.values:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.coming-soon .et_pb_countdown_timer_0 {
	padding-bottom: 0;
}
.coming-soon.et_pb_countdown_timer {
    padding: 20px;
}
/* ------ SUBSCRIBE FORM ------ */
.timer-form .coming-soon-subscribe-form .et_bloom_inline_form {
	margin: 0;
	display: block;
}
.timer-form .coming-soon-subscribe-form .et_bloom_header_outer {
	display:none;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container{
	background: transparent;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content,
.timer-form .coming-soon-subscribe-form .et_bloom_form_content{
	background: transparent;
	padding: 0;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button:hover {  
	background-color: #ffffff; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content span.et_bloom_button_text {
	color: #ffffff;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button:hover span.et_bloom_button_text{
	color: #700622 !important;
	line-height: 19px;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button {
	background-color: #700622;
	border: 2px solid #700622;
	border-radius: 50px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
    right: 40px;
	line-height: 19px;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_content .et_bloom_popup_input {
    padding-right: 0px;
}
.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
    padding: 10px 20px !important;
	border-radius: 50px !important;
	line-height: 23px;
}
.timer-form .coming-soon-subscribe-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    opacity: 1;
    color: #fff;
    background: #82C016;
    padding: 8px 7px 7px 10px;
    border-radius: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    display: block;
    height: 28px;
    width: 28px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    position: absolute;
    top: 0;
    margin-top: -48px;
}
.et_bloom .et_bloom_form_container h2.et_bloom_success_message {
	padding: 10px;
}
.timer-form .coming-soon-subscribe-form .carrot_edge .et_bloom_form_content::before { 
  display: none;
}
/* --------------------------- COMING SOON PAGE END ---------------------*/

/* --------------------------- 404 PAGE START --------------------------- */
.error404 #main-content .container, 
.error404 #content-area, 
.error404 #left-area {
 padding: 0;
 margin: 0;
 width: 100%;
 max-width: none;
}
.error404 #sidebar {
 display: none;
}
.error404 .et_pb_post:last-child {
margin-bottom: 0;
}
/* --------------------------- 404 PAGE END --------------------------- */

/* ----------------- BLOG PAGE START ----------------- */
.et_pb_widget {
    float: none;
    max-width: 100%;
}

.et_pb_post .entry-featured-image-url {
    margin-bottom: 10px;
}
.hosting_blog_content .et_pb_post,
.common_post .et_pb_post,
.single .et_pb_post,
body.search #left-area .entry {
	background-color: #ffffff;
	padding: 20px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
}
.et_pb_post {
    margin-bottom: 30px;
}
.pagination {
	margin-top: 30px;
}

.pagination div a {
	display: inline-block;
	border: 2px solid #700622;
	border-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
}
.pagination a,
#main-content .alignright a,
#main-content .alignleft a  { 
	background-color: #700622;
    display: inline-block;
	border: 2px solid #700622;
	border-radius: 50px;
	color: #ffffff;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#main-content .alignright a:hover,
#main-content .alignleft a:hover  { 
	background-color: #ffffff;  
	border: 2px solid #700622;
	color: #700622;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ----------------- BLOG PAGE END ----------------- */
/* ----------------- SINGLE BLOG PAGE START ----------------- */
#main-content {
    background-color: #f5f5f5;
}
.hosting_blog_content #left-area{
	padding-right: 0;
	width: 64.833%;	
	padding-bottom: 0;
}
.hosting_blog_content #sidebar{
	padding-left: 0;
	margin-right: 0;
	width: 29.666%;	
}
#sidebar{
	float: right
}
article.et_pb_post:last-of-type {
    margin-bottom: 0;
}
.hosting_blog_content .entry p{
	padding-top: 0;
}
.hosting_blog_content .et_pb_post img {
    margin-bottom: 10px;
}
.et_pb_blog_0 .et_pb_post .post-content {
	color: #ffffff;
}
body.single-post article .entry-content .et_pb_section,
body.single-post article .entry-content .et_pb_section  .et_pb_row {
    padding:0;
}
body.single-post article.et_pb_post .entry-content {
    padding-top: 0px;
}
body.single-post #respond {
	padding-top:0px;
}
.hosting_blog_content .form-submit .submit.et_pb_button {
	background-color: #700622;
    border: 2px solid  #700622;
    color: #ffffff;
	border-radius: 50px;
	letter-spacing: 1px;
	font-size: 13px !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	display:inline-block;	
	padding: 10px 20px;
	text-transform: uppercase;
}
.hosting_blog_content .form-submit .submit.et_pb_button:hover {
	background-color: #ffffff; 
    color: #700622;
}

#commentform {
    padding-bottom: 0;
}
.hosting_blog_content #sidebar {
    padding-bottom: 0px;
}
body.single-post article .et_pb_post .entry-content {
    padding-top: 0;
}
.et_pb_post .post-meta {
    margin-bottom: 10px;
}
.single .et_pb_post:last-child{
    padding-bottom: 25px;
}
.hosting_blog_content .logged-in-as a {
	color: #700622;
}
.hosting_blog_content #comment-wrap {
    padding-top: 20px;
}
.hosting_blog_content #commentform.comment-form input, 
.hosting_blog_content #commentform.comment-form textarea { 
	background-color: rgb(245, 245, 245);
    padding: 10px 15px;
    color: rgb(153, 153, 153);
    font-size: 16px !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	line-height: 26px !important;
	letter-spacing: 1px; 
	border-radius: 5px;
}
.hosting_blog_content #commentform input[type=email], 
.hosting_blog_content #commentform input[type=text], 
.hosting_blog_content #commentform input[type=url] {
    width: 100%;
}
#main-content .container::before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
}
#main-content .container {
    padding-top: 80px;
	padding-bottom: 80px;
}
#main-content.hosting_blog_content h2.entry-title {
	padding-bottom: 5px;
}
body.search-no-results #main-content #left-area .entry h1 {
	padding-bottom: 5px;
}
#main-content.hosting_blog_content .comment-reply-title,
#main-content.hosting_blog_content h2.entry-title,
#main-content.hosting_blog_content h1.entry-title,
#main-content.single-post .et_post_meta_wrapper h1.entry-title,
.et_bloom h2.et_bloom_success_message,
body.search-no-results #main-content #left-area .entry h1 {
	font-size: 20px;
	color: #333333;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#main-content.hosting_blog_content .post-meta,
#main-content.hosting_blog_content .post-meta a,
#main-content.hosting_blog_content .post-meta span { 
    color: #700622;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
	padding-bottom: 0;
}

#left-area .post-meta {
    padding-bottom: 10px;
}

.more-link {
	background-color: #700622;
	border: 2px solid #700622;
	color: #ffffff;
	position: relative;
}
.more-link:after {
	line-height: 24px !important;
    font-size: 14px !important;
    opacity: 1;
    margin-left: 8px !important;
    left: auto;
	position: absolute;
	text-shadow: none;
	font-family: fontawesome;
	font-weight: 400;
	text-transform: none;
	content: "\f0da";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.more-link:hover {
	background-color: #ffffff; 
	color: #700622;
	border: 2px solid #700622;
	transition: 500ms ease-in;
}
.single-post .comment-reply-link {
	background-color: #700622;
	border: 2px solid #700622;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 5px;
	padding: 7px 20px;
	text-transform: uppercase;
	transition: 500ms ease-in;
}

.single-post .comment-reply-link:hover {
	background-color: #ffffff; 
	border: 2px solid #700622;
	color: #700622;
	transition: 500ms ease-in;
}

.single-post .comment-reply-link:after {
	display: none  ;
}

.single-post .et_post_meta_wrapper h1.entry-title {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom:0;
}
.single-post h1#comments.page_title {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 10px;
}
.single-post .comment-respond h3.comment-reply-title{
	font-size: 20px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: #333333;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom:0;
}

#commentform div.error {
	color: #ff0000;
	padding-top: 5px;	
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 1px;
}

#commentform input[type="text"].error,
#commentform input[type="email"].error,
#commentform textarea.error {
	border: 1px solid #ec3c06;
}
#commentform input[type=text]::placeholder {
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]::-webkit-input-placeholder {
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]:-moz-placeholder { /* Firefox 18- */
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]:-ms-input-placeholder {  
   color:#666666;
	opacity: 1; 
}
/* ----------------- SINGLE BLOG PAGE END ----------------- */
/* ----------------- SIDEBAR WIDGET STYLE START ----------------- */

/* Widget Title */
.et_pb_widget_area h4,
.et_pb_widget_area h4 a {  	
	margin-bottom: 0;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	height: 40px;
	overflow: hidden;
	text-transform: uppercase;
}
.et_pb_widget .widgettitle{
	background-color: transparent;
	position: relative;
	border: 1px dashed #dcdcdc;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
}

.et_pb_widget_area h4 > span {
	margin-right: 15px;
	vertical-align: text-top;
}
.et_pb_widget_area h4 > span > img{
	max-width: 30px;
	max-height: 30px;
}
#wp-calendar caption{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
}

#wp-calendar th{
	font-weight: normal;
}

.et_pb_widget_area .et_pb_widget{
	margin-bottom: 30px;
}

.et_pb_widget_area .et_pb_widget:last-child{
	margin-bottom: 0;
}

.et_pb_widget_area .et_pb_widget ul{
	padding-left: 0;
}

.et_pb_widget_area .et_pb_widget ul.sub-menu{
	padding-top: 5px;
	padding-left: 8px;
}

.et_pb_widget_area .et_pb_widget li{
	list-style: none;
	margin-bottom: 10px;
	margin-top: 5px;
}

.et_pb_column .common_widget .et_pb_widget {
	margin-bottom: 30px;
}
.et_pb_column .common_widget .et_pb_widget:last-child {
	margin-bottom: 0;
}

/* Widget Title */
.et_pb_widget_area .et_pb_widget{
	padding: 30px 20px;	
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	border: 0;
    border-radius: 5px;
	background-color: #ffffff;
}

.et_pb_widget_area .et_pb_widget{
	position: relative;
}

.et_pb_widget_area .et_pb_widget .title{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.et_pb_widget_area  .et_pb_widget .spacer{
	height: 25px;
}

.et_pb_widget_area .widget_media_audio .et_pb_widget .spacer,
.et_pb_widget_area .widget_media_video .et_pb_widget .spacer{
	height: 40px;
}

.et_pb_widget_area  .et_pb_widget select{
	margin-top: 15px;
}

/* Widget Content Typo */
.et_pb_widget_area .et_pb_widget li,
.et_pb_widget_area .et_pb_widget p,
.et_pb_widget_area .et_pb_widget a {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

.et_pb_widget_area .et_pb_widget li a:hover,
.et_pb_widget_area .et_pb_widget a:hover,
.et_pb_widget_area .et_pb_widget .readmore a,
.et_pb_widget_area .et_pb_widget .sab-link a{
	color: #700622;
}

.et_pb_widget_area .et_pb_widget > ul > li,
.et_pb_widget_area .et_pb_widget ul.menu > li{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.et_pb_widget_area .et_pb_widget > ul > li:before,
.et_pb_widget_area .et_pb_widget ul.menu > li:before {
	color: #700622;
	content: "\f101";
	font-family: Fontawesome;
	font-size: 12px;
	margin-right: 10px;
	vertical-align: top;
}

.et_pb_widget_area .widget_rss .et_pb_widget > ul > li:before {
	content: "";
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .et_pb_widget > ul > li:last-child,
.et_pb_widget_area .et_pb_widget ul.menu > li:last-child {
    padding-bottom: 0;
	border: 0;	
}

.et_pb_widget_area .et_pb_widget > ul > li:hover,
.et_pb_widget_area .et_pb_widget ul.menu > li:hover {
    border-bottom-color: #700622;	
}

.et_pb_widget_area .et_pb_widget > ul > li:hover > a > :not(ul),
.et_pb_widget_area .et_pb_widget > ul > li:hover:before,
.et_pb_widget_area .et_pb_widget ul.menu > li:hover > a > :not(ul),
.et_pb_widget_area .et_pb_widget ul.menu > li:hover:before  {
    color: #700622;
}
.et_pb_widget_area .et_pb_widget ul.menu ul.sub-menu  {
	padding-left: 15px;
}

.et_pb_widget_area select,
.footer-widget .fwidget select{
	width: 100%;
	padding: 6px 8px;
	height: 35px;
}

/* ========= WIDGET SEARCH ========= */
.et_pb_widget_area .widget_search .spacer{
	height: 50px;
}
.et_pb_widget_area .widget_search input#s {
    height: 40px;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 14px;
	background-color: transparent;
    line-height: normal;
	border-radius: 50px;
}

.et_pb_widget_area .widget_search #searchsubmit {
    background-color: #700622;
	border: 2px solid #700622;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #ffffff;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
	text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
	transition: 300ms ease-in;
}
.et_pb_widget_area .widget_search #searchsubmit:hover {
	background-color: #ffffff;
    border: 2px solid #700622;	
	color: #700622;
	transition: 300ms ease-in;
}
/* ========= WIDGET TEXT ========= */
.et_pb_widget_area .widget_text .textwidget img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.et_pb_widget_area .widget_text .textwidget select{
	width: 100%;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.et_pb_widget_area .widget_text .textwidget select option{
	width: 200px;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

/* ========= WIDGET RSS ========= */
.et_pb_widget_area .widget_rss li a.rsswidget{
	color: #333333;
	display: inline;
	clear: right;
}

.et_pb_widget_area .widget_rss li .rss-date{
	color: #666666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}

/* ========= WIDGET CALENDER ========= */
.et_pb_widget_area #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td a{
	color: #333333;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td{
	text-align: center;
	padding: 3px;
}
.entry-content tr td, 
body.et-pb-preview #main-content .container tr td {
   border-top: 0;
}
.entry-content table, 
body.et-pb-preview #main-content .container table {
   border: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar #prev,
.et_pb_widget_area #wp-calendar #next {
	padding-top: 0;
}

.et_pb_widget_area #wp-calendar #prev {
	text-align: left;
}

.et_pb_widget_area #wp-calendar #next {
	text-align: right;
}

/* ========= WIDGET RECENT POSTS ========= */
.et_pb_widget_area .recent-section  > .widget_recent_entries  > ul {
	padding-left: 15px;
}

.widget_recent_entries  li {
	list-style: none;
}

.et_pb_widget_area .single-article {
	margin-bottom: 20px;
}

.et_pb_widget_area .single-article:last-child {
	margin-bottom: 0;
}

.et_pb_widget_area .post-img {
	float: left;
	margin-right: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	width: 30%;
}

.et_pb_widget_area .post-img {
	width: 85px;
}

.et_pb_widget_area .post-img  img{
	width: 100%;
	height: 60px;
}

.et_pb_widget_area .recent_posts_cnt {
	padding-left: 0;
	float: left;
	width: 63%;
}

.et_pb_widget_area .recent_posts_cnt p {
	height: 30px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.et_pb_widget_area .entry-meta.recent-date  ul{
	float: left;
    margin-right: 15px;
	padding-left: 0;
}

.et_pb_widget_area .entry-meta.recent-date  li{
	display: inline-block;
	padding-right: 5px;
}
.et_pb_widget_area .entry-meta.recent-date .post-date {
	float: left;
	margin-right: 10px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments img ,
.et_pb_widget_area .entry-meta.recent-date .post-date img {
	padding-right: 5px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments,
.et_pb_widget_area .entry-meta.recent-date .post-date {
	font-size: 14px;
	letter-spacing: 1px;
}


/* ========= WIDGET ADD BANNER ========= */
.et_pb_widget_area .et_pb_widget .sab-description{
	margin-top: 10px;
	line-height: 22px;
}

.et_pb_widget_area .et_pb_widget .sab-link{
	margin-top: 10px;
}

/* ========= WIDGET ABOUT AUTHOR ========= */
.et_pb_widget_area .insight_widget_about_author .about-img,
.et_pb_widget_area .insight_widget_about_author .about-img img {
	text-align: center;
	max-width: 100%;
}

.et_pb_widget_area .insight_widget_about_author p {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}

.et_pb_widget_area .insight_widget_about_author p.readmore {
	text-align: center;
	margin: 10px 0 0 0;
}

/* ========= WIDGET CATEGORIES ========= */
.et_pb_widget_area .underline{
	border-bottom: 1px dotted #666666;
}

.et_pb_widget_area .tags-section ul,
.et_pb_widget_area .categories-inner ul {
	padding-left: 0;
}

.et_pb_widget_area .categories-inner > ul > li {
	display: inline-block;
	margin-right: 5px;
}

.et_pb_widget_area .widget_categories label{
	margin-right: 10px;
	margin-bottom: 5px;
}

.et_pb_widget_area .widget_categories li.categories-inner{
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_widget_area .widget_categories .cat-item ul.children{
	margin-top: 10px;
	padding-left: 15px;
}


/* ========= WIDGET TAG CLOUD ========= */
.widget_tag_cloud .tagcloud a {
	background-color: #700622;
	color: #ffffff;
	border: 1px solid #700622;
	border-radius: 50px;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 5px 10px;
	transition: 300ms ease-in;
}
.widget_tag_cloud .tagcloud a:hover {
	background-color: #ffffff; 
	border: 1px solid #700622;
	transition: 300ms ease-in;
	color: #700622 !important;
}
.et_pb_widget_area .widget_tag_cloud .tagcloud a:last-child{
	margin-bottom: 5px;
	padding: 5px 10px;
}

/* widget reset margin */
.et_pb_widget_area .et_pb_widget ul,
.et_pb_widget_area .et_pb_widget li:last-child,
.et_pb_widget_area .et_pb_widget p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* widget page */
.et_pb_widget_area .widget_pages .page_item ul.children{
	margin-top: 5px;
	padding-left: 15px;
}
/* contact us widget */
.ciw_contactinformation{
	float: none;
	margin-top: 15px;
}
.ciw_contactinformation .ciw_contact_address{
	padding-top: 0;
}

.ciw_contactinformation  .ciw_company_name{
	padding-bottom: 10px;
}

.ciw_contactinformation  .ciw_company_name:empty{
	display: none;
}
/* ========= WIDGET CONTACT INFO ========= */

.et_pb_widget_area .pbt-ciw-ul > li:before{
	content: '';
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .pbt-ciw-ul > li h4{
	margin-top: 0;
}

.et_pb_widget_area .pbt-social-icons > li{
	display: inline-block;	
	margin-right: 15px;
	margin-bottom: 0;
}
.et_pb_widget_area .pbt-social-icons > li:last-child{
	margin-right: 0;
}
.et_pb_widget_area .pbt-social-icons  > li a{ 
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 18px;
	text-align: center;
}
.et_pb_widget_area .pbt-ciw-li .icon-div,
.et_pb_widget_area .pbt-ciw-li .text-div{
	display: table-cell;	
}
.et_pb_widget_area .pbt-ciw-ul li .icon-div{
	min-width: 35px;
	padding-right: 10px;
	text-align: left;
} 
.et_pb_widget_area .pbt-ciw-li .icon-left i{
	font-size: 26px;
}
.et_pb_widget_area .pbt-social-icons  li i{ 	
	font-size: 18px;	
	color: #333333;
}
.et_pb_widget_area .pbt-social-icons  > li a:hover,
.et_pb_widget_area .pbt-social-icons  > li a:hover i{ 
	background-color: #700622;
	color: #ffffff;
}
/* Categories List */
.et_pb_widget_area .widget_categories .cat-item  .post_count,
.et_pb_widget_area .widget_archive .post_count{
	float: right;
	background-color: #700622;
	color: #ffffff;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 12px;	
}
/* ----------------- SIDEBAR WIDGET STYLE END ----------------- */

/* ----------------- FOOTER WIDGET START ----------------- */
#main-footer{
	background-color: #2B3A42;	
}
#footer-info {
  text-align: center;  
  float: none;
}
#footer-widgets {
	padding-bottom: 80px;
    padding-top: 80px;
}
#main-footer #footer-widgets .footer-widget{
	margin-bottom: 0;
}
.footer-widget .fwidget {
	margin-bottom: 30px !important;
}
.footer-widget .fwidget h4.title,
.footer-widget .fwidget h4.title a{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #f2f2f2;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #700622;
	margin-bottom: 20px;
}
.footer-widget .fwidget a.rsswidget {
	border-bottom: 0 !important;
}
.footer-widget .fwidget ul{
	padding-left: 0;
	margin-top: 0;
}
.footer-widget .fwidget ul.sub-menu{
	padding-top: 5px;
	padding-left: 8px;
}
.footer-widget .fwidget li{
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	color:#f2f2f2;	
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left:0;
	border: 0;
	position:absolute;
}
#footer-widgets .footer-widget li::before {
    content: "\f101";
}

.footer-widget .fwidget ul > li > ul >li:before {
    display: none;
}
.footer-widget .fwidget ul > li > ul >li{
    padding-left: 0;
}
#footer-widgets .footer-widget li {
	padding-left: 20px;
}
#footer-widgets .footer-widget .social-icons li:first-child {
	padding-left: 0;
}
#footer-widgets .footer-widget .social-icons li {
	padding-left: 10px;
}
#footer-widgets .footer-widget li:last-child {
	margin-bottom: 0px;
}
/* Footer One Widget Content Typo */
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li,
#footer-widgets .footer-widget span,
#footer-widgets .footer-widget label,
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget p,
#footer-widgets .footer-widget i,
#footer-widgets .footer-widget div{
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	transition: 500ms ease-in;
}

#footer-widgets .footer-widget p.wp-caption-text {
	color: #666666;
}
#footer-widgets .footer-widget li a:hover,
.footer-widget .fwidget li a:hover,
.footer-widget .fwidget .readmore a,
.footer-widget .fwidget .sab-link a{
	color: #dcdcdc;
}

.footer-widget .fwidget label{
	margin-right: 10px;
}
/* ========= FOOTER - WIDGET ABOUT ME ========= */
.footer-widget .fwidget.widget_aboutmewidget img#about-image {
    float: left;
    margin: 3px 8px 15px 0;
}
/* ========= FOOTER - WIDGET SEARCH ========= */
.footer-widget .fwidget .searchform input#s{
	border: 0;
	background-color: #ffffff;
	border-radius: 50px;
	color: #cccccc;
}
.footer-widget .fwidget .searchform #searchsubmit {
    background-color: #700622;
	border: 2px solid #700622;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #ffffff;
	text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700;
	transition: 300ms ease-in;
}
.footer-widget .fwidget .searchform #searchsubmit:hover {
	background-color: #ffffff;
    border: 2px solid #700622;	
	color: #700622;
	transition: 300ms ease-in;
}
/* ========= FOOTER - WIDGET TEXT ========= */
.footer-widget .fwidget.widget_text .textwidget img{
	max-width: 100%;
	height: auto;
}

.footer-widget .fwidget.widget_text .textwidget select{
	width: 100%;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.footer-widget .fwidget.widget_text .textwidget select option{
	width: 120px;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

/* ========= FOOTER - WIDGET RSS ========= */
.footer-widget .fwidget.widget_rss li a.rsswidget{
	color: #700622;
	display: block;
	clear: right;
}
.footer-widget .fwidget.widget_rss li .rss-date{
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}

/* ========= FOOTER - WIDGET CALENDER ========= */
.footer-widget .fwidget #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td{
	text-align: center;
	padding: 3px;
}
.footer-widget .fwidget #wp-calendar caption {
    color: #ffffff;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td a{
	color: #ffffff;
}

.footer-widget .fwidget #wp-calendar td{
	color: #cccccc;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar #prev,
.footer-widget .fwidget #wp-calendar #next {
	padding-top: 0;
}
.footer-widget .fwidget #wp-calendar #prev {
	text-align: left;
}
.footer-widget .fwidget #wp-calendar #next {
	text-align: right;
}

/* ========= FOOTER - WIDGET CATEGORIES ========= */
.footer-widget .fwidget .underline{
	border-bottom: 1px dotted #999999;
}

.footer-widget .fwidget .categories-inner > ul > li {
	display: inline-block;
	margin-right: 5px;
}
.footer-widget .fwidget .widget_categories  li img{
	padding-right: 5px;
	padding-bottom: 4px
}
.footer-widget .fwidget .widget_categories .underline{
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.footer-widget .fwidget .widget_categories ul li:last-child  p.underline{
    border-bottom: 0;
}
.footer-widget .fwidget .widget_categories li.categories-inner{
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-widget .fwidget .widget_categories ul.children,
.footer-widget .fwidget .widget_pages  .page_item ul.children{
	margin-top: 10px;
	padding-left: 15px;
}

/* ========= FOOTER - WIDGET TAG CLOUD ========= */
.footer-widget .fwidget .widget_tag_cloud .tagcloud li  a{
	font-size: 13px;	
	color: #ffffff;
}

/* ========= FOOTER - SOCIAL ICON IMAGE ========= */
.footer-widget .footer-logo {
	margin-bottom: 10px;
}
.footer-widget .fwidget ul.social-icons {	
	margin-top: 20px;
}
.footer-widget .fwidget ul.social-icons {	
	list-style: none;
	line-height: 0;
	font-size: 0;
}
#footer-widgets .footer-widget .fwidget.widget_text ul.social-icons li > img {	
	margin-bottom: 0;
}
.footer-widget .fwidget .social-icons li:first-child  {
	padding-left: 0;
}
.footer-widget .fwidget .social-icons li  {
	display: inline-block;
	padding-left: 10px;	
	margin-bottom: 0;	
}
.footer-widget .fwidget .social-icons li:before  {
	display: none;
}
#footer-widgets .footer-widget .social-icons li a:hover{
	padding-left: 0;
	transition: 500ms ease-in;
}
/* ========= FOOTER - SUBSCRIBE FORM ========= */

.footer-widget .fwidget .subscribe-form  p {
    margin-bottom: 15px;
} 
.footer-widget .fwidget .subscribe-form .et_bloom_success_checkmark {
	top: 0px;
}
.footer-widget .fwidget .subscribe-form  p {
    padding-bottom: 0;
}
.footer-widget .fwidget .subscribe-form .et_bloom_header_outer,
.footer-widget .fwidget .subscribe-form .et_bloom_form_content:before {
	display: none;
}
.footer-widget .fwidget .subscribe-form .et_bloom_inline_form {
	margin-top: 20px;
	margin-bottom: 0;
	display: block !important;
}
.subscribe-form  .et_bloom_form_content {
	background-color: transparent;
	padding: 0;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_container,
.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content {
	background-color: transparent;
}
.footer-widget .fwidget .subscribe-form .et_bloom_popup_input {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_content button {
	width: 100%;
	background-color: #700622;
	border: 2px Solid #700622 !important;
	border-radius: 50px !important;
	transition: 500ms ease-in;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_content button span{
   color: #ffffff;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_content button:hover span{
   color: #700622 !important;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_content button:hover {	
	background-color: transparent;
	transition: 500ms ease-in;
}
.footer-widget .fwidget .subscribe-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    opacity: 1;
    top: -50px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.footer-widget .fwidget .subscribe-form .et_bloom_inline_form.et_bloom_optin.et_bloom_make_form_visibleet_bloom_optin_1 {
	margin: 0;
	display: block;
}
.footer-widget .fwidget .subscribe-form .et_bloom .et_bloom_inline_form {
    clear: both;
    margin: 0 0;
    display: inline-block;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content {
    padding: 0 0;
        padding-top: 0;
}
.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	padding: 13px 20px !important;
    border-radius: 50px !important;
}
/* ========= FOOTER - CONTACT US ========= */
.footer-widget .fwidget .footer-contact li {
	border:0;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.footer-widget .fwidget .footer-contact li:last-child {	
	margin-bottom: 0;
}
.footer-widget .fwidget .footer-contact li:last-child:before,
.footer-widget .fwidget .footer-contact li:nth-child(3):before,
.footer-widget .fwidget .footer-contact li:nth-child(2):before,
.footer-widget .fwidget .footer-contact li:first-child:before {
	color: #f2f2f2;	
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left:0;
	border: 0;
	position:absolute;
}
.footer-widget .fwidget .footer-contact li:first-child:before {	
	content: "\f041";	
}
.footer-widget .fwidget .footer-contact li:nth-child(2):before {	
	content: "\f095";
}
.footer-widget .fwidget .footer-contact li:nth-child(3):before {	
	content: "\f0e0";	
}
.footer-widget .fwidget .footer-contact li:last-child:before {	
	content: "\f0ac";
} 
/* ----------------- FOOTER WIDGET END ----------------- */

/* ----------------- COPY RIGHT START ----------------- */
#footer-bottom {
	background-color: #2B3A42;
	padding: 20px 0;
	border-top: 1px dashed #1e1e1e;
}
#footer-bottom .container,
#footer-bottom .container a {
	color: #f2f2f2;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 600;
}
/* ----------------- COPY RIGHT END ----------------- */

/* ----------------- MEADIA QUIERY START ----------------- */

@media only screen and (min-width:981px) and (max-width:1280px) { 
    .related.products {
		padding: 30px 30px 10px 30px;
	}  	
	body.single-product #main-content .related ul.products li.product {
		width: 42.253% !important;
		margin-right: 30px;
	}
	body.single-product #main-content .related ul.products li.product:nth-child(2n) {
		margin-bottom: 30px !important;
	}
	body.single-product #main-content .related ul.products li.product:nth-child(n) {
		margin-bottom: 30px !important;
	}	
	.woocommerce-page #main-content ul.products li.product:nth-child(2n+1), 
	.wc-page-shop #main-content ul.products li.product:nth-child(2n+1) {
         clear:both !important;
    }
    .woocommerce-page #main-content ul.products li.product,
	.wc-page-shop #main-content ul.products li.product {
         width: 46.253% !important;
		float:left;
		clear:none;
		margin-right:30px !important;
    }
     .woocommerce-page #main-content ul.products li.product:nth-child(2n+1), 
	 .wc-page-shop #main-content ul.products li.product:nth-child(2n+1) {
         clear:both !important;
    }
	 .woocommerce-page #main-content ul.products li.product:nth-child(even), 
	 .wc-page-shop #main-content ul.products li.product:nth-child(even)  {
		 margin-right: 0 !important;
	 }
	.woocommerce-page #main-content .related.products ul.products li.product:nth-child(even), 
	.wc-page-shop #main-content .related.products ul.products li.product:nth-child(even)  {
		 margin-right: 30px !important;
	 }
	.woocommerce-page #main-content .related.products ul.products li.product:nth-child(2n+1), 
	.wc-page-shop #main-content .related.products ul.products li.product:nth-child(2n+1) {
		clear:none !important;
	}
	.et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product,
	.et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product,
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 28.75% !important;
	}
	.woocommerce .products ul, 
	.woocommerce ul.products {
		margin-bottom: 0;
	}	
	
	p.woocommerce-result-count {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		float: none !important;
	}
	/* ------- MENU ----- */
	#top-menu li {
		padding-right: 15px;
	}
	.et_pb_column.res-pad-top-0 {
		padding-top: 0;
	}	
	.common-news-con {
		margin: 0 auto !important;
		display: table !important;
	}
	.common-news-con.res-top-pad-10.et_pb_blurb {
		padding-top: 10px !important;
	}
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		width: 100%;
		float: left;
	}
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		text-align: center;
		margin: 0 auto;
		display: table;
	}
}
@media only screen and (min-width:981px) and (max-width:1041px) { 
	.woocommerce .single_add_to_cart_button.button.alt {
		margin-top: 20px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:980px) {
	
	 .hosting_blog_content #left-area .woocommerce ul.products li.product:nth-child(3n),
	 .woocommerce-page #main-content ul.products li.product:nth-child(3n)  {
		margin-right: 0 !important;
	 }
	.woocommerce .products ul, 
	.woocommerce ul.products {
		margin-bottom: 0;
	}
	.our-shop.et_pb_column .woocommerce ul.products li.product:nth-child(n){
		margin-bottom: 0 !important;
	}
	.hosting_blog_content .woocommerce-pagination {
		margin-bottom: 30px;
	}
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), 
	.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
		float: left;
	}
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: left;
		width: 30%;
		margin: 0 4.5% 4.5% 0;
	}	
	.woocommerce #content div.product div.images, 
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.images, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.images, 
	.woocommerce-page div.product div.summary {
		float: left;
		width: 48% !important;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		float: right;
		width: 48% !important;
		clear: none;
	}	
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 40px;
	} 
	.hosting_blog_content #left-area .image-gallery li {
		padding: 5px 10px 5px 10px;
		width: auto;
	}
	.woocommerce-page p.woocommerce-result-count {
		width: 55% !important;
	}
}
@media only screen and (min-width:250px) and (max-width:980px){	
	/* ------- MENU DROPDOWN ----- */
	.et_mobile_menu {
		 max-height: 300px;
		 height: 300px;
         overflow-y: scroll;
	}
	.et_mobile_menu {
		padding: 20px;
	}
	.counter-section.res-mar-bot.et_pb_column {
		margin-bottom: 40px;
	}
	.common-test-monial .et_pb_testimonial_portrait,
	.ser-test-monial .et_pb_testimonial_portrait{
		float: none;
		margin: 0 auto 20px auto;
	}
	.common-test-monial .et_pb_testimonial_description,
	.ser-test-monial .et_pb_testimonial_description {
		margin-left: 0 !important;
	}	
	/* ------- RESPONSIVE COMMON WIDTH ------- */
	.res-width-common,
	.service-col-common,
	.common-price-column,
	.news-col,
	.common-test-monial,
	.about-team-sec,
	.service-sec-page,
    .ser-test-monial{
		width: 380px;
		margin: 0 auto 30px auto !important;	
		float: none !important;
	}	
	.res-width-common.et_pb_column:last-child,
	.service-col-common.et_pb_column:last-child,
	.common-price-column.et_pb_column:last-child,
	.news-col.et_pb_column:last-child,
	.common-test-monial.et_pb_column:last-child,
	.about-team-sec.et_pb_column:last-child,
	.service-sec-page.et_pb_column:last-child,
	.ser-test-monial.et_pb_column:last-child{
        width: 380px;
        margin-top: 0;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float:none !important;	
	}
	.res-width-common-row{
        width: 380px;
        margin-top: 0;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float:none;		
	}	
		
	/* ------- HOME & CONTACT US PAGE FORM ------- */
	.res-form-width {
		width: 75% !important;
	}	
	.et_pb_row .res-form-width-contact.et_pb_column:last-child {
		width: 75%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: auto !important;
		margin-left: auto;
		float:none;
	}	
	.common-news-con.et_pb_blurb {
		padding-left: 0 !important;
	}
	.common-news-con.et_pb_blurb.res-top-pad-10 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.common-news-con {
		margin: 0 auto;
		display: table !important;
	}
	.common-news-con.res-top-pad-10.et_pb_blurb {
		padding-top: 15px !important;
	}
	/* ------- COUNTER SECTION ------- */
	.counter-section .percent {
		height: 40px;
	}
	.common-domain-form #wdc-style button {
		display: block;
	}
	/* ------- BLOG PAGE PAGINATION ----- */	
	.et_pb_column .et_pb_widget:nth-child(n) {
		margin: 0 auto 30px auto;
	}
	.pagination div a {
		margin-top: 0;
	}
	.single .et_pb_post {
		margin-bottom: 30px;
	}
	.et_pb_widget {
		float: none !important;
		width: 60% !important;
	}
	body.single #sidebar,
    body.search #sidebar,
    body #sidebar{
		margin-top: 30px;
		margin-bottom: 0;
	}	
    .team-page-2-col-img{
		height: 300px;
		display: block !important;
	}
	/* ------- COMING SOON PAGE ----- */
	.coming-soon.et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		width:50%;
	}
	.timer-form .coming-soon-subscribe-form .et_bloom_form_content button {
		margin: 20px 0 auto 0;
		text-align: center;
		float: none;
		width: 100%;
	}
	.timer-form .coming-soon-subscribe-form p.et_bloom_popup_input {
		width: 100% !important;
		padding-right: 0;
	}
	.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button {
		
		position: inherit;
		right: 0px;
	}
	/* ------- FONT SIZE DECREASE ------- */
	h1 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	h2 {		
		font-size: 28px !important;
		line-height: 38px !important;
	}
	h3 {		
		font-size: 22px !important;
		line-height: 32px !important;
	}
	h4,
	.service-price-value span{
		font-size: 18px !important;
		line-height: 28px !important;
	}
	h5 {
		font-size: 16px !important;
		line-height: 26px !important;
	}
    h6 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	#main-content.hosting_blog_content .comment-reply-title,
	#main-content.hosting_blog_content h2.entry-title,
	#main-content.hosting_blog_content h1.entry-title,
	#main-content.single-post .et_post_meta_wrapper h1.entry-title,
	.et_bloom h2.et_bloom_success_message,
	body.search-no-results #main-content #left-area .entry h1,
    .single-post .et_post_meta_wrapper h1.entry-title,
    .single-post h1#comments.page_title,
	.shop-sidebar .widget h2.widget-title{
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.woocommerce .hosting_blog_content .widgettitle{
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.woocommerce-Reviews-title,
	.single-product .related.products h2,
	.single-product .woocommerce-tabs h2,
	#customer_details h3,
	#order_review_heading,
	.woocommerce .hosting_blog_content .res-comment-form .page_title,
	.woocommerce .hosting_blog_content .entry-title {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	body.single-product  .related ul.products li.product {
		width: 40% !important;
		margin-right: 30px;
	}
	body.single-product  .related ul.products li.product:last-child {
		
		margin-bottom: 0px !important;
	}
	body.single-product .related ul.products li.product:nth-child(n) {
		margin-bottom: 30px !important;
	}	
	/* ------- FOOTER WIDGET ----- */
	.fwidget.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}
	#footer-widgets {
		text-align: center !important;
	}
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
    .footer-widget .fwidget.widget_categories select{
		width: 60% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 100px;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 60% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}
	.footer-contact,
	.footer-widget .fwidget.widget_archive ul,
	.footer-widget .fwidget.widget_categories ul,
	.footer-widget .fwidget.widget_pages ul,
	.footer-widget .fwidget.widget_meta ul,
	.footer-widget .fwidget.widget_rss ul,
	.footer-widget .fwidget.widget_nav_menu ul,
	.footer-widget .fwidget.widget_recent_entries ul{
		margin: 0 auto !important;
		display: table !important;
		text-align: left !important;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}	
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0px;
	}
	.footer-widget .fwidget .subscribe-form{
		width: 80%;
		margin: 0 auto;
	}	
	.et_pb_row .section-full-height-2col-img.team-page-2-col-img.et_pb_column:last-child {
		margin-right: auto !important;
	}
	#footer-widgets {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#main-content.hosting_blog_content .container {
		padding-bottom: 150px;
		padding-top: 30px;
	}
}
@media only screen and (min-width:250px) and (max-width: 767px) {
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 30px;
	}
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0;
	}
	#main-content .et_pb_gallery_2.et_pb_gallery .et_pb_gallery_item,
	#main-content .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item,
	#main-content .gallery-4col.et_pb_gallery .et_pb_gallery_item {
		margin-bottom: 0;
		margin-right: 0;
		width: 50%;
	}
	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
		padding-bottom: 0;
	}
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 30px;
	}
	.comment-reply-link {
		bottom: 0;
	}
	.archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) {
		margin-right: 7.5% !important;
	}
	.hosting_blog_content #left-area .woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page #main-content ul.products li.product:nth-child(2n)  {
		margin-right: 0 !important;
	 }
	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom: 0;
	}
	.hosting_blog_content .woocommerce-pagination {
		margin-bottom: 30px;
	}
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
		float: left;
	}
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: left;
		width: 45% !important;
		margin: 0 7.5% 7.5% 0 !important;
	}
	.woocommerce-page p.woocommerce-result-count {
		width: 55% !important;
	}
	body.single-product  .related ul.products li.product {
		width: 100% !important;
		margin-right: 30px;
	}	
	.product.type-product .summary.entry-summary {
		margin-top: 20px;
	}
	.our-shop.et_pb_column .woocommerce ul.products li.product:last-child{
		margin-bottom: 0;
	}
	.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}
	.hosting_blog_content .comment .children {
		margin-left: 30px;
	}
	.price-value span {
		font-size: 16px;
		line-height: 26px;
	}
	p.price-value {
		font-size: 36px;
		line-height: 46px;
	}
	.domain-name li {
		padding: 5px 5px;
	}
	.common-contact-us-page .et_pb_contact_message,
	.contact-form-common .et_pb_contact_message {
		min-height: 120px;
	}
	.common-contact-us-page .et_pb_contact p input,
	.contact-form-common .et_pb_contact p input {
		padding: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.woocommerce-page p.woocommerce-result-count {
		width: 100% !important;
		margin-bottom: 20px !important;
	}	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
	}
	
}
@media only screen and (max-width: 481px) {  
	/* ------- COMING SOON PAGE ----- */
	.coming-soon.et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		width: 40% !important;
	}
	.counter-section.res-mar-bot.et_pb_column {
		margin-bottom: 30px;
	}
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 100% !important;
	}
	.res-form-width {
		width: 90% !important;
	}
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
    .footer-widget .fwidget.widget_categories select{
		width: 100% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 0;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 100% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}	
}
@media only screen and (max-width: 480px){
	/* ------- RESPONSIVE COMMON WIDTH ------- */
	.res-width-common,
	.service-col-common,
	.common-price-column,
	.news-col,
	.common-test-monial,
	.about-team-sec,
	.service-sec-page,
	.ser-test-monial{
		width: 100%;
	}	
	.res-width-common.et_pb_column:last-child,
	.service-col-common.et_pb_column:last-child,
	.common-price-column.et_pb_column:last-child,
	.news-col.et_pb_column:last-child,
	.common-test-monial.et_pb_column:last-child,
	.about-team-sec.et_pb_column:last-child,
	.service-sec-page.et_pb_column:last-child,
	.ser-test-monial.et_pb_column:last-child{
        width: 100%;
	}
	.res-width-common-row {
        width: 100%;
        margin-top: 0;
		margin-bottom: 0;
		margin-right: auto;
		margin-left: auto;
		float:none;		
	}	
	/* ------- HOME & CONTACT US PAGE FORM ------- */
	.et_pb_row_19.res-form-width,
    .res-form-width{
		width: 100%;
	}	
	.res-form-width-contact {
		width: 75%;
	}	
    /* ------- HEADER SECTION BUTTON ------- */	
	.common-header-section .et_pb_button_module_wrapper{
		display: block !important;
	}
	.common-header-section .et_pb_button_1_wrapper {
		margin-left: 0 !important;
		margin-top: 30px !important;
	}
	/* ------- FOOTER WIDGET BUTTON ------- */	
	.footer-widget .fwidget .subscribe-form{
		width: 100%;
		margin: 0 auto;
	}	
}
@media only screen and (max-width:479px) {
	#sb_instagram #sbi_images {
		padding: 0 0 6px 0;
	}	
	.woocommerce-page .related.products ul.products li.product:nth-child(n) {
		margin: 0 0% 30px 0;
	}
	.woocommerce-page table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page .related.products ul.products li.product:nth-child(n) {
		float: none;
		width: 100%;
	}
	.woocommerce .woocommerce-cart-form .coupon .button,
	.woocommerce .woocommerce-cart-form .coupon #coupon_code.input-text {
		margin-right: 0;
		width: 100%;
	}
	#content-area table tr, #main-content table.cart tr, table.cart tr {
		padding: 0px;
	}
	.menu-logo-section img {
		max-width: 60%;
	}
	#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
		padding: 3px;
	}
	.hosting_blog_content .comment-form-author,
	.hosting_blog_content .comment-form-email,
	.hosting_blog_content .comment-form-comment {
		padding-bottom: 30px;
		width: 100%;
	}
	.hosting_blog_content #commentform.comment-form textarea {
		height: 70px;
	}
	.hosting_blog_content #left-area .image-gallery li {
		padding: 5px 5px;
		width: 50%;
	}
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		width: 100%;
		float: left;
	}
	
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		text-align: center;
		margin: 0 auto;
		display: table;
	}
}
@media only screen and (max-width:414px) {
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: none;
		width: 100%;
		margin: 0 0% 30px 0;
	}
	.hosting_blog_content #left-area .image-gallery li {
		padding: 0px 4px 0px 4px;
	}
}
@media only screen and (max-width:367px) {
	.woocommerce .single_add_to_cart_button.button.alt {
		margin-top: 20px !important;
	}
	.shop-sidebar .widget .woocommerce-product-search button {		
		position: inherit !important;
		border-radius: 50px 50px 50px 50px;
		width: 100%;
		margin-top: 20px !important;
	}
}
/* ----------------- MEADIA QUIERY END ----------------- */