/*
Theme Name: Rolleston Drycleaning
Theme URI: http://byjon.nz
Description: Wordpress bootstrap 3 framework theme.
Version: 2.2
Author: Jon Holtslag
Author URI: http://byjon.nz
*/

a, button, input[type="submit"]{
	transition:all 0.3s ease;
}
body{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.05em;
}
a{
	color:#00c1cf;
}
a:hover,
a:focus{
	text-decoration: none;
	color:#26328C;
}
::selection {
  background: #26328C; /* WebKit/Blink Browsers */
  color:white;
}
::-moz-selection {
  background: #26328C; /* Gecko Browsers */
  color:white;
}
#main_wrapper,#small_header_wrapper,#header_wrapper,#content_wrapper,#footer_wrapper,#small_footer_wrapper{
	padding-left:0px;
	padding-right:0px;
}
img, svg{
	max-width: 100%;
	height:auto;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
}
/*
******************************************************************************************************************
=Header
                                                                          
88                                            88                          
88                                            88                          
88                                            88                          
88,dPPYba,    ,adPPYba,  ,adPPYYba,   ,adPPYb,88   ,adPPYba,  8b,dPPYba,  
88P'    "8a  a8P_____88  ""     `Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88       88  8PP"""""""  ,adPPPPP88  8b       88  8PP"""""""  88          
88       88  "8b,   ,aa  88,    ,88  "8a,   ,d88  "8b,   ,aa  88          
88       88   `"Ybbd8"'  `"8bbdP"Y8   `"8bbdP"Y8   `"Ybbd8"'  88          

******************************************************************************************************************
*/
#small_header_wrapper{
	background:#26328C;
	color:white;
	font-size: 12px;
}
#small_header_wrapper a{
	color:white;
}
#small_header_wrapper a:hover{
	color:#00c1cf;
}
#small_header_inner{
	padding:10px 0;
}
#header_wrapper{
	padding:30px 0;
	border-bottom: 1px solid #e7e7e7;
}
#header_inner{
	display: flex;
	align-items: center;
}
#logo{
	float: left;
}
#logo img{
	width: 180px;
}
.header_text i{
	margin-right: 5px;
}
#header_text_1{
	float:left;
}
#header_text_2{
	float:right;
}
#header_text_1 a{
	margin-right: 10px;
}
#header_text_2 a{
	margin-left: 10px;
}
.page_title{
	padding:15px 0;
	background:#FCFCFC;
	border-bottom: 1px solid #e7e7e7;
}
.page_title h1{
	font-size: 22px;
	margin-bottom: 0px;
}
.page-id-8 .page_title{
	display: none;
}

