.container {
    max-width: 1220px !important;
}

.blogIndexBlock {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 70px;
}

.blogIndexBlock .image {
    height: 200px;
}

.image {
    background-size: cover;
    width: 100%;
}

.blogIndexBlock:nth-child(odd) {
    float: left;
}

.blogIndexBlock:nth-child(even) {
    float: right;
}

.blogIndexBlock h2 {
    font-size: 28px;
    color: #3594BA;
    margin-bottom: 5px;
    margin-top: 20px;
}

.blogIndexBlock .date {
    text-align: left;
    font-size: 14px;
}


.blogIndexBlock a.btn {
    border: 2px solid #3594ba;
    color: #3594ba;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    transition: all .15s ease-in-out;
}

/* .blogIndexBlock a.btn:hover, .blogIndexBlock a.btn:focus { */
.blogIndexBlock:hover a.btn, .blogIndexBlock:focus a.btn {
    background: #3594ba;
    color: white;
}

.blogIndexBlock {
    cursor: pointer;
}

.container-fluid, ul.nav {
    display: block !important;
}

ul.dropdown-menu {
    min-width: 0 !important;
}

li.dropdown {
    display: block !important;
}

li.dropdown {
    width: 115px;
}

b.caret {
    display: none;
}

ul.dropdown-menu.animated.fadeIn {
    width: 600px;
    background: #026699;
}

.dropdown-menu .nav-col {padding: 20px 19px;}

ul.dropdown-menu.animated.fadeIn a {
    font-size: 14px;
}

ul.dropdown-menu.animated.fadeIn a:hover, ul.dropdown-menu.animated.fadeIn a:focus {
    color: #a0a0a0;
}

ul.dropdown-menu.animated.fadeIn {
    position: absolute;
}

.navbar {
	padding: 0rem 1rem !important;
}

body.admin-bar nav.navbar.yamm.navbar-fixed-top+div {
    padding-top: 200px;
}

nav.navbar.yamm.navbar-fixed-top+div {
    padding-top: 170px;
}

nav.navbar.yamm.navbar-fixed-top {
    position: fixed;
    top: 0;
}

body.admin-bar nav.navbar.yamm.navbar-fixed-top {
    top: 30px;
}

.blogIndexBlock a.btn {
    line-height: 24px;
    text-transform: none;
}

.blogPage .image {
    width: 100%;
    height: 400px;
}

.writingColumn {
    width: calc(780px + 80px);
    padding: 0 40px;
    margin: 40px auto;
    color: black;
}

.writingColumn h1 {
    font-size: 36px;
}

.writingColumn h1,
.writingColumn h2,
.writingColumn h3,
.writingColumn h4,
.writingColumn h5,
.writingColumn h6 {
    font-weight: 400;
	line-height: 1.9
}

.writingColumn p {
    font-weight: 300;
    font-size: 18px;
	line-height: 1.9;
}

.writingColumn .date {
    font-size: 14px;
}

/* .socials img {
    width: 32px;
    height: 32px;
    background: grey;
    transition: background .15s ease-in-out;
}

.socials img:hover {
    background: #5574c7;
}

.socials {
    margin-bottom: 5px;
}

.socials a {
    display: inline-block;
    margin-right: 10px;
} */

.writingColumn p {
    margin: 10px auto 35px;
}

.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    top: 5px;
    position: relative;
}

.wp-block-image figure.aligncenter {
    margin: 40px auto;
}

.blogPage {
    margin-bottom: 40px;
}

h1.title::after {
    position: relative;
    height: 1px;
    background: grey;
    content: "";
    display: block;
    margin-top: 5px;
    transition: all 1s ease-in-out;
    width: 0px;
    opacity: 0;
}

h1.title.animate::after {
    width: 100%;
    opacity: 1;
}

h1.title {
    display: inline-block;
    font-weight: 300;
}

.writingColumn .date {
    margin-top: 5px;
}

a.backToBlog {
    margin-left: 10px;
}

.sidebar {
    position: absolute;
    top: 480px;
    left: 18px;
    right: auto;
    height: 20%;
}

.blogPage .container {
    position: relative;
}

.rightSidebar {
    right: 18px;
    left: auto;
}

