
/*-----------------------------------------------------------------------------------

    Shortcodes: buttonns.css

-----------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.buttonn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 9px;
	font-size: 14px;
	height: 32px;
	background-color: #253863;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
	line-height: 30px;
	font-family: 'DM Sans', sans-serif !important;
}
a.buttonn {
    line-height: 33px;
}
a.buttonn:hover {
    text-decoration:none;
}
body:not(.device-touch) .buttonn {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.buttonn-dark { background-color: #444; }

.buttonn-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.buttonn:hover {
	background-color: #253863;
	color: #FFF;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.buttonn.buttonn-dark:hover { background-color: #1ABC9C; }

.buttonn.buttonn-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.buttonn.buttonn-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.buttonn.buttonn-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.buttonn.buttonn-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.buttonn.buttonn-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}

.buttonn.buttonn-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	text-transform: none;
}

.buttonn i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center;
}

.buttonn.tright i { margin: 0 0 0 5px; }

.buttonn-mini i { margin-right: 3px; }

.buttonn-mini.tright i { margin: 0 0 0 3px; }

.buttonn-small i { margin-right: 4px; }

.buttonn-small.tright i { margin: 0 0 0 4px; }

.buttonn-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.buttonn-xlarge.tright i { margin: 0 0 0 8px; }

.buttonn.buttonn-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.buttonn.buttonn-desc.tright i { margin: 0 0 0 12px; }

.buttonn.buttonn-desc div { display: inline-block; }

.buttonn.buttonn-rounded { border-radius: 3px; }


/* Buttons - Border
-----------------------------------------------------------------*/

.buttonn.buttonn-border {
	border: 2px solid #263e63;
	background-color: transparent;
	color: #263e63;
	text-shadow: none;
}

.buttonn.buttonn-borderGold {
	border: 2px solid #a59e89;
	background-color: transparent;
	color: #a59e89;
	text-shadow: none;
}

.buttonn.buttonn-border-thin {
	border-width: 1px;
	line-height: 38px;
}

.buttonn.buttonn-border.buttonn-mini { line-height: 24px; }

.buttonn.buttonn-border.buttonn-small { line-height: 30px; }

.buttonn.buttonn-border.buttonn-large { line-height: 42px; }

.buttonn.buttonn-border.buttonn-xlarge { line-height: 48px; }

.buttonn.buttonn-border.buttonn-desc { line-height: 1; }

.buttonn.buttonn-border-thin.buttonn-mini { line-height: 26px; }

.buttonn.buttonn-border-thin.buttonn-small { line-height: 32px; }

.buttonn.buttonn-border-thin.buttonn-large { line-height: 44px; }

.buttonn.buttonn-border-thin.buttonn-xlarge { line-height: 50px; }

