/***** Shortcodes Ultimate plugin *****/

/*** Heading ***/
#root-container .su-heading,
#su-generator-preview .su-heading {
	border: 0;
	color: #000;
	font-family: 'Ovo', serif;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
	padding-top: 20px;
}
#root-container .su-heading-inner,
#su-generator-preview .su-heading-inner {
	border: 0;
	padding: 0;
}

/*** List ***/
#root-container .su-list ul li,
#root-container .su-list ul li i,
#su-generator-preview .su-list ul li,
#su-generator-preview .su-list ul li i {
	line-height: inherit;
}

/*** Quote ***/
#root-container .su-quote-style-default,
#su-generator-preview .su-quote-style-default {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #A5A5A5;
    font-family: 'Ovo', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    padding: 15px 30px;
}

#root-container .su-quote-style-default:before, 
#root-container .su-quote-style-default:after,
#su-generator-preview .su-quote-style-default:before,
#su-generator-preview .su-quote-style-default:after {
	background: none;
}

#root-container .su-quote-style-default .su-quote-cite,
#su-generator-preview .su-quote-style-default .su-quote-cite {
	color: #000;
    display: block;
	font-family: 'Fauna One', sans-serif;
    font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
    margin-top: 18px;
    text-align: left;
}

/*** Pullquote ***/
#root-container .su-pullquote,
#su-generator-preview .su-pullquote {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    color: #A5A5A5;
    font-family: 'Ovo', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 20px;
    padding: 12px 20px;
  	width: 30%;
}

#root-container .su-pullquote-align-left,
#su-generator-preview .su-pullquote-align-left {
	padding-left: 0;
}

#root-container .su-pullquote-align-right,
#su-generator-preview .su-pullquote-align-right {
	padding-right: 0;
}

#footer-content .su-pullquote-align-left,
#footer-content .su-pullquote-align-right {
	padding: 15px 30px;
	width: 100%;
}

/*** Tabs ***/
#root-container .su-tabs,
#root-container .su-tabs-nav span,
#su-generator-preview .su-tabs,
#su-generator-preview .su-tabs-nav span {
	border-radius: 0;
	font-size: inherit;
}

#root-container .su-tabs,
#su-generator-preview .su-tabs {
	padding: 2px;
}

#root-container .su-tabs-nav span.su-tabs-current,
#su-generator-preview .su-tabs-nav span.su-tabs-current {
	font-weight: bold;
}

#root-container .su-tabs-pane,
#su-generator-preview .su-tabs-pane {
	font-size: inherit;
	padding: 25px;
}

/*** Spoiler ***/
#root-container .su-spoiler-title,
#su-generator-preview .su-spoiler-title {
    font-family: 'Ovo', serif;
    font-size: 16px;
}

/* Spoiler: Simple & Fancy styles */
#root-container .su-spoiler-style-simple,
#root-container .su-spoiler-style-fancy,
#su-generator-preview .su-spoiler-style-simple,
#su-generator-preview .su-spoiler-style-fancy {
    border: 1px solid #ddd;
}

#root-container .su-spoiler-style-simple > .su-spoiler-title,
#root-container .su-spoiler-style-fancy > .su-spoiler-title,
#su-generator-preview .su-spoiler-style-simple > .su-spoiler-title,
#su-generator-preview .su-spoiler-style-fancy > .su-spoiler-title {
    background: #F6F6F6;
    padding: 12px 25px;
}

#root-container .su-spoiler-style-simple > .su-spoiler-content,
#root-container .su-spoiler-style-fancy > .su-spoiler-content,
#su-generator-preview .su-spoiler-style-simple > .su-spoiler-content,
#su-generator-preview .su-spoiler-style-fancy > .su-spoiler-content {
	padding: 25px;
}

#root-container .su-spoiler.su-spoiler-closed > .su-spoiler-content,
#su-generator-preview .su-spoiler.su-spoiler-closed > .su-spoiler-content {
	padding: 0;
}

/* Spoiler: Fancy style */
#root-container .su-spoiler-style-fancy .su-spoiler-icon,
#su-generator-preview .su-spoiler-style-fancy .su-spoiler-icon {
	left: 15px;
    top: 12px;
}

#root-container .su-spoiler-style-fancy .su-spoiler-title,
#su-generator-preview .su-spoiler-style-fancy .su-spoiler-title {
	padding-left: 45px;
}


/*** Label ***/
#root-container .su-label,
#su-generator-preview .su-label {
    border-radius: 0;
    font-size: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
}

#root-container .su-label-type-success,
#su-generator-preview .su-label-type-success {
    background: #619E74;
}

#root-container .su-label-type-warning,
#su-generator-preview .su-label-type-warning {
    background: #EFB255;
}

#root-container .su-label-type-important,
#su-generator-preview .su-label-type-important {
    background: #FF3000;
}

#root-container .su-label-type-black,
#su-generator-preview .su-label-type-black {
    background: #333;
}

