/*
	Theme Name: Theme 108
	Version: 3.0.0
	Author: The 108 Group, LLC
*/


/**************************************
Primary Color: #60732b
Secondary Color: #ffc845;
body color: rgba(56,56,56,.95);

Primary Font: 'Source Sans Pro', sans-serif;
Secondary Font: 'Oswald', sans-serif;
Tertiary Font: 'Montserrat', sans-serif;

00 global - Typography
01 global - Colors
02 global - Structure
03 global - lists
04 global - images
05 global - shortcodes
06 global - forms

10 header
11 header - logo
12 header - nav

20 home
21 home - showcase
22 Buttons

30 page
31 page - about
32 page - contact

61 social bar
62 top bar

70 sidebar

80 footer
**************************************/

/**************************************
s00 global - Typography
**************************************/


html,
body {
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 1.1em; 
	letter-spacing: .02em;
	text-transform: uppercase;
}


h1 { font-size: 32px;}
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 21px;}
h5 { font-size: 19px;}
h6 { font-size: 16px;}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table {
    margin-top: 0;
    margin-bottom: 30px;
}

#showcase h1,
#page_title h1 {
    font-size: 50px;
    line-height: 70px;
}

.primary-btn {
    font-size: 14px;
    font-family: montserrat;
    font-weight: bold;
}

#nav a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}


/************************************************************
	01 - Global Colors
*************************************************************/

html,
body {
	color: #383838;
	color: rgba(56,56,56,.95);
}

.header {
	background-color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #8a8a40;
}

#nav a:hover {
	color: #fff;
}

#showcase {
	background: #f1f1f1;
}

#page_title {
  background-color: #f1f1f1;
}

#showcase h1 {
    color: #333;
}

#page_title h1 {
	color: #fff;
}

a {	
	color: #60732b;
 }

a:focus,
a:hover {
	color: #383838;
}

#nav a:focus,
#nav a:hover {
	color: #fff;
}

.mfp-bg {
	background: #222728;
}

/* Form Color */

input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	border:1px solid #ddd;
	background: #fafafa;
}

textarea {
	border:1px solid #ddd;
	background: #fafafa;
}

input[type="submit"] {
    color: #fff;
    background: #60732b;
}


textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus  {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

form .custom-btn {
    border: 1px solid #01a0c8;
}

form .custom-btn:hover {
	background: #ade73b;
	border: 1px solid #ade73b;
}

/* Navigation Menu color*/

ul.sub-menu {
	background: #111;
}

ul.sub-menu .sub-menu {
    background: #222;
}

ul.sub-menu .sub-menu .sub-menu {
    background: #333;
}

ul.sub-menu .sub-menu .sub-menu .sub-menu {
    background: #444;
}

ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
    background: #4a4a4a;
}

@media screen and ( max-width: 767px ) {
	ul.sub-menu,
	ul.sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu .sub-menu,
	ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
		background: transparent;
	}

}

/* Social Bar color */

#social_bar {
	background: #fff;
	box-shadow: -4px 0px 25px -4px rgba(0,0,0,0.5);
}

/* Top Bar */

#topbar_text_short,
#topbar_text_long {
	color: #fff;
}

#topbar_text_short { 
	display: none; 
}

#topbar_link {
	color: #fff !important; 
}

/* Call btn at sidebar */


.call-btn i {
    border: 1px solid #ccc;
}


/* Footer Color */

.footer-widget .widgettitle,
.footer-widget a {
	color: #fff;
}

.footer-widget ul.sub-menu,
.footer-widget ul.sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu .sub-menu,
.footer-widget ul.sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
	background: transparent;
}

#footer {
	background: #60732b;
	color: #fff;
}


#copyright {
	background: #52641e;
	color: #fff;
}

#copyright a {
	color: #fff;
}

/* WP BASE CSS Color */

.wp-caption {
    background: #f5f5f5;
    border: 1px solid #dedede;
}

.page-links span {
    background: #60732b none repeat scroll 0 0;
    border: 1px solid #60732b;
    color: #fff;
}

.page-links a span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
}

span.page-links-title {
    background: transparent none repeat scroll 0 0;
    color: #333;
}

.page-links a:focus span, .page-links a:hover span {
    background: #60732b;
    color: #fff;
    border: 1px solid #60732b;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
}

.sticky.post-item,
.category-sticky.post-item {
  background: #f9f9f9;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
  -ms-box-shadow: 0 0 4px rgba(0,0,0,.15);
  -o-box-shadow: 0 0 4px rgba(0,0,0,.15);
  box-shadow: 0 0 4px rgba(0,0,0,.15);
}

.single .sticky.post-item,
.single .category-sticky.post-item {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.post-password-form input[type="submit"] {
    color: #fff;
    background: #60732b;
}

#comments .comment-info {
    background: #f5f5f5;
}

