diff --git a/assets/css/style.css b/assets/css/style.css index e469e07..6eed88d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -980,7 +980,108 @@ section { border-top: 1px solid #e6e6e6; } +/*-------------------------------------------------------------- +# International +--------------------------------------------------------------*/ + +.international .content h3 { + font-weight: 600; + font-size: 26px; +} + +.international { + padding: 80px 0;; +} + +.international .entry { + /* padding: 25px; */ + margin-bottom: 40px; + /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */ +} + +.international .entry .entry-title { + font-size: 28px; + font-weight: bold; + padding: 0; + margin: 0 0 20px 0; +} + +.international .entry .entry-title a { + color: #3c4133; + transition: 0.3s; +} + +.international .entry .entry-title a:hover { + color: #90A4AE; +} + + +.international .entry .entry-content p { + line-height: 24px; +} + +.international .entry .entry-content .read-more { + -moz-text-align-last: left; + text-align-last: left; +} + +.international .entry .entry-content .read-more a { + display: inline-block; + background: #90A4AE; + color: #fff; + padding: 6px 20px; + transition: 0.3s; + font-size: 14px; + border-radius: 4px; + border: 1px solid #90A4AE; +} + +.international .entry .entry-content .read-more a:hover { + background: #fff; + color: #90A4AE; + display: inline-block; +} + +.international .entry .entry-content h3 { + font-size: 22px; + margin-top: 30px; + font-weight: bold; +} + +.international .entry .entry-content blockquote { + overflow: hidden; + background-color: #fafafa; + padding: 60px; + position: relative; + text-align: center; + margin: 20px 0; +} + +.international .entry .entry-content blockquote p { + color: #444444; + line-height: 1.6; + margin-bottom: 0; + font-style: italic; + font-weight: 500; + font-size: 22px; +} +.international .entry .entry-content blockquote::after { + content: ""; + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 3px; + background-color: #3c4133; + margin-top: 20px; + margin-bottom: 20px; +} + +.international .entry .entry-footer { + padding-top: 10px; + border-top: 1px solid #e6e6e6; +} /*-------------------------------------------------------------- # Contact