/*
Theme Name: dapat
Author: Olyos
Author URI: https://www.olyos.fr
Description:  cdna est un thème développé par Olyos
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: olyos
Domain Path: /languages/
*/

.ultp-block-meta {
	border-radius: 30px;
    padding: 3px 20px!important;
}

.ultp-searchform-content .ultp-search-clear svg {

}
.responsive {
	text-align: center;
}
.wp-block {
    width: 1000px!important;
}

.wp-block-navigation-item span {
text-align:left;}
/* Surcharge : Custom login form */

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
Body.login
{
    background-image:url("../dapat/css/images/login-bg.png");
    background-repeat: repeat;
}
#login h1 a {
    background-image: url("../dapat/css/images/dapat.png");
    background-size: 70px;
    width: 200px;
}
.login form{
    box-shadow:none;
    padding:20px;
}
#login {
    background: #FFF;
    margin: 50px auto;
    padding: 40px 20px;
    width: 400px;
}
.login label {
    color:#555;
    font-size: 14px;
}
.login form .forgetmenot{
    float:none;    
}
#login form p.submit{
    margin-top:15px;
}
.login.wp-core-ui .button-primary {
    background:#EB6C05;
    border-color:#EB6C05;
    box-shadow: 0 1px 0 #EB6C05;
    color:#FFF;
    text-shadow: none;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    padding: 7px;
    height: auto;
    font-size: 15px;
}
p#nav
{
text-align: center;
}
p#backtoblog
{
display: none;
}
.login .privacy-policy-page-link {
        margin: 0;
}
.login #login_error, .login .message, .login .success {
    font-size: 0.9rem;
    line-height: 16px;
    border-left: 4px solid #EB6C05;
}

/*- General -*/

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.container-fluid-marge {
    padding-right: 30px;
    padding-left: 30px;
}

body {
    font-family: "Ubuntu", Sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
	color: #050708;
    font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: "Ubuntu", Sans-serif;
    color: #EB6C05;
}
.entry-title {
	color: #000;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    font-weight: 700;
    font-style: normal;
    font-family: "Ubuntu", Sans-serif;
}
.widget ul li {
    font-weight: 700;
    font-style: normal;
    font-family: "Ubuntu", Sans-serif;
	list-style-position: inside;
}
.mz-footer h1, .mz-footer h2, .mz-footer h3, .mz-footer h4, .mz-footer h5, .mz-footer h6 {
    font-weight: 700;
    font-style: normal;
    font-family: "Ubuntu", Sans-serif;
}
p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    line-height: 24px;
    color: #404040;
}
* > p:first-child {
    margin-top: 0;
}