.comment-info .fn a {
    color: #333;
}

.comment-meta a {
    color: #333;
}

#comments .comment-info:before {
    border-color: transparent #f5f5f5 transparent transparent;
}


.gallery-item a, 
.gallery-item a:hover, 
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}


td, th {
  border: 1px solid #ddd;
}

tr {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

blockquote {
    border-left: 4px solid #60732b;
    background: #f1f1f1;
}

.blockquote-reverse {
    border-right: 5px solid #60732b;
}

.post-item {
    border-bottom: 2px dashed #ddd;
}

.read-more a {
    border:1px solid #dedede;
}

.tagcloud a,
.post-tag a {
    border: 1px solid #ddd;
}

.posts-nav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sidebar-widget {
    border-bottom: 1px solid #f2ebd8;
    border-bottom: 1px solid rgba(242, 235, 216,.35);
}

.error404 form input[type="submit"],
.search form input[type="submit"],
.sidebar-widget input[type="submit"] {
    background-color: #60732b;
    border: 1px solid #60732b;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select, .nice-select .list {
    border: solid 1px #ccc;
}


/**************************************
s02 global - structure
**************************************/

.section {
    clear: both;
    float: none;
    width: 100%;
    padding-top:80px;
    padding-bottom: 80px;
}

#content {
	padding-top: 0;
	padding-bottom: 70px;
}

.home #content {
	padding-top: 0;
	padding-bottom: 0;
}

.header {
	margin-bottom: 80px;
}

.header-top {
	padding-top: 15px;
	padding-bottom: 15px;
}

#showcase {
	padding-top: 100px;
	padding-bottom: 130px;
}

#page_title {
	padding-top: 65px;
  padding-bottom: 70px;
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

#page_title::before {
    content: "";
    background: rgba(0,0,0,.40);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#showcase h1,
#page_title h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}


p, a, h1, h2, h3, h4, h5, h6, span, li {
	text-shadow: rgba(0, 0, 0, 0.098) 0px 0px 1px;
	-webkit-font-smoothing: antialiased;
}

a {	
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}


.thumbnail-img {
	max-width:300px;

}

.thumbnail-img.alignleft,
.thumbnail-img.pull-left {
	margin-right: 20px;
	margin-bottom: 15px;
}

.thumbnail-img.alignright,
.thumbnail-img.pull-right {
	margin-left: 20px;
	margin-bottom: 15px;
}


html.pop-triggered {
	overflow-y: scroll !important;
	margin-right: 0 !important;
}

.space-bottom {
	margin-bottom: 30px;
}

.post-meta {
	margin-bottom: 30px;
}

.post-thumbnail {
	margin-bottom: 30px;
}

.blog-meta p {
	margin-bottom: 15px !important;
}


p.lead {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	p.lead {
		font-size: 20px;
	}

}


/* temporarily disabled */
#social_close {
	display: none;

}



/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.95; }
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }


/* Indivudual image Zoom Option On Click */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.95;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

a.mpopup {
	outline: none;
}

.mfp-bg {
	opacity: .95;
}




/**************************************
s03 global - lists
**************************************/

/**************************************
s04 global - images
**************************************/


/**************************************
s05 global - shortcodes
**************************************/

/**************************************
s06 global - forms
**************************************/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="password"],
select {
	height:40px;
	padding-left:7px;
	padding-right: 7px;
	outline:0;
}

textarea {
	padding-left:7px;
	padding-right: 7px;
	outline:0;
}

input[type="submit"] {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border:0;
    outline: none;
}


textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus  {
    outline: 0;
}


form .custom-btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
    height: 40px;
}


form input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
    height: 40px;
}



/**************************************
s10 header
**************************************/

#topbar.active ~ #whole {
	padding-top:40px;
}

.no-topbar ~ #whole #nav.affix {
	top:0;
}

/**************************************
s11 header - logo
**************************************/

.logo {
	max-width:174px;
}

@media screen and (max-width: 767px) {
	.logo {
		float: left;
	}

	#o-wrapper {
		margin-top: 15px;
	}
}

/**************************************
s12 header - nav
**************************************/
#nav {
	margin-top: 25px;
}


.sf-menu > li > a {
    padding: 10px 15px;
    transition: all 0;
    transition: color .3s;
}

.sf-menu ul.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: initial;
    padding-right: 30px;
}


.sf-menu ul.sub-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}


ul.sub-menu .sub-menu {
    top: -10px;
}

#nav.affix {
    width: 100%;
    position: fixed;
    left: 0;
    top: 40px;
    background: #2a2a2a;
    z-index: 9;
    margin-top: 0;
}

#nav.affix .sf-menu {
    float: none;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    text-align: center;
}

