/*-----------------------------------------

DIGITAL BRANCH v0.1

www.digitalbranch.co.uk

-----------------------------------------*/

/*RESET*/


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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {color: #3c9ebd; background: none; text-decoration: underline;}



/* =====================================================
========================================================
==== Default
========================================================
===================================================== */

body {box-sizing: border-box;}

.wrap {max-width: 1400px; margin:0 auto; padding: 0 20px; overflow: hidden;}

section {padding:80px 0; width: 100%; clear: both; float: left; overflow: hidden;}

input:focus{outline: none;}

a {text-decoration: none; color: #3c9ebd; }

p, li, span {font-size: 15px; line-height: normal; font-family: 'Source Sans Pro', sans-serif; color: #343434;}

p {line-height: 24px; float: left; width: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; padding-bottom: 15px;}

h1, h2, h3, h4, h5, h6, .main-banner-title { color: #393939; font-size: 30px; float: left; width: 100%; padding-bottom: 15px; font-weight: bold; font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;}

img {vertical-align: middle; width: 100%;}



a, .button, .header-search .search-submit, .wpcf7-submit, footer .social-links-area a p, .next-prev a  {-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
outline: none;
cursor: pointer;
}

.next-prev a {float: left; margin-right: 10px; margin-bottom: 20px;}


input { float: left; width: 100%; border:none !important; border-radius:0 !important;}
textarea { float: left; width: 100%; border:none !important; border-radius:0 !important; max-width: 100%; min-width: 100%; }


/*
@media only screen and (min-width: 1350px) {

.wrap { padding: 0; }

}*/
span.wpcf7-list-item {float: left;
    margin: 6px;
    width: 20px;
}


/* =====================================================
========================================================
==== Buttons
========================================================
===================================================== */

.button, .next-prev a {
	background: #f7be11;
	text-decoration: none;
	border-radius: 60px;
	color: #fff;
	padding: 14px 50px 14px 50px;
	display: inline-block;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.button:hover {background: #037da4; color: #fff;}

p a { color: #4CB2DA !important; font-weight: bold !important; }
p a:hover { text-decoration: underline; }
p .button {color: #fff!important; text-decoration: none;}

p .button:hover {text-decoration: none;}

.light-blue { background:#4bb2d0;  }


.heading {font-size: 36px; position: relative; line-height: 1.3em; margin-bottom: 40px;}
.heading:after {width: 48px; height: 4px; content:''; position: absolute; background:#3c9ebd; margin: 0 auto; bottom: -20px; left: 20px; right: 20px; }
.heading span {display: block; color: #393939; font-size: 36px; }


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #037da4;
}


a:hover,
a:focus,
a:active {
    color: #025066;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

footer a:hover {color: #3c9ebd!important;}


img {-webkit-backface-visibility: hidden;
}


/* =====================================================
========================================================
==== Grid System
========================================================
===================================================== */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }



/*  GO FULL WIDTH BELOW 540 PIXELS */
@media only screen and (max-width: 540px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}




/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}




@media only screen and (max-width: 540px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.6%;
}
.span_2_of_4 {
    width: 49.2%;
}
.span_1_of_4 {
    width: 22.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen  and (min-width: 541px) and (max-width: 1000px) {
  footer  .col {  margin: 1% 0 1% 0%; }
  footer  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 50%; min-height: 250px; }
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 700px) {
     #three-col .col {  margin: 1% 0 1% 0%; }
   #three-col  .span_1_of_3, #three-col  .span_2_of_3, #three-col .span_3_of_3 { width: 100%; }


}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen  and (min-width: 540px) and (max-width: 1200px) {
    #cta-form .span_1_of_3:nth-child(3), #three-col .span_1_of_3:nth-child(3) {  margin: 1% 0 1% 0%; }
 #cta-form .span_1_of_3, #three-col .span_1_of_3 {width: 49%;}

/*	#cta-form  .span_3_of_3,  #cta-form  .span_2_of_3,  #cta-form  .span_1_of_3 { width: 100%; }
*/

#cta-form .span_1_of_3:nth-child(3), #three-col .span_1_of_3:nth-child(3) {width: 100%;}
}






@media only screen and (max-width: 700px) {
   #services .col {  margin: 1% 0 1% 0%; }
   #services .span_1_of_3, #services .span_2_of_3, #services .span_3_of_3 { width: 100%; }
}




@media only screen and (max-width: 874px) {
   #two-col .col {  margin: 1% 0 1% 0%; }
   #two-col .span_1_of_2, #two-col .span_2_of_2 { width: 100%; }
}



@media only screen and (max-width: 900px) {
   #contact-module .col {  margin: 1% 0 1% 0%; }
   #contact-module .span_1_of_3, #contact-module .span_2_of_3, #contact-module .span_3_of_3 { width: 100%; }
}



/* =====================================================
========================================================
==== Owl Carousel
========================================================
===================================================== */


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}







/* =====================================================
========================================================
==== HEADER
========================================================
===================================================== */

header { padding:20px 0px 0 0; }

.nav-wrap {width: 100%; min-height: 48px; background:#037da4; clear: both; margin-top: 20px;}
.nav-wrap li a {color: #fff;
    text-transform: uppercase;
    min-height: 48px;
    line-height: 48px;
    padding: 0 30px; font-size: 13px;
     font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; letter-spacing: 1px;}

.nav-wrap li a:hover {background:#f7be11 ;}

.header-info {float: right; width: 100%;}


.head-email, .head-call, .head-contact {width: 100%; float: left; min-height: 60px; border-left: solid 1px #333; padding: 0 20px;}


.head-email, .head-call {border-left: none;}

.head-contact {display: none; padding-right: 0;}
.head-contact .button {float: right;}


.head-email a, .head-call a, .head-email p, .head-call p {font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; margin-bottom: 5px; padding-bottom: 0;}

.head-email p, .head-call p {margin-top: 5px;}
.head-email, .head-call {text-align: center;}

.logo {float: left; width: 100%; margin-top: 1.5%; margin-bottom: 20px;}
.logo img {width: 100%; height: auto;     max-width: 300px;
    margin: 0 auto;
    display: block;
}

img.attachment-news-thumb.size-news-thumb.wp-post-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#breadcrumbs-wrap {padding: 10px 0; background: #ebebeb;}

#breadcrumbs li {float: left; font-size: 16px;
    margin-right: 4px;}

@media only screen and (min-width: 540px) {

.head-email, .head-call {width: 50%;}


 .head-call { border-left: solid 1px #333; }


.nav-wrap li a {padding:0 20px; }

}

@media only screen and (min-width: 600px) {

.nav-wrap li a {padding:0 10px; border-right: solid 1px #035e7b;}


}

@media only screen and (min-width: 650px) {

.nav-wrap li a {padding:0 14px;}


}

@media only screen and (min-width: 800px) {

.nav-wrap li a {padding:0 20px;}


}


@media only screen and (min-width: 840px) {

.logo {float: left; width: 20%;}
.header-info {float: right; width: auto;}
.head-email, .head-call {text-align: right;}


.head-email, .head-call {width: auto;}




}



@media only screen and (min-width: 1000px) {



.head-contact {display: inline-block;}
.head-email, .head-call, .head-contact

{width: 33%; }
/*.head-email {border-left: solid 1px #333;}
*/
.nav-wrap li a {padding: 0 30px;}

.logo {float: left; margin-top: 1.2%}


}


.nav-wrap li {width: 100%;}


@media screen and (min-width: 37.5em) {
.menu-toggle {
    display: none;}
.nav-wrap li {width: auto;}


}


.menu-toggle {width: 100%; cursor: pointer;
    margin: 10px 0;
    border: none;}


.menu-toggle:hover {background: #4CB2DA;}

/*@media only screen and (min-width: 1200px) {

.head-contact {display: inline-block;}
.head-email, .head-call, .head-contact

{width: 33%; }
.head-email {border-left: solid 1px #333;}

}*/
/*
HERO*/

#hero-banner {padding: 0; background: #d5dddf;}

.banner-image {width: 100%; float: right;}

.banner-content { width: 100%;   float: right;

    padding: 20px;
}

.main-banner-title {font-size: 40px; line-height: 44px;}


.owl-dots {display: none;}

.owl-dot {border-radius: 100px; width: 12px; height: 12px; background: #fff; margin: 0 5px 0 0; float: left}

.owl-dots .active {background: #047da5;}


#hero-banner .banner-content {
	margin-top:5rem;
}






@media only screen and (min-width: 1000px) {

.owl-dots {position: absolute; left: 23%; bottom: 20px; width: auto; display: block; }



}

.owl-dot {
	width:25px;
	height:25px;
	margin:0 4px;
}

@media only screen and (min-width: 1000px) {

.main-banner-title {font-size: 42px; line-height: 46px;}

.banner-image {width: 50%; overflow: hidden; }
.banner-content { width: 50%; padding: 0 20px;}


.banner-image img {max-width: 140%; width: 140%!important;}


.banner-content { width: 50%;   float: right; margin-top: 40px;
    max-width: 666px;
}

}



@media only screen and (min-width: 1300px) {

.main-banner-title {font-size: 58px; line-height: 54px;}
.banner-image img {max-width: 100%; width: 100%;}


}


@media only screen and (min-width: 1400px) {

.banner-content {    padding:0 40px 0 0;}


}

/*
USP SLIDER*/


@media only screen and (min-width: 800px) {

.usp-content {float: right; width: 75%; border-right: solid 1px #000;}


}


#usp-slider {background: #ebebeb;}
.usp-icon {float: left; max-width: 60px; left: 25%; margin-left: 1%;}
.usp-icon img {width: 100%; height: auto;}
.usp-content {float: right; width: 75%; }
.usp-title {font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; font-size: 22px;}
.usp-content p {padding-bottom: 0;}
.usp-content .usp-title {padding-bottom: 10px;}


@media only screen and (min-width: 1200px) {


#usp-slider > div > ul > div.owl-stage-outer > div > div:nth-child(8) > li > div.usp-content {border-right: 0;}


.usp-content {margin-left: 2%;}

}




#usp-slider .owl-prev,
#usp-slider .owl-next  {display: none;}
.owl-prev {float: left;}

.owl-next {float: right;}

@media only screen and (max-width:600px) {

.usp-content {
    float: right;
    width: 100%;
    text-align: center;
}
.usp-icon {
    float: left;
    max-width: 60px;
    left: 25%;
    margin-left: 1%;
    float: none;
    margin: 0 auto;
}



#usp-slider .owl-prev,
#usp-slider .owl-next  {display: inline-block;}


}

/*
50 / 50 SPLIT*/

.fifty-fifty li {clear: both; margin-bottom: 20px; overflow: hidden;}

#split {background: #fff;}
.split-content {float: right; width: 100%;}
.split-image {float: left; width: 100%; margin-bottom: 10px;}

.fifty-fifty li:nth-child(even)  .split-image {float: right;}

.fifty-fifty li:nth-child(even) .split-content {float: left;}

@media only screen and (min-width: 800px) {

.split-content {float: right; width: 48%; margin-top:30px;}
.split-image {float: left; width: 50%; margin-bottom: 0;}
}



/*
TESTIMONIALS*/

#testimonials {background: #ebebeb;}
#testimonials h3 {text-align: center; font-size: 22px; width: 70%; margin: 10px auto; float: none; }
#testimonials .span_2_of_3 li { width: 100%; float: left; padding: 20px;  }

.testimonial-icon {width: 80px; overflow: hidden; margin: 0 auto;}
.testimonial-icon img {width: 40px; height: auto; margin-left:25px;}

.testimonial-button {text-align: center;}

#testimonials .post_title {text-align: center; display: block; font-size: 22px; margin-bottom: 10px; font-weight: 700; font-family: 'Open Sans Condensed', sans-serif;}


#testimonials p {text-align: center;}
#testimonials img.attachment-post-thumbnail {
	margin-bottom:25px;
}



@media only screen and (min-width: 800px) {



#testimonials .span_2_of_3 li { width: 50%; float: left; padding: 20px;  }

#testimonials .span_2_of_3 li {border-left: solid 1px #000; min-height: 167px;}

}

/*
TRIO / FORM*/

.cta img, .cta .cta-content, .cta-content p {-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.cta a:hover img {opacity: 0.8; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}

.cta a:hover .cta-content {background:#f7be11; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}



.cta a:hover .cta-content p,
.cta a:hover .cta-content i {color: #fff;}

#cta-form {background:#d5dddf ;}

.cta-content {background: #fff; overflow: hidden; padding: 20px; position: relative;}

.cta-content .far {position: absolute; right: 20px; bottom: 20px; color: #f7be11; font-size: 22px;}



@media only screen and (min-width: 1000px) {


/*.cta-content .far {top: 45%;}
*/

}


.cta-title {font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; font-size: 22px;}

.form-wrap {background: #fff; padding: 20px; overflow: hidden;}

.form-wrap input {background: #ebebeb;    padding: 8px;
    font-size: 16px;
    margin-bottom: 10px; }


.form-wrap .wpcf7-submit, button, input[type="button"], input[type="reset"], input[type="submit"] { background: #f7be11; border-radius: 60px!important; color: #fff; padding: 20px 0px; display: inline-block; position: relative; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; font-size: 16px; }



.form-wrap .wpcf7-submit:hover {background: #037da4;}

.form-wrap textarea {background: #ebebeb;    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px; max-height: 160px; min-height: 160px; min-width:100%; max-width: 100%;}


.form-wrap .wpcf7-submit {float: left; width: 50%; clear: both;}


/*
INTERNAL BANNER*/


#internal-banner {padding: 0; background: #d5dddf;}
#internal-banner .banner-content {    width: 100%;
    float: left;

    padding: 20px;}




#internal-banner .banner-image {margin-bottom: 20px;}





@media only screen and (min-width: 1000px) {

#internal-banner .banner-image {margin-bottom: 0px;}

.banner-image {width: 50%; }
.banner-content { width: 50%;}

#internal-banner .banner-content { width: 50%;   margin-top: 40px;
    max-width: 666px;
    padding:0 40px 0 0;
}

}








/*

TWO COL
*/


#two-col {background: #ebebeb;}



/*SERVICES*/

#services, #services-duo {background:#d5dddf ;}


/*
CONTACT*/

#contact-module {background: #d5dddf; padding-top: 20px; padding-bottom: 0;}
#contact-module .span_1_of_3 {background:#fff ; padding: 20px;}

iframe {width: 100%; height: 360px;}
.frame-wrap {margin-top: 40px;}
.frame-wrap p {padding: 0; margin: 0; line-height: 0;}


@media only screen and (min-width: 1000px) {


#contact-module {}



}

/*
NEWS*/

.entry-content {float: right; width: 75%; margin:0;}

.entry-header {padding: 0;}

.blog .post-image a:hover img {opacity: 0.8;}
.post-image {width: 20%; float: left;}

article {margin-bottom: 20px; overflow: hidden; border-bottom: solid 1px #000; padding-bottom: 20px; float: left; width: 100%;}

.news-left {background: #d5dddf;  margin: 20px 0;}

body .news-left {float: left; padding: 20px; width: 100%;}
body .news-right {float: right; width: 100%;}

.news-left section {padding: 10px 0;}

.news-left .search-field {background: #ebebeb;    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px; min-height: 40px;}


 .single-post .post-image {width: 100%; float: left; margin: 20px 0 10px 0;}

 .single-post .entry-content {width: 100%;}
.single .news-left {display: none;}


@media only screen and (min-width: 1000px) {
body .news-right {float: right; width: 72%;}

body .news-left {float: left; padding: 20px; width: 25%;}

.single .news-left {display: inline-block;}

}


/*
THREE COL*/
@media only screen and (min-width: 1000px) {

#three-col .span_1_of_3:nth-child(3) {border-left: solid 1px #000; padding-left: 20px;}

}

 /* =====================================================
========================================================
==== Footer
========================================================
===================================================== */

footer { float:left; width: 100%; background: #025066; padding: 40px 0; }

footer a, footer p, footer li, footer .social {color: #fff; font-size: 14px;}
footer .social {color: #fff!important}

.footer-title {font-weight: 700; font-family: 'Open Sans Condensed', sans-serif; font-size: 16px;}

footer li a {font-weight: 300; font-size: 14px; line-height: 22px;}

footer .fab {color:#f7be11 ; margin-right: 10px;}




div.wpcf7-response-output {clear: both; font-family: 'Open Sans Condensed', sans-serif; }

div.wpcf7-validation-errors {    border: solid 2px #f00;}


.single-blog-post h1.entry-title {
	font-size: 40px;
	color:#037da4;
	margin: 15px 0;
}

.single-blog-post ol, .single-blog-post ul {
	list-style: inside;
}

.byline {
	display:none;
}

.entry-meta {
	margin-bottom:20px;
}

@media screen and (max-width:699px) {
	img.attachment-news-thumb.size-news-thumb.wp-post-image {
		display: none;
	}
	.entry-content {
		width:98%;
	}
}