label {
    font-family: "Ubuntu", Sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #EB6C05;
}
a:hover, a:focus, a:active, a.active {
    color: #003341;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}
::selection {
    text-shadow: none;
    background: #003341;
}
section {
    border-bottom: 1px solid rgba(0,0,0,.1)
}


.wp-block-image figcaption {

    font-size: 13px;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
select {
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #CCC;
    height: 34px;
    margin-right: 2px;
    border-radius: 3px;
    color: #797979;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #4A4A4A;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    border: 1px solid;
    padding: 15px 40px;
    border-color: #DEDEDE;
    background-color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #003341;
    border-color: #003341;
    color: #fff !important;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666666;
    border: 1px solid #ececec;
    padding: 0.3rem 2rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111111;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
dl {
    border: 1px solid #ccc;
    padding: 0.5em;
}
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: green;
}
dt:after {
    content: ":";
}
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.clear {
    clear: both;
}
/*--------------------------------------------------------------
	surcharge gutenberg
--------------------------------------------------------------*/

.ugb-header.ugb-header--design-basic, .ugb-countup.ugb-countup--v3.ugb-countup--design-basic, .ugb-countup.ugb-countup-v3.ugb-design-basic {
    border-radius: 0px;
}

.ugb-main-block {
    margin-top: 0px!important;
}

/*
.ugb-blog-posts__content {
    background: #004e65;
    padding: 1rem 1rem 0 1rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #046a88;
}
*/

.ugb-blog-posts__readmore {
    background: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.ugb-blog-posts__title {
    min-height: 3rem;
}
/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.center {
    text-align: center;
}

/*--------------------------------------------------------------
	Main Navigation
--------------------------------------------------------------*/

/*navbar */
.rs {padding-left: 2rem;}
.navbar {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    background: none;
	text-transform: uppercase;
	font-family: "Ubuntu", Sans-serif;
}
.navbar-brand {
    margin-right: 0.5rem;
    font-size: 1rem;
}
.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}
.navbar-toggler {
    padding: 20px;
}

.collapse.show, .collapsing {

    padding: 2rem;
    background: #fff;
}

.navbar-light .navbar-toggler-icon {
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    top: 50%;
    box-shadow: 0 0 0 2px #fff, 0 8px 0 2px #fff, 0 16px 0 2px #fff;
    width: 16px;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
    background: #003341;
    margin-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #003341;
    font-weight: 600;
     font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link {
    background: none;
    color: #EB6C05;
    font-size: 1rem;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: 0 0.5rem;
    border: 1px solid #003341;
    border-top: 1px solid #ffffff;
    border-radius: 0 0 0.5rem 0.5rem;
}
.dropdown-item {
    padding: 10px 1.2rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #ffffff;
    color: #003341;
}
.nav-plus {
    border-radius: 0.4rem;
    background: #003341;
    margin: 0 0.3rem 0.3rem 0;
    padding: 0px 5px;
}
.nav-plus a {
    color: #ffffff!important;
}

/*navbar */

/*--------------------------------------------------------------
	Header/ Content
--------------------------------------------------------------*/

.supheader {
    height: 3rem;
}
.bgtop {
    background: #003341;
    color:#fff;
	}

.bgtop a {
	color:#fff;
   }

.socialiconsize {
	font-size:40px;
}
.socialicon {
	color: #003341;
}
.socialicon:hover {
	color: #050708!important;
}
.social-icons {
    padding: 0;
    display: block;
    overflow: hidden;
}

.social-icons a {
	border-left: 1px solid #f2f2f2;
    font-size: 14px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 38px;
    overflow: hidden;
    display: block;
    float: left;
    background: white;
}
.social-icons a:hover {
	background: #003341;
	color: #ffffff;
	
}
.logomix {
    margin-top: 54%;
    width: 65%;
}

.social a {
	color: #546177;
}
.header {
    text-align: center;
    margin: 0 2rem;
}
.main-slider {
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
	surcharge ugb 
--------------------------------------------------------------*/

.ugb-feature .ugb-content-wrapper>div>:first-child, .ugb-feature .ugb-feature-wrapper>div>:first-child {
    font-size: 3.5rem;
}

.wp-block-product-best-sellers {
    background: #ffffff;
    padding: 2rem 0 0 0;
}

/*--------------------------------------------------------------
	Autre 
--------------------------------------------------------------*/
.btn {
	border: 1px solid #CCCCCC;
}
.btn-box {
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #003341;
	border: none;
    width: 100%;
	border-radius: 7px;
	white-space: inherit;
}

.btn-success:hover {
    color: #fff;
    background-color: #050708;
}

.btn-home-space {
	margin-bottom: 20px;
}

.btn-outline-warning {
    color: #003341;
    background-image: none;
    background-color: transparent;
    border-color: #003341;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #003341;
    border-color: #003341;
}

.card {
	margin-bottom: 20px;
}
.card-deck{
} 

.card-header {
	background: #43515A;
}

.card-title {
	margin-bottom: 0rem;
	font-size: 17px;
}

.couleur-border {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}
.couleur1 {
    border-left: solid 1px #050708;
	color: #F17F4F;
	border-radius: 0;
}

.card-title a {
	color: #43515A;
}

/*- blog post -*/

.type-gouvernance {
    text-align: center;
}
.titre-gouvernance {
    font-size: 1.4rem;
    text-align: center;
    margin: 0.8em;
    line-height: 30px;
    min-height: 4rem;
}
.link-gouvernance {
    font-size: 1.6rem;
    text-align: center;
    margin: 0.8em;

}
.zoom {
    margin-bottom: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035), 0 0 0 1px rgba(176,181,193,.2);
}

.zoom h2 {
text-align: center;
    font-size: 1.5rem;
    margin: 1rem;
}
.size-thumbnail {
        border-radius: 12rem;
    margin-top: 2rem;
}

.date{
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-top: solid 1px #f1f1f1;
}
.blog-post {
	padding: 30px;
	border-radius: .25rem;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
}

.blog-post .entry-header {
    text-align: center;
}
.blog-post .entry-meta {
    color: #9C9C9C;
    font: 400 13px/22px Ubuntu, sans-serif;
}
.blog-post .entry-meta a {
    color: #9C9C9C;
    border-bottom: 1px dotted #C3C3C3;
}
.blog-post .entry-meta a:hover {
    color: #003341;
    border-bottom: 1px dotted;
    border-color: #003341;
}
.blog-post .entry-meta span {
    margin-right: 15px;
    margin-left: 15px;
}
.blog-post .entry-meta i {
    margin-right: 5px;
}
.blog-post .entry-content p {
    margin-bottom: 15px;
}

.blog-post .entry-content a, a:hover, a:focus, a:active, a.active {
    color: #003341!important;
}
.blog-post .mz-entry-tags {
    margin: 40px 0;
    text-align: left;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 0em .5em 1em;
}

.blog-post .entry-tags span {
    margin-right: 15px;
    border-right: 1px solid #dfdfdf;
    padding: 8px 12px 8px 0;
    font-size: 13px;
    color: #737373;
}
.blog-post .entry-tags a {
    margin-right: 15px;
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.blog-post .entry-tags a:hover {
    color: #003341;
}

.post-navigation {
    overflow: auto;
    margin: 30px 0px;
}
.post-navigation .nav-links .meta-nav {
    font-size: 16px;
    font-weight: 700;
    font-family: "Ubuntu", Sans-serif;
}
.post-navigation .nav-links .meta-nav span {
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #003341;
    padding-bottom: 4px;
}
.post-navigation .nav-links .meta-nav-left {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.post-navigation .nav-links .meta-nav-right {
    width: 50%;
    float: left;
    text-align: right;
    padding-left: 15px;
}

/*- homepage posts -*/


.list-post {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    box-shadow: 0px 4px 18px -7px rgba(0,0,0,.4);
}

.sticky .list-post-body {
    border: 5px solid #D0D0D0;
}
.list-post-image {
    float: left;
    background: #000;
    vertical-align: middle;
    position: relative;
}
p iframe {
    width: 100%;
}
.list-post-image iframe {
    max-height: 300px;
    width: 100%;
}
.list-post-image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.95;
}
.list-post-image:hover img {
    opacity: 0.6;
}
.list-post .post-cat2 {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
}
.list-post .post-cat2 span {
    display: inline-block;
    margin-right: 10px;
    background-color: #5F9EA0
}
.list-post .post-cat2 a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.list-post .post-cat2 a:hover {
    background-color: #CC0000;
    text-decoration: none;
    border: none;
}
.list-post .post-meta {
    color: #828282;
    font: 400 12px/22px Ubuntu, sans-serif;
    letter-spacing: 1px;
}
.list-post .post-meta span {
    display: inline-block;
    margin: 0px 10px 10px 0;
}
.list-post .post-meta span a {
    color: #797979;
}
.list-post .post-meta span a:hover {
    color: #CC0000;
}
.has-post-thumbnail .list-post-body {
    padding: 0 35px 30px 35px;
    /* overflow: hidden; */
    margin-left: -5%;
    height: 320px;
    width: 50%;
    float: left;
    background-color: #fff;
    position: relative;
}
.list-post-body {
    padding: 20px;
    margin-top: 0px;
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
}
.list-post-body h2 {
    margin-top: 0px;
    text-align: left;
	font-size: 20px;
}
.list-post-body h2 a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #435159;
    line-height: 0.2!important;
}
.list-post-body h2 a:hover {
    color: #003341;
}
.list-post p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 4px;
    color: #616169;
}
.show>.dropdown-menu {
    z-index: 9999;
    position: absolute;
}
.catover {
    position: absolute;
    background: #003341;
    font-size: 1rem;
    margin: 10px 0;
    padding: 0px 10px;
    z-index: 7777;
    border-radius: 0px 50px 50px 0;
}

.catover a {
	color: #ffffff;
}
.catover:hover {
	background: #003341;
	color: #ffffff;
}
.catover ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0rem;
}

.read-more {
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    border: 1px solid;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1.7px;
    text-align: center;
    background: #EB6C05;
    border-radius: 100px;
}

.read-more a {
    color: #ffffff!important;
}
.read-more a:hover {
    color: #ffffff;
}
.descat {
    text-align: center;
    font-size: 2rem;
}
.btncatmenu {
    text-transform: uppercase;
    font-size: 1.3rem;
}
.btncatspace{
    padding: 10px;
}
/*--------------------------------------------------------------
	Singe Post/Page Pagination
--------------------------------------------------------------*/

.page-links {
    font-family: "Open Sans", Sans-serif;
}
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #003341;
    border: 1px solid #003341;
    padding: 5px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.page-links a:hover span {
    background-color: #003341;
    border: 1px solid #003341;
    color: #fff;
}

.cta-contact {
	    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
}

.fa {
    margin: 0 5px;
}
.fa-2x {
    color: #EB6C05;
}
.fa, .fas {
font-weight: normal;
}
.pagination .fa-chevron-left, .pagination .fa-chevron-right {
    font-size: 12px;
}
.pagination li a {
    color: #003341;
}
.pagination li:hover a {
    color: #003341;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #FFF;
    background-color: #003341;
    border-color: #003341;
}
.pagination>li>a, .pagination>li>span {
    padding: 9px 14px;
    border-color: #dadada;
}
.bottom-pagination {
    text-align: center;
}
/*--------------------------------------------------------------
	Sidebar and Widgets
--------------------------------------------------------------*/

.widget-title {
    margin: 0 0 30px 0;
    display: table;
    width: 100%;
}
.widget-title span {
    float: left;
    margin-right: 10px;
    /* text-transform: uppercase; */
    font: 400 20px/22px Ubuntu, sans-serif;
    color: #003341;
}
.widget-title:after {
    content: "";
    background-color: #A9A9B1;
    height: 1px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 15px;
}
.sidebar h4{
    font-size: 1rem;
    border-top: 1px solid;
    padding-top: 1rem;
}

.blochome-img {
	padding-bottom: 1.5em;
}
.profile-box {
    background-size: cover;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.profile-box:before {
    filter: blur(10px);
    background: url("https://images.pexels.com/photos/195825/pexels-photo-195825.jpeg?h=350&auto=compress&cs=tinysrgb") no-repeat;
    background-size: cover;
    width: 120%;
    position: absolute;
    content: "";
    height: 120%;
    left: -10%;
    top: 0;
    z-index: 0;
}
.profile-box img {
    width: 170px;
    height: 170px;
    position: relative;
    border: 5px solid #fff;
}
.social-box i {
    border: 1px solid #003341;
    color: #003341;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
.social-box i:hover {
    background: #003341;
    color: #fff;
}
.social-box a {
    margin: 0px;
}

/*** Widget About Author ***/

.widget-about-author {
    text-align: center;
    border: 1px solid #D8D8D8;
}
.widget-about-author .author-image {
    margin: 10px auto 15px;
}
.widget-about-author .author-image .rounded {
    border-radius: 10px;
    margin: 0 auto;
}
.widget-about-author .author-post h3 {
    font-size: 19px;
    color: #4A4A4E;
    margin: 20px 0 2px;
}
.widget-about-author .author-post p {
    margin: 7px 0 0px;
    font-size: 13px;
    line-height: 170%;
    text-align: initial;
}
.widget-about-author .author-post .author-position {
    font: 400 13px Ubuntu, sans-serif;
    font-weight: 300;
    line-height: 20px;
}
/*** Widget Latest Posts ***/
.widget-post {
    display: table;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    border-color: #D8D8D8;
    padding-bottom: 20px;
    width: 100%;
}
.widget-post:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin: 0px;
}
.widget-post .post-image {
    float: left;
    width: 90px;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}
.widget-review .post-image {
    width: 70px;
    margin-right: 15px;
}
.widget-post .post-body {
    overflow: hidden;
}
.widget-post h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.widget-post h2 a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #4F4F52;
}
.widget-post h2 a:hover {
    color: #003341;
}
.widget-post .post-meta {
    margin-top: 5px;
    color: #333;
    font: 400 11px Ubuntu, sans-serif;
}
.widget-post .post-meta span {
    margin-right: 8px;
}
.widget-post .post-meta span a {
    color: #efefef;
}

/* widget */

.widget {
	margin-top: 2rem;
}

.widget a {
    color: #4F4F52;
}
.widget a:hover {
    color: #003341;
}
.widget-socials {
    text-align: center;
}
.widget-socials a {
    margin: 3px 5px;
    padding: 5px;
    font-size: 15px;
    color: #545458;
}
.widget_media_image {
    background: none;
    border: none;
}
.widget ul {
    padding: 0;
}
.widget ul .sub-menu {
    padding: 0px 0 0 20px;
}
.widget li {
    margin-bottom: 10px;
    list-style: square;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}
.widget_nav_menu li {
    border-bottom: none;
}
.menu>li {
    display: list-item;
}
.menu>li>a {
    padding: 0;
}

/*** Search widget ***/

.widget_search .screen-reader-text {
    color: #DC891E;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    margin: 0 0 18px;
    font-family: "Open Sans", Sans-serif;
}
.widget_search .input-group-btn {
    vertical-align: bottom;
}

/*** Categories Widget ***/

.page-header {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.widget_recent_entries ul span {
    display: block;
    margin: 5px 0 5px;
    text-align: right;
    color: #B1B1B1;
    font: 400 11px Ubuntu, sans-serif;
}
.ot-widget-post .post-meta {
    margin-top: 5px;
    color: #efefef;
    font-size: 11px;
}
.widget_categories ul {
    padding: 0;
}
.widget_categories li {
    list-style: none;
    margin: 0 0 10px;
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dotted;
    border-color: #D8D8D8;
}
.widget_categories a {
    padding: 3px;
    color: #636363;
}
.widget_categories a:hover {
    color: #003341;
}
.widget_categories ul span {
    padding: 2px 5px;
    color: #000;
    margin-left: -5px;
    float: right;
    font-weight: 400;
}
/*** Tag Cloud widget ***/

.widget_tag_cloud a {
    background-color: #fff;
    border-color: #dfdfdf;
    padding: 6px 12px;
    margin: 0 3px 6px 0;
    display: inline-block;
    font-size: 13px !important;
}
.widget_tag_cloud a:hover {
    background-color: #003341;
    border-color: #003341;
    color: #fff !important;
}

/*--------------------------------------------------------------
	Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.embed-vimeo {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 35px;
}
/* Make sure embeds and iframes fit their containers */
.embed-vimeo embed, .embed-vimeo iframe, .embed-vimeo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
	Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
	Error box
--------------------------------------------------------------*/
.error-box {
    margin: 30px 0;
}
.error-box h1 {
    margin: 30px 0;
}
/*--------------------------------------------------------------
	Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 32.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
	Theme navigation
--------------------------------------------------------------*/

/*** Pagination ***/
.pagination {
    display: block;
    text-align: center;
    margin: 0;
}
.page-numbers {
    margin: 0;
    padding: 20px 0 50px 0;
    list-style-type: none;
    text-align: center;
    display: inline-block;
}
.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}
.page-numbers li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 18px;
    color: #4E4E4E;
    background-color: #FFF;
    font-size: 17px;
    font-family: "open sans";
    font-weight: 400;
    border: 1px solid;
    border-color: #DEDEDE;
}
.page-numbers .dots {
    padding: 10px 14px;
}
.page-numbers .current {
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 18px;
    color: #FFFFFF;
    background-color: #003341;
    font-size: 17px;
    font-family: "open sans";
    font-weight: 400;
    border: 1px solid;
    border-color: #003341;
}
.page-numbers li a:hover {
    color: #fff;
    background-color: #003341;
    border-color: #003341;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/*** Back to top button ***/
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #c1c1c1;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}


/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

footer {
	background: #fdfdfd;
    border-top: 1px solid #dedede;
}

.footer-bottom {
    padding: 35px 0 35px;
    text-align: center;
    background-color: #2D2D2D;
    color: #9A9A9A;
    font-size: 13px;
}
.footer-bottom a, .footer-mention {
    color: #ffffff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-fullwidth .widget-title {
    text-align: center;
    margin-top: 5px;
}
.footer-fullwidth .widget-title:after {
    background-color: rgba(255, 255, 255, 0);
}
.footer-fullwidth .widget-title span {
    float: none;
    padding: 5px 15px;
    margin-right: 0px;
    font: 400 16px/22px Ubuntu, sans-serif;
    color: #FFFFFF;
}
/*--------------------------------------------------------------
	Woocommerce table product
--------------------------------------------------------------*/

.wc-product-table td .cart-error {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.wc-product-table-above {
    padding-bottom: .5em;
    margin-bottom: 0em!important;
    clear: both;
    border-bottom: solid 1px #ccc;
}

.wc-product-table-controls .wc-product-table-select-filters {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px!important;
}

.wc-product-table-controls .dataTables_length {
    margin-right: 1.8em;
    margin-top: 7px;
}

.wc-product-table-controls input[type=search], .wc-product-table-controls select {
    height: 36px!important;
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media (min-width: 1500px) {
  .container {
    width: 1280px;
  }
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .xsnone {
    display: none;
}

.list-post-image {
    width: 100%;
    float: none;
}
.list-post-body {
    margin: 0;
    width: 100%;
    float: none;
}
.has-post-thumbnail .list-post-body {
    margin: 0;
    width: 100%;
    float: none;
}
    
.nav>li>a {
    padding: 10px 5px;
}
.footer-fullwidth ul.instagram-pics li {
    width: 50%;
    padding: 0px;
}
.baseline {
    font-size: 0.6em;
}
    
.null-instagram-feed {
    position: relative;
}
.footer-fullwidth .null-instagram-feed p a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #282829;
    color: #fff;
    z-index: 1000;
    padding: 3px 25px;
    font-size: 12px;
}
.null-instagram-feed p a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 10px;
}
.footer-fullwidth .widget.null-instagram-feed {
    margin-bottom: 0px;
}
