/*//////////////////////////////////////////*/
/* Format TinyMCE */
/*//////////////////////////////////////////*/

.format_mce{
	width:100%;
	font-size:18px;
	line-height:26px;
	font-family:'Roboto', Tahoma, Helvetica, sans-serif;
}
.format_mce.format_narrow{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Inline elements */

.format_mce a{
	color:#0279b3;
	border-bottom:1px solid #0279b3;
}
.format_mce a:hover{
	border-bottom:1px solid transparent;
}
.format_mce strong{
	font-weight:700;
}
.format_mce em{
	font-style:italic;
}
.format_mce sup,
.format_mce sub{
	display: inline-block;
    font-size: 10px;
    line-height: 14px;
    border-radius: 7px;
}
.format_mce sup{
    padding: 0 4px;
    background: #dae1e6;
    vertical-align: top;
    margin: 0 0 0 2px !important;
    font-weight: 700;
}
.format_mce sub{
    vertical-align: bottom;
}

/* Block elements */

.format_mce p{
	margin:20px 0;
}
.format_mce hr{
	display:block;
	border:none;
	margin:40px auto;
	height:1px;
	width:80%;
	background:#dae1e6;
}

/* Custom block elements — accent */

.format_mce .text_accent{
	display:block;
	padding:20px 30px;
	margin:20px -30px;
	background:#ffffff;
	color:#465660;
	font-size: 20px;
	line-height: 28px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:999px) {
	.format_mce .text_accent{
		margin:20px -15px;
		padding:10px 15px;
	}
}

/* Custom block elements — small */

.format_mce .text_small{
	margin:20px 0;
	font-size:14px;
	line-height:18px;
	opacity:0.8;
	max-width:70%;
}
@media (max-width:599px) {
	.format_mce .text_small{
		max-width:100%;
	}
}

/* Custom block elements — blockquote */

.format_mce .text_blockquote{
	border:0;
	position: relative;
	text-align: center;
	max-width:70%;
	margin: 40px auto;
	padding: 20px 0;
}
@media (max-width:599px) {
	.format_mce .text_blockquote{
		max-width:100%;
	}
}
.format_mce .text_blockquote:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30%;
	right: 30%;
	border-top:2px solid #b3d4e4;
	border-bottom:2px solid #b3d4e4;
}
.format_mce .text_blockquote:after{
	content:'\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #b3d4e4;
    position: absolute;
    top: -15px;
    left: calc(50% - 17px);
    border: 2px solid #f5fbfd;
}

/* Custom block elements — info */

.format_mce .text_info{
	padding:10px 10px 10px 45px;
	border:0;
	position: relative;
	color:#0279b3;
	font-size: 16px;
    line-height: 24px;
	background: rgba(2, 121, 179, 0.1);
    border-radius: 5px;
}
.format_mce .text_info:before{
    display: block;
    position: absolute;
    content: '\f129';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #0279b3;
    color: #ffffff;
    border-radius: 50%;
}

/* Custom block elements — button */

.format_mce .text_button{
	margin:20px 0;
}
.format_mce .text_button a{
    display: inline-flex;
    min-height: 40px;
    line-height: 18px !important;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-family: 'RVLandSans', Arial, Tahoma, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 5px 20px;
	border: 0 !important;
	text-decoration: none;
}
.format_mce .text_button.color_blue a{
    background: #0279b3;
}
.format_mce .text_button.color_green a{
    background: #35cd92;
}
.format_mce .text_button.color_gradient a{
	background: #039ae4;
	background: linear-gradient(-45deg, #35cd92 0%, #039ae4 100%);
}

/* Titles */

.format_mce h1,
.format_mce h2,
.format_mce h3,
.format_mce h4,
.format_mce h5,
.format_mce h6{
	color:#0279b3;
	font-size:26px;
	line-height:30px;
	margin:40px 0 20px;
	font-family:'RVLandSans', Arial, Tahoma, Helvetica, sans-serif;
}

/* Lists */

.format_mce ul{
	display:block;
	margin:20px 0 20px 50px;
}
.format_mce ul li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
}
.format_mce ul li:before{
	content:'';
	display:block;
	width:14px;
	height:1px;
	line-height:26px;
	font-size:20px;
	text-align: right;
	background: #98a8b2;
	position: absolute;
	top:12px;
	right: calc(100% + 10px);
}
.format_mce ol{
	display:block;
	margin:20px 0 20px 50px;
	counter-reset: li;
}
.format_mce ol li{
	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 5px;
	position: relative;
	counter-increment: li;
}
.format_mce ol li:before{
	content:counter(li)'.';
	display:block;
	height:26px;
	line-height:26px;
	font-size:14px;
	text-align: right;
	color:#98a8b2;
	position: absolute;
	top:0;
	right: calc(100% + 10px);
}

/* Images */