#root-container .su-label-type-info,
#su-generator-preview .su-label-type-info {
    background: #5893B2;
}

/*** Frame ***/
#root-container .su-frame-style-default,
#su-generator-preview .su-frame-style-default {
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: none !important;
}

#root-container .su-frame-style-default .su-frame-inner,
#su-generator-preview .su-frame-style-default .su-frame-inner {
    border: 0;
    padding: 2px;
}

#root-container .su-frame-style-default p,
#su-generator-preview .su-frame-style-default p {
    margin: 0;
}

#root-container .su-frame-style-default img,
#su-generator-preview .su-frame-style-default img {
	  margin: auto !important;
}

/*** Button ***/
#root-container a.su-button.su-button-style-default,
#su-generator-preview a.su-button.su-button-style-default {
    border: 0 !important;
    /*border-radius: 0 !important;*/
    box-sizing: border-box !important;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 12px;
    margin-right: 5px;
    margin-top: 5px;
}

#root-container .su-button-style-default span,
#su-generator-preview .su-button-style-default span {
    border: 0;
    box-sizing: border-box !important;
    display: inline-block;
    line-height: 1 !important;
    padding: 1.1em 1.7em !important;
}

#root-container .su-button small,
#su-generator-preview .su-button small {
    margin-top: 1em;
    padding: 0 !important;
}

/*** Service ***/
#root-container .su-service-content,
#su-generator-preview .su-service-content {
	line-height: 1.75;
	padding-left: 0 !important;
}

#footer-content .su-service-content {
	line-height: 2;
}

/*** Box ***/
#root-container .su-box,
#su-generator-preview .su-box {
	border-width: 1px;
}

#root-container .su-box-title,
#su-generator-preview .su-box-title {
	font-size: 1em;
	padding: 12px 25px;
}

#root-container .su-box-content,
#su-generator-preview .su-box-content {
	padding: 25px;
}

/*** Note ***/
#root-container .su-note-inner,
#su-generator-preview .su-note-inner {
	padding: 25px;
}

/*** Lightbox ***/
#root-container .su-lightbox a.su-button.su-button-style-default,
#su-generator-preview .su-lightbox a.su-button.su-button-style-default {
	background: #414141 !important;
}

#root-container .su-lightbox .su-button-style-default span,
#su-generator-preview .su-lightbox .su-button-style-default span {
    color: #fff !important;
    font-size: 1em !important;
}

/*** Table ***/
#root-container .su-table th,
#root-container .su-table td,
#su-generator-preview .su-table th,
#su-generator-preview .su-table td {
	border-color: #ddd !important;
}

/*** Slider ***/
.su-slider-slide-title {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

/*** Carousel ***/
#root-container .su-carousel .su-carousel-slide-title,
#su-generator-preview .su-carousel .su-carousel-slide-title {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

#root-container .su-carousel .su-carousel-slide img,
#su-generator-preview .su-carousel .su-carousel-slide img {
    border-color: #ddd;
    border-radius: 0 !important;
}

/*** Gallery ***/
#root-container .su-custom-gallery-slide span,
#su-generator-preview .su-custom-gallery-slide span {
	font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

#root-container .su-custom-gallery-slide img,
#su-generator-preview .su-custom-gallery-slide img {
	border-color: #ddd;
    border-radius: 0 !important;
}

/*** Posts ***/
#root-container .su-posts .su-post-title,
#su-generator-preview .su-posts .su-post-title {
	margin-bottom: 10px;
	padding-top: 0;
}

#root-container .su-posts .su-post-title a,
#su-generator-preview .su-posts .su-post-title a {
	font-weight: normal;
}

#root-container .su-post-meta,
#su-generator-preview .su-post-meta {
	font-style: italic;
	margin-bottom: 1.5em;
}


/*** Lightbox Background ***/
#root-body .mfp-bg {
	background: #fff;
}

#root-body .mfp-arrow:before, 
#root-body .mfp-arrow .mfp-b {
	opacity: 1;
}

#root-body .mfp-arrow-right:after, 
#root-body .mfp-arrow-right .mfp-a,
#root-body .mfp-arrow-right:before, 
#root-body .mfp-arrow-right .mfp-b {
	border-left-color: #333;
}

#root-body .mfp-arrow-left:after, 
#root-body .mfp-arrow-left .mfp-a,
#root-body .mfp-arrow-left:before, 
#root-body .mfp-arrow-left .mfp-b {
	border-right-color: #333;
}

#root-body .mfp-image-holder .mfp-close, 
#root-body .mfp-iframe-holder .mfp-close {
	color: #333;
}

#root-body .mfp-counter {
	color: #333;
}

/*#root-body .mfp-figure {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#root-body .mfp-figure img {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/


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

	#root-container .su-pullquote,
	#su-generator-preview .su-pullquote {
		width: 50%;
	}

}

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

	#root-container .su-pullquote,
	#su-generator-preview .su-pullquote {
		float: none;
		font-size: 18px;
	    padding: 15px 0;
	    width: 100%;
	}

}