@import url('https://fonts.googleapis.com/css?family=Blinker:300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oleo+Script:400,700&display=swap');

body {
    font-family: 'Blinker', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #343434;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
body img {
    max-width: 100%;
}
p {
    font-size: 14px;
    line-height: 28px;
}
hr {
    margin: 15px 0px;
    border: 0;
    border-top: 1px solid #dddddd;
}
h1 {
    font-size: 34px;
    color: #000;
}
h2 {
    font-size: 28px;
    color: #000;
}
h3 {
    font-size: 22px;
    color: #444;
}
a {
    text-decoration: none;
    color: #2c4cad;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
    color: #182a5f;
}


.space10 {height: 10px;}
/***********************
******* NEW FLEX *******
***********************/
.fCon {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fCon.fCenter {
    align-items: center;
}
.f3 {
    width: calc(3*100%/12);
}
.f5 {
    width: calc(5*100%/12);
}
.f6 {
    width: calc(6*100%/12);
}
.f7 {
    width: calc(7*100%/12);
}
.f8 {
    width: calc(8*100%/12);
}
.f9 {
    width: calc(9*100%/12);
}

/***********************
****** NEW INLINE ******
***********************/
.inline-con {
    font-size: 0;
}
.inline-con.vcenter .inline {
    vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
    text-align: center;
}
.inline-con.lright .inline:last-child {
    text-align: right;
}
.inline-con .inline:last-child {
    margin-right: 0;
}
.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}
.i1 {
    width: calc(1*(100% - 165px)/12);
}
.i2 {
    width: calc(2*(100% - 165px)/12 + 1*(15px));
}
.i3 {
    width: calc(3*(100% - 165px)/12 + 2*(15px));
}
.i4 {
    width: calc(4*(100% - 165px)/12 + 3*(15px));
}
.i5 {
    width: calc(5*(100% - 165px)/12 + 4*(15px));
}
.i6 {
    width: calc(6*(100% - 165px)/12 + 5*(15px));
}
.i7 {
    width: calc(7*(100% - 165px)/12 + 6*(15px));
}
.i8 {
    width: calc(8*(100% - 165px)/12 + 7*(15px));
}
.i9 {
    width: calc(9*(100% - 165px)/12 + 8*(15px));
}
.i10 {
    width: calc(10*(100% - 165px)/12 + 9*(15px));
}
.i11 {
    width: calc(11*(100% - 165px)/12 + 10*(15px));
}
.nopad .inline {
    margin: 0;
}
.nopad .i1 {
    width: calc(1*(100%)/12);
}
.nopad .i2 {
    width: calc(2*(100%)/12);
}
.nopad .i3 {
    width: calc(3*(100%)/12);
}
.nopad .i4 {
    width: calc(4*(100%)/12);
}
.nopad .i5 {
    width: calc(5*(100%)/12);
}
.nopad .i6 {
    width: calc(6*(100%)/12);
}
.nopad .i7 {
    width: calc(7*(100%)/12);
}
.nopad .i8 {
    width: calc(8*(100%)/12);
}
.nopad .i9 {
    width: calc(9*(100%)/12);
}
.nopad .i10 {
    width: calc(10*(100%)/12);
}
.nopad .i11 {
    width: calc(11*(100%)/12);
}
.rpad10 {padding-right: 10px;}
.rpad20 {padding-right: 20px;}
.rpad40 {padding-right: 40px;}
.lpad10 {padding-left: 10px;}
.lpad20 {padding-left: 20px;}
.lpad40 {padding-left: 40px;}


/********************
****** GENERAL ******
********************/
.con {
    padding: 40px;
}
.con.gray {
    background-color: #f0f0f0;
    color: #000;
}
.con.white {
    background: #fff;
    color: #000;
}
.con.gray h3,
.con.gray h4,
.con.gray p {
    color: #000;
}
#hdr-con {
  border-bottom: 2px solid #dadce0;
}
#hdr {
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    display: flex;
}
#wrap {
    min-height: calc(100vh - 93px);
    margin: 0 auto;
}
.bdy {
    width: 1200px;
    margin: 0 auto;
}
#ftr {
    background: #464646;
    color: #fff;
    padding: 30px;
    position: relative;
    text-align: right;
}
#ftr-mob {
    display: none;
    background: #464646;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