.socials {
    width: 45px;
}

.socials a {
    display: inline-block;
    margin-bottom: 5px;
}

.sidebarContent {
    position: sticky;
    top: 350px;
}

.blogPage .sidebar.leftSidebar {
    left: 125px;
}

.sidebar {
    top: 490px;
}

.blogHi {
    text-align: center;
    width: 720px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.blogHi h1 {
    font-weight: 300;
    margin-bottom: 15px;
}

.blogHi h1 span {
    font-weight: bold;
}

.commentsContainer {
    margin-top: 70px;
}

h2.comments-title {
    font-size: 24px;
    font-weight: 300;
}

h2.comments-title span {
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none !important;
    color: #717171;
}

footer.comment-meta {
    background: transparent;
    padding: 30px 0;
    padding-bottom: 0;
}

li.comment {
    margin-bottom: 40px;
}

li.comment .reply {
    display: none;
}

.comment-content {
}

.comment-author.vcard img {
    max-width: 70px;
    max-height: 70px;
}

.comment-author.vcard img {
    display: none;
}

article.comment-body {
    padding-left: 10px;
    position: relative;
    padding-bottom: 10px;
}

span.says {
    text-transform: none !important;
}

.comment-metadata {
    position: absolute;
    bottom: 0;
}

.comment-content>p {
    margin: 10px 0 20px 0;
}

span#email-notes {
    display: block;
    font-weight: 500;
    text-transform: none;
}

form.comment-form input, form.comment-form textarea {
    border: 1px solid transparent;
    background: #fafafa;
}

form.comment-form input:hover, form.comment-form textarea:hover {
    border-color: grey !important;
}

.form-check {
    padding-left: 0;
}

.form-check input {
    display: inline-block;
    margin-right: 15px;
}

label.form-check-label {
    display: inline;
    padding-left: 20px;
}

.commentsContainer p.form-submit input {
    color: black;
    border: 1px solid #ccc;
}

.commentsContainer .form-check {
    padding-left: 0;
    padding-top: 10px;
}

.commentsContainer input {
    padding: 0 15px !important;
}

.commentsContainer textarea {
    padding: 5px 15px !important;
}

footer.comment-meta {
    padding-top: 0;
}

h2.comments-title {
    padding-bottom: 15px;
}

.blogIndexBlock .image {
    background-position: center center;
}

.blogIndexBlock:nth-child(2n+1):not(:nth-child(1)) {
    clear: left;
}

.blogIndexBlock {
    margin-bottom: 45px;
}

.blogHi {
    max-width: 100%;
}

.blogPage .image {
    background-position: center center;
}
ul.prosList {
	list-style-image: url(https://www.bespokecloudsoftware.co.uk/blog/wp-content/uploads/2020/07/tick.png);
}
ul.consList {
	list-style-image: url(https://www.bespokecloudsoftware.co.uk/blog/wp-content/uploads/2020/07/criss-cross.png);
}
.prosList li, .consList li {
	line-height: 1.9;
}

.blogList {list-style: disc; margin-bottom: 30px;}
.blogList li {padding: 5px 0; line-height: 1.9; font-size: 17px; font-family: inherit; font-weight: 300;}

.wp-block-image {margin-bottom: 30px !important;}

.blogPage h3 {display: inline-block; font-size: 28px; font-weight: 300;}

@media only screen and (max-width: 1200px) {
    .blogPage .image {
        height: 33.362vw;
    }

    .blogPage .sidebar.leftSidebar {
        left: 50px;
        top: calc(40px + 33.362vw);
    }
}

@media only screen and (max-width: 1025px) {
    .blogPage .sidebar.leftSidebar {
        left: 15px;
    }
}

@media only screen and (max-width: 960px) {
    .blogPage .writingColumn {
        padding: 0 30px 0 60px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .blogIndexBlock {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    
    .blogIndexBlock .image.banner {
        height: 31.5vw;
    }

    .blogIndex {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 768px) {
    span.says {
        display: none;
    }
    
    .comment-metadata {
        bottom: -20px;
    }
}

.blogHi h1 span {font-family: "Dancing Script";text-transform: none !important;font-size: 24px !important;}

.writingColumn ul {list-style: initial;}