/*
Theme name: Dante Child Theme
Template: dante
Description: Custom Theme
*/

@import url("../dante/style.css");

/* ================================================================ *\
	#Reset
\* ================================================================ */



/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-width: 100% !important; }
body { 
	min-width: 100%; 
	background: #1d1d1d !important;
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	font-size: 16px; 
	line-height: 1.50; 
	color: #4c4c4c; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent; 
	-moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: #fdd803; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: 'brandon_grotesque', Arial, sans-serif; font-weight: 400; font-size: inherit; color: inherit; -webkit-font-smoothing: antialiased; border-radius: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea { 
	-webkit-appearance: none; 
			appearance: none; 
}

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input, textarea, select, button { 
	-webkit-box-sizing: border-box; 
			box-sizing: border-box;
}

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h1 { font-size: 45px; line-height: 1.11; }
h2 { font-size: 35px; line-height: 1.20; }
h3 { font-size: 30px; line-height: 1.20; }
h4 { font-size: 25px; line-height: 1.32; }
h5 { font-size: 18px; line-height: 1.22; }
h6 { font-size: 16px; line-height: 1.50; }

h1,h2,h3,h4,h5,h6,p,ol,ul,blockquote,a,img,table,td,tr { margin: 0; }

blockquote p { font-style: normal; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }

/* ================================================================ *\
	#Transitions
\* ================================================================ */

a,
.btn:before,
.header { 
	-webkit-transition: color 0.4s, background 0.4s;
			transition: color 0.4s, background 0.4s;
}

a.logo { 
	-webkit-transition: opacity 0.4s;
			transition: opacity 0.4s;
}

.nav ul ul {
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	        transition: opacity 0.4s, visibility 0.4s;
}

.link-image-zoom:before,
.link-image-zoom:after {
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	        transition: opacity 0.4s, transform 0.4s;	
}

/* ================================================================ *\ 
	#WP reset
\* ================================================================ */