#breadcrumbs {
    text-align: left;
    font-size: 12px;
    margin: 10px 0px 8px 0px;
}
#breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    font-weight: normal;
}
#breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    color: #ccc;
    font-weight: normal;
}
#breadcrumbs a:hover span {
    text-decoration: underline;
}
#breadcrumbs span:last-child span {
    color: #fff;
    font-weight: bold;
}
.iframe {
    position: relative;
    padding-bottom: 49%;
    padding-top: 25px;
    height: 0;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn {
    display: inline-block;
    padding: 9px 40px;
    text-decoration: none;
    text-transform: uppercase;
    background: #3477cc;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #3477cc;
    margin: 5px;
}
.btn:hover {
    text-decoration: none;
    background: #2e6ab5;
    color: #fff;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

form.form.pro i.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    font-weight: 900;
    width: 25px;
    margin: 10px 0px;
    text-align: center;
}
form.form i.fa+input[type="text"] {
    width: calc(100% - 35px);
    margin: 10px 0px;
    margin-left: 10px;
}
.btn+.btn {
    margin-top: 0px;
    margin-left: 0px;
}
.btn i {
    font-weight: 900;
}
.btn-raw {
  background: transparent;
  color: #3477cc;
  box-sizing: border-box; 
}
.btn-raw:hover {
  background: #3477cc;
  color: #fff;
}
.btn-follow {
    background: #4d9feb;
    color: #fff;
    border: 1px solid #4d9feb;
    font-size: 11px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-family: 'Blinker', Helvetica, Arial, sans-serif;
    border-radius: 15px;
    padding: 5px 25px;
    margin: 5px;
    cursor: pointer;
}
.btn-follow.on {
    background: #fff;
    color: #4d9feb;
}
.btn-follow:hover {
    text-decoration: none;
    background: #d9ecfd;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pagination a {
    display: inline-block;
    padding: 10px;
    font-weight: 300;
}
.pagination a:hover {
    text-decoration: none;
    background: #f1f1f1;
}
.pagination li:first-child a {
    border-right: 1px solid #ddd;
}
.pagination li:last-child a {
    border-left: 1px solid #ddd;
}
.pagination li.active a {
    font-weight: 800;
}


/* leftnav.inc */
.left {
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}
.left a {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  color: #444;
}
.left a:hover {
    text-decoration: none;
}
.left a i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 15px;
  font-size: 23px;
  text-align: center;
}
.left a span {
  display: inline-block;
  vertical-align: middle;
}
.left a.on {
  font-weight: 800;
  color: #2c4cad;
}
.left a.on img {

}


/* rightnav.inc */
.gbox {
    background: #f6f8fa;
    border-radius: 15px;
}
.gbox+.gbox {
    margin-top: 20px;
}
.gbox div {
    padding: 15px;
    position: relative;
}
.gbox div+div {
    border-top: 1px solid #e7ecf0;
}
.right {
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.right div h3 {
    color: #000;
    margin: 0;
    font-size: 20px;
}
.right div i.fa-cog {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
}
.right div p,
.right div b,
.right div span {
    display: block;
    margin: 0;
    line-height: normal;
}
.right div b {
    font-size: 17px;
    line-height: 26px;
}

.right .gbox.follow div {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.right .gbox.follow div a.prof {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: cover;
}
.right .gbox.follow div a b {
    line-height: normal;
    font-size: 15px;
    text-transform: capitalize;
}
.right .gbox.follow div button {
    width: 60px;
    background: transparent;
    border: 1px solid #4d9feb;
    font-weight: bold;
    border-radius: 15px;
    padding: 5px 0px;
    color: #4d9feb;
    cursor: pointer;
}


/* topnav.inc */
#hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-width: 1200px;
    padding: 15px;
}
#logo {
    width: 450px;
    padding: 10px;
    margin-right: 30px;
}
ul#topnav {
    width: calc(100% - 500px);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul#topnav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}