#nav.affix .sf-menu > li {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}

#nav.affix .sf-menu > li > a {
    padding: 13px 25px;
    transition: all 0;
    transition: color .3s;
}

/**************************************
s13 header - Mobile Menu
**************************************/


	
/**************************************
s20 home
**************************************/

.home #page_title {
	padding-bottom: 80px;
	padding-top: 35px;
}

/**************************************
s21 home - showcase
**************************************/

/************************************************************
	s22 Buttons
*************************************************************/

.primary-btn {
    text-transform: uppercase;
    letter-spacing: .1em;
}

/**************************************
s61 social bar
**************************************/

#social_bar {
	width: 48px;
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 999999999;
}

#social_bar .social-icon {
	background-size: 48px;
	width: 48px;
	height: 48px;
	opacity: 0.9;
}

#social_bar .social-icon:hover {
	opacity: 1;
}

#social_bar .social-icon > a {
	display: block;
	width: 100%;
	height: 100%;
}

#social_close span {
	cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}

#social_bar .social-icon-facebook { background-image: url('images/social-icons/facebook-icon.jpg'); }
#social_bar .social-icon-twitter { background-image: url('images/social-icons/twitter-icon.jpg'); }
#social_bar .social-icon-googleplus { background-image: url('images/social-icons/googleplus-icon.jpg'); }
#social_bar .social-icon-yelp { background-image: url('images/social-icons/yelp-icon.jpg'); }
#social_bar .social-icon-pinterest { background-image: url('images/social-icons/pinterest-icon.jpg'); }
#social_bar .social-icon-contact { background-image: url('images/social-icons/contact-icon.jpg'); }
#social_bar .social-icon-youtube { background-image: url('images/social-icons/youtube-icon.jpg'); }
#social_bar .social-icon-linkedin { background-image: url('images/social-icons/linkedin-icon.jpg'); }
#social_bar .social-icon-instagram { background-image: url('images/social-icons/instagram-icon.jpg'); }

@media screen and ( max-width: 850px ) {
	#social_bar { display: none !important; }
}

/**************************************
s62 top bar
**************************************/


#topbar { 
	height: 40px; 
	position: fixed; 
	width: 100%; 
	z-index: 9001;
	text-align: center; 
}

#topbar_text_short,
#topbar_text_long {
	line-height: 37px;
	display: inline-block;
	margin-right: 10px; 
}

#topbar_text_short { 
	display: none; 
}

#topbar_link {
	display: inline-block;
	position: relative;
}

#topbar_link > a {
	display: inline-block;
	padding: 4px 8px;
	margin-top: 4px;
	border-radius: 4px; 
}

#topbar_hide,
#topbar_show {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	position: fixed;
	cursor: pointer;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 9999999; 
}

#topbar_show {
	background-image: url( 'images/info-icon.png' ); 
}

#topbar_hide {
	background-image: url( 'images/close-icon.png' ); 
}

.topbar-hidden { top: 0 !important; }
/*.topbar-active { top: 40px !important; }*/

@media screen and ( max-width: 500px ) {

	#topbar_text_short,
	#topbar_text_long {
		font-size: 11px !important; 
	}

	#topbar_link > a {
		font-size: 12px !important;
		padding: 4px !important; 
	}

} /* max-width: 500px */



/**************************************
s70 sidebar
**************************************/

.call-btn .btn-wrapper a {
	font-size: 20px;
}

.call-btn i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 5px;
}

.contact-widget {
	margin: 0;
	padding: 0;
}

.contact-widget li {
	list-style-type: none;
}




/**************************************
s80 footer
**************************************/

.footer-widget ul.sub-menu {
	padding-left: 30px;
}


.footer-widget ul.sub-menu .sub-menu {
	padding-left: 30px;
}


.sidebar-widget.footer-widget {
	border-bottom:0;
}

#footer {
	padding-top: 30px;
}


#copyright {
	text-align: center;
	padding:15px;
}

#copyright p {
	margin-bottom:0;
}

/************************************************************
	Responsive styles
*************************************************************/

@media screen and ( min-width: 1200px )  {
	
	.container {
		width: 1170px;
	}

}  /* ( min-width: 1200px ) */



@media screen and ( min-width: 993px ) and ( max-width: 1199px ) {

	.container {
		width: 970px;
	}
	
} /* ( min-width: 993px ) and ( max-width: 1199px ) */


@media only screen and ( min-width: 768px ) and ( max-width: 992px ) {


	
} /* ( min-width: 601px ) and ( max-width: 992px ) */


@media screen and ( min-width:768px ) {

	.c-menu--slide-left,
	.primary-nav button {
    	display: none !important;
	}


}