.buttonn.buttonn-border:not(.buttonn-fill):hover {
	background-color: #263e63;
	color: #FFF;
	border-color: transparent !important;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.buttonn.buttonn-borderGold:not(.buttonn-fill):hover {
	background-color: #a59e89;
	color: #FFF;
	border-color: transparent !important;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.buttonn.buttonn-border.buttonn-light {
	border-color: #EEE;
	color: #EEE;
}

.buttonn.buttonn-border.buttonn-light:hover {
	background-color: #EEE;
	color: #333;
	text-shadow: none;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.buttonn.buttonn-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.buttonn.buttonn-3d:hover {
	background-color: #1ABC9C !important;
	opacity: 0.9;
}

.buttonn.buttonn-3d.buttonn-light:hover,
.buttonn.buttonn-reveal.buttonn-light:hover {
	text-shadow: none;
	color: #333;
}


/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.buttonn.buttonn-reveal {
	padding: 0 28px;
	overflow: hidden;
}

.buttonn.buttonn-reveal i {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

.buttonn.buttonn-reveal.buttonn-border i { top: -2px; }

.buttonn.buttonn-reveal.tright i {
	left: auto;
	right: -32px;
}

.buttonn.buttonn-reveal.buttonn-3d i,
.buttonn.buttonn-reveal.buttonn-rounded i { border-radius: 3px 0 0 3px; }

.buttonn.buttonn-reveal.buttonn-3d.tright i,
.buttonn.buttonn-reveal.buttonn-rounded.tright i { border-radius: 0 3px 3px 0; }

.buttonn.buttonn-reveal span {
	display: inline-block;
	position: relative;
	left: 0;
}

body:not(.device-touch) .buttonn.buttonn-reveal i,
body:not(.device-touch) .buttonn.buttonn-reveal span {
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.buttonn.buttonn-reveal.buttonn-mini { padding: 0 17px; }

.buttonn.buttonn-reveal.buttonn-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px;
}

.buttonn.buttonn-reveal.buttonn-mini.tright i {
	left: auto;
	right: -22px;
}

.buttonn.buttonn-reveal.buttonn-small { padding: 0 22px; }

.buttonn.buttonn-reveal.buttonn-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px;
}

.buttonn.buttonn-reveal.buttonn-small.tright i {
	left: auto;
	right: -26px;
}

.buttonn.buttonn-reveal.buttonn-large { padding: 0 32px; }

.buttonn.buttonn-reveal.buttonn-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px;
}

.buttonn.buttonn-reveal.buttonn-large.tright i {
	left: auto;
	right: -38px;
}

.buttonn.buttonn-reveal.buttonn-xlarge { padding: 0 40px; }

.buttonn.buttonn-reveal.buttonn-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px;
}

.buttonn.buttonn-reveal.buttonn-xlarge.tright i {
	left: auto;
	right: -44px;
}

.buttonn.buttonn-reveal:hover i { left: 0; }

.buttonn.buttonn-reveal.tright:hover i {
	left: auto;
	right: 0;
}

.buttonn.buttonn-reveal:hover span { left: 16px; }

.buttonn.buttonn-reveal.buttonn-mini:hover span { left: 11px; }

.buttonn.buttonn-reveal.buttonn-small:hover span { left: 13px; }

.buttonn.buttonn-reveal.buttonn-large:hover span { left: 19px; }

.buttonn.buttonn-reveal.buttonn-xlarge:hover span { left: 22px; }

.buttonn.buttonn-reveal.tright:hover span { left: -16px; }

.buttonn.buttonn-reveal.buttonn-mini.tright:hover span { left: -11px; }

.buttonn.buttonn-reveal.buttonn-small.tright:hover span { left: -13px; }

.buttonn.buttonn-reveal.buttonn-large.tright:hover span { left: -19px; }

.buttonn.buttonn-reveal.buttonn-xlarge.tright:hover span { left: -22px; }


/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.buttonn.buttonn-full {
	display: block !important;
	white-space: normal;
	margin: 0;
	height: auto;
	line-height: 1.6;
	padding: 30px 0;
	font-size: 30px;
	font-weight: 300;
	text-transform: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.buttonn.buttonn-full.buttonn-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.buttonn.buttonn-full strong {
	font-weight: 600;
	border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .buttonn.buttonn-full strong {
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.buttonn.buttonn-full.buttonn-light strong { border-bottom-color: #333; }

.buttonn.buttonn-full.buttonn-light:hover strong { border-bottom-color: #EEE; }

/* Buttons - Circle
-----------------------------------------------------------------*/

.buttonn.buttonn-circle { border-radius: 15px; }

.buttonn.buttonn-mini.buttonn-circle { border-radius: 14px; }

.buttonn.buttonn-small.buttonn-circle { border-radius: 17px; }

.buttonn.buttonn-large.buttonn-circle { border-radius: 23px; }

.buttonn.buttonn-xlarge.buttonn-circle { border-radius: 26px; }


/* Buttons - Fill Effect
-----------------------------------------------------------------*/

.buttonn.buttonn-border.buttonn-fill {
	overflow: hidden;
	transform-style: preserve-3d;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	-webkit-backface-visibility: hidden;
}

.buttonn.buttonn-border.buttonn-fill span { position: relative; }

.buttonn.buttonn-border.buttonn-fill:hover {
	background-color: transparent !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.buttonn.buttonn-border.buttonn-fill.buttonn-light:hover {
	border-color: #EEE !important;
	color: #333 !important;
	text-shadow: none;
}

.buttonn.buttonn-border.buttonn-fill:before {
	content: '';
	position: absolute;
	background-color: #444;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
}

.buttonn.buttonn-border.buttonn-fill.buttonn-light:before { background-color: #EEE; }

.buttonn.buttonn-border.buttonn-fill.fill-from-right:before {
	left: auto;
	right: 0;
}

.buttonn.buttonn-border.buttonn-fill:hover:before { width: 100%; }

.buttonn.buttonn-border.buttonn-fill.fill-from-top:before,
.buttonn.buttonn-border.buttonn-fill.fill-from-bottom:before {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.buttonn.buttonn-border.buttonn-fill.fill-from-top:before {
	width: 100%;
	height: 0;
}

.buttonn.buttonn-border.buttonn-fill.fill-from-top:hover:before { height: 100%; }

.buttonn.buttonn-border.buttonn-fill.fill-from-bottom:before {
	width: 100%;
	height: 0;
	top: auto;
	bottom: 0;
}

.buttonn.buttonn-border.buttonn-fill.fill-from-bottom:hover:before { height: 100%; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.buttonn-red { background-color: #C02942; }
.buttonn-3d.buttonn-red:hover,
.buttonn-reveal.buttonn-red:hover,
.buttonn-border.buttonn-red:hover,
.buttonn-border.buttonn-red.buttonn-fill:before { background-color: #C02942 !important; }

.buttonn-border.buttonn-red {
	color: #C02942;
	border-color: #C02942;
}

.buttonn-teal { background-color: #53777A; }
.buttonn-3d.buttonn-teal:hover,
.buttonn-reveal.buttonn-teal:hover,
.buttonn-border.buttonn-teal:hover,
.buttonn-border.buttonn-teal.buttonn-fill:before { background-color: #53777A !important; }

.buttonn-border.buttonn-teal {
	color: #53777A;
	border-color: #53777A;
}

.buttonn-yellow { background-color: #ECD078; }
.buttonn-3d.buttonn-yellow:hover,
.buttonn-reveal.buttonn-yellow:hover,
.buttonn-border.buttonn-yellow:hover,
.buttonn-border.buttonn-yellow.buttonn-fill:before { background-color: #ECD078 !important; }

.buttonn-border.buttonn-yellow,
.buttonn-border.buttonn-yellow.buttonn-fill.buttonn-light:hover {
	color: #ECD078 !important;
	border-color: #ECD078 !important;
}

.buttonn-border.buttonn-yellow:hover,
.buttonn-border.buttonn-yellow.buttonn-fill.buttonn-light:hover { color: #333 !important; }

.buttonn-green { background-color: #59BA41; }
.buttonn-3d.buttonn-green:hover,
.buttonn-reveal.buttonn-green:hover,
.buttonn-border.buttonn-green:hover,
.buttonn-border.buttonn-green.buttonn-fill:before { background-color: #59BA41 !important; }

.buttonn-border.buttonn-green {
	color: #59BA41;
	border-color: #59BA41;
}

.buttonn-brown { background-color: #774F38; }
.buttonn-3d.buttonn-brown:hover,
.buttonn-reveal.buttonn-brown:hover,
.buttonn-border.buttonn-brown:hover,
.buttonn-border.buttonn-brown.buttonn-fill:before { background-color: #774F38 !important; }

.buttonn-border.buttonn-brown {
	color: #774F38;
	border-color: #774F38;
}

.buttonn-aqua { background-color: #40C0CB; }
.buttonn-3d.buttonn-aqua:hover,
.buttonn-reveal.buttonn-aqua:hover,
.buttonn-border.buttonn-aqua:hover,
.buttonn-border.buttonn-aqua.buttonn-fill:before { background-color: #40C0CB !important; }

.buttonn-border.buttonn-aqua {
	color: #40C0CB;
	border-color: #40C0CB;
}

.buttonn-lime { background-color: #AEE239; }
.buttonn-3d.buttonn-lime:hover,
.buttonn-reveal.buttonn-lime:hover,
.buttonn-border.buttonn-lime:hover,
.buttonn-border.buttonn-lime.buttonn-fill:before { background-color: #AEE239 !important; }

.buttonn-border.buttonn-lime {
	color: #AEE239;
	border-color: #AEE239;
}

.buttonn-purple { background-color: #5D4157; }
.buttonn-3d.buttonn-purple:hover,
.buttonn-reveal.buttonn-purple:hover,
.buttonn-border.buttonn-purple:hover,
.buttonn-border.buttonn-purple.buttonn-fill:before { background-color: #5D4157 !important; }

.buttonn-border.buttonn-purple {
	color: #5D4157;
	border-color: #5D4157;
}

.buttonn-leaf { background-color: #A8CABA; }
.buttonn-3d.buttonn-leaf:hover,
.buttonn-reveal.buttonn-leaf:hover,
.buttonn-border.buttonn-leaf:hover,
.buttonn-border.buttonn-leaf.buttonn-fill:before { background-color: #A8CABA !important; }

.buttonn-border.buttonn-leaf {
	color: #A8CABA;
	border-color: #A8CABA;
}

.buttonn-pink { background-color: #F89FA1; }
.buttonn-3d.buttonn-pink:hover,
.buttonn-reveal.buttonn-pink:hover,
.buttonn-border.buttonn-pink:hover,
.buttonn-border.buttonn-pink.buttonn-fill:before { background-color: #F89FA1 !important; }

.buttonn-border.buttonn-pink {
	color: #F89FA1;
	border-color: #F89FA1;
}

.buttonn-dirtygreen { background-color: #1693A5; }
.buttonn-3d.buttonn-dirtygreen:hover,
.buttonn-reveal.buttonn-dirtygreen:hover,
.buttonn-border.buttonn-dirtygreen:hover,
.buttonn-border.buttonn-dirtygreen.buttonn-fill:before { background-color: #1693A5 !important; }

.buttonn-border.buttonn-dirtygreen {
	color: #1693A5;
	border-color: #1693A5;
}

.buttonn-blue { background-color: #1265A8; }
.buttonn-3d.buttonn-blue:hover,
.buttonn-reveal.buttonn-blue:hover,
.buttonn-border.buttonn-blue:hover,
.buttonn-border.buttonn-blue.buttonn-fill:before { background-color: #1265A8 !important; }

.buttonn-border.buttonn-blue {
	color: #1265A8;
	border-color: #1265A8;
}

.buttonn-amber { background-color: #EB9C4D; }
.buttonn-3d.buttonn-amber:hover,
.buttonn-reveal.buttonn-amber:hover,
.buttonn-border.buttonn-amber:hover,
.buttonn-border.buttonn-amber.buttonn-fill:before { background-color: #EB9C4D !important; }

.buttonn-border.buttonn-amber {
	color: #EB9C4D;
	border-color: #EB9C4D;
}

.buttonn-black { background-color: #111; }
.buttonn-3d.buttonn-black:hover,
.buttonn-reveal.buttonn-black:hover,
.buttonn-border.buttonn-black:hover,
.buttonn-border.buttonn-black.buttonn-fill:before { background-color: #111 !important; }

.buttonn-border.buttonn-black {
	color: #111;
	border-color: #111;
}

.buttonn-white { background-color: #F9F9F9; }
.buttonn-3d.buttonn-white:hover,
.buttonn-reveal.buttonn-white:hover { background-color: #F9F9F9 !important; }


/* Buttons - No Hover
-----------------------------------------------------------------*/

.buttonn.buttonn-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}


.buttonn-download { 
    background-image:url('/images/download.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB9C4D; }
.buttonn-3d.buttonn-download:hover,
.buttonn-reveal.buttonn-download:hover,
.buttonn-border.buttonn-download:hover,
.buttonn-border.buttonn-download.buttonn-fill:before { background-color: #63f368 !important; }


.buttonn-edit {
    background-image:url('/images/editicon.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB9C4D; }
.buttonn-3d.buttonn-edit:hover,
.buttonn-reveal.buttonn-edit:hover,
.buttonn-border.buttonn-edit:hover,
.buttonn-border.buttonn-edit.buttonn-fill:before { background-color: #EB9C4D !important; }


.buttonn-bheart {
    background-image:url('/images/blackheart1.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; }
.buttonn-3d.buttonn-bheart:hover,
.buttonn-reveal.buttonn-bheart:hover,
.buttonn-border.buttonn-bheart:hover,
.buttonn-border.buttonn-bheart.buttonn-fill:before { background-color: rgb(255, 0, 0) !important; }

.buttonn-rheart {
    background-image:url('/images/redheart1.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; }
.buttonn-3d.buttonn-rheart:hover,
.buttonn-reveal.buttonn-rheart:hover,
.buttonn-border.buttonn-rheart:hover,
.buttonn-border.buttonn-rheart.buttonn-fill:before { background-color: rgb(0, 0, 0) !important; }

.buttonn-editword {
    background-image:url('/images/editicon.png');
    background-size: 20px,20px;
    background-position: 95% 57%;
    background-repeat: no-repeat;
    background-color: #EB9C4D;
padding-right: 40px;}
.buttonn-3d.buttonn-editword:hover,
.buttonn-reveal.buttonn-editword:hover,
.buttonn-border.buttonn-editword:hover,
.buttonn-border.buttonn-editword.buttonn-fill:before { background-color: #EB9C4D !important; }

.buttonn-questions {
    background-image:url('/images/questionicon.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB9C4D; }
.buttonn-3d.buttonn-questions:hover,
.buttonn-reveal.buttonn-questions:hover,
.buttonn-border.buttonn-questions:hover,
.buttonn-border.buttonn-questions.buttonn-fill:before { background-color: #63f368 !important; }

.buttonn-view {
    background-image:url('/images/viewicon.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB9C4D; }
.buttonn-3d.buttonn-view:hover,
.buttonn-reveal.buttonn-view:hover,
.buttonn-border.buttonn-view:hover,
.buttonn-border.buttonn-view.buttonn-fill:before { background-color: #63f368 !important; }

.buttonn-trash {
    background-image:url('/images/trashicon.png');
    background-size: 20px,20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB9C4D;}
.buttonn-3d.buttonn-trash:hover,
.buttonn-reveal.buttonn-trash:hover,
.buttonn-border.buttonn-trash:hover,
.buttonn-border.buttonn-trash.buttonn-fill:before { background-color: #ad0000 !important; }


.buttonn-trashword {
    background-image:url('/images/trashicon.png');
    background-size: 20px,20px;
    background-position: 95% 57%;
    background-repeat: no-repeat;
    background-color: #EB9C4D;
padding-right: 40px;}
.buttonn-3d.buttonn-trashword:hover,
.buttonn-reveal.buttonn-trashword:hover,
.buttonn-border.buttonn-trashword:hover,
.buttonn-border.buttonn-trashword.buttonn-fill:before { background-color: #FF0000 !important; }