ul#topnav li a {
    display: block;
    padding: 31px 5px;
    color: #2c4cad;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}
ul#topnav li a:hover {
    color: #000;
    text-decoration: none;
}
#search {
    white-space: nowrap;
    margin: 0px 20px;
}
#search form input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 200px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 13px;
    height: 38px;
    box-sizing: border-box;
}
#search form button {
    display: inline-block;
    vertical-align: middle;
    background: #2c4cad;
    border-color: #2c4cad;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding: 0 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#search form button i {
    line-height: 36px;
}
#topright {
    white-space: nowrap;
    margin-right: 5px;
}
#profile {

}


label.drop {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 20px;
}
label.drop ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ddd;
    position: absolute;
    right: -1px;
    top: 36px;
    border: 1px solid #ddd;
    z-index: 9999;
}
label.drop:hover ul {
    display: block;
}
label.drop ul li {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: #fff;
}
label.drop ul li:hover {
    background: #f1f1f1;
}
label.drop ul li+li {
    border-top: 1px solid #ddd;
}
label.drop i {
    font-size: 25px;
    line-height: 36px;
}

/* mobilemenu.inc */
#hdr-mob {
    display: none;
    border-bottom: 3px solid #000;
}
#mm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mm-top {
    text-align: left;
    padding: 10px 20px;
}
#mm-top img {
    width: auto;
    height: 50px;
}
#mm-bot {
    width: 30px;
    padding: 10px;
    font-size: 0;
    color: #000;
    background: #fff;
}
#mm-bot i,
#mm-bot span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
#mm-bot span {
    margin: 0px 10px;
    font-size: 14px;
}
#mm-bot #mm-menu {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}
#mm-bot #mm-login {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}
ul#mm-drop {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    width: 100%;
    border-bottom: 3px solid #000;
}
ul#mm-drop li {
    text-align: left;
    position: relative;
    border: 1px solid #000;
}
ul#mm-drop li a {
    display: block;
    padding: 14px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
ul#mm-drop li+li {
    border-top: 0;
}
ul#mm-drop li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#mm-drop li ul li {
    border: 0;
}
ul#mm-drop li ul li a {
    padding-left: 35px;
    color: #000;
}
ul#mm-drop span {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 14px 14px 14px 20px;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
}
ul#mm-drop a:hover {
    color: #8d8d8d;
}

/* footer.inc */
#ftr strong {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}
#ftr i {
    font-size: 33px;
    margin-left: 10px;
    color: #fff;
}
#ftr i:hover {
    color: #999;
}
#ftr p {
    margin: 0;
}
#ftr a {
    color: #fff;
}
#ftr .nav a {
    display: block;
    color: #fff;
    font-size: 14px;
}
#ftr .nav a:hover {
    text-decoration: none;
    color: #ccc;
}
.insta-con {
    display: flex;
    margin-top: 40px;
}
.insta-con div {
    width: calc(100%/6);
    height: 300px;
    overflow: hidden;
}
.insta-con div a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-filter: brightness(0.45);
}
.insta-con div a:hover {
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-filter: brightness(1.0);
}


/* forms */
form.form {
    font-size: 0;
    margin-bottom: 20px;
}
form.form *,
form.form *:hover {
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
form.form label {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 4px 0;
}
form.form sub {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 20px;
}
form.form input+label {
    margin-top: 20px;
}
form.form input[type='text'],
form.form input[type='password'],
form.form input[type='date'],
form.form textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    box-sizing: border-box;
}
form.form textarea {
    margin-bottom: 10px;
    height: 190px;
}
form.form select {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}
form.form input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
}
form.form input[type='submit'] {
    background: #323232;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
}
form.form input[type='submit']:hover {
    background: #191919;
}
form.form .g-recaptcha {
    margin-bottom: 10px;
}

