 /*
Theme Name:Flower Power
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,

.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: font-family: 'Cormorant Garamond', serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
h1.page-title{ font-family: Cinzel}
body,
input,
textarea {
	color: #212121;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}

.img {
  width: 100%;
  height: auto;

}

.attachment img {
	width: 100%;
	height: auto;
	max-width: 900px;

}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
 img.alignright,
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 5px 5px;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

input, textarea, button{
     -webkit-appearance: none;
}


/* ---------- layout ----------*/
*{box-sizing: border-box; outline: none !important;}
.wrapper {width: 100%;}
body{font-family: 'Cormorant Garamond', serif;
font-weight: 500;;
font-size: 20px;
line-height: 28px;}
.container{max-width: 1170px; width: 100%; margin: auto; padding: 0 15px;}
.clear{clear:both; font-size:0px;line-height:0px;}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
a, a:focus{
    text-decoration: none;
    outline: none !important;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;

}
iframe{
    width: 100%;
    min-height:640px;
    height: 100%;
    padding: 0px;
    object-fit: cover;
}
.safari iframe{object-fit: fill;}
p{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    margin-bottom: 26px;
    line-height: 24px;
        height: 100%;
	color:#212121 !important;
}
ul{margin: 0;}
ul li{
    list-style: none;
}
figure{margin: 0px;}
h1, h2, h3, h4, h5, h6{font-family: 'Cinzel', serif;}
a{font-family: 'Cormorant Garamond', serif; font-weight: 500; color: #3f3eff;}
.full-width{width: 100% !important;}
.anchor_tag{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
/*----------- index.html ( Registration Page )----------------------*/

/*
@font-face {
    font-family: 'Charter';
    src: url('fonts/Charter.eot');
    src: url('fonts/Charter.eot') format('embedded-opentype'),
         url('fonts/Charter.woff2') format('woff2'),
         url('fonts/Charter.woff') format('woff'),
         url('fonts/Charter.ttf') format('truetype'),
         url('fonts/Charter.svg#Charter') format('svg');
}
*/



/* Home Page */
.top_section{
    padding: 40px 0 0 0;
}
.logo{
    width: 570px;
    height: auto;
    margin: auto;
    margin-top:20px;
}
.logo img{
    width: 100%;
    height: auto;
    display: block;
}
nav{margin-top: 30px;}

nav ul{display: table; margin: auto;}
nav ul li{
    float: left;
    list-style: none;
    padding: 0 19px;
}
nav ul li a{
    font-family: 'Cinzel', serif;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
}
nav ul li a:hover{
    color: #fc75c4;
}
/*search*/
.header .container{position: relative;}
.search_area{
    position: absolute;
    right: 0;
    top: 7px;
    width: 270px;
}
.search_area input{
    height: 24px;
    border: 1px solid #282828;
    border-right: none;
    text-align: right;
    float: left;
    padding: 0;
    max-width: 235px;
    width: 100%;
}
.search_area .search_btn{
    float: left;
    border: 1px solid #282828;
    border-left: 0px;
    height: 24px;
    background: none;
    line-height: 1.4;
    cursor: pointer;
    margin:0;
}
.top_section h1{
	font-family:'Cormorant Garamond', serif;
text-align: center;
    font-size: 55px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}
.top_section h2{

}
.top_section_left, .top_section_right{
    width: 20%;
    padding-top: 20px;
    text-align: center;
    float: left;
}
.top_section_middle{
    width: 60%;
    float: left;

}
.top_section_middle iframe{ min-height:auto;}
.top_section_right{
    width: 20%;
}
.top_section_left img, .top_section_right img{margin-bottom: 24px;}
.top_section_left p, .top_section_right p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 26px;
    line-height: 24px;
}
.top_section_middle{height: 415px; padding-left: 30px; padding-right: 30px;}
aside{
    width: 75%;
    float: left;
}
article{
    width: 25%;
    float: left;
}
.aside_section p{
    font-size: 24px;
    line-height: 28px;
}
.aside_section aside ul{
    margin-left: -10px;
    margin-right: -10px;
}
.aside_section aside ul li{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
    position: relative;
}
.aside_box{
    width: 100%;
}
.aside_box figure, .article_box figure{
    padding: 0px;
}
.article_box iframe{min-height:auto;}
/* .full-width .aside_box figure{min-height: 400px;} */


.aside_box figure img, .article_box figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
     -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.aside_box_text{
    margin-top: 7px;

}
.aside_box_text h3, .best_bouquets .heading span, .article_section .heading span, .article_box span{
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    padding-bottom: 5px;
    font-size: 20px;
}
.aside_box_text p{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
}
.aside_box_text a, .best_bouquets .heading h2 a, .article_box a{
    font-size: 22px;
}
.aside_box_text a:hover, .best_bouquets .heading h2 a:hover, .article_box a:hover{
    color: #fc75c4;
}

aside ul li:hover img{
    opacity: 0.6;

}
aside ul li:hover .aside_box_text a{
    color: #fc75c4;
}
.aside_box_text a img, .best_bouquets .heading h2 a img, .article_box a img, .article_section .heading h2 img{
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
.article_section .heading h2 img{
    width: 22px;
}
.best_bouquets{
    border: 1px solid #282828;
    padding: 30px 25px 0 25px;
    margin-bottom: 40px;
}
.best_bouquets .aside_box_text p{
    font-family: 'Cinzel', serif;
    font-weight: 400;
}
.best_bouquets .heading{margin-bottom: 20px;}
.best_bouquets .heading h2, .article_section .heading h2  {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;

}
.article_box h3{
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.article_section .heading h2{padding-bottom: 24px;}
.best_bouquets .heading span, .article_section .heading span{
    display: block;
}
.article_section{
    border: 1px solid #282828;
    padding: 20px 20px 22px 20px;
    margin-bottom: 20px;
}
.article_section .heading, .article_box{text-align: center;}
article{padding-left: 30px;}
.article_section ul li{position: relative; margin-bottom: 20px;}
.article_box em{
    font-style: normal;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 8px;
    display: block;
    text-align: left;
}
.article_section .heading h2, .article_box h3{
    font-size: 20px;
}
.article_box h3{padding-bottom: 10px;}
.article_box span{
    padding-top: 20px;
    display: block;
    padding-bottom: 5px;
}
.article_box p, .article_box h4{
     font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 12px;
}
.article_box h4{
    position: relative;
}
.article_box h4:before{
    content: '';
    position: absolute;
    background: url(images/design1.png) no-repeat;
    width: 57px;
    height: 18px;
    left: 0;
}
.article_box h4:after{
    content: '';
    position: absolute;
    background: url(images/design2.png) no-repeat;
    width: 45px;
    height: 19px;
    right: 12px;
}
.article_box figure{
    height: 200px;
}
.article_box figure iframe{background: none; padding: 0px;}
.article_section .heading{padding-bottom: 8px;}
.article_section .heading a{
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    display: block;
    font-size: 18px;
    padding-bottom: 30px;
    color: #282828;
}
.article_section .heading a img{
    display: inline-block;
    vertical-align: middle;
}

.bottom_video{
    max-width: 1010px;
    width: 100%;
    margin: auto;
    height: 600px;
    margin-top: 40px;
}
.footer{
    padding-top: 80px;
    text-align: center;
}
.footer_top{
    max-width: 830px;
    width: 100%;
    margin: auto;

}
.footer_top ul{display: inline-block; margin: 0px 80px 0 80px;}
.footer_top ul li, .footer_middle_menu ul li{margin-bottom: 60px; text-align: center;}
.footer_top ul li a{
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #282828;
    line-height: 30px;
}
.footer_top ul li a:hover, .footer_middle_menu ul li a:hover{
     color: #fc75c4;
}
.footer_top figure{
    display: table;
    margin: auto;
}
.footer_middle_menu{
    padding: 80px 0 20px 0;
}
.footer_middle_menu ul{display: table; margin: auto;}

.footer_middle_menu ul li a{
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 20px;

    color: #282828;
    line-height: 30px;
}
.footer h3, .footer p{
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fc75c4;
    padding-bottom: 40px;
}
.footer figure{margin:auto; margin-bottom: 50px;}
.footer h4{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 18px;
    color: #282828;

    padding-bottom: 24px;
}
.footer p{color: #282828;}
.social{display: table; margin: auto; margin-bottom: 60px;}
.social li{display: inline-block; vertical-align: middle; padding: 0 15px;}
.social li a{
    color: #282828;
    font-size: 30px;
}
.socialtop{display: table; margin: auto; margin-bottom: 0px; float:left;}
.socialtop li{display: inline-block; vertical-align: middle; padding: 0 15px;}
.socialtop li a{
    color: #282828;
    font-size: 30px;
	}
		.socialtop li a:hover{color: #fc75c4;}

}
.social li a:hover{color: #fc75c4;}
.sign_form{max-width: 930px; width: 100%; margin: auto;}
.sign_form form input, .page-content input{
    width: 85%;
    height: 36px;
    padding: 0 20px;
    border: 1px solid #282828;
     float: left;
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #282828;

}
.sign_form form .sign_btn, .page-content .search-submit{
    width: 15%;
   float: left;
   background: #000000;
    height: 36px;
    border: 1px solid #000000;
    box-shadow: none;
    color: #ffffff;
     font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    cursor: pointer;
}
.sign_form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
}
.sign_form form input::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
}
.sign_form form input:-ms-input-placeholder { /* IE 10+ */
  color: #282828;
}
.sign_form form input:-moz-placeholder { /* Firefox 18- */
  color: #282828;
}

/* default styling */
	.defpage h1{
		font-family: 'Cinzel', serif;
			font-size:40px;
			padding-bottom: 20px;
			line-height:normal;
			text-align: left;

			}
    }
.defpage h2{
    font-size:30px;
    padding-bottom: 20px;
    line-height:normal;
    }
.defpage h3{
    font-size:24px;
    padding-bottom: 20px;
    line-height:normal;
    }
.defpage h4{
    font-size:20px;
    padding-bottom: 20px;
    line-height:normal;
    }
.defpage h5{
    font-size:16px;
    padding-bottom: 20px;
    line-height:normal;
    }
.defpage h6{
    font-size:14px;
    padding-bottom: 20px;
    line-height:normal;
    }
.defpage{padding:60px 0;}
.defpage a{
    color:#282828;
    }
    .defpage ul{margin-top:15px;}
.defpage ul li{
    font-size:18px;
    margin-bottom:15px;
    }
.defpage dt{
    font-size:18px;
    margin-bottom:20px;
    }
    .defpage dd{
    font-size:18px;
    }
.defpage p{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    }
/* .page-title{padding:60px 15px 0 15px;} */

/*pagination*/

.navigation h2.screen-reader-text {
    display: none;
}

.navigation {
    float: left;
    text-align: center;
    width: 100%;

}
.nav-previous {float: left;}
.nav-next {float: right;}
.navigation .nav-links a svg {
    display: none;
}

.navigation .nav-links a {
    padding: 5px 8px;
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #ffffff;
    font-size:18px;
    font-family: 'Jura', sans-serif;
    font-weight:300;
}

.navigation .nav-links span.current {
    padding: 5px 8px;
    background: #fc75c4;
    border: 1px solid #fc75c4;
    color: #ffffff;
    font-size:18px;
    font-family: 'Jura', sans-serif;
    font-weight:300;
}


/*additional pages*/
.aside_box_text h3, .best_bouquets .heading span, .article_section .heading span, .article_box span{font-size: 22px;}
.top_video{
    width: 100%;
		height: 100%;
		min-height:640px;
}
.top_video iframe{
    height: auto;
    object-fit: cover;

}
.top_video h1{
    text-align: left;
    color: #4d4d4d;
}
.shopping_page_heading h1{
    background: #ff54b3;
    color: #ffffff;
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    padding: 30px 30px 30px 70px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 40px;
}
.shopping_page_heading em{
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    color: #4d4d4d;
    line-height: 28px;
}
.shopping_page_heading img{
    display: block;
    padding-top: 15px;
}
.shopping_page_section{
    padding-top: 30px;
}
.shopping_page_section .search_area{
    position: static;
    float: right;
    margin-bottom: 30px;
}
.editor_section h3{
    color: #4d4d4d;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 15px;
}
.editor_section .aside_box_text{
    position: relative;
    padding-right: 30px;
}
.editor_section .aside_box_text .icon a{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0px;
}
.editor_section .aside_box_text .icon i{
    font-size: 28px;
}
.editor_section .aside_box_text h4{
    padding-bottom: 6px;
    font-weight: 500;
    color: #4d4d4d;
    font-family: 'Jura', sans-serif;
    font-size: 22px;
  line-height: 30px;
}
.editor_section .aside_box_text a{
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 24px;
    margin-top: 15px;
    display: block;
}
.editor_section .aside_box_text a img{width: 28px;}
.editor_section .slick-slider{
    margin-left: -10px;
    margin-right: -10px;
}
.editor_section .slick-slide{
    padding: 0 10px;
}
.slick-prev, .slick-next{
     background: none;
    border: none;
    font-size: 0px;
    cursor: pointer;
}
.slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
   content: "\f104";
   transition: all 0.5s;

    position: absolute;
    top: 50%;
     transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: -15px;
    color: #243666;
   font-size: 40px;
    margin-top: -50px;
}
.slick-next:before{
      font: normal normal normal 14px/1 FontAwesome;
   content: "\f105";
   transition: all 0.5s;

    position: absolute;
    top: 50%;
     transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    right: -15px;
    color: #243666;
   font-size: 40px;
     margin-top: -50px;
}
.editor_section{
    margin-bottom: 30px;
}
/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #fff;
	text-decoration:none;
}



.footer_top ul li {
    float: left;
    width: 50%;
}


.pagination{
    text-align: center;
}

.pagination .page-numbers{
    color: #4d4d4d;
    font-family: 'Jura', sans-serif;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0 10px;
}

.pagination .page-numbers.current{color: #fc75c4;}


/*  */
.aside_box_text .icon a{
    width:30px;
    height:auto;
    }

.defpage iframe{
    height:auto;

    }







h4.media-heading a { font-family: 'Jura', sans-serif;     font-weight: bold;}

p.link-more{ margin-top: -15px;}

p.link-more a {     color: #fc75c4; }

.sb_instagram .sb_instagram_header .sbi_no_bio h3 {
    font-family: jura; }