@media screen and ( max-width: 767px ) {
	
	#nav {
		display: none;
	}

  .wow {
      animation-name: none !important;
      visibility: visible !important;
  }

	html,
	body {
		font-size: 14px;
		line-height: 1.65em;
	}

	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}


	#logo {
    max-width: 270px;
    float: left;
    margin-right: 20px;
	}


	#o-wrapper {
		max-width: 125px;
		float: right;
	}

	.alignleft, 
	.alignright {
		float: none;
		clear: both;
		margin-left: 0;
		margin-bottom: 30px;
		overflow: hidden;
	}

/* Mobile Menu Started */

	.primary-nav-details {
	    background: transparent;
	    border: 0;
	    outline: none;
	    text-transform: uppercase;
	    font-size: 19px;
	    color: #fff;
	    margin: 17px 0;
	}
	
	.primary-nav-details i {
	    font-size: 18px;
	}
	
	.c-menu {
	    position: fixed;
	    z-index: 99999;
	    background-color: #2c2c2c;
	    -webkit-transition: -webkit-transform 0.3s;
	    transition: transform 0.3s;
	}
	
	.c-menu__items {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	.c-menu--slide-left {
	    width: 70%;
	    height: 100%;
	    overflow-y: auto;
	    -webkit-transform: translateX(240px);
	    -ms-transform: translateX(240px);
	    transform: translateX(240px);
	}
	
	.c-menu--slide-left .c-menu__items li {
	    display: block;
	}
	
	.c-menu--slide-left .c-menu__items > li {
	    /*border-bottom: 1px solid #444;*/
	}
	
	.c-menu--slide-left a {
	    display: block;
	    padding: 12px 20px;
	    color: #fff;
	    font-size: 18px;
	    line-height: 1.3em;
	    position: relative;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	
	.c-menu--slide-left a span {
	    margin-left: 10px;
	}
	
	.c-menu--slide-left ul.sub-menu {
	    margin-bottom: 15px;
	}
	
	.c-menu--slide-left ul.sub-menu a {
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	
	.c-menu--slide-left ul.sub-menu a::before {
	    content: "\f178";
	    font-family: FontAwesome;
	    position: absolute;
	    display: inline-block;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: auto;
	    margin: auto;
	    height: 18px;
	    font-size: 10px;
	}
	
	.c-menu__items a:hover {
	    text-decoration: none;
	    background: #006aa2;
	}
	
	.c-menu--slide-left .c-menu__close {
	    display: block;
	    padding: 12px 24px;
	    width: 100%;
	}
	
	.c-menu--slide-left {
	    top: 0;
	    left: 0;
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	
	.c-menu--slide-left.is-active {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
	
	body.has-active-menu {
	    overflow: hidden;
	}
	
	.c-menu__close {
	    color: #fff;
	    background-color: #555;
	    font-size: 14px;
	    border: none;
	    box-shadow: none;
	    border-radius: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    cursor: pointer;
	}
	
	.c-menu__close:focus {
	    outline: none;
	}
	
	.c-mask {
	    position: fixed;
	    z-index: 100;
	    top: 0;
	    left: 0;
	    overflow: hidden;
	    width: 0;
	    height: 0;
	    background-color: #000;
	    opacity: 0;
	    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	}
	
	.c-mask.is-active {
	    width: 100%;
	    height: 100%;
	    opacity: 0.7;
	    -webkit-transition: opacity 0.3s;
	    transition: opacity 0.3s;
	}
	
	.c-buttons {
	    margin-bottom: 48px;
	    text-align: center;
	}
	
	.c-button {
	    display: inline-block;
	    margin: 4px;
	    padding: 12px 24px;
	    color: #67b5d1;
	    background: none;
	    font-size: 14px;
	    border: solid 2px #67b5d1;
	    box-shadow: none;
	    border-radius: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    cursor: pointer;
	}
	
	.c-button:focus {
	    outline: none;
	}
	
	.c-button:disabled {
	    opacity: 0.3;
	    cursor: not-allowed;
	}

/* Mobile Menu Finished */

	img.alignright,	
	img.alignleft {
		display: block;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		clear: both;
		overflow: hidden;
		margin-bottom:20px;
	}



} /* ( max-width: 767px ) */

@media screen and ( max-width: 480px ) {

	.c-menu--slide-left {
		width: 75%;
	}

	.c-menu--slide-left a {
		font-size: 16px;
	}
	
	#mobile_menu .icon-menu {
		font-size: 22px;
		margin-top: 8px;
	}

	#mobile_menu .icon-menu::before {
	    left: -70px;
	    top: 3px;
	    font-size: 24px;
	}

	ul.sub-menu {
		padding-left: 30px;
	}


	ul.sub-menu .sub-menu {
		padding-left: 30px;
	}
} /* ( max-width: 480px ) */