/* FAQ */
.qbox {
    display: block;
    position: relative;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #333;
    box-sizing: border-box;
    margin: 30px 0px;
    padding: 15px;
}
.qbox .q {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.qbox .q i {
    position: absolute;
    right: 15px;
    top: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}
.qbox .q i:hover {
    color: #444;
}
.qbox .q span {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 30px;
}
.qbox .a {
    display: none;
    color: #000;
}
.qbox .a p {
    font-size: 14px;
}


/* index.php */
.feed {
  border-right: 1px solid #e6ecf0;
  border-left: 1px solid #e6ecf0;
  box-sizing: border-box;
}
.feed .fCon {
  align-items: flex-start;
  padding: 20px;
  position: relative;
}
.feed .fCon+.fCon {
  border-top: 1px solid #e6ecf0;
}
.feed .prof {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  background-size: cover;
}
.feed .post,
.feed .posting {
  width: calc(100% - 60px);
}
.feed .post strong {
  display: block;
  margin-top: 4px;
}
.feed .post strong span {
  font-weight: normal;
  color: #777;
}
.feed .post p {
  margin: 0 0 15px 0;
}
.feed .post img {
  border-radius: 15px;
}
.feed .post i {
    font-size: 10px;
}
.feed .post i.fa-heart {
    font-size: 16px;
}
.feed form.posting .fCon {
    padding: 0;
    align-items: center;
}
.feed form.posting textarea {
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    box-sizing: border-box;
    border-color: #eee;
    height: 100px;
    margin-bottom: 15px;
    font-size: 16px;
} 
.feed form.posting i.fa {
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.feed form.posting input[type="submit"] {
    background: #2c4cad;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Blinker';
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}


/* login.php */
.login {
    height: 100%;
}
.login .f5 {
    background: #2c4cad;
    color: #fff;
    position: relative;
    height: 100%;
}
.login .f5 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    line-height: 85px;
    max-width: 600px;
    margin: auto;
    right: 0;
    left: 0;
}
.login .f5 span b {
    font-family: 'Oleo Script', cursive;
}
.login .f7 {
    position: relative;
    height: 100%;
}

.form-signin {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin: auto;
}
.form-signin .fwrap {
    width: 340px;
    margin: 30px auto 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* profile */
.pad {
    padding: 20px;
}
.profile {
    font-size: 14px;
    color: #000;
}
.profile h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.profile .prof-pic {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
}
.prof-tabs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 15px;
}
.prof-tabs h3 {
    width: calc(100%/3);
    padding: 25px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    margin: 0;
    background: #ccc;
    cursor: pointer;
}
.prof-tabs h3+h3 {
    border-left: 1px solid #fff;
}
.prof-tabs h3.active {
    background: #fafafa;
}
.prof-cons {
    display: none;
}
#prof-con2 div,
#prof-con3 div {
    padding: 20px; 
}
#prof-con1 {
    display: block;
    padding: 0;
}



/* dashboard */
.more {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    text-align: right;
}
.more i.fa {
    line-height: 20px;
    font-size: 17px;
}
.more ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
    right: 0px;
    top: 20px;
    background: #fff;
}
.more:hover ul {
    display: block;
}
.more ul li {
    display: block;
}
.more ul li+li {
    border-top: 1px solid #ddd;
}
.more ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.more ul li a:hover {
    text-decoration: none;
    background: #f1f1f1;
}


/* viewprofile */
.vp {
    background: #f0f0f0;
}
.vp .vp-cover {
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
}
.vp .vp-top {
    margin-top: -80px;
    color: #000;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vp .vp-top .vp-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.vp .vp-top .vp-fbox {
    text-align: right;
    margin-top: 50px;
}
.vp .vp-txt {
    padding: 0px 20px 10px 20px;
}
.vp .vp-txt h1 {
    color: #000;
    font-size: 24px;
    margin: 20px 0px 5px 0px;
}


/* marketplace */
form.ad-form {
    font-size: 0;
    margin: 0px 20px 20px 20px;
}
form.ad-form input[type="text"] {
    width: calc(100% - 335px);
    border-radius: 3px;
}
form.ad-form .btn {
    width: 160px;
    text-align: center;
    padding: 9px 0;
}