.wp-caption { border: 0; padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.shell:before,
.shell:after,
.cols:before,
.cols:after { display: table; content: ' '; }
.clearfix:after,
.shell:after,
.cols:after { clear: both; }

.shell,
.page-content { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.shell,
.page-content {
	-webkit-box-sizing: unset;
	        box-sizing: unset;
}

.page-content { padding: 20px; background-color: #f6f6f6; }

a.logo { display: block; width: 200px; padding: 20px 20px 16px 20px; background-color: #b30404; position: relative; }
a.logo:before { content: ' '; position: absolute; left: 0; right: 0; bottom: -18px; width: 0; height: 0; border-left: 100px solid transparent; border-right: 100px solid transparent; border-top: 18px solid #b30404; }
a.logo img { display: block; width: 100%; height: auto; }
a.logo:hover { text-decoration: none; }

img.image-full { display: block; }
.slide-image img {
    width: 100%;
}
.fsr-holder { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.wrapper { width: 100%; background-color: #fff;  }

.content { float: left; width: calc(100% - 274px); }
.sidebar { float: right; width: 245px; }

/* ================================================================ *\ 
	#Icons
\* ================================================================ */

[class^="ico-"], 
[class*="ico-"] { font-size: 0; line-height: 0; text-indent: -4004px; display: inline-block; vertical-align: top; position: relative; }

.ico-email { width: 18px; height: 18px; background: url(images/ico-email.png) no-repeat 0 0; }
.ico-phone { width: 18px; height: 18px; background: url(images/ico-phone.png) no-repeat 0 0; }

/* ================================================================ *\ 
	#Grid
\* ================================================================ */

.cols { font-size: 0; line-height: 0; position: relative; margin: -16px; }
.cols > .col { display: inline-block; vertical-align: top; width: 100%; padding: 16px; }
.cols.col-1of2 > .col { width: 50%; }
.cols.col-1of3 > .col { width: 33.333%; }
.cols.col-1of4 > .col { width: 25%; }
.cols.col-1of5 > .col { width: 20%; }

/* ================================================================ *\ 
	#Posts
\* ================================================================ */

	/*
		Post Title
	*/

.post-title { width: 100%; padding-bottom: 20px; }
.post-title h4 { font-weight: 400; }
	
	/*
		Post entry
	*/

.post-entry,
.spb_wrapper { font-weight: 300; }
.post-entry h1,
.spb_wrapper h1 { text-transform: uppercase; padding-bottom: 24px; }
.post-entry h1 strong,
.spb_wrapper h1 strong { text-transform: none; font-weight: 400; font-size: 20px; }
.post-entry h2,
.spb_wrapper h2 { text-transform: uppercase; padding-bottom: 24px; font-size: 30px; }
.post-entry h2 strong,
.spb_wrapper h2 strong { text-transform: none; font-weight: 400 !important; font-size: 26px; }
.post-entry h3,
.spb_wrapper h3 { text-transform: uppercase; padding-bottom: 5px; font-size: 26px; }
.post-entry h3 strong,
.spb_wrapper h3 strong { text-transform: none; font-weight: 400 !important; }
.post-entry h4,
.spb_wrapper h4 { text-transform: uppercase; padding-bottom: 5px; font-size: 22px; }
.post-entry h4 strong,
.spb_wrapper h4 strong { text-transform: none; font-weight: 400 !important; font-size: 20px; }
.post-entry h5,
.spb_wrapper h5 { text-transform: uppercase; padding-bottom: 5px; font-size: 18px; }
.post-entry h5 strong,
.spb_wrapper h5 strong { text-transform: none; font-weight: 400 !important; font-size: 16px; }
.post-entry h6,
.spb_wrapper h6 { padding-bottom: 24px; text-transform: uppercase; }
.post-entry h6 strong,
.spb_wrapper h6 strong { text-transform: none; font-weight: 400 !important; }
.post-entry p,
.spb_wrapper p { padding-bottom: 20px; }
.post-entry p strong,
.spb_wrapper p strong { font-weight: 400 !important; }
.post-entry p a:not(.btn),
.post-entry li a:not(.btn),
.spb_wrapper p a:not(.btn),
.spb_wrapper li a:not(.btn) { text-decoration: underline; color: #1b75ba; }
.post-entry p a:not(.btn):hover,
.post-entry li a:not(.btn):hover,
.spb_wrapper p a:not(.btn):hover,
.spb_wrapper li a:not(.btn):hover { text-decoration: none; }
.post-entry img,
.spb_wrapper img { max-width: 100%; height: auto; }
.post-entry blockquote,
.spb_wrapper blockquote { font-weight: 400; padding: 10px 0 0 75px; position: relative; }
.post-entry blockquote p,
.spb_wrapper blockquote p { font-weight: 400; }
.post-entry blockquote:before,
.spb_wrapper blockquote:before { content: '“'; position: absolute; left: 17px; top: -8px; font-size: 100px; line-height: 1; color: #fdd803; }
.post-entry ol,
.spb_wrapper ol { list-style: none; counter-reset: list; margin: 0; padding: 0 0 27px 0; }
.post-entry ol li,
.spb_wrapper ol li { position: relative; padding: 0 0 12px 55px; }
.post-entry ol li strong,
.spb_wrapper ol li strong { font-weight: 400 !important; }
.post-entry ol li:last-child,
.spb_wrapper ol li:last-child { padding-bottom: 0; }
.post-entry ol li:before,
.spb_wrapper ol li:before { content: counter(list); counter-increment: list; position: absolute; left: 0; top: 5px; width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 18px; background-color: #fdd803; }
.post-entry ul,
.spb_wrapper ul { list-style: none; margin: 0; padding-bottom: 20px; }
.post-entry ul li,
.spb_wrapper ul li { position: relative; padding-left: 22px; }
.post-entry ul li:before,
.spb_wrapper ul li:before { content: ' '; position: absolute; left: 2px; top: 6px; width: 10px; height: 10px; background-color: #fdd803; }
.post-entry ul strong,
.spb_wrapper ul strong { font-weight: 400 !important; }
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul,
.spb_wrapper ul ul,
.spb_wrapper ul ol,
.spb_wrapper ol ol,
.spb_wrapper ol ul { padding-bottom: 0; }
.post-entry table,
.spb_wrapper table { border-collapse: collapse; width: 100%; margin-bottom: 10px; clear: both; position: relative; overflow: hidden; }
.post-entry table td,
.post-entry table th,
.spb_wrapper table td,
.spb_wrapper table th { border: 1px solid #fff; padding: 7px 26px; font-weight: 300; }
.post-entry table th,
.spb_wrapper table th { background-color: #000; color: #fff; }
.post-entry table td,
.spb_wrapper table td { background-color: #f4f4f4; }
.post-entry table tr:first-child th,
.spb_wrapper table tr:first-child th { text-align: center; background-color: #fdd803; color: #000; text-transform: uppercase; padding: 14px; }
.post-entry a.link,
.spb_wrapper a.link { text-decoration: none !important; }
.post-entry .alignleft,
.spb_wrapper .alignleft { margin: 0 20px 20px 0; }
.post-entry .alignright,
.spb_wrapper .alignright { margin: 0 0 20px 20px; }
.post-entry .alignnone,
.spb_wrapper .alignnone { margin: 0 auto 20px; }
.post-entry img.alignleft,
.post-entry img.alignright,
.spb_wrapper img.alignleft,
.spb_wrapper img.alignright { border: 1px solid #f4f4f4; }

.post-border { width: 100%; height: 1px; font-size: 0; line-height: 0; text-indent: -4004px; position: relative; overflow: hidden; clear: both; background-color: #e8e8e8; margin: 30px 0; }

/* ================================================================ *\ 
	#Header
\* ================================================================ */

.header { position: fixed; left: 0; right: 0; top: 0; background-color: rgba(0,0,0,0.5); z-index: 900; }
.header .shell { position: relative; padding: 0; }
.header .nav#navigation-menu  { float: right; position: relative; z-index: 840; }
.header .logo { position: absolute; left: 0; top: 0; z-index: 850px; }

/* ================================================================ *\ 
	#Footer
\* ================================================================ */

.footer { width: 100%; background-color: #1d1d1d; padding: 26px 0; color: #a8a8a8; }
.footer .copyright { float: left; text-transform: uppercase; }
.footer .copyright p { font-size: 12px; line-height: 2.00; }
.footer .nav-footer#navigarion-footer { float: right; }

/* ================================================================ *\ 
	#Navigations
\* ================================================================ */
	
	/*
		Default Nav
	*/

.nav#navigation-menu ul { list-style: none; font-size: 0; line-height: 0; margin: 0; }
.nav#navigation-menu li { display: inline-block; vertical-align: top; font-size: 14px; line-height: 18px; font-weight: 400; text-transform: uppercase; padding-left: 19px; position: relative; }
.nav#navigation-menu a { color: #fff; display: block; padding: 24px 0; }
.nav#navigation-menu li.current-menu-item > a,
.nav#navigation-menu li:hover { background-color: transparent; }
.nav#navigation-menu li.current-menu-parent > a,
.nav#navigation-menu li.current-menu-item > a,
.nav#navigation-menu li:hover > a,
.nav#navigation-menu a:hover { text-decoration: none; color: #fdd803; background-color: transparent; }
.nav#navigation-menu ul ul { position: absolute; left: 0; top: 100%; background-color: rgba(0,0,0,0.5); width: 175px; padding: 10px 0; opacity: 0; visibility: hidden; }
.nav#navigation-menu ul ul li { display: block; padding: 0; font-size: 12px; line-height: 18px; border-bottom:hidden; }
.nav#navigation-menu ul ul a { padding: 6px 9px 6px 16px; position: relative; }
.nav#navigation-menu ul ul a:before { content: '»'; color: #fdd803; position: absolute; left: 6px; top: 5px; }
.nav#navigation-menu li:hover > ul { opacity: 1; visibility: visible; }
.nav#navigation-menu > ul > li:last-child > ul { left: auto; right: 0; }

	/*
		Footer Nav
	*/

.nav-footer#navigarion-footer ul { list-style: none; font-size: 0; line-height: 0; }
.nav-footer#navigarion-footer li { display: inline-block; font-size: 12px; line-height: 2.00; text-transform: uppercase; padding-left: 14px; position: relative; }
.nav-footer#navigarion-footer li:before { content: ' '; position: absolute; left: 7px; top: 5px; bottom: 5px; width: 1px; background-color: #a8a8a8; }
.nav-footer#navigarion-footer li:first-child { padding-left: 0; }
.nav-footer#navigarion-footer li:first-child:before { display: none; }
.nav-footer#navigarion-footer a { color: #a8a8a8; }
.nav-footer#navigarion-footer li.current-menu-item > a,
.nav-footer#navigarion-footer a:hover { text-decoration: none; color: #fff; }

/* ================================================================ *\ 
	#Sections
\* ================================================================ */

	/*
		Slider Section
	*/

.section-slider { width: 100%; position: relative; }
.section-slider .slider-clip { width: 100%; position: relative; overflow: hidden; }
.section-slider .caroufredsel_wrapper { width: 100% !important; margin: 0 !important; }
.section-slider:before { content: ' '; position: absolute; left: 0; right: 0; bottom: 0; height: 20px; }
.section-slider:before {
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,0,0,1) 89%);
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 89%);
	background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 89%);
}
.section-slider:after { content: ' '; position: absolute; left: 50%; bottom: -10px; width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 10px solid #000; margin-left: -18px; }
.section-slider ul.slides { list-style: none; width: 100%; position: relative; overflow: hidden; }
.section-slider li.slide { float: left; width: 100%; position: relative; overflow: hidden; }
.section-slider .slide-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; }
.section-slider .slide-body { display: table; width: 100%; height: 540px; color: #fff; position: relative; z-index: 20; }
.section-slider .slide-body-holder { display: table-cell; width: 100%; vertical-align: middle; padding: 140px 0 20px 0; }
.section-slider .slide-body-holder > *:last-child { padding-bottom: 0; }
.section-slider h1 { color: #fff; text-transform: uppercase; padding-bottom: 6px; }
.section-slider h4 { color: #fff; text-transform: uppercase; padding-bottom: 10px; }
.section-slider p { line-height: 1.38; padding-bottom: 20px; }
.section-slider blockquote { max-width: 455px; }
.section-slider .slider-actions { position: absolute; position: absolute; right: 50%; top: 50%; z-index: 200; margin-right: -540px; }
.section-slider .slider-actions {
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}

	/*
		Default Section
	*/

.section { width: 100%; padding: 66px 0; }
.section .section-head { width: 100%; text-align: center; padding-bottom: 48px; }
.section .section-head h3 { text-transform: uppercase; padding-bottom: 15px; }
.section .section-head .shell { max-width: 723px; }
.section .section-actions { width: 100%; text-align: center; padding-top: 50px; }
.section + .section-dark:before { content: ' '; position: absolute; left: 50%; top: 0; width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 10px solid #fff; margin-left: -18px; }

.section-white-dark { background-color: #f4f4f4; }

	/*
		Dark Section
	*/

.section-dark { background-color: #323232; width: 100%; position: relative; color: #c3c3c3; }
.section-dark .section-head,
.section-dark .section-head h3 { color: #fff; }

	/*
		Outro Section
	*/

.section-outro { width: 100%; padding: 60px 0; }
.section-outro blockquote { padding: 32px 32px 39px; background-color: #fff; max-width: 390px; margin: 0 auto; text-align: center; }
.section-outro blockquote img { display: block; margin: 0 auto; max-width: 240px; height: auto; padding-bottom: 40px; }
.section-outro a { display: block; }
.section-outro a:hover { text-decoration: none; }
.section-outro a.btn { min-width: 270px; display: inline-block; }

	/*
		Intro Section
	*/

.section-intro { width: 100%; }
.section-intro .shell { padding-top: 158px; padding-bottom: 24px; text-align: right; color: #fff; }
.section-intro h2 { text-transform: uppercase; color: #fff; }

	/*
		Main Section
	*/

.section-main { width: 100%; padding: 64px 0; }

	/*
		Map Section
	*/

.section-map { width: 100%; height: 510px; background-color: #ccc; }

/* ================================================================ *\ 
	#Sliders
\* ================================================================ */

.slider-actions { font-size: 0; line-height: 0; text-indent: -4004px; width: 11px; position: relative; margin-top: 20px; }
.slider-actions a { display: block; vertical-align: top; font-size: 0; line-height: 0; text-indent: -4004px; width: 11px; height: 11px; border-radius: 50%; border: 1px solid #eaeaea; margin-bottom: 10px; }
.slider-actions a.selected { background-color: #fdd803; border-color: #fdd803; }

/* ================================================================ *\ 
	#Buttons
\* ================================================================ */

.btn,
.sf-button { display: inline-block; vertical-align: top; border-radius: 0; border: 1px solid #000; position: relative; padding: 0 60px 0 10px; min-width: 218px; text-align: center; font-style: normal; color: #000; text-transform: uppercase; font-size: 18px; line-height: 48px; font-weight: 400; }
.sf-button.large { display: block; }
body a.sf-button { border: 1px solid #000 !important; border-radius: 0 !important; font-weight: 400 !important; font-size: 18px; line-height: 48px; padding: 0 60px 0 10px; color: #000 !important; background: transparent !important; }
body a.sf-button:hover { background-color: #000 !important; color: #fff !important; }
.sf-button span { display: block; }
.btn:before,
.sf-button:before { content: ' '; position: absolute; right: 0; top: 0; bottom: 0; width: 49px; background-color: #000; }
.btn:after,
.sf-button:after { content: ' '; position: absolute; right: 16px; top: 50%; background: url(images/ico-arrow.png) no-repeat 0 0; width: 16px; height: 13px; margin-top: -6px; }
.btn:hover,
.sf-button:hover { border: 1px solid transparent; background-color: #000; color: #fff; }
.btn:hover:before,
.sf-button:hover:before { background-color: #fdd803; top: -1px; right: -1px; bottom: -1px; }

.btn-dark { background-color: #fdd803; }

.btn-main { display: none; }

.btn-secondary { display: block; width: 100%; position: relative; overflow: hidden; background-color: #fdd803; padding: 0 150px 0 20px; text-decoration: none !important; color: #000; line-height: 44px; }
.btn-secondary > span:first-child { text-transform: uppercase; font-size: 18px; line-height: 44px; display: block; color: #000 !important; }
.btn-secondary > span:last-child { position: absolute; right: 0; top: 0; bottom: 0; background-color: #000; color: #fff; padding: 0 30px; text-transform: uppercase; border-left: 1px solid #fff; line-height: 44px; }

/* ================================================================ *\ 
	#Links
\* ================================================================ */

	/*
		Image Link
	*/

.link-image { display: block; position: relative; color: #000; font-size: 18px; line-height: 1.33; }
.link-image > img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
.link-image > span.link-text { display: block; text-align: center; background-color: #fdd803; padding: 10px 20px; text-transform: uppercase; min-height: 68px; }
.link-image:hover { color: #000; }

.link-image-zoom:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(253,216,3,0.4); opacity: 0; }
.link-image-zoom:after { content: ' '; position: absolute; left: 50%; top: 50%; background: url(images/ico-zoom.png) no-repeat 0 0; width: 56px; height: 56px; margin: -28px 0 0 -28px; opacity: 0; }
.link-image-zoom:after {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}
.link-image-zoom:hover:before,
.link-image-zoom:hover:after { opacity: 1; }
.link-image-zoom:hover:after {
	-webkit-transform: scale(1);
	        transform: scale(1);	
}

/* ================================================================ *\ 
	#Articles
\* ================================================================ */

	/*
		Primary
	*/

.article-primary { width: 100%; position: relative; overflow: hidden; }
.article-primary .article-image { float: left; width: 100px; height: 100px; border-radius: 50%; background-color: #2b2b2b; position: relative; margin-right: 20px; }
.article-primary .article-image img { display: block; width: inherit; height: inherit; }
.article-primary .article-body { position: relative; overflow: hidden; }
.article-primary .article-body h5 { color: #fdd803; padding-bottom: 12px; text-transform: uppercase; }
.article-primary .article-body h5 a { text-decoration: underline; color: #fdd803; }
.article-primary .article-body h5 a:hover { text-decoration: none; }

	/*
		Secondary
	*/

.article-secondary { width: 100%; background-color: #f4f4f4; margin-top: 82px; }
.article-secondary .article-head { width: 100%; position: relative; text-align: center; background-color: #fdd803; padding: 70px 20px 20px 20px; }
.article-secondary .article-head p,
.article-secondary .article-head h4 { padding: 0; }
.article-secondary .article-head-image {  width: 120px; height: 120px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; margin-left: -61px; top: -65px; }
.article-secondary .article-head-image img { display: block; width: 100%; height: auto; border-radius: 50%; }
.article-secondary .article-body { padding: 22px 16px; }
.article-secondary .article-body ul { padding: 0; }
.article-secondary .article-body ul li { padding: 0 0 5px 22px; font-size: 14px; line-height: 20px; font-weight: 400; }
.article-secondary .article-body ul li:last-child { padding-bottom: 0; }
.article-secondary .article-body ul li i { position: absolute; left: 0; top: 1px; }
.article-secondary .article-body ul li a { color: #4c4c4c; text-decoration: none !important; word-wrap: break-word; }
.article-secondary .article-body ul li:before { display: none; }
.article-secondary .article-actions a { display: block; background-color: #000; color: #fff; text-align: center; text-transform: uppercase; font-size: 16px; line-height: 20px; padding: 10px 20px; }
.article-secondary .article-actions a:hover { text-decoration: none; background-color: #fdd803; color: #000; }
	
	/*
		Secondary Info
	*/

.article-secondary-info .article-head { background-color: transparent; }
.article-secondary-info .article-head-image { background-color: #fdd803; }
.article-secondary-info .article-body { text-align: center; }
.article-secondary-info .article-body > *:last-child { padding-bottom: 0; }

/* ================================================================ *\ 
	#Widgets
\* ================================================================ */

.widgets .widget,
.spb_box_text .box-content-wrap,
.spb_box_text.whitestroke .box-content-wrap { padding: 26px; background: #f4f4f4 !important; margin-bottom: 26px; border: 0; }
.spb_box_text .box-content-wrap p a,
.widgets h6.widget-title { text-transform: uppercase; padding-bottom: 12px; font-weight: 400; color: #000; text-decoration: none; font-weight: bold; }
.widgets .widget ul,
.spb_box_text .box-content-wrap > ul { list-style: none; padding: 0; }
.widgets .widget ul > li,
.spb_box_text .box-content-wrap > ul > li { padding-left: 12px; position: relative; font-size: 14px; line-height: 1.14; padding-bottom: 10px; border-top: 0; }
.widgets .widget ul > li:last-child,
.spb_box_text .box-content-wrap > ul > li:last-child { padding-bottom: 0; }
.widgets .widget ul > li:before,
.spb_box_text .box-content-wrap > ul > li:before { content: ' '; position: absolute; left: 0; top: 5px; width: 6px; height: 6px; background-color: #fdd803; }
.widgets .widget ul a,
.spb_box_text .box-content-wrap > ul a { color: #000 !important; padding: 0; text-decoration: none !important; font-weight: 400; }
.widgets .widget ul a:hover,
.box-content-wrap > ul a:hover { color: #fdd803 !important; text-decoration: none !important; }
.widgets .widget ul a:before { display: none !important; }
.widgets .widget ul li.current-menu-item > a,
.widgets .widget ul li.current-cat > a,
.spb_box_text .box-content-wrap > ul li.current-menu-item > a,
.spb_box_text .box-content-wrap > ul li.current-cat > a { color: #fdd803; }

/* ================================================================ *\ 
	
/* ================================================================ *\ 
	#Inner Pages
\* ================================================================ */

.inner-page-wrap { margin-top: 65px; padding-top: 80px; }

/* ================================================================ *\ 
	#Replace from Main theme
\* ================================================================ */

body .container, 
body .navbar-static-top 
body .container, 
body .navbar-fixed-top .container, 
body .navbar-fixed-bottom .container { width: auto !important; }

body .recent-post figure, 
body span.highlighted, 
body span.dropcap4, 
body .loved-item:hover .loved-count, 
body .flickr-widget li, 
body .portfolio-grid li, 
body input[type="submit"], 
body .wpcf7 input.wpcf7-submit[type="submit"], 
body .gform_wrapper input[type="submit"], 
body .mymail-form input[type="submit"], 
body .woocommerce-page nav.woocommerce-pagination ul li span.current, 
body .woocommerce nav.woocommerce-pagination ul li span.current, 
body figcaption .product-added, 
body .woocommerce .wc-new-badge, 
body .yith-wcwl-wishlistexistsbrowse a, 
body .yith-wcwl-wishlistaddedbrowse a, 
body .woocommerce .widget_layered_nav ul li.chosen > *, 
body .woocommerce .widget_layered_nav_filters ul li a, 
body .sticky-post-icon, 
body .fw-video-close:hover { background: #fdd803 !important; border-radius: 0; font-size: 18px; padding: 0 20px; line-height: 50px; height: 50px; color: #000; text-transform: uppercase; font-weight: 400; }

body input[type="submit"]:hover, 
body .wpcf7 input.wpcf7-submit[type="submit"]:hover, 
body .gform_wrapper input[type="submit"]:hover, 
body .mymail-form input[type="submit"]:hover { background-color: #000 !important; color: #fdd803; }

body .gform_wrapper ul li { padding-left: 0; }

body ul.social-icons,
body ul.team-members { padding: 0; }
body ul.social-icons li,
body ul.team-members li { padding-left: 0; }
body ul.social-icons a,
body ul.team-members a { text-decoration: none !important; }
body ul.social-icons li:before,
body ul.team-members li:before { display: none; }

body .impact-text-wrap { background-color: #fff; }
body .spb_impact_text .spb_call_text { border-left-color: #000; }

/* ================================================================ *\ 
	#Body classes
\* ================================================================ */

body.show-fixed-header .header { background-color: #d3d3d3; }

/* ================================================================ *\ 
	#Media
\* ================================================================ */

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	.btn:after { background-image: url(images/ico-arrow@2x.png); background-size: 16px 13px; }
	.link-image-zoom:after{ background-image: url(images/ico-zoom@2x.png); background-size: 56px 56px; }

	.ico-email { background-image: url(images/ico-email@2x.png); background-size: 18px 18px; }
	.ico-phone { background-image: url(images/ico-phone@2x.png); background-size: 18px 18px; }
}

@media only screen and (max-width: 1125px) {
	/* ================================================================ *\ 
		#Header
	\* ================================================================ */
	
	.header .nav#navigation-menu { padding-right: 20px; }

	/* ================================================================ *\ 
		#Sections
	\* ================================================================ */
	
	.section-slider .slider-actions { margin-right: 0; right: 20px; }
}

@media only screen and (max-width: 1085px) {
	.header a.logo { left: 20px; }

	.article-secondary .article-body ul li { font-size: 12px; }
}

/*ipad landscape*/
@media only screen and (max-width: 1024px) {

	/* ================================================================ *\ 
		#Grid
	\* ================================================================ */
	
	.cols.col-tablet-landscape-1of1 > .col { width: 100%; }
	.cols.col-tablet-landscape-1of2 > .col { width: 50%; }
	.cols.col-tablet-landscape-1of3 > .col { width: 33.333%; }
	.cols.col-tablet-landscape-1of4 > .col { width: 25%; }
	.cols.col-tablet-landscape-1of5 > .col { width: 20%; }
	
	/* ================================================================ *\ 
		#Disable Hover
	\* ================================================================ */
	
	.nav-footer a:hover { color: #a8a8a8; }
	
	.btn:hover { background-color: transparent; }
	.btn:hover:before { background-color: #000; }

	.btn-dark:hover { background-color: #fdd803; border-color: #000; color: #000; }
	.btn-dark:hover:before { background-color: #000; right: 0; top: 0; bottom: 0; }

	.article-primary .article-body h5 a:hover { text-decoration: underline; }

	.link-image:hover { text-decoration: none; }

	.link-image-zoom:hover:before, 
	.link-image-zoom:hover:after { display: none; opacity: 0; }
}

/* ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 985px){
	
	/* ================================================================ *\ 
		#Footer
	\* ================================================================ */
	
	.footer .copyright { width: calc(100% - 434px); }
	.footer .copyright p { font-size: 10px; }

	/* ================================================================ *\ 
		#Grid
	\* ================================================================ */
	
	.cols.col-tablet-portrait-1of1 > .col { width: 100%; }
	.cols.col-tablet-portrait-1of2 > .col { width: 50%; }
	.cols.col-tablet-portrait-1of3 > .col { width: 33.333%; }
	.cols.col-tablet-portrait-1of4 > .col { width: 25%; }
	.cols.col-tablet-portrait-1of5 > .col { width: 20%; }

	/* ================================================================ *\ 
		#Navigations
	\* ================================================================ */
	
	.nav#navigation-menu li { font-size: 12px; }

	.nav-footer li { font-size: 10px; }

	/* ================================================================ *\ 
		#Links
	\* ================================================================ */

	.link-image { font-size: 12px; }
	.link-image > span.link-text { padding: 10px 5px; }
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	/* ================================================================ *\ 
		#Base
	\* ================================================================ */
	
	body, 
	p, 
	#commentform label, 
	.contact-form label { font-size: 14px !important; line-height: 1.43; }

	h1 { font-size: 30px !important; line-height: 1.31 !important; }
	h3 { font-size: 26px !important; line-height: 1.23 !important; }
	h4 { font-size: 20px !important; line-height: 1.60 !important; }

	blockquote, blockquote p { font-size: 14px; }

	/* ================================================================ *\ 
		#Transitions
	\* ================================================================ */
	
	.header .nav#navigation-menu { 
		-webkit-transition: opacity 0.4s, visibility 0.4s;
		        transition: opacity 0.4s, visibility 0.4s;
	}

	.btn-main:before,
	.btn-main:after,
	.btn-main span {
		-webkit-transition: opacity 0.4s, background 0.4s, margin 0.4s, -webkit-transform 0.4s;
		        transition: opacity 0.4s, background 0.4s, margin 0.4s, transform 0.4s;
	}

	/* ================================================================ *\ 
		#Helpers
	\* ================================================================ */
	
	a.logo { width: 150px; padding: 15px 15px 9px 15px; }
	a.logo:before { border-left-width: 75px; border-right-width: 75px; }
	
	.content { float: none; width: auto; }
	.sidebar { float: none; width: auto; padding: 20px 0; }

	/* ================================================================ *\ 
		#Grid
	\* ================================================================ */
	
	.cols > .col,
	.cols.col-1of2 > .col,
	.cols.col-1of3 > .col,
	.cols.col-1of4 > .col,
	.cols.col-1of5 > .col { float: none; display: block; width: 100%; }

	/* ================================================================ *\ 
		#Header
	\* ================================================================ */
	
	.header { position: absolute; }
	.header .nav#navigation-menu { position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #fff; z-index: 840; padding: 0; opacity: 0; visibility: hidden; }
	.header .nav#navigation-menu ul { padding: 40px 20px; margin: 0; }
	.header .nav#navigation-menu li { display: block; padding: 0; }
	.header .nav#navigation-menu a { color: #000; padding: 5px 0; }
	.header .nav#navigation-menu ul ul { position: relative; left: 0; right: 0; width: auto; padding: 10px 20px; }
	.header .nav#navigation-menu ul ul a { padding-left: 16px; }
	.header .btn-main { float: right; margin: 10px 20px 10px 0; }

	/* ================================================================ *\ 
		#Footer
	\* ================================================================ */
	
	.footer .nav-footer,
	.footer .copyright { float: none; text-align: center; }
	.footer .copyright { padding-bottom: 20px; }

	/* ================================================================ *\ 
		#Posts
	\* ================================================================ */
	
	.post-entry h2,
	.spb_wrapper h2 { font-size: 22px; padding-bottom: 12px; }
	.post-entry h2 strong,
	.spb_wrapper h2 strong { font-size: 20px; }
	.post-entry h3,
	.spb_wrapper h3 { font-size: 20px; }
	.post-entry h3 strong,
	.spb_wrapper h3 strong { font-size: 18px; }
	.post-entry h4,
	.spb_wrapper h4 { font-size: 18px; }
	.post-entry h4 strong,
	.spb_wrapper h4 strong { font-size: 16px; }
	.post-entry h5,
	.spb_wrapper h5 { font-size: 16px; }
	.post-entry h5 strong,
	.spb_wrapper h5 strong { font-size: 14px; }
	.post-entry blockquote,
	.spb_wrapper blockquote { padding-left: 36px; }
	.post-entry blockquote:before,
	.spb_wrappers blockquote:before { font-size: 50px; top: 8px; left: 0; }
	.post-entry .alignnone,
	.spb_wrapper .alignnone { margin-bottom: 10px; }
	.post-entry table,
	.post-entry thead,
	.post-entry tbody,
	.post-entry th,
	.post-entry td,
	.post-entry tr,
	.spb_wrapper table,
	.spb_wrapper thead,
	.spb_wrapper tbody,
	.spb_wrapper th,
	.spb_wrapper td,
	.spb_wrapper tr { display: block; }
	.post-entry tr,
	.spb_wrapper tr { border-bottom: 2px solid #000; }
	.post-entry .alignright,
	.post-entry .alignleft,
	.spb_wrapper .alignright,
	.spb_wrapper .alignleft { float: none; display: block; margin: 0 auto 20px; }
	
	.post-entry .col-sm-1, 
	.post-entry .col-sm-2, 
	.post-entry .col-sm-3, 
	.post-entry .col-sm-4, 
	.post-entry .col-sm-5, 
	.post-entry .col-sm-6, 
	.post-entry .col-sm-7, 
	.post-entry .col-sm-8, 
	.post-entry .col-sm-9, 
	.post-entry .col-sm-10, 
	.post-entry .col-sm-11 { float: none; width: 100%; }
	/* ================================================================ *\ 
		#Sections
	\* ================================================================ */
	
	.section-slider .slider-actions { left: 20px; right: 20px; top: auto; bottom: 20px; margin: 0; }
	.section-slider .slider-actions {
		-webkit-transform: none;
		        transform: none;
	}
	.section-slider .slide-body { height: 430px; }
	.section-slider .slide-body-holder { padding: 100px 0 20px 0; }

	.section-outro a.btn { min-width: 0; }

	.section-intro .shell { padding-top: 94px; }
	.section-intro h2 { font-size: 24px; }

	.section-main { padding: 30px 0; }

	.section-map { height: 250px; }

	/* ================================================================ *\ 
		#Slider
	\* ================================================================ */
	
	.slider-actions { width: auto; margin: 0; text-indent: 0; text-align: center; }
	.slider-actions a { display: inline-block; vertical-align: top; margin: 0 4px; }

	/* ================================================================ *\ 
		#Buttons
	\* ================================================================ */
	
	.btn { font-size: 14px; line-height: 40px; min-width: 170px; }

	.btn-main { display: inline-block; vertical-align: top; font-size: 0; line-height: 0; position: relative; width: 32px; height: 32px; z-index: 860; }
	.btn-main:before,
	.btn-main:after,
	.btn-main span { content: ' '; position: absolute; left: 0; right: 0; top: 50%; height: 4px; margin-top: -2px; background-color: #fff; }
	.btn-main:before { margin-top: -10px; }
	.btn-main:after { margin-top: 6px; }

	/* ================================================================ *\ 
		#Links
	\* ================================================================ */
	
	.link-image { max-width: 246px; margin: 0 auto; }

	.link-image { max-width: 193px; margin: 0 auto; }

	/* ================================================================ *\ 
		#Articles
	\* ================================================================ */
	
	.article-primary .article-image { float: none; margin: 0 auto 20px; }
	.article-primary .article-body { text-align: center; }
	
	/* ================================================================ *\ 
		#Widgets
	\* ================================================================ */
	
	.widgets .widget:last-child { margin-bottom: 0; }

	/* ================================================================ *\ 
		#Body classes
	\* ================================================================ */
	
	body.show-nav-main .header .nav#navigation-menu ul ul,
	body.show-nav-main .header .nav#navigation-menu { opacity: 1; visibility: visible; }
	body.show-nav-main .btn-main span { opacity: 0; }
	body.show-nav-main .btn-main:before,
	body.show-nav-main .btn-main:after { background-color: #000; margin-top: -2px; }
	body.show-nav-main .btn-main:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	body.show-nav-main .btn-main:after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

@media only screen and (max-width: 580px) {
	
	/* ================================================================ *\ 
		#Buttons
	\* ================================================================ */

	.btn-secondary { line-height: 20px; padding: 0; text-align: center; }
	.btn-secondary > span:first-child { padding: 10px; line-height: 20px; font-size: 16px; }
	.btn-secondary > span:last-child { position: relative; display: block; border: 0; border-top: 1px solid #fff; }
}
#Sliders
\* ================================================================ */

.flex-direction-nav { padding: 0 !important; margin: 0; position: static; }
.flex-direction-nav > li,
.flexslider .slides > li { padding: 0; position: static !important; padding: 0 !important; }
.flex-direction-nav > li:before,
.flexslider .slides > li:before { display: none; }