.format_mce img{
	display:block;
	max-width: 100%;
	height:auto;
}
.format_mce .image{
	margin:40px 0;
	width:100%;
}
.format_mce.format_narrow .image{
	margin:40px -30px;
	width:calc(100% + 60px);
}
@media (max-width:999px) {
	.format_mce.format_narrow .image{
		width:calc(100% + 30px);
		max-width:calc(100% + 30px);
		margin:40px -15px;
	}
}
.format_mce .image a{
	border-bottom:0;
	line-height: 0;
	display:table;
	width: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: zoom-in;
}
.format_mce .image img.size-thumbnail{
	display: inline-block;
}

/* Images with captions */

.format_mce .wp-caption-text{
	line-height:14px;
	font-size: 12px;
	margin:0;
	padding:7px 0 0;
	position: relative;
	margin:0;
}
@media (max-width:999px) {
	.format_mce .wp-caption-text{
		padding:7px 10px 0;
		text-align: center;
	}
}

/* Gallery */

.format_mce .gallery{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:40px 0;
	font-size: 0;
	line-height: 0;
}
.format_mce.format_narrow .gallery{
	width:calc(100% + 60px);
	margin:40px -30px;
}
@media (max-width:999px) {
	.format_mce.format_narrow .gallery{
		width: calc(100% + 30px);
		margin: 40px -15px;
	}
}
.format_mce .gallery .slick-list{
	margin:0 -5px !important;
}
.format_mce .gallery .item{
    display:inline-block;
	position:relative;
	margin:0 5px !important;
	border:none;
	z-index: 5;
}
.format_mce .gallery .item a{
    cursor: zoom-in;
}
.format_mce .gallery .item img{
    width:100%;
	height:auto;
}
.format_mce .gallery .arrow{
	top:calc(50% - 30px);
}
.format_mce .gallery .arrow.arrow_prev{
	left:0px;
}
.format_mce .gallery .arrow.arrow_next{
	right:0px;
}
.format_mce .gallery .arrow.arrow_disabled{
	visibility: hidden;
}
.format_mce .gallery .arrow span{
	display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background: #ffffff;
	position:relative;
	border-radius:25px;
	opacity:0;
	transition:all 200ms linear;

	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.format_mce .gallery:hover .arrow span{
	opacity:1;
}
.format_mce .gallery .arrow.arrow_prev span{
	left:-10px;
	padding-right: 2px;
}
.format_mce .gallery:hover .arrow.arrow_prev span{
	left:10px;
}
.format_mce .gallery .arrow.arrow_next span{
	right:-10px;
	padding-left: 2px;
}
.format_mce .gallery:hover .arrow.arrow_next span{
	right:10px;
}
.format_mce .gallery.slick-slider ul{
    display: block;
	font-size:0;
	width:100%;
	text-align: center;
	margin:5px 0 0 !important;
}
.format_mce .gallery.slick-slider ul li{
    display: inline-block;
	margin:5px 5px 0 !important;
}
.format_mce .gallery.slick-slider ul li:before,
.format_mce .gallery.slick-slider ul li:after{
    display: none;
}
.format_mce .gallery.slick-slider ul li button{
    display: block;
	width:20px;
	height: 20px;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
	border-radius: 50%;
	font-size:0;
	background: #dae1e6;
}
.format_mce .gallery.slick-slider ul li.slick-active button{
	cursor:default;
	background: #0279b3;
}
.format_mce .gallery br{
    display: none;
}

/* Gallery thumbs */

.format_mce .gallery.gallery-columns-4{
	font-size: 0;
	width: calc(100% + 70px);
	margin: 40px -35px 30px;
}
.format_mce .gallery.gallery-columns-4 .item{
	width:calc(25% - 10px);
	margin:0 5px 10px !important;
}
@media (max-width: 999px) {
	.format_mce .gallery.gallery-columns-4{
		width: calc(100% + 30px);
	    margin: 40px -15px 30px;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.format_mce .gallery.gallery-columns-4 .item{
		width: calc(33.333333% - 7px);
	    margin: 0 0 10px !important;
	}
}

/* Tables */

.format_mce .table{
	width:100% !important;
	overflow-x: auto;
}
.format_mce table{
	width:100% !important;
	min-width:500px;
	margin:20px 0;
	border-top:1px solid #dae1e6;
	border-left:1px solid #dae1e6;
	border-bottom:none;
	border-right:none;
	border-collapse: collapse;
}
.format_mce table tr{
	padding:0;
	margin:0;
}
.format_mce table tr td{
	padding:10px 15px;
	margin:0;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #dae1e6;
	border-right:1px solid #dae1e6;
}

/* YouTube cover plugin */

.format_mce .rgbytcvr{
	border: 0 !important;
}

/* Embeds */

.format_mce iframe{
	margin:40px auto 20px !important;
}
.format_mce.format_narrow .fluid_video{
	margin:40px -30px;
	width:calc(100% + 60px);
	background: #dae1e6;
	position: relative;
}
@media (max-width:999px) {
	.format_mce.format_narrow .fluid_video{
		width: calc(100% + 30px);
		margin: 40px -15px;
	}
}
.format_mce.format_narrow .fluid_video:before{
	content:'';
	position: absolute;
	top:calc(50% - 25px);
	left:calc(50% - 25px);
	z-index: 5;
	width:50px;
	height:50px;
	background-image:url('../graphics/images/loading.svg?v2');

	-webkit-animation: loading 600ms linear infinite;
	-moz-animation: loading 600ms linear infinite;
	animation: loading 600ms linear infinite;
}
.format_mce .fluid_video iframe{
	margin:0 !important;
	z-index: 10;
}
.format_mce iframe.instagram-media{
	margin:40px auto 20px !important;
}
.format_mce .twitter-tweet{
	margin:40px auto 20px !important;
}
.format_mce .fb-post{
	margin:40px auto 20px !important;
}
.format_mce .fb_iframe_widget{
	width:100% !important;
}
.format_mce .fb_iframe_widget span{
	display:block !important;
	margin-left:auto;
	margin-right: auto;
}

/* No first / last margin */

.format_mce *:first-child{
	margin-top:0 !important;
}
.format_mce *:last-child{
	margin-bottom:0 !important;
}
/*//////////////////////////////////////////*/
/* Template add */
/*//////////////////////////////////////////*/

.page_add .add_form{
	background: #ffffff;
}
.page_add .add_form ul{
	display:block;
	font-size: 0;
	border-bottom: 1px solid #dae1e6;
	position: relative;
	z-index: 10;
}
.page_add .add_form ul li{
	display:inline-block;
	width:33.333333%;
}
.page_add .add_form ul li a{
	display:block;
	font-size:16px;
	line-height:20px;
	padding:15px 0;
	font-weight:700;
	position:relative;
}
.page_add .add_form ul li.active a{
	color:#039ae4;
}
.page_add .add_form ul li.active a:before{
	content:'';
	position:absolute;
	top:100%;
	left:calc(50% - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #dae1e6 transparent transparent transparent;
}
.page_add .add_form form{
	background: #ffffff;
	padding:30px;
	position: relative;
	z-index:5;
}
@media (max-width:599px) {
	.page_add .add_form form{
		padding:15px;
	}
}
.page_add .add_form form .option strong{
	display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
.page_add .add_form form .option strong em{
	margin-left: 5px;
}
.page_add .add_form form .option .icheck{
	margin-top:15px;
}
.page_add .need_to_login{
	padding:60px 30px;
}
.page_add .need_to_login .login_prompt{
	margin-bottom:30px;
}
.page_add .need_to_login p{
	line-height:14px;
}
.page_add .examples p{
	padding-top: 15px
}
/*//////////////////////////////////////////*/
/* Page simple */
/*//////////////////////////////////////////*/

.page_simple .page_title{
	padding:200px 0 60px;
}
.page_simple .page_content{
	margin-top: 60px;
}
.page_simple .attachment_wrapper .file{
	background: #ffffff;
	border:15px solid #ffffff;
	position:relative;
}
.page_simple .attachment_wrapper div.file{
	display:flex;
	align-items: center;
	padding-left:60px;
}
.page_simple .attachment_wrapper div.file i{
	position:absolute;
	top:0;
	left:0;
	opacity: 0.6;
	font-size: 40px;
	line-height: 48px;
}
.page_simple .attachment_wrapper a.file{
	display:inline-block;
}
.page_simple .attachment_wrapper a.file img{
	display:block;
	max-width: 100%;
	height:auto;
}
.page_simple .attachment_wrapper .meta{
	position:relative;
	padding:15px;
	border:1px solid #dae1e6;
}
.page_simple .attachment_wrapper .meta h1,
.page_simple .attachment_wrapper .meta span{
	display: block;
	position:relative;
	max-width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_simple .attachment_wrapper .meta h1{
	font-weight: 700;
	padding-bottom: 15px;
}
.page_simple .attachment_wrapper .meta span b{
	display: inline-block;
	font-weight: 400;
	width:100px;
	text-transform: uppercase;
	font-size: 12px;
}
.page_simple .attachment_wrapper .meta p{
	opacity: 0.6;
}
.page_simple .page_menu{
	display:block;
	font-size:0;
	padding: 0 30px;
}
@media (max-width:999px) {
	.page_simple .page_menu{
		margin-left:-5px;
		margin-right:-5px;
		padding: 0;
	}
}
.page_simple .page_menu li{
	display:block;
	font-size:18px;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
}
@media (max-width:999px) {
	.page_simple .page_menu li{
		display:inline-block;
		font-size:14px;
		margin:0 5px;
	}
}
.page_simple .page_menu li:last-child{
	margin-bottom: 0;
}
.page_simple .page_menu li.parent{
	font-weight: 700;
}
.page_simple .page_menu li.child{
	padding-left:15px;
}
@media (max-width:999px) {
	.page_simple .page_menu li.child{
		padding-left:0;
	}
}
.page_simple .page_menu li.child:before{
	content:'';
	width:6px;
	height:6px;
	border-radius: 3px;
	background: #0279b3;
	position: absolute;
	top:7px;
	left:0;
}
@media (max-width:999px) {
	.page_simple .page_menu li.child:before{
		display: none;
	}
}
.page_simple .page_menu li a{
	display:inline;
}
.page_simple .page_menu li a.current{
	color:#0279b3;
	border: none;
	cursor: default;
}