/*
****************************************************************
=NAV
****************************************************************
*/
/*Non-mobile and mobile nav buttons*/
header nav ul li a{
	color:#333;
	font-weight: bold;
}
/*Header desktop nav container*/
header nav.hidden-xs{
	margin-left: auto;
}
header nav.hidden-xs ul{
	margin:0px;
	padding-left:0px;
	font-size:0;/*Removes 4px space of inline-block*/
}
header nav.hidden-xs > div{
	float: right;
}
header nav.hidden-xs ul li{
	display:inline-block;
	list-style: none;
	position:relative;
}
header nav.hidden-xs ul li a{
	text-decoration: none;
	display:inline-block;
	padding:10px 20px;
	font-size: 15px;
	text-align: center;
}
header nav.hidden-xs ul li a:hover,
header nav.hidden-xs ul li a:focus,
header nav.hidden-xs ul li.current_page_item > a,
header nav.hidden-xs ul li:hover > a{
	text-decoration: none;
	color:#00c1cf;
}
header nav .shop_link{
	float: right;
	background-color:#26328C;
	width: 30px;
	height: 30px;
	background-image: url(img/hanger.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 200px;
	color:white;
	margin-top:6px;
}
header nav .shop_link:hover{
	background-color:#00c1cf;
}
/*
****************************************************************
=DROPDOWN MENU
****************************************************************
*/
/*Parent a:after - indication it has children*/
header nav ul li.menu-item-has-children > a:after{
	content:"\f078";
	font-family:'FontAwesome'; 
	font-weight: normal;
	font-size:.75em;
	margin-left: 5px;
    vertical-align: middle;
}
header nav.hidden-xs ul li ul{
	visibility:hidden;
	position:absolute;
	padding:0;
	top:45px;
	left:15px;
	display:block;
	opacity:0;
	transition:all 0.3s ease;
	z-index: 50;
	border:1px solid #e7e7e7;
	box-shadow: 0px 3px 10px rgba(89,89,89,0.1);
}
header nav.hidden-xs ul li:hover ul,
header nav.hidden-xs ul li.hover > ul{
	opacity:1;
	visibility: visible;
}
header nav.hidden-xs ul li ul li{
	display: block;
}
/*Dropdown nav buttons*/
header nav.hidden-xs ul li ul a{
	width: 170px;
	text-align: left;
	padding-left:15px;
	padding-right: 15px;
	background:#fff;
}
/*Dropdown nav button hover*/
header nav.hidden-xs ul li ul a:hover{

}

/*
****************************************************************
=MOBILE NAV
****************************************************************
*/
/*XS nav control button*/
header nav #nav_menu_button{
	display:inline-block;
	background:#333;
	color:white;
	padding:5px 10px;
	text-align:center;
	float: right;
	font-size: 20px;
}
header  nav.visible-xs{
	
}
#main_nav_container{
	display: none;
	opacity: 1!important;
	width: 100%!important;
}
header  nav.visible-xs ul{
	padding:0px;
	margin:0px;
	background:#333;
}
header  nav.visible-xs li{
	display:block;
}
/*XS nav buttons*/
header  nav.visible-xs ul li a{
	display:block;
	width:100%;
	padding:10px 20px;
	color:white;
}
/*Mobile nav submenu*/
header nav.visible-xs ul li ul{
	visibility: visible;
	opacity:1;
	position: relative;
	top:0;
	padding-left:20px;
}
header nav.visible-xs ul li ul a{
	width:100%;
}
#nav_menu_button_wrap{
	margin-left: auto;
}

/*
******************************************************************************************************************
=content
                                       ,d                              ,d     
                                       88                              88     
 ,adPPYba,   ,adPPYba,   8b,dPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  MM88MMM  
a8"     ""  a8"     "8a  88P'   `"8a   88    a8P_____88  88P'   `"8a   88     
8b          8b       d8  88       88   88    8PP"""""""  88       88   88     
"8a,   ,aa  "8a,   ,a8"  88       88   88,   "8b,   ,aa  88       88   88,    
 `"Ybbd8"'   `"YbbdP"'   88       88   "Y888  `"Ybbd8"'  88       88   "Y888                                                                             

******************************************************************************************************************
*/
#content_wrapper{

}
#content_inner{

}
blockquote{
	font-size: 14px;
	border:0;
	padding:25px;
	position: relative;
	background:#ececec;
	margin-bottom: 65px;
}
blockquote:after{
	content:"";
	left:30px;
	position: absolute;
	bottom:-30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0px;
	border-color: #ececec transparent transparent transparent;
}
blockquote cite{
	display: block;
}
blockquote cite:before{
	content:"- ";
}

