/*
Theme Name: Royal Medical
Version: 1.0
Description: Custom website for Royal Medical
Author: Intervision Design
Author URI: https://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/




@font-face {
    font-family: 'GothamMedium';
    src: url('_assets/fonts/GothamMedium.eot');
    src: url('_assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamMedium.woff') format('woff'),
         url('_assets/fonts/GothamMedium.ttf') format('truetype'),
         url('_assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************/
/************ START CSS *************/

body {
	background: #fff no-repeat center bottom fixed;
	color: #353A40;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#6AAA43;
	font-weight: 400;
}
a:hover,
a:active {
	color:#6AAA43;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#6AAA43 = Green
	#F1F5F9 = Light Blue
	#353A40 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; padding: 10px 50px; font-family: 'GothamMedium', sans-serif; font-size: 18px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center;}
.btn.center { margin: 0 auto;}
.btn.green { background: #6AAA43; color: #fff;}
.btn.white { color: #fff; border: 2px solid #fff;}
.btn.dark { background: #353A40; color: #fff;}
.btn.green:hover { color: #fff; background: #353A40;}
.btn.white:hover { color: #6AAA43; background: #fff;}
.btn.dark:hover { color: #fff; background: #22262A;}

/* Header */

#sub_header { background: #F1F5F9; width: 100%; min-height: 40px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; z-index: 999;}
	.social_header { text-align: left;}
	.social_header li { display: inline-block; width: 40px;}
	.social_header li span { display: block; width: 40px; height: 40px; text-align: center; color: #99A2AE; padding-top: 10px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social_header li span:hover { background: #99A2AE; color: #fff;}
	
	.phone_number { display: inline-block; text-align: right; position: absolute; top: 0; right: 0; height: 40px; padding-top: 10px; font-weight: 400 !important; color: #99A2AE;}
	.phone_number i { padding-right: 10px;
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}
	.search_btn { position: absolute; top: 50%; right: 0; margin-top: -16px; width: 30px; height: 30px; text-align: center; font-size: 14px; padding-top: 8px; cursor: pointer; background: #fff; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.search_btn:hover { background: #353A40; color: #fff;}

#header { position: relative; background: #fff; width: 100%; height: 100px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; z-index: 999;}
	#logo { padding: 10px 0;}
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #353A40; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 30px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #353A40;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}
	.menu-button.tablet {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #52585F; color: #fff; right: 40px; padding: 8px; top: 0; font-weight: 400;}

/* Home */

#home_cover {}
	.cover_img { min-height: 365px; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

#promo_boxes { position: relative; background: #F1F5F9; border-bottom: 5px solid #DFE5EA;}
	#promo_boxes * {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_box { position: relative; margin: 40px 20px -5px 20px; border-bottom: 5px solid #DFE5EA; text-align: center;}
	.promo_box .preview {}
	.promo_box h3 { font-size: 18px; padding: 20px 10px 15px 10px; color: #353A40; line-height: 1.3em; min-height: 80px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
	.promo_box .text { color: #78828D; padding: 0 20px;}
	.promo_box span { display: block; padding: 10px 0; font-weight: 700; opacity: 0;}
	.promo_box:hover { background: #fff; border-color: #6AAA43;}
	.promo_box:hover span { opacity: 1;}

#caption { background: #353A40; color: #fff; text-align: center;}
	#caption h2 { font-size: 36px; text-transform: uppercase; padding: 60px;}

#home_content { padding: 60px 0;}

#featured_products { position: relative; background: #F1F5F9; border-top: 5px solid #DFE5EA;}
	#featured_products * {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	#featured_products h4 { font-size: 16px; text-align: center; padding: 30px 0 10px;}
	#featured_products .feat_btn { text-align: center;}
	#featured_products .btn { margin: 15px auto 30px auto;}
	.feature_product { position: relative; margin: 15px; border-bottom: 5px solid #F1F5F9;}
	.feature_product .preview {}
	.feature_product h3 { font-size: 16px; padding: 20px 20px 0 20px; color: #353A40; line-height: 1.3em; min-height: 70px;}
	.feature_product span { display: block; padding: 0 20px 20px 20px; font-weight: 700;}
	.feature_product:hover { background: #fff; border-color: #6AAA43;}

/* Pages */

#cover { position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
.cover_inner { background: url(_assets/img/overlay.png) repeat-x center bottom; padding: 80px 0; text-align: center;}
.cover_inner h1 { font-size: 64px; color: #fff; line-height: 1em; font-family: 'GothamBook', sans-serif;}
.cover_inner h1 a { color: #fff;}
.cover_inner h1:after { content: ''; display: block; width: 100px; height: 2px; background: #fff; margin: 0 auto; margin-top: 15px;}
.cover_inner span { font-size: 18px; font-weight: 400; color: #fff; max-width: 400px; margin: 0 auto; display: block; margin-top: 25px;}
.cover_inner span a { color: #fff;}

.single_cover .cover_inner h1 { font-size: 48px;}

#crumbs { height: 40px; background: #F1F5F9; padding-top: 8px; text-transform: uppercase; color: #99A2AE; font-size: 14px !important; font-weight: 400 !important;}
	#crumbs a { display: inline-block; padding: 0 10px; color: #99A2AE;}
	#crumbs a.start { padding-left: 0;}
	#crumbs span { display: inline-block; padding: 0 10px; color: #99A2AE;}
	#crumbs span.current {}

#content { padding: 50px 0; background: #fff;}
#content.light { padding: 0 0 50px 0; background: #F1F5F9;}

/* Products */

.product_item { position: relative; margin: 0 0 30px 30px; background: #fff; border-bottom: 5px solid #DFE5EA;}
	.product_item { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.product_item .preview {}
	.product_item h3 { font-size: 16px; padding: 20px 20px 0 20px; color: #353A40; line-height: 1.3em; min-height: 70px;}
	.product_item span { display: block; padding: 0 20px 20px 20px; font-weight: 700;}
	.product_item:hover { border-color: #6AAA43;}

.product_single { position: relative; margin: 0 0 30px 30px; background: #fff; padding: 40px;}
.product_enquiry { position: relative; margin: 0 0 0 30px; background: #fff; padding: 40px; text-align: center; border-bottom: 5px solid #DFE5EA;}
	.product_enquiry .btn {}
	.product_enquiry .text { max-width: 600px; margin: 0 auto; padding-top: 30px;}
	
	.prod_nav { display: block;}
	.prod_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.prod_nav a { display: block; line-height: 1em; margin: 20px 0 0 30px; font-size: 18px; padding: 15px 30px; background: #6AAA43; color: #fff; }
	.prod_nav .left,
	.prod_nav .right { text-align: center;}
	.prod_nav a:hover { background: #353A40;}

/* Videos */

.video_box { margin: 15px; background: #fff; border-bottom: 5px solid #DFE5EA;}
	.video_box, .video_box * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.video_box .preview { position: relative; background: #353A40;}
	.video_box .preview span { position: absolute; display: block; width: 60px; height: 60px; color: #fff; top: 50%; left: 50%; margin: -30px 0 0 -30px; z-index: 99; font-size: 60px; text-align: center;}
	.video_box .preview img { opacity: 0.4;}
	.video_box:hover .preview img { opacity: 1;}
	.video_box .details { padding: 30px;}
	.video_box h3 { padding-bottom: 20px; line-height: 1.3em; font-size: 18px; text-transform: uppercase; color: #353A40;}
	.video_box .text { color: #353A40;}
	.video_box:hover { border-color: #6AAA43;}

/* Resources */

.pdf_box { position: relative; margin: 30px 15px 0 15px; background: #fff; border-bottom: 5px solid #DFE5EA; min-height: 115px;}
	.pdf_box, .pdf_box * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.pdf_box .preview { position: relative; position: absolute; top: 0; left: 0; background: #353A40; color: #99A2AE; width: 115px; height: 100%;}
	.pdf_box .preview span { position: absolute; display: block; width: 30px; height: 30px; top: 50%; left: 50%; margin: -30px 0 0 -15px; z-index: 99; font-size: 30px; text-align: center;}
	.pdf_box .preview em { position: absolute; display: block; top: 50%; font-style: normal; font-size: 13px; font-family: 'GothamMedium', sans-serif; text-align: center; width: 100%;}
	.pdf_box .details { padding: 20px; margin-left: 115px;}
	.pdf_box h3 { padding-bottom: 10px; line-height: 1.3em; font-size: 18px; text-transform: uppercase; color: #353A40;}
	.pdf_box .text { color: #353A40;}
	.pdf_box:hover { border-color: #6AAA43;}
	.pdf_box:hover .preview { color: #fff;}

/* Posts */

.blog_posts {}
.the_post { margin: 0 30px 30px 0; background: #fff; border-bottom: 5px solid #DFE5EA;}
	.the_post { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview { position: relative;}
	.the_post .preview img { position: relative; z-index: 9;}
	.the_post .preview span { position: absolute; display: block; bottom: 15px; left: 15px; width: 50px; height: 50px; background: #6AAA43; color: #fff; text-align: center; padding-top: 10px; font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 1em; z-index: 99;}
	.the_post .preview span em { font-style: normal; font-weight: normal; font-size: 11px; display: block;}
	.the_post .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 1;}
	.the_post .no_img { height: 80px; display: block; position: relative; background: #DFE5EA;}
	.the_post .details { padding: 30px;}
	.the_post h3 { padding-bottom: 20px; line-height: 1.3em; font-size: 18px; text-transform: uppercase; color: #353A40;}
	.the_post .text { color: #353A40;}
	.the_post .more { display: block; padding-top: 20px; color: #6AAA43; font-weight: 700;}
	.the_post:hover { border-color: #6AAA43;}
	
	.the_post.post_nav_item .more { padding: 0;}

.post_single { position: relative; background: #fff; padding: 40px; margin: 0 30px 30px 0;}
	
	.post_meta { position: relative; height: 40px; margin-top: 20px; text-align: center;}
	.post-social {}
	.post-social li { display: inline-block; position: relative; text-align: center; margin: 0 5px;}
	.post-social li a { display: block; height: 40px; font-size: 16px; padding: 8px 10px 10px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post-social li a em { font-style: normal; padding: 0 10px;}
	
	.post-social li.fb a { background: #3a589b; color: #fff;}
	.post-social li.tw a { background: #51c7ef; color: #fff;}
	.post-social li.pi a { background: #cb2027; color: #fff;}
	.post-social li.li a { background: #137bb6; color: #fff;}
	
	/*.post_single .prev_p a,
	.post_single .next_p a { margin: 20px;}*/
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: block; line-height: 1em; margin: 20px 30px 0 0; font-size: 18px; padding: 15px 30px; background: #6AAA43; color: #fff; }
	.post_nav .left { text-align: center;}
	.post_nav .right { text-align: center;}
	.post_nav a:hover { background: #353A40;}

/* Next / Prev */

.prev_p *,
.next_p * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 30px 30px 0 0;}
.prev_p h6,
.next_p h6 { font-size: 18px; display: inline-block; line-height: 1em; padding: 15px 30px; background: #6AAA43; color: #fff;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #353A40;}

.prev_p a { text-align: left;}
.next_p a { text-align: right;}

/* Sidebar */

#sidebar {}

/* Widgets */
.widget { margin: 0 0 30px 0; background: #fff; text-align: center; padding: 30px; border-bottom: 5px solid #DFE5EA;}
	.widget h3 { font-size: 16px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.widget h3:after { content: ''; display: block; width: 60px; height: 2px; background: #99A2AE; margin: 0 auto; margin-top: 15px;}
	.widget ul li { padding: 5px 0; position: relative; text-transform: uppercase;}
	.widget ul ul li { margin: 0; opacity: 0.6;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #99A2AE;}
	.widget ul li a:hover { color: #6AAA43;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}

/* Footer */

#newsletter_block { background: #353A40; color: #fff; padding: 30px 0;}
	#newsletter_block h4 { font-size: 20px;}
	#newsletter_block p {}
	#newsletter_block input[type="email"] { background: #52585F !important; border-color: #52585F !important; color: #fff !important;}
	#newsletter_block input[type="submit"] { background: #fff !important; color: #353A40 !important;}

#footer { padding: 40px 0; color: #fff;}
	.social { text-align: center;}
	.social li { display: inline-block; margin: 10px; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; border: 2px solid #353A40; color: #353A40; text-align: center; padding-top: 8px; font-size: 20px; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social li span:hover { color: #6AAA43; border-color: #6AAA43;}
	
	.address { color: #353A40; font-weight: 400;}
	.badge { text-align: right; padding: 0 30px;}
	
	.copyright { font-size: 10px; text-align: center; color: #99A2AE; padding-top: 40px;}
	.copyright a { color: #99A2AE;}

/* Gallery SHortcode */

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px;}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #6AAA43;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #353A40}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 150px; text-align: right; bottom: 20px; right: 20px; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  opacity: 0.5;}
.cycle-pager span.cycle-pager-active { opacity: 1;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #40464f; border-left: 1px solid #40464f; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; /*height: 700px;*/ display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu { padding-right: 30px;}
#menu ul { text-align: right;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 14px; line-height: 1em; padding:40px 10px; color: #353A40; font-weight: 400; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; border-top: 3px solid #fff; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover { border-color: #DFE5EA;}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { border-color: #6AAA43;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #353A40 transparent;}
#menu ul ul { position:absolute; left: 50%; top: 100px; margin-left: -100px; background: #353A40; width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #6AAA43; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #353A40; padding: 30px;}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: #52585F; border: none !important;}
	.mobile_sidebar #searchform i { color: #99A2AE;}
	
	.mobile_sidebar .mobile_menu { padding: 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; font-weight: 400; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px;}
	
	.mobile_sidebar .social span { color: #99A2AE; border-color: #99A2AE;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #99A2AE;}
	.mobile_sidebar .copyright {}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
	.menu-button { right: 0;}
	
}


/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1019px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { margin-left: 235px;}
	
	.cover_img { min-height: 265px;}
	#caption h2 { font-size: 24px; padding: 40px;}
	
	.promo_box { margin: 30px 15px -5px 15px;}
	.promo_box .preview {}
	.promo_box h3 { font-size: 16px; padding: 10px; padding-top: 20px;}
	.promo_box .text { padding: 0 10px;}

	#home_content { padding: 30px 0;}

	.feature_product { margin: 10px;}
	.feature_product .preview {}
	.feature_product h3 { font-size: 14px; padding: 15px 15px 0 15px; min-height: 50px;}
	.feature_product span { padding: 5px 15px 15px 15px; font-weight: 400; font-size: 12px;}
	
	.cover_inner { padding: 60px 0;}
	.cover_inner h1 { font-size: 48px;}
	.single_cover .cover_inner h1 { font-size: 30px;}
	
	#crumbs { height: 30px; padding-top: 5px; font-size: 12px !important;}

	#content { padding: 30px 0;}
	#content.light { padding: 0 0 30px 0;}

	.product_item { margin: 0 0 20px 20px;}
	.product_item h3 { padding: 15px 15px 0 15px;}
	.product_item span { padding: 0 15px 15px 15px;}

	.product_single { margin: 0 0 20px 20px; padding: 30px;}
	.product_enquiry { margin: 0 0 0 20px; padding: 30px;}
	
	.prod_nav a { margin: 20px 0 0 20px;}

	.video_box { margin: 10px;}
	.video_box .details { padding: 20px;}
	.video_box h3 { padding-bottom: 15px;}
	
	.widget { margin: 0 0 20px 0; padding: 20px;}

	.pdf_box { margin: 0 0 20px 0;}
	
	.the_post { margin: 0 20px 20px 0;}
	.the_post .details { padding: 20px;}
	.the_post h3 { padding-bottom: 15px;}
	.the_post .more { padding-top: 15px;}

	.post_single { padding: 30px; margin: 0 20px 20px 0;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { margin-left: 0; left: auto; right: 5px; bottom: 10px;}
	
	/*#header { position: fixed !important; top: 0; left: 0; width: 100%; height: 60px;}
	#logo { padding: 0;}
	#logo img { max-height: 60px;}
	.menu-button { top: 10px; right: 30px;}*/
	
	.pdf_box { margin: 0 0 30px 0;}
	
	.cover_img { min-height: 165px;}
	#caption h2 { font-size: 24px; padding: 30px 0;}
	
	/*.promo_box { margin: 30px 15px -5px 15px;}
	.promo_box .preview {}
	.promo_box h3 { font-size: 16px; padding: 10px; padding-top: 20px;}
	.promo_box .text { padding: 0 10px;}*/
	
	.feature_product { margin: 10px; background: #fff; border-bottom: 5px solid #DFE5EA; }
	.feature_product h3 { font-size: 14px; padding: 15px 15px 0 15px; min-height: 50px;}
	.feature_product span { padding: 5px 15px 15px 15px; font-weight: 400; font-size: 12px;}

	#home_content { padding: 30px 0;}
	
	.cover_inner { padding: 30px 0;}
	.cover_inner h1 { font-size: 30px; font-family: 'GothamMedium', sans-serif;}
	.single_cover .cover_inner h1 { font-size: 20px;}
	.cover_inner span { font-size: 15px;}
	
	#crumbs { height: auto; min-height: 40px; padding-top: 8px; font-size: 12px !important;}
	#crumbs span.current { display: none;}

	#content { padding: 30px 0;}
	#content.light { padding: 0 0 30px 0;}
	
	.the_post { margin: 0 0 20px 0;}
	.post_single { padding: 30px; margin: 0 0 30px 0;}
	.post-social li a em { display: none;}
	
	.product_item { margin: 10px !important;}
	.product_item h3 { font-size: 14px; padding: 15px 15px 0 15px; min-height: 50px;}
	.product_item span { padding: 5px 15px 15px 15px; font-weight: 400; font-size: 12px;}
	
	.product_single { margin: 0 0 20px 0; padding: 30px;}
	.product_enquiry { margin: 0; padding: 30px;}
	
	.video_box { margin: 0 0 30px 0;}
	
	#newsletter_block { text-align: center;}
	#newsletter_block h4 { font-size: 20px;}
	#newsletter_block p { display: block; padding-bottom: 15px;}
	
}

/* MAX HEIGHT */
@media (max-height: 900px) {
	.slide_height { height: 500px;}
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
/*input[type="number"],*/
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #D0D4D7;
	color: #353A40;
	font-size:14px ;
	padding: 10px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
/*input[type="number"]:focus,*/
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background:#f3f3f3;
	border-color: #6AAA43;
	color: #6AAA43;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #fff;
	color: #6AAA43;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 20px;
	text-transform: uppercase;
	/*font-family: 'GothamMedium', sans-serif;*/
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #353A40;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-weight: 400 !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
	/*color: #22323e;
	text-transform: uppercase;*/
}
/*.text h1:after,
.text h2:after,
.text h3:after,
.text h4:after,
.text h5:after,
.text h6:after { content: ''; display: block; width: 80px; height: 2px; background: #22323e; margin-top: 20px;}*/

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #6AAA43; border: 1px solid #6AAA43;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* SHORTCODES */

.shortcode-list.custom li:before { color: #6AAA43 !important;}
.shortcode-alert.custom { background: #6AAA43 !important; color: #fff;}
.shortcode-button {
	font-weight: 400;
	text-transform: uppercase;
	-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.shortcode-button.custom { border: 2px solid #6AAA43 !important; color: #6AAA43 !important;}
.shortcode-button.custom:hover { background: #6AAA43 !important; color: #fff !important;}
/*.shortcode-divider,
.shortcode-divider.thick { border-color: #000 !important;}
.shortcode-divider span { background: #000 !important; color: #fff;}
.shortcode-quote,
.shortcode-quote em,
.shortcode-quote:before { color: #000 !important;}
.shortcode-toggle-title,
.shortcode-accordion-title { border-bottom: 2px solid #000 !important;}
.shortcode-toggle-content,
.shortcode-accordion-content { background: rgba(0,0,0,0.2) !important;}
.shortcode-price { border-bottom: 2px dotted #000 !important; }*/


/************************************/
/************* END CSS! *************/