/* connect */
.tm-links {
    text-align: center;
    margin: 20px;
}
.fpost.fCon {
    align-items: center;
}
.fpost b {
    text-transform: capitalize;
}
.fpost .post {
    position: relative;
}
.fpost .post div {
    position: absolute;
    right: 0;
    top: 0;
}
.fpost .post b+div {
    position: static;
}
.fpost .post .btn {
    background: transparent;
    border: 1px solid #4d9feb;
    font-size: 11px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-family: 'Blinker', Helvetica, Arial, sans-serif;
    border-radius: 15px;
    padding: 5px 0;
    color: #4d9feb;
    cursor: pointer;
}
.fpost .post .btn.ffollow {
    background: #4d9feb;
    color: #fff;
}
.fpost .post .btn.fpending {
    background: #f9f9f9;
}


/* alerts */
#confirm_box {

}
#confirm_box.alert {

}
#confirm_box.green {
    background: #90EE90;
}
#confirm_box.red {
    background: #CD5C5C;
}
.justmobile {display: none;}

@media (max-width: 1300px) {
  ul#topnav li {
    margin: 9px;
  }
  ul#topnav li a {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
    .flex {
        width: 100%;
    }


    .lpad10, .lpad20, .lpad40,
    .rpad10, .rpad20, .rpad40 {
        padding: 0;
    }
    .i1, .i2, .i3, .i4, .i5, .i6,
    .i7, .i8, .i9, .i10, .i11, .i12 {
        width: 100%;
        margin-right: 0;
    }
    .m1, .m2, .m3, .m4, .m5, .m6,
    .m7, .m8, .m9, .m10, .m11, .m12 {
        width: 100%;
        margin-right: 0;
    }
    .m1 {
        width: calc(1*(100% - 165px)/12);
    }
    .m2 {
        width: calc(2*(100% - 165px)/12 + 1*(15px));
    }
    .m3 {
        width: calc(3*(100% - 165px)/12 + 2*(15px));
    }
    .m4 {
        width: calc(4*(100% - 165px)/12 + 3*(15px));
    }
    .m5 {
        width: calc(5*(100% - 165px)/12 + 4*(15px));
    }
    .m6 {
        width: calc(6*(100% - 165px)/12 + 5*(15px));
    }
    .m7 {
        width: calc(7*(100% - 165px)/12 + 6*(15px));
    }
    .m8 {
        width: calc(8*(100% - 165px)/12 + 7*(15px));
    }
    .m9 {
        width: calc(9*(100% - 165px)/12 + 8*(15px));
    }
    .m10 {
        width: calc(10*(100% - 165px)/12 + 9*(15px));
    }
    .m11 {
        width: calc(11*(100% - 165px)/12 + 10*(15px));
    }


    /**********************
    ******* GENERAL *******
    **********************/
    input[type='submit'], 
    input[type='text'],
    textarea {
        -webkit-appearance: none;
    }
    a[href^=tel] { 
        color: inherit;
        text-decoration: none;
    } 
    #hdr-con, 
    #ftr-con {
        display: none;
    }
    #hdr-mob {
        display: block;
    } 
    #ftr-mob {
        display: block;
    }
    .con {
        padding: 20px;
    }
    .bdy {
        width: 100%;
        min-height: 0;
        margin: 0;
        box-sizing: border-box;
    }
    #ftr .inline {
        text-align: center;
        margin: 15px 0px;
    }
    #breadcrumbs {
        display: none;
    }
    .insta-con {
        display: none;
    }
    .left {
        display: none;
    }
    .right {
        padding: 20px;
    }

    /* index.php */
    .login {
        flex-wrap: wrap-reverse;
        height: auto;
    }
    .login .flex {
        height: auto;
    }
    .login .f5 {
        display: none;
    }
    .login .f7 .form-signin {
        position: static;
        top: initial;
        transform: none;
        padding: 25px;
    }
    .login .f7 .form-signin img {
        width: 300px;
    }
    .login .form-signin .fwrap {
        width: auto;
    }


    /* dashboard.php */
    .feed form.posting textarea {
        font-size: 13px;
    }
    .feed form.posting i.fa {
        font-size: 20px;
    }
    .feed form.posting input[type="submit"] {
        font-size: 16px;
        padding: 7px 20px;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}