.woocommerce-page #content_inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.open_hours{
	text-align: center;
	color:white;
}
.open_hours h3{
	margin-bottom: 25px;
}
#content_inner .wpb_revslider_element{
	margin-bottom: 0px;
}
.default_padding_top,
.default_padding{
	padding-top: 60px;
}
.default_padding_bottom,
.default_padding{
	padding-bottom: 60px;
}
.icons{
	text-align: center;
	color:#00c1cf;
}
.icons i{
	font-size: 50px;
}
.icons h3{
	text-transform: uppercase;
	font-weight: bold;
}
.vc_btn3-container a{
	text-transform: uppercase;
	font-weight: bold;
}
#woo_sidebar_wrapper .widget{
	border:1px solid #e8e8e8;
	padding:15px;
	margin-bottom: 15px;
}
#woo_sidebar_wrapper .widget ul{
	padding:0 0 0 20px;
}
#woo_sidebar_wrapper .widget ul.cart_list{
	padding-left: 0px;
}
#woo_sidebar_wrapper ul.cart_list li a.remove{
	float: left;
}
.seven_stages_row .vc_column-inner > .wpb_wrapper{
	box-shadow:5px 5px 20px 2px rgba(0,0,0,0.1);
	padding:20px 15px;
	height: 100%;
}
.seven_stages_row{
	margin-bottom: 20px;
}
.seven_stages_row .wpb_text_column{
	margin-bottom: 0px;
}
.my_laundry_bag_bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c1cf+1,0089d3+99 */
	background: rgb(0,193,207); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,193,207,1) 1%, rgba(0,137,211,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,193,207,1) 1%,rgba(0,137,211,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,193,207,1) 1%,rgba(0,137,211,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1cf', endColorstr='#0089d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.my_laundry_bag{
	padding:50px 30px;
	overflow:hidden;
	position: relative;
	text-align: center;
	color:white;
}
.my_laundry_bag h2{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	opacity: 0.5;
	display: inline-block;
	margin-bottom: 0;
	margin-right: -210px;
}
.my_laundry_bag h1{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.my_laundry_bag p{
	margin-bottom: 40px;
}
.my_laundry_bag .steps{
	padding:10px;
	font-size: 30px;
	width: 30px;
	box-sizing: content-box;
	border-radius: 30px;
	color:#fff;
	margin-bottom: 25px;
	border:2px solid #fff;
}
.my_laundry_bag .inner{
	transition: 0.3s ease all;
	transform: scale(2) translateY(-20px);
	opacity: 0;
}
.my_laundry_bag .inner.one{
	transition-delay: 0.8s;
}
.my_laundry_bag .inner.two{
	transition-delay: 1s;
}
.my_laundry_bag .inner.three{
	transition-delay: 1.2s;
}
.my_laundry_bag .inner.four{
	transition-delay: 1.4s;
}
.my_laundry_bag.viewed .inner{
	transform: scale(1);
	opacity: 1;
}
.my_laundry_bag .arrow{
	position: absolute;
	top: 20px;
	font-size: 30px;
	color: #fff;
	opacity: 0.5;
	right:0;
	transform: translateX(50%);
}
.my_laundry_bag a{
	color: white;
	display: inline-block;
	font-weight: bold;
	margin-top: 40px;
	transition: 0.1s ease-in-out all;
}
.my_laundry_bag a:hover{
	transform: translateY(3px);
}
/*
******************************************************************************************************************
=footer
                                                                 
   ad88                                                          
  d8"                              ,d                            
  88                               88                            
MM88MMM  ,adPPYba,    ,adPPYba,  MM88MMM  ,adPPYba,  8b,dPPYba,  
  88    a8"     "8a  a8"     "8a   88    a8P_____88  88P'   "Y8  
  88    8b       d8  8b       d8   88    8PP"""""""  88          
  88    "8a,   ,a8"  "8a,   ,a8"   88,   "8b,   ,aa  88          
  88     `"YbbdP"'    `"YbbdP"'    "Y888  `"Ybbd8"'  88          

******************************************************************************************************************
*/
footer{

}
footer a{
	color:#00c1cf;
}
#footer_wrapper{
	color:#696b6f;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e7e7e7;
}
#footer_wrapper h3{
	color:#333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px;
}
#footer_inner{
	font-size: 13px;
}
#footer_inner i{
	display: inline-block;
	width: 25px;
	color:#ccc;
}
#footer_wrapper ul{
	padding:0px;
}
#footer_wrapper ul li{
	list-style: none;
}
#small_footer_wrapper{
	background:#26328C;
	font-size: 12px;
}
#small_footer_inner{
	padding:10px 0;
	color:#ccc;
}
#small_footer_wrapper a{
	color:#fff;
}
#small_footer_wrapper a:hover{
	color:#00c1cf;
}
.footer_text{
	
}
#footer_text_1{
	float: left;
}
#footer_text_2{
	float:right;
}
ul.services li:before{
	content:  "\f00c";
	font-family: 'FontAwesome';
	margin-right: 8px;
	color:#ccc;
}
.related.products{
	float: left;
	width: 100%;
}
.woocommerce-product-search input[type="search"]{
	margin-bottom: 10px;
	padding:5px;
}
.woocommerce .quantity .qty{
	height: 31px;
}
body div #content_inner #respond input#submit.alt, 
body div #content_inner a.button.alt, 
body div #content_inner button.button.alt, 
body div #content_inner input.button.alt{
	background:#26328C;
}
body div #content_inner #respond input#submit.alt:hover, 
body div #content_inner a.button.alt:hover, 
body div #content_inner button.button.alt:hover, 
body div #content_inner input.button.alt:hover{
	background:#00c1cf;
}
/*
******************************************************************************************************************
=misc                                           
                    88                         
                    ""                         
                                               
88,dPYba,,adPYba,   88  ,adPPYba,   ,adPPYba,  
88P'   "88"    "8a  88  I8[    ""  a8"     ""  
88      88      88  88   `"Y8ba,   8b          
88      88      88  88  aa    ]8I  "8a,   ,aa  
88      88      88  88  `"YbbdP"'   `"Ybbd8"'  

******************************************************************************************************************
*/
input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea{
	padding:10px 15px;
	width:100%;
	border:1px solid #d7d7d7;
}
input[type='submit']{
	border:0;
	padding:6px 14px;
	background:#efefef;
	background: #26328C;
	color: white;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
}
textarea{
	height: 147px;
}
input[type='submit']:hover{
	background:#00c1cf;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left,.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right,.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.page_not_found{
	display: block;
	text-align: center;
	margin:20px 0;
}
/*Wordpress captions*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d4d4d4;
	padding-top: 4px;
	margin: 10px;
	max-width: 100%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.214em;
	padding: 0 4px 5px;
	margin: 0;
}
.button{
	display:inline-block;
	background:#eee;
	color:#222;
	padding:8px 13px;
}
.button:hover{
	color:white;
	background:#222;
}

/*Pagination*/
.pagination a{
	display:inline-block;
	padding:2px 10px;
	margin-left:4px;
	text-align: center;
	background:#222;
	color:white;
}
.pagination a:hover{
	background:#444;
}



/*Phones*/
@media (max-width: 767px) {

	#header_text_1,
	#footer_text_1{
		margin-bottom: 10px;
	}
	#header_text_1,
	#header_text_2,
	#footer_text_1,
	#footer_text_2{
		float: none;
		text-align: center;
	}
	#logo{
		float:none;
		text-align: center;
	}
	.footer_widget{
		margin-bottom: 15px;
	}

	.my_laundry_bag{
		padding-left: 0;
		padding-right: 0;
	}
	.my_laundry_bag .col-sm-3{
		padding-bottom: 80px;
	}
	.my_laundry_bag .col-sm-3:last-child{
		padding-bottom: 0;
	}
	.my_laundry_bag .arrow{
		left: 50%;
		bottom:15px;
		right: auto;
		top:auto;
		transform: translateX(-50%) rotate(90deg);
	}

}
/*Tablet*/
@media (min-width: 768px) and (max-width: 991px){
	header nav.hidden-xs ul li a{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*medium devices - desktops*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*Large devices*/
@media (min-width: 1200px) {

